.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #3b4758 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #edefeb !important;
}
.bg-danger {
  background-color: #f7f7f7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3b4758 !important;
  border-color: #3b4758 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4f6077 !important;
  border-color: #4f6077 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4f6077 !important;
  border-color: #4f6077 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b02024 !important;
  border-color: #b02024 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d82b2f !important;
  border-color: #d82b2f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d82b2f !important;
  border-color: #d82b2f !important;
}
.btn-info,
.btn-info:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #757b62 !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: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3b4758;
  color: #3b4758;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #181d24 !important;
  background-color: transparent !important;
  border-color: #181d24 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3b4758 !important;
  border-color: #3b4758 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b02024;
  color: #b02024;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #671315 !important;
  background-color: transparent !important;
  border-color: #671315 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b02024 !important;
  border-color: #b02024 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !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: #3b4758 !important;
}
.text-secondary {
  color: #b02024 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #edefeb !important;
}
.text-danger {
  color: #f7f7f7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #12161b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5a1012 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bac2b2 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c4c4c4 !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: #3b4758;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #edefeb;
}
.alert-danger {
  background-color: #f7f7f7;
}
.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: #3b4758;
  border-color: #3b4758;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3b4758;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7285a0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #3b4758 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #3b4758;
}
/* 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: #3b4758;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3b4758;
}
.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: #3b4758;
  border-bottom-color: #3b4758;
}
.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: #3b4758 !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: #b02024 !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='%233b4758' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v2VU8esDaH {
  background-color: transparent;
}
.cid-v2VU8esDaH .navbar-dropdown {
  background: #3b4758 !important;
  padding: 0;
}
.cid-v2VU8esDaH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3b4758 !important;
  background: #3b4758;
}
.cid-v2VU8esDaH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2VU8esDaH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2VU8esDaH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v2VU8esDaH .menu_box .navbar.opened,
  .cid-v2VU8esDaH .menu_box .navbar-collapse {
    background-color: #3b4758 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v2VU8esDaH .navbar-dropdown {
  position: relative !important;
}
.cid-v2VU8esDaH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v2VU8esDaH .btn:hover {
  box-shadow: none;
}
.cid-v2VU8esDaH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v2VU8esDaH .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-v2VU8esDaH .nav-item {
    margin: 0 !important;
  }
}
.cid-v2VU8esDaH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v2VU8esDaH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2VU8esDaH .nav-item .nav-link:hover::before,
.cid-v2VU8esDaH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v2VU8esDaH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2VU8esDaH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v2VU8esDaH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v2VU8esDaH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2VU8esDaH .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-v2VU8esDaH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v2VU8esDaH .offcanvas_box {
    display: none;
  }
}
.cid-v2VU8esDaH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v2VU8esDaH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v2VU8esDaH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2VU8esDaH .container {
  display: flex;
  margin: auto;
}
.cid-v2VU8esDaH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v2VU8esDaH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v2VU8esDaH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2VU8esDaH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v2VU8esDaH .navbar-nav {
    margin: 0;
  }
}
.cid-v2VU8esDaH .dropdown-menu,
.cid-v2VU8esDaH .navbar.opened {
  background-color: true !important;
}
.cid-v2VU8esDaH .nav-item:focus,
.cid-v2VU8esDaH .nav-link:focus {
  outline: none;
}
.cid-v2VU8esDaH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2VU8esDaH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2VU8esDaH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2VU8esDaH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2VU8esDaH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2VU8esDaH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2VU8esDaH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v2VU8esDaH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v2VU8esDaH .navbar.opened {
  transition: all 0.3s;
}
.cid-v2VU8esDaH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v2VU8esDaH .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v2VU8esDaH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2VU8esDaH .navbar.collapsed {
  justify-content: center;
}
.cid-v2VU8esDaH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2VU8esDaH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2VU8esDaH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2VU8esDaH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2VU8esDaH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2VU8esDaH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v2VU8esDaH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2VU8esDaH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v2VU8esDaH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v2VU8esDaH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2VU8esDaH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2VU8esDaH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v2VU8esDaH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2VU8esDaH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v2VU8esDaH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2VU8esDaH .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-v2VU8esDaH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v2VU8esDaH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v2VU8esDaH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v2VU8esDaH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2VU8esDaH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v2VU8esDaH .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2VU8esDaH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2VU8esDaH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2VU8esDaH .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-v2VU8esDaH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v2VU8esDaH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2VU8esDaH .dropdown-item.active,
.cid-v2VU8esDaH .dropdown-item:active {
  background-color: transparent;
}
.cid-v2VU8esDaH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-v2VU8esDaH .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-v2VU8esDaH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2VU8esDaH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2VU8esDaH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2VU8esDaH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v2VU8esDaH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2VU8esDaH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3b4758;
  background: #ff5753;
}
.cid-v2VU8esDaH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2VU8esDaH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2VU8esDaH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2VU8esDaH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2VU8esDaH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2VU8esDaH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2VU8esDaH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2VU8esDaH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2VU8esDaH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2VU8esDaH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v2VU8esDaH .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-v2VU8esDaH .navbar {
    height: 70px;
  }
  .cid-v2VU8esDaH .navbar.opened {
    height: auto;
  }
  .cid-v2VU8esDaH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2VU8esDaH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v2VU8esDaH .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-v2VU8esDaH .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-v2VU8esDaH .navbar-caption:hover {
  color: #3b4758;
}
@media (min-width: 992px) {
  .cid-v2VU8esDaH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v2VU8esDaH .text_widget {
  margin-bottom: 32px;
}
.cid-v2VU8esDaH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v2VU8esDaH .text_widget a:hover,
.cid-v2VU8esDaH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-v2VU8esDaH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-v2VU8esDaH .icons-menu-main {
  display: flex;
}
.cid-v2VU8esDaH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v2VU8esDaH .navbar-caption {
  color: #000000;
}
.cid-v2VU8esDaH .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v2VU8esDaH .mbr-section-subtitle,
.cid-v2VU8esDaH .text_widget,
.cid-v2VU8esDaH .mbr-section-btn {
  text-align: center;
}
.cid-v2VU8esDaH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v35U7iQ5UV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v35U7iQ5UV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35U7iQ5UV .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-v35U7iQ5UV .container {
    padding: 0 22px;
  }
}
.cid-v35U7iQ5UV .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.cid-v35U7iQ5UV .row .card {
  padding: 0 6px;
  justify-content: center;
}
.cid-v35U7iQ5UV .row .title-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-v35U7iQ5UV .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.cid-v35U7iQ5UV .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v35U7iQ5UV .image-wrapper {
  margin-bottom: 12px;
}
.cid-v35U7iQ5UV .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v35U7iQ5UV .image-wrapper img {
    height: 350px;
  }
}
.cid-v35U7iQ5UV .image-wrap {
  margin-bottom: 12px;
}
.cid-v35U7iQ5UV .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-v35U7iQ5UV .image-wrap img {
    height: 350px;
  }
}
.cid-v35U7iQ5UV .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .cid-v35U7iQ5UV .content-wrapper {
    padding: 32px 0;
  }
}
.cid-v35U7iQ5UV .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v35U7iQ5UV .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v35U7iQ5UV .mbr-section-title {
  color: #3b4758;
  text-align: center;
}
.cid-v35U7iQ5UV .mbr-desc {
  color: #000000;
}
.cid-v35U7iQ5UV .mbr-text {
  color: #000000;
}
.cid-v35OuWtWZH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #b02024;
}
.cid-v35OuWtWZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35OuWtWZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35OuWtWZH .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v35OuWtWZH .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v35OuWtWZH .content-wrapper {
    padding: 0;
  }
}
.cid-v35OuWtWZH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .cid-v35OuWtWZH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v35OuWtWZH .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v35OuWtWZH .items-wrapper {
  justify-content: center;
}
.cid-v35OuWtWZH .items-wrapper .item-wrap {
  position: relative;
  height: 100%;
  margin-bottom: 32px;
}
.cid-v35OuWtWZH .items-wrapper .item-wrap img {
  height: 150px;
  object-fit: contain;
}
.cid-v35OuWtWZH .mbr-section-title,
.cid-v35OuWtWZH .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2Q2BYPm7y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2Q2BYPm7y .row {
  flex-direction: row-reverse;
}
.cid-v2Q2BYPm7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Q2BYPm7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Q2BYPm7y .mbr-side-description {
  text-align: left;
}
.cid-ve4rAofU2C {
  overflow: hidden;
  background-image: url("../../../assets/images/gemini-generated-image-941bf6941bf6941b-1248x832.png");
}
.cid-ve4rAofU2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve4rAofU2C .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-ve4rAofU2C .container {
    padding: 0 24px;
  }
}
.cid-ve4rAofU2C .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 42px 48px 48px;
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-ve4rAofU2C .card-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .cid-ve4rAofU2C .card-wrapper .card-wrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-ve4rAofU2C .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-ve4rAofU2C .card-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ve4rAofU2C .card-wrapper .card-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-ve4rAofU2C .card-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ve4rAofU2C .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-ve4rAofU2C .card-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-ve4rAofU2C .mbr-desc {
  color: #202020;
}
.cid-ve4rAofU2C .mbr-section-title {
  color: #202020;
}
.cid-ve4rAofU2C .mbr-text {
  color: #202020;
}
.cid-v2Q4FZtPDo {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2Q4FZtPDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Q4FZtPDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Q4FZtPDo .content-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v2Q4FZtPDo .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v2Q4FZtPDo .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #89cdf3;
  margin-bottom: 15px;
}
.cid-v2Q4FZtPDo .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2Q4FZtPDo .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v2Q4FZtPDo .cards {
  margin: 0 -10px;
}
.cid-v2Q4FZtPDo .cards .card {
  padding: 0 10px;
}
.cid-v2Q4FZtPDo .card-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v2Q4FZtPDo .card-wrapper {
    padding: 15px;
    margin-bottom: 15px;
    min-height: 250px;
  }
}
.cid-v2Q4FZtPDo .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2Q4FZtPDo .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-v2Q4FZtPDo .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-v2Q4FZtPDo .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v2Q4FZtPDo .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2Q4FZtPDo .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2Q4FZtPDo .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2Q4FZtPDo .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-v2Q4FZtPDo .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-v2Q4FZtPDo .items-wrapper .item .item-wrapper {
  padding: 30px;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .cid-v2Q4FZtPDo .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-v2Q4FZtPDo .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v2Q4FZtPDo .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v2Q4FZtPDo .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  font-size: 42px;
}
.cid-v2Q4FZtPDo .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #89cdf3;
  color: #000000;
}
.cid-v2Q4FZtPDo .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
}
.cid-v2Q4FZtPDo .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v2Q4FZtPDo .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2Q4FZtPDo .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-v2Q4FZtPDo .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2Q4FZtPDo .mbr-label {
  color: #000000;
}
.cid-v2Q4FZtPDo .mbr-section-title {
  color: #000000;
}
.cid-v2Q4FZtPDo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2Q4FZtPDo .mbr-text {
  color: #ffffff;
}
.cid-v2Q4FZtPDo .card-title {
  color: #000000;
}
.cid-v2Q4FZtPDo .card-text {
  color: #000000;
}
.cid-v2Q4FZtPDo .mbr-section-title,
.cid-v2Q4FZtPDo .title-wrapper {
  color: #3b4758;
}
.cid-v2Q4FZtPDo .card-title,
.cid-v2Q4FZtPDo .iconfont-wrapper,
.cid-v2Q4FZtPDo .mbr-section-btn {
  color: #3b4758;
}
.cid-ve2WALLJLc {
  background-color: #ffffff;
}
.cid-ve2WALLJLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve2WALLJLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve2WALLJLc .row {
  justify-content: space-between;
}
.cid-ve2WALLJLc .content-wrapper .mbr-desc {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ve2WALLJLc .content-wrapper .mbr-desc {
    margin-bottom: 35px;
  }
}
.cid-ve2WALLJLc .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 1px solid #3b4758;
}
@media (max-width: 992px) {
  .cid-ve2WALLJLc .content-wrapper .panel-group .card {
    padding: 25px 0;
  }
}
.cid-ve2WALLJLc .content-wrapper .panel-group .card:hover::before,
.cid-ve2WALLJLc .content-wrapper .panel-group .card:focus::before {
  width: 100%;
}
.cid-ve2WALLJLc .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3b4758;
  transition: all 0.3s ease-in-out;
}
.cid-ve2WALLJLc .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ve2WALLJLc .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ve2WALLJLc .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ve2WALLJLc .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3b4758;
}
.cid-ve2WALLJLc .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  font-weight: 700 !important;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-top: 4px;
}
.cid-ve2WALLJLc .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-ve2WALLJLc .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 25px;
}
.cid-ve2WALLJLc .content-wrapper .panel-group .card .panel-collapse .panel-body .list {
  padding: 0;
  margin: 0 0 0 50%;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ve2WALLJLc .content-wrapper .panel-group .card .panel-collapse .panel-body .list {
    margin: 0;
  }
}
.cid-ve2WALLJLc .content-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap {
  margin-bottom: 15px;
}
.cid-ve2WALLJLc .content-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ve2WALLJLc .mbr-desc {
  color: #000000;
}
.cid-ve2WALLJLc .panel-title-edit {
  color: #000000;
}
.cid-ve2WALLJLc .list {
  color: #000000;
}
.cid-ve8K6dZBpc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-ve8K6dZBpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve8K6dZBpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve8K6dZBpc .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ve8K6dZBpc .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve8K6dZBpc .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ve8K6dZBpc .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ve8K6dZBpc .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ve8K6dZBpc .row {
  flex-direction: row-reverse;
}
.cid-ve8K6dZBpc .image-wrapper {
  padding: 0 1rem;
}
.cid-ve8K6dZBpc img,
.cid-ve8K6dZBpc .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ve8K6dZBpc img,
  .cid-ve8K6dZBpc .image-wrapper {
    max-height: 350px;
  }
}
.cid-ve8K6dZBpc .mbr-section-title {
  color: #000000;
}
.cid-ve8K6dZBpc .mbr-text {
  color: #000000;
}
.cid-v2Q4NCCwbE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3b4758;
}
.cid-v2Q4NCCwbE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Q4NCCwbE .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-v2Q4NCCwbE .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v2Q4NCCwbE .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2Q4NCCwbE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2Q4NCCwbE .media-content,
.cid-v2Q4NCCwbE .mbr-figure {
  align-self: center;
}
.cid-v2Q4NCCwbE .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v2Q4NCCwbE .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v2Q4NCCwbE .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v2Q4NCCwbE .mbr-section-maintitle {
  text-align: center;
}
.cid-v2Q4NCCwbE .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v2Q4NCCwbE .mbr-text,
.cid-v2Q4NCCwbE .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ve2GZutq6s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b02024;
}
.cid-ve2GZutq6s img {
  object-fit: cover;
}
.cid-ve2GZutq6s .item-img {
  position: relative;
  padding: 0;
}
@media (min-width: 1600px) {
  .cid-ve2GZutq6s .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-ve2GZutq6s .row {
  justify-content: space-between;
}
.cid-ve2GZutq6s .image {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ve2GZutq6s .image {
    margin-bottom: 1rem;
  }
}
.cid-ve2GZutq6s .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-ve2GZutq6s .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ve2GZutq6s .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ve2GZutq6s .mbr-text,
.cid-ve2GZutq6s .mbr-section-btn {
  color: #ffffff;
}
.cid-v2Q5iF51aA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3b4758;
}
.cid-v2Q5iF51aA .mbr-text {
  color: #000000;
}
.cid-v2Q5iF51aA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v2Q5iF51aA .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v2Q5iF51aA .mbr-section-subtitle,
.cid-v2Q5iF51aA .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-v2Q5iF51aA .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2Q5iF51aA .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v2Q5iF51aA .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v2Q5iF51aA .panel-group {
  border: none;
}
.cid-v2Q5iF51aA .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v2Q5iF51aA .card-header {
    padding: 0rem;
  }
}
.cid-v2Q5iF51aA .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v2Q5iF51aA .collapsed span {
  transform: rotate(0deg);
}
.cid-v2Q5iF51aA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2Q5iF51aA p {
  margin-bottom: 0.3rem;
}
.cid-v2Q5iF51aA .panel-title-edit {
  color: #000000;
}
.cid-v2Q5iF51aA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v2Q5iF51aA .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v2Q5iF51aA .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2Q5iF51aA .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v2Q5iF51aA .panel-text {
  color: #000000;
}
.cid-v2Q5iF51aA .panel-title-edit,
.cid-v2Q5iF51aA .mbr-iconfont {
  color: #3b4758;
}
.cid-v2Q5e33P27 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v2Q5e33P27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Q5e33P27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Q5e33P27 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2Q5e33P27 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2Q5e33P27 .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v2Q5e33P27 .content-head {
  max-width: 800px;
}
.cid-v2Q5e33P27 .card-title {
  color: #3b4758;
}
.cid-v367LtfbMz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v367LtfbMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v367LtfbMz .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-v367LtfbMz .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v367LtfbMz .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v367LtfbMz .google-map {
  height: 100%;
  position: relative;
}
.cid-v367LtfbMz .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v367LtfbMz .google-map iframe {
    min-height: 350px;
  }
}
.cid-v367LtfbMz .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v367LtfbMz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v367LtfbMz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v367LtfbMz .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v367LtfbMz .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v367LtfbMz .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v367LtfbMz ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v367LtfbMz .content-head {
  max-width: 800px;
}
.cid-v367LtfbMz .mbr-section-title {
  color: #3b4758;
}
.cid-v3FFMEcAp6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b4758;
}
.cid-v3FFMEcAp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3FFMEcAp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3FFMEcAp6 .container,
.cid-v3FFMEcAp6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3FFMEcAp6 .container,
  .cid-v3FFMEcAp6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-v3FFMEcAp6 a {
  display: block;
}
.cid-v3FFMEcAp6 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v3FFMEcAp6 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-v3FFMEcAp6 a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-v3FFMEcAp6 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-v3FFMEcAp6 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-v3FFMEcAp6 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-v3FFMEcAp6 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v3FFMEcAp6 .copy-wrapper {
    border-right: none;
  }
}
.cid-v3FFMEcAp6 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-v3FFMEcAp6 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3FFMEcAp6 .list-wrapper {
    height: auto;
  }
}
.cid-v3FFMEcAp6 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v3FFMEcAp6 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-v3FFMEcAp6 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-v3FFMEcAp6 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3FFMEcAp6 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-v3FFMEcAp6 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-v3FFMEcAp6 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3FFMEcAp6 .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v3FFMEcAp6 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-v3FFMEcAp6 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-v3FFMEcAp6 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-v3FFMEcAp6 .copyright {
  color: #ffffff;
}
.cid-v3FFMEcAp6 .mbr-section-title {
  color: #3d4045;
}
.cid-v3FFMEcAp6 .mbr-text {
  color: #3d4045;
}
.cid-v3FFMEcAp6 .list {
  color: #ffffff;
}
.cid-v3FFMEcAp6 .mbr-section-btn {
  text-align: right;
}
.cid-v3FFMEcAp6 .assBorder img {
  width: 43px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.cid-v3FGuSLffr {
  background-color: transparent;
}
.cid-v3FGuSLffr .navbar-dropdown {
  background: #3b4758 !important;
  padding: 0;
}
.cid-v3FGuSLffr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3b4758 !important;
  background: #3b4758;
}
.cid-v3FGuSLffr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3FGuSLffr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3FGuSLffr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v3FGuSLffr .menu_box .navbar.opened,
  .cid-v3FGuSLffr .menu_box .navbar-collapse {
    background-color: #3b4758 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v3FGuSLffr .navbar-dropdown {
  position: relative !important;
}
.cid-v3FGuSLffr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v3FGuSLffr .btn:hover {
  box-shadow: none;
}
.cid-v3FGuSLffr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3FGuSLffr .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-v3FGuSLffr .nav-item {
    margin: 0 !important;
  }
}
.cid-v3FGuSLffr .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v3FGuSLffr .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v3FGuSLffr .nav-item .nav-link:hover::before,
.cid-v3FGuSLffr .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v3FGuSLffr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3FGuSLffr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v3FGuSLffr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3FGuSLffr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3FGuSLffr .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-v3FGuSLffr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3FGuSLffr .offcanvas_box {
    display: none;
  }
}
.cid-v3FGuSLffr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v3FGuSLffr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3FGuSLffr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v3FGuSLffr .container {
  display: flex;
  margin: auto;
}
.cid-v3FGuSLffr .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v3FGuSLffr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v3FGuSLffr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3FGuSLffr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v3FGuSLffr .navbar-nav {
    margin: 0;
  }
}
.cid-v3FGuSLffr .dropdown-menu,
.cid-v3FGuSLffr .navbar.opened {
  background-color: true !important;
}
.cid-v3FGuSLffr .nav-item:focus,
.cid-v3FGuSLffr .nav-link:focus {
  outline: none;
}
.cid-v3FGuSLffr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3FGuSLffr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3FGuSLffr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3FGuSLffr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3FGuSLffr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3FGuSLffr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3FGuSLffr .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v3FGuSLffr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v3FGuSLffr .navbar.opened {
  transition: all 0.3s;
}
.cid-v3FGuSLffr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v3FGuSLffr .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v3FGuSLffr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3FGuSLffr .navbar.collapsed {
  justify-content: center;
}
.cid-v3FGuSLffr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3FGuSLffr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3FGuSLffr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3FGuSLffr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3FGuSLffr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3FGuSLffr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3FGuSLffr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3FGuSLffr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3FGuSLffr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v3FGuSLffr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3FGuSLffr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3FGuSLffr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v3FGuSLffr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3FGuSLffr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v3FGuSLffr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3FGuSLffr .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-v3FGuSLffr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3FGuSLffr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v3FGuSLffr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v3FGuSLffr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3FGuSLffr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3FGuSLffr .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3FGuSLffr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3FGuSLffr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3FGuSLffr .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-v3FGuSLffr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v3FGuSLffr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3FGuSLffr .dropdown-item.active,
.cid-v3FGuSLffr .dropdown-item:active {
  background-color: transparent;
}
.cid-v3FGuSLffr .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-v3FGuSLffr .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-v3FGuSLffr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3FGuSLffr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3FGuSLffr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3FGuSLffr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v3FGuSLffr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3FGuSLffr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3b4758;
  background: #ff5753;
}
.cid-v3FGuSLffr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3FGuSLffr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3FGuSLffr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3FGuSLffr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3FGuSLffr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3FGuSLffr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3FGuSLffr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3FGuSLffr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3FGuSLffr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3FGuSLffr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v3FGuSLffr .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-v3FGuSLffr .navbar {
    height: 70px;
  }
  .cid-v3FGuSLffr .navbar.opened {
    height: auto;
  }
  .cid-v3FGuSLffr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3FGuSLffr .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v3FGuSLffr .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-v3FGuSLffr .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-v3FGuSLffr .navbar-caption:hover {
  color: #3b4758;
}
@media (min-width: 992px) {
  .cid-v3FGuSLffr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v3FGuSLffr .text_widget {
  margin-bottom: 32px;
}
.cid-v3FGuSLffr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v3FGuSLffr .text_widget a:hover,
.cid-v3FGuSLffr .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-v3FGuSLffr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-v3FGuSLffr .icons-menu-main {
  display: flex;
}
.cid-v3FGuSLffr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3FGuSLffr .navbar-caption {
  color: #000000;
}
.cid-v3FGuSLffr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3FGuSLffr .mbr-section-subtitle,
.cid-v3FGuSLffr .text_widget,
.cid-v3FGuSLffr .mbr-section-btn {
  text-align: center;
}
.cid-v3FGuSLffr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3FZC03ezH {
  background-image: url("../../../assets/images/a-clinica.jpg-1500x1000.jpg");
}
.cid-v3FZC03ezH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3FZC03ezH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3FZC03ezH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3FZC03ezH .container-fluid {
    padding: 0 30px;
  }
}
.cid-v3FZC03ezH .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v3FZC03ezH .container {
    padding: 0 30px;
  }
}
.cid-v3FZC03ezH .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-v3FZC03ezH .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-v3FZC03ezH .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3FZC03ezH .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v3FZC03ezH .mbr-section-title {
  color: #ffffff;
}
.cid-v3FZC03ezH .mbr-text {
  color: #ffffff;
}
.cid-v3G0wLrTRQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3G0wLrTRQ .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #3b4758;
  transform: skewX(-20deg);
}
.cid-v3G0wLrTRQ .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #3b4758;
  transform: skewX(-20deg);
}
.cid-v3G0wLrTRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3G0wLrTRQ .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-v3G0wLrTRQ .container {
    padding: 0 15px;
  }
}
.cid-v3G0wLrTRQ .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3G0wLrTRQ .image-wrapper {
  position: relative;
}
.cid-v3G0wLrTRQ .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #b02024;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v3G0wLrTRQ .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3G0wLrTRQ .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-v3G0wLrTRQ .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-v3G0wLrTRQ .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v3G0wLrTRQ .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-v3G0wLrTRQ .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-v3G0wLrTRQ .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-v3G0wLrTRQ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-v3G0wLrTRQ .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-v3G0wLrTRQ .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-v3G0wLrTRQ .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v3G0wLrTRQ .mbr-text {
  color: #f7f5f6;
}
.cid-v3G0wLrTRQ .item-name {
  color: #000000;
}
.cid-v3G0wLrTRQ .item-role {
  color: #68707c;
}
.cid-v3G0wLrTRQ .mbr-text,
.cid-v3G0wLrTRQ .icon-wrapper {
  color: #000000;
}
.cid-v3G0CRmsDw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v3G0CRmsDw::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #f7f7f7 -10%, transparent 70%);
}
.cid-v3G0CRmsDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3G0CRmsDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v3G0CRmsDw .container {
    padding: 0 16px;
  }
}
.cid-v3G0CRmsDw .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v3G0CRmsDw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v3G0CRmsDw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3G0CRmsDw .mbr-section-title {
  color: #3b4758;
}
.cid-v3G0CRmsDw .mbr-text {
  color: #000000;
}
.cid-v3FGuUgZH4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #b02024;
}
.cid-v3FGuUgZH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3FGuUgZH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3FGuUgZH4 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v3FGuUgZH4 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v3FGuUgZH4 .content-wrapper {
    padding: 0;
  }
}
.cid-v3FGuUgZH4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .cid-v3FGuUgZH4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v3FGuUgZH4 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3FGuUgZH4 .items-wrapper {
  justify-content: center;
}
.cid-v3FGuUgZH4 .items-wrapper .item-wrap {
  position: relative;
  height: 100%;
  margin-bottom: 32px;
}
.cid-v3FGuUgZH4 .items-wrapper .item-wrap img {
  height: 150px;
  object-fit: contain;
}
.cid-v3FGuUgZH4 .mbr-section-title,
.cid-v3FGuUgZH4 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3FGuX4HiS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3FGuX4HiS .mbr-text {
  color: #000000;
}
.cid-v3FGuX4HiS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3FGuX4HiS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3FGuX4HiS .img-wrapper img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3FGuX4HiS .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-v3FGuX4HiS p {
  line-height: 1.3;
}
.cid-v3FGuX4HiS .mbr-iconfont {
  font-size: 5rem;
  color: #3b4758;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-v3FGuX4HiS .mbr-iconfont {
    display: none;
  }
}
.cid-v3FGuX4HiS .wrapper {
  position: relative;
}
.cid-v3FGuX4HiS .wrapper .icon1 {
  position: absolute;
  left: -100px;
  top: -60px;
}
.cid-v3FGuX4HiS .wrapper .icon2 {
  position: absolute;
  right: -100px;
  bottom: -30px;
}
.cid-v3FGuX4HiS .img-wrapper {
  display: flex;
}
.cid-v3FGuX4HiS .card-text {
  text-align: center;
}
.cid-v3FGuX4HiS .card-title,
.cid-v3FGuX4HiS .img-wrapper {
  text-align: center;
  color: #b02024;
}
.cid-v3FGuXEcck {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b02024;
}
.cid-v3FGuXEcck .mbr-text {
  color: #000000;
}
.cid-v3FGuXEcck .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3FGuXEcck .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3FGuXEcck .mbr-section-subtitle,
.cid-v3FGuXEcck .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-v3FGuXEcck .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3FGuXEcck .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v3FGuXEcck .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v3FGuXEcck .panel-group {
  border: none;
}
.cid-v3FGuXEcck .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v3FGuXEcck .card-header {
    padding: 0rem;
  }
}
.cid-v3FGuXEcck .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v3FGuXEcck .collapsed span {
  transform: rotate(0deg);
}
.cid-v3FGuXEcck .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v3FGuXEcck p {
  margin-bottom: 0.3rem;
}
.cid-v3FGuXEcck .panel-title-edit {
  color: #000000;
}
.cid-v3FGuXEcck .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v3FGuXEcck .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v3FGuXEcck .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3FGuXEcck .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v3FGuXEcck .panel-text {
  color: #000000;
}
.cid-v3FGuXEcck .panel-title-edit,
.cid-v3FGuXEcck .mbr-iconfont {
  color: #3b4758;
}
.cid-v3FGuY8ZLh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3FGuY8ZLh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3FGuY8ZLh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3FGuY8ZLh .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v3FGuY8ZLh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3FGuY8ZLh .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v3FGuY8ZLh .content-head {
  max-width: 800px;
}
.cid-v3FGuY8ZLh .card-title {
  color: #3b4758;
}
.cid-v3FGuYIRly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v3FGuYIRly .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3FGuYIRly .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-v3FGuYIRly .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3FGuYIRly .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v3FGuYIRly .google-map {
  height: 100%;
  position: relative;
}
.cid-v3FGuYIRly .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3FGuYIRly .google-map iframe {
    min-height: 350px;
  }
}
.cid-v3FGuYIRly .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v3FGuYIRly .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3FGuYIRly .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3FGuYIRly .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3FGuYIRly .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3FGuYIRly .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v3FGuYIRly ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v3FGuYIRly .content-head {
  max-width: 800px;
}
.cid-v3FGuYIRly .mbr-section-title {
  color: #3b4758;
}
.cid-v3FGuZkjql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b4758;
}
.cid-v3FGuZkjql .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3FGuZkjql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3FGuZkjql .container,
.cid-v3FGuZkjql .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3FGuZkjql .container,
  .cid-v3FGuZkjql .container-fluid {
    padding: 0 20px;
  }
}
.cid-v3FGuZkjql a {
  display: block;
}
.cid-v3FGuZkjql a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v3FGuZkjql a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-v3FGuZkjql a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-v3FGuZkjql a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-v3FGuZkjql a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-v3FGuZkjql a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-v3FGuZkjql .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v3FGuZkjql .copy-wrapper {
    border-right: none;
  }
}
.cid-v3FGuZkjql .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-v3FGuZkjql .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3FGuZkjql .list-wrapper {
    height: auto;
  }
}
.cid-v3FGuZkjql .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v3FGuZkjql .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-v3FGuZkjql .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-v3FGuZkjql .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3FGuZkjql .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-v3FGuZkjql .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-v3FGuZkjql .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3FGuZkjql .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v3FGuZkjql .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-v3FGuZkjql .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-v3FGuZkjql .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-v3FGuZkjql .copyright {
  color: #ffffff;
}
.cid-v3FGuZkjql .mbr-section-title {
  color: #3d4045;
}
.cid-v3FGuZkjql .mbr-text {
  color: #3d4045;
}
.cid-v3FGuZkjql .list {
  color: #ffffff;
}
.cid-v3FGuZkjql .mbr-section-btn {
  text-align: right;
}
.cid-v3FGuZkjql .assBorder img {
  width: 43px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.cid-v3GLr1vOlq {
  background-color: transparent;
}
.cid-v3GLr1vOlq .navbar-dropdown {
  background: #3b4758 !important;
  padding: 0;
}
.cid-v3GLr1vOlq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3b4758 !important;
  background: #3b4758;
}
.cid-v3GLr1vOlq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3GLr1vOlq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3GLr1vOlq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v3GLr1vOlq .menu_box .navbar.opened,
  .cid-v3GLr1vOlq .menu_box .navbar-collapse {
    background-color: #3b4758 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v3GLr1vOlq .navbar-dropdown {
  position: relative !important;
}
.cid-v3GLr1vOlq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v3GLr1vOlq .btn:hover {
  box-shadow: none;
}
.cid-v3GLr1vOlq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3GLr1vOlq .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-v3GLr1vOlq .nav-item {
    margin: 0 !important;
  }
}
.cid-v3GLr1vOlq .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v3GLr1vOlq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v3GLr1vOlq .nav-item .nav-link:hover::before,
.cid-v3GLr1vOlq .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v3GLr1vOlq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3GLr1vOlq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v3GLr1vOlq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3GLr1vOlq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3GLr1vOlq .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-v3GLr1vOlq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3GLr1vOlq .offcanvas_box {
    display: none;
  }
}
.cid-v3GLr1vOlq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v3GLr1vOlq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3GLr1vOlq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v3GLr1vOlq .container {
  display: flex;
  margin: auto;
}
.cid-v3GLr1vOlq .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v3GLr1vOlq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v3GLr1vOlq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3GLr1vOlq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v3GLr1vOlq .navbar-nav {
    margin: 0;
  }
}
.cid-v3GLr1vOlq .dropdown-menu,
.cid-v3GLr1vOlq .navbar.opened {
  background-color: true !important;
}
.cid-v3GLr1vOlq .nav-item:focus,
.cid-v3GLr1vOlq .nav-link:focus {
  outline: none;
}
.cid-v3GLr1vOlq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3GLr1vOlq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3GLr1vOlq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3GLr1vOlq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3GLr1vOlq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3GLr1vOlq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3GLr1vOlq .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v3GLr1vOlq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v3GLr1vOlq .navbar.opened {
  transition: all 0.3s;
}
.cid-v3GLr1vOlq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v3GLr1vOlq .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v3GLr1vOlq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3GLr1vOlq .navbar.collapsed {
  justify-content: center;
}
.cid-v3GLr1vOlq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3GLr1vOlq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3GLr1vOlq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3GLr1vOlq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3GLr1vOlq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3GLr1vOlq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3GLr1vOlq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3GLr1vOlq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3GLr1vOlq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v3GLr1vOlq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3GLr1vOlq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3GLr1vOlq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v3GLr1vOlq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3GLr1vOlq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v3GLr1vOlq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3GLr1vOlq .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-v3GLr1vOlq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3GLr1vOlq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v3GLr1vOlq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v3GLr1vOlq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3GLr1vOlq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3GLr1vOlq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3GLr1vOlq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3GLr1vOlq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3GLr1vOlq .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-v3GLr1vOlq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v3GLr1vOlq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3GLr1vOlq .dropdown-item.active,
.cid-v3GLr1vOlq .dropdown-item:active {
  background-color: transparent;
}
.cid-v3GLr1vOlq .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-v3GLr1vOlq .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-v3GLr1vOlq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3GLr1vOlq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3GLr1vOlq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3GLr1vOlq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v3GLr1vOlq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3GLr1vOlq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3b4758;
  background: #ff5753;
}
.cid-v3GLr1vOlq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3GLr1vOlq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3GLr1vOlq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3GLr1vOlq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3GLr1vOlq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3GLr1vOlq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3GLr1vOlq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3GLr1vOlq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3GLr1vOlq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3GLr1vOlq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v3GLr1vOlq .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-v3GLr1vOlq .navbar {
    height: 70px;
  }
  .cid-v3GLr1vOlq .navbar.opened {
    height: auto;
  }
  .cid-v3GLr1vOlq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3GLr1vOlq .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v3GLr1vOlq .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-v3GLr1vOlq .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-v3GLr1vOlq .navbar-caption:hover {
  color: #3b4758;
}
@media (min-width: 992px) {
  .cid-v3GLr1vOlq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v3GLr1vOlq .text_widget {
  margin-bottom: 32px;
}
.cid-v3GLr1vOlq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v3GLr1vOlq .text_widget a:hover,
.cid-v3GLr1vOlq .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-v3GLr1vOlq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-v3GLr1vOlq .icons-menu-main {
  display: flex;
}
.cid-v3GLr1vOlq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3GLr1vOlq .navbar-caption {
  color: #000000;
}
.cid-v3GLr1vOlq .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3GLr1vOlq .mbr-section-subtitle,
.cid-v3GLr1vOlq .text_widget,
.cid-v3GLr1vOlq .mbr-section-btn {
  text-align: center;
}
.cid-v3GLr1vOlq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3GLr2bySF {
  background-image: url("../../../assets/images/a-clinica.jpg-1500x1000.jpg");
}
.cid-v3GLr2bySF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GLr2bySF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GLr2bySF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3GLr2bySF .container-fluid {
    padding: 0 30px;
  }
}
.cid-v3GLr2bySF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v3GLr2bySF .container {
    padding: 0 30px;
  }
}
.cid-v3GLr2bySF .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-v3GLr2bySF .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-v3GLr2bySF .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3GLr2bySF .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v3GLr2bySF .mbr-section-title {
  color: #ffffff;
}
.cid-v3GLr2bySF .mbr-text {
  color: #ffffff;
}
.cid-v3LHxL2kit {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-v3LHxL2kit .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LHxL2kit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LHxL2kit .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v3LHxL2kit .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v3LHxL2kit .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3LHxL2kit .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #3b4758;
  transition: all 0.3s;
}
.cid-v3LHxL2kit .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #3b4758;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v3LHxL2kit .social-row .soc-item:hover {
  background-color: #3b4758;
}
.cid-v3LHxL2kit .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v3LHxL2kit .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v3LHxL2kit .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3LHxL2kit .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v3GLr3Q4Mj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #b02024;
}
.cid-v3GLr3Q4Mj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GLr3Q4Mj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GLr3Q4Mj .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v3GLr3Q4Mj .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v3GLr3Q4Mj .content-wrapper {
    padding: 0;
  }
}
.cid-v3GLr3Q4Mj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .cid-v3GLr3Q4Mj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v3GLr3Q4Mj .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3GLr3Q4Mj .items-wrapper {
  justify-content: center;
}
.cid-v3GLr3Q4Mj .items-wrapper .item-wrap {
  position: relative;
  height: 100%;
  margin-bottom: 32px;
}
.cid-v3GLr3Q4Mj .items-wrapper .item-wrap img {
  height: 150px;
  object-fit: contain;
}
.cid-v3GLr3Q4Mj .mbr-section-title,
.cid-v3GLr3Q4Mj .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3GLr4MQc6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3GLr4MQc6 .mbr-text {
  color: #000000;
}
.cid-v3GLr4MQc6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3GLr4MQc6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3GLr4MQc6 .img-wrapper img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3GLr4MQc6 .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-v3GLr4MQc6 p {
  line-height: 1.3;
}
.cid-v3GLr4MQc6 .mbr-iconfont {
  font-size: 5rem;
  color: #3b4758;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-v3GLr4MQc6 .mbr-iconfont {
    display: none;
  }
}
.cid-v3GLr4MQc6 .wrapper {
  position: relative;
}
.cid-v3GLr4MQc6 .wrapper .icon1 {
  position: absolute;
  left: -100px;
  top: -60px;
}
.cid-v3GLr4MQc6 .wrapper .icon2 {
  position: absolute;
  right: -100px;
  bottom: -30px;
}
.cid-v3GLr4MQc6 .img-wrapper {
  display: flex;
}
.cid-v3GLr4MQc6 .card-text {
  text-align: center;
}
.cid-v3GLr4MQc6 .card-title,
.cid-v3GLr4MQc6 .img-wrapper {
  text-align: center;
  color: #b02024;
}
.cid-v3GLr5blO6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b02024;
}
.cid-v3GLr5blO6 .mbr-text {
  color: #000000;
}
.cid-v3GLr5blO6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3GLr5blO6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3GLr5blO6 .mbr-section-subtitle,
.cid-v3GLr5blO6 .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-v3GLr5blO6 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3GLr5blO6 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v3GLr5blO6 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v3GLr5blO6 .panel-group {
  border: none;
}
.cid-v3GLr5blO6 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v3GLr5blO6 .card-header {
    padding: 0rem;
  }
}
.cid-v3GLr5blO6 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v3GLr5blO6 .collapsed span {
  transform: rotate(0deg);
}
.cid-v3GLr5blO6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v3GLr5blO6 p {
  margin-bottom: 0.3rem;
}
.cid-v3GLr5blO6 .panel-title-edit {
  color: #000000;
}
.cid-v3GLr5blO6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v3GLr5blO6 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v3GLr5blO6 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3GLr5blO6 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v3GLr5blO6 .panel-text {
  color: #000000;
}
.cid-v3GLr5blO6 .panel-title-edit,
.cid-v3GLr5blO6 .mbr-iconfont {
  color: #3b4758;
}
.cid-v3GLr5I0Ir {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3GLr5I0Ir .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GLr5I0Ir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GLr5I0Ir .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v3GLr5I0Ir .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3GLr5I0Ir .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v3GLr5I0Ir .content-head {
  max-width: 800px;
}
.cid-v3GLr5I0Ir .card-title {
  color: #3b4758;
}
.cid-v3GLr6hnY0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v3GLr6hnY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GLr6hnY0 .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-v3GLr6hnY0 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3GLr6hnY0 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v3GLr6hnY0 .google-map {
  height: 100%;
  position: relative;
}
.cid-v3GLr6hnY0 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3GLr6hnY0 .google-map iframe {
    min-height: 350px;
  }
}
.cid-v3GLr6hnY0 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v3GLr6hnY0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3GLr6hnY0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3GLr6hnY0 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3GLr6hnY0 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3GLr6hnY0 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v3GLr6hnY0 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v3GLr6hnY0 .content-head {
  max-width: 800px;
}
.cid-v3GLr6hnY0 .mbr-section-title {
  color: #3b4758;
}
.cid-v3GLr6UNyF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b4758;
}
.cid-v3GLr6UNyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GLr6UNyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GLr6UNyF .container,
.cid-v3GLr6UNyF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3GLr6UNyF .container,
  .cid-v3GLr6UNyF .container-fluid {
    padding: 0 20px;
  }
}
.cid-v3GLr6UNyF a {
  display: block;
}
.cid-v3GLr6UNyF a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v3GLr6UNyF a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-v3GLr6UNyF a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-v3GLr6UNyF a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-v3GLr6UNyF a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-v3GLr6UNyF a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-v3GLr6UNyF .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v3GLr6UNyF .copy-wrapper {
    border-right: none;
  }
}
.cid-v3GLr6UNyF .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-v3GLr6UNyF .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3GLr6UNyF .list-wrapper {
    height: auto;
  }
}
.cid-v3GLr6UNyF .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v3GLr6UNyF .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-v3GLr6UNyF .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-v3GLr6UNyF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3GLr6UNyF .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-v3GLr6UNyF .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-v3GLr6UNyF .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3GLr6UNyF .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v3GLr6UNyF .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-v3GLr6UNyF .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-v3GLr6UNyF .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-v3GLr6UNyF .copyright {
  color: #ffffff;
}
.cid-v3GLr6UNyF .mbr-section-title {
  color: #3d4045;
}
.cid-v3GLr6UNyF .mbr-text {
  color: #3d4045;
}
.cid-v3GLr6UNyF .list {
  color: #ffffff;
}
.cid-v3GLr6UNyF .mbr-section-btn {
  text-align: right;
}
.cid-v3GLr6UNyF .assBorder img {
  width: 43px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.cid-v3LIFWvwNv {
  background-color: transparent;
}
.cid-v3LIFWvwNv .navbar-dropdown {
  background: #3b4758 !important;
  padding: 0;
}
.cid-v3LIFWvwNv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3b4758 !important;
  background: #3b4758;
}
.cid-v3LIFWvwNv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3LIFWvwNv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3LIFWvwNv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v3LIFWvwNv .menu_box .navbar.opened,
  .cid-v3LIFWvwNv .menu_box .navbar-collapse {
    background-color: #3b4758 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v3LIFWvwNv .navbar-dropdown {
  position: relative !important;
}
.cid-v3LIFWvwNv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v3LIFWvwNv .btn:hover {
  box-shadow: none;
}
.cid-v3LIFWvwNv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3LIFWvwNv .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-v3LIFWvwNv .nav-item {
    margin: 0 !important;
  }
}
.cid-v3LIFWvwNv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v3LIFWvwNv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v3LIFWvwNv .nav-item .nav-link:hover::before,
.cid-v3LIFWvwNv .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v3LIFWvwNv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3LIFWvwNv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v3LIFWvwNv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3LIFWvwNv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3LIFWvwNv .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-v3LIFWvwNv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3LIFWvwNv .offcanvas_box {
    display: none;
  }
}
.cid-v3LIFWvwNv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v3LIFWvwNv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3LIFWvwNv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v3LIFWvwNv .container {
  display: flex;
  margin: auto;
}
.cid-v3LIFWvwNv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v3LIFWvwNv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v3LIFWvwNv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3LIFWvwNv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v3LIFWvwNv .navbar-nav {
    margin: 0;
  }
}
.cid-v3LIFWvwNv .dropdown-menu,
.cid-v3LIFWvwNv .navbar.opened {
  background-color: true !important;
}
.cid-v3LIFWvwNv .nav-item:focus,
.cid-v3LIFWvwNv .nav-link:focus {
  outline: none;
}
.cid-v3LIFWvwNv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3LIFWvwNv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3LIFWvwNv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3LIFWvwNv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3LIFWvwNv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3LIFWvwNv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3LIFWvwNv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v3LIFWvwNv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v3LIFWvwNv .navbar.opened {
  transition: all 0.3s;
}
.cid-v3LIFWvwNv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v3LIFWvwNv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v3LIFWvwNv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3LIFWvwNv .navbar.collapsed {
  justify-content: center;
}
.cid-v3LIFWvwNv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3LIFWvwNv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3LIFWvwNv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3LIFWvwNv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3LIFWvwNv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3LIFWvwNv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3LIFWvwNv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3LIFWvwNv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3LIFWvwNv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v3LIFWvwNv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3LIFWvwNv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3LIFWvwNv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v3LIFWvwNv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3LIFWvwNv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v3LIFWvwNv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3LIFWvwNv .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-v3LIFWvwNv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3LIFWvwNv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v3LIFWvwNv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v3LIFWvwNv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3LIFWvwNv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3LIFWvwNv .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3LIFWvwNv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3LIFWvwNv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3LIFWvwNv .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-v3LIFWvwNv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v3LIFWvwNv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3LIFWvwNv .dropdown-item.active,
.cid-v3LIFWvwNv .dropdown-item:active {
  background-color: transparent;
}
.cid-v3LIFWvwNv .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-v3LIFWvwNv .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-v3LIFWvwNv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3LIFWvwNv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3LIFWvwNv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3LIFWvwNv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v3LIFWvwNv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3LIFWvwNv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3b4758;
  background: #ff5753;
}
.cid-v3LIFWvwNv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3LIFWvwNv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3LIFWvwNv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3LIFWvwNv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3LIFWvwNv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3LIFWvwNv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3LIFWvwNv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3LIFWvwNv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3LIFWvwNv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3LIFWvwNv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v3LIFWvwNv .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-v3LIFWvwNv .navbar {
    height: 70px;
  }
  .cid-v3LIFWvwNv .navbar.opened {
    height: auto;
  }
  .cid-v3LIFWvwNv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3LIFWvwNv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v3LIFWvwNv .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-v3LIFWvwNv .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-v3LIFWvwNv .navbar-caption:hover {
  color: #3b4758;
}
@media (min-width: 992px) {
  .cid-v3LIFWvwNv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v3LIFWvwNv .text_widget {
  margin-bottom: 32px;
}
.cid-v3LIFWvwNv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v3LIFWvwNv .text_widget a:hover,
.cid-v3LIFWvwNv .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-v3LIFWvwNv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-v3LIFWvwNv .icons-menu-main {
  display: flex;
}
.cid-v3LIFWvwNv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3LIFWvwNv .navbar-caption {
  color: #000000;
}
.cid-v3LIFWvwNv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3LIFWvwNv .mbr-section-subtitle,
.cid-v3LIFWvwNv .text_widget,
.cid-v3LIFWvwNv .mbr-section-btn {
  text-align: center;
}
.cid-v3LIFWvwNv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3LIFX4L0G {
  background-image: url("../../../assets/images/a-clinica.jpg-1500x1000.jpg");
}
.cid-v3LIFX4L0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LIFX4L0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LIFX4L0G .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3LIFX4L0G .container-fluid {
    padding: 0 30px;
  }
}
.cid-v3LIFX4L0G .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v3LIFX4L0G .container {
    padding: 0 30px;
  }
}
.cid-v3LIFX4L0G .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-v3LIFX4L0G .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-v3LIFX4L0G .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3LIFX4L0G .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v3LIFX4L0G .mbr-section-title {
  color: #ffffff;
}
.cid-v3LIFX4L0G .mbr-text {
  color: #ffffff;
}
.cid-v3LJHXCCzd {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-v3LJHXCCzd img {
  object-fit: cover;
}
.cid-v3LRNjW6GQ {
  background-color: #ffffff;
}
.cid-v3LRNjW6GQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LRNjW6GQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LRNjW6GQ .row {
  justify-content: space-between;
}
.cid-v3LRNjW6GQ .content-wrapper .mbr-desc {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v3LRNjW6GQ .content-wrapper .mbr-desc {
    margin-bottom: 35px;
  }
}
.cid-v3LRNjW6GQ .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 1px solid #3b4758;
}
@media (max-width: 992px) {
  .cid-v3LRNjW6GQ .content-wrapper .panel-group .card {
    padding: 25px 0;
  }
}
.cid-v3LRNjW6GQ .content-wrapper .panel-group .card:hover::before,
.cid-v3LRNjW6GQ .content-wrapper .panel-group .card:focus::before {
  width: 100%;
}
.cid-v3LRNjW6GQ .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3b4758;
  transition: all 0.3s ease-in-out;
}
.cid-v3LRNjW6GQ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v3LRNjW6GQ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v3LRNjW6GQ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v3LRNjW6GQ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3b4758;
}
.cid-v3LRNjW6GQ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  font-weight: 700 !important;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-top: 4px;
}
.cid-v3LRNjW6GQ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-v3LRNjW6GQ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 25px;
}
.cid-v3LRNjW6GQ .content-wrapper .panel-group .card .panel-collapse .panel-body .list {
  padding: 0;
  margin: 0 0 0 50%;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v3LRNjW6GQ .content-wrapper .panel-group .card .panel-collapse .panel-body .list {
    margin: 0;
  }
}
.cid-v3LRNjW6GQ .content-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap {
  margin-bottom: 15px;
}
.cid-v3LRNjW6GQ .content-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3LRNjW6GQ .mbr-desc {
  color: #000000;
}
.cid-v3LRNjW6GQ .panel-title-edit {
  color: #000000;
}
.cid-v3LRNjW6GQ .list {
  color: #000000;
}
.cid-v3LIFXYESD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #b02024;
}
.cid-v3LIFXYESD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LIFXYESD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LIFXYESD .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v3LIFXYESD .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v3LIFXYESD .content-wrapper {
    padding: 0;
  }
}
.cid-v3LIFXYESD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .cid-v3LIFXYESD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v3LIFXYESD .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3LIFXYESD .items-wrapper {
  justify-content: center;
}
.cid-v3LIFXYESD .items-wrapper .item-wrap {
  position: relative;
  height: 100%;
  margin-bottom: 32px;
}
.cid-v3LIFXYESD .items-wrapper .item-wrap img {
  height: 150px;
  object-fit: contain;
}
.cid-v3LIFXYESD .mbr-section-title,
.cid-v3LIFXYESD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3LIFYw8bs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3LIFYw8bs .mbr-text {
  color: #000000;
}
.cid-v3LIFYw8bs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3LIFYw8bs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3LIFYw8bs .img-wrapper img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3LIFYw8bs .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-v3LIFYw8bs p {
  line-height: 1.3;
}
.cid-v3LIFYw8bs .mbr-iconfont {
  font-size: 5rem;
  color: #3b4758;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-v3LIFYw8bs .mbr-iconfont {
    display: none;
  }
}
.cid-v3LIFYw8bs .wrapper {
  position: relative;
}
.cid-v3LIFYw8bs .wrapper .icon1 {
  position: absolute;
  left: -100px;
  top: -60px;
}
.cid-v3LIFYw8bs .wrapper .icon2 {
  position: absolute;
  right: -100px;
  bottom: -30px;
}
.cid-v3LIFYw8bs .img-wrapper {
  display: flex;
}
.cid-v3LIFYw8bs .card-text {
  text-align: center;
}
.cid-v3LIFYw8bs .card-title,
.cid-v3LIFYw8bs .img-wrapper {
  text-align: center;
  color: #b02024;
}
.cid-v3LIFZ0RNB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b02024;
}
.cid-v3LIFZ0RNB .mbr-text {
  color: #000000;
}
.cid-v3LIFZ0RNB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3LIFZ0RNB .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3LIFZ0RNB .mbr-section-subtitle,
.cid-v3LIFZ0RNB .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-v3LIFZ0RNB .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3LIFZ0RNB .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v3LIFZ0RNB .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v3LIFZ0RNB .panel-group {
  border: none;
}
.cid-v3LIFZ0RNB .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v3LIFZ0RNB .card-header {
    padding: 0rem;
  }
}
.cid-v3LIFZ0RNB .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v3LIFZ0RNB .collapsed span {
  transform: rotate(0deg);
}
.cid-v3LIFZ0RNB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v3LIFZ0RNB p {
  margin-bottom: 0.3rem;
}
.cid-v3LIFZ0RNB .panel-title-edit {
  color: #000000;
}
.cid-v3LIFZ0RNB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v3LIFZ0RNB .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v3LIFZ0RNB .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3LIFZ0RNB .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v3LIFZ0RNB .panel-text {
  color: #000000;
}
.cid-v3LIFZ0RNB .panel-title-edit,
.cid-v3LIFZ0RNB .mbr-iconfont {
  color: #3b4758;
}
.cid-v3LIFZxUOh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3LIFZxUOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LIFZxUOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LIFZxUOh .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v3LIFZxUOh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3LIFZxUOh .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v3LIFZxUOh .content-head {
  max-width: 800px;
}
.cid-v3LIFZxUOh .card-title {
  color: #3b4758;
}
.cid-v3LIG0clX7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v3LIG0clX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LIG0clX7 .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-v3LIG0clX7 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3LIG0clX7 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v3LIG0clX7 .google-map {
  height: 100%;
  position: relative;
}
.cid-v3LIG0clX7 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3LIG0clX7 .google-map iframe {
    min-height: 350px;
  }
}
.cid-v3LIG0clX7 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v3LIG0clX7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3LIG0clX7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3LIG0clX7 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3LIG0clX7 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3LIG0clX7 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v3LIG0clX7 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v3LIG0clX7 .content-head {
  max-width: 800px;
}
.cid-v3LIG0clX7 .mbr-section-title {
  color: #3b4758;
}
.cid-v3LIG0HOtz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b4758;
}
.cid-v3LIG0HOtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LIG0HOtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LIG0HOtz .container,
.cid-v3LIG0HOtz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3LIG0HOtz .container,
  .cid-v3LIG0HOtz .container-fluid {
    padding: 0 20px;
  }
}
.cid-v3LIG0HOtz a {
  display: block;
}
.cid-v3LIG0HOtz a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v3LIG0HOtz a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-v3LIG0HOtz a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-v3LIG0HOtz a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-v3LIG0HOtz a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-v3LIG0HOtz a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-v3LIG0HOtz .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v3LIG0HOtz .copy-wrapper {
    border-right: none;
  }
}
.cid-v3LIG0HOtz .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-v3LIG0HOtz .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3LIG0HOtz .list-wrapper {
    height: auto;
  }
}
.cid-v3LIG0HOtz .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v3LIG0HOtz .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-v3LIG0HOtz .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-v3LIG0HOtz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3LIG0HOtz .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-v3LIG0HOtz .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-v3LIG0HOtz .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3LIG0HOtz .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v3LIG0HOtz .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-v3LIG0HOtz .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-v3LIG0HOtz .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-v3LIG0HOtz .copyright {
  color: #ffffff;
}
.cid-v3LIG0HOtz .mbr-section-title {
  color: #3d4045;
}
.cid-v3LIG0HOtz .mbr-text {
  color: #3d4045;
}
.cid-v3LIG0HOtz .list {
  color: #ffffff;
}
.cid-v3LIG0HOtz .mbr-section-btn {
  text-align: right;
}
.cid-v3LIG0HOtz .assBorder img {
  width: 43px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.cid-v3LXvzhtsT {
  background-color: transparent;
}
.cid-v3LXvzhtsT .navbar-dropdown {
  background: #3b4758 !important;
  padding: 0;
}
.cid-v3LXvzhtsT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3b4758 !important;
  background: #3b4758;
}
.cid-v3LXvzhtsT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3LXvzhtsT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3LXvzhtsT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v3LXvzhtsT .menu_box .navbar.opened,
  .cid-v3LXvzhtsT .menu_box .navbar-collapse {
    background-color: #3b4758 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v3LXvzhtsT .navbar-dropdown {
  position: relative !important;
}
.cid-v3LXvzhtsT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v3LXvzhtsT .btn:hover {
  box-shadow: none;
}
.cid-v3LXvzhtsT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3LXvzhtsT .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-v3LXvzhtsT .nav-item {
    margin: 0 !important;
  }
}
.cid-v3LXvzhtsT .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v3LXvzhtsT .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v3LXvzhtsT .nav-item .nav-link:hover::before,
.cid-v3LXvzhtsT .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v3LXvzhtsT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3LXvzhtsT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v3LXvzhtsT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3LXvzhtsT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3LXvzhtsT .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-v3LXvzhtsT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3LXvzhtsT .offcanvas_box {
    display: none;
  }
}
.cid-v3LXvzhtsT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v3LXvzhtsT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3LXvzhtsT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v3LXvzhtsT .container {
  display: flex;
  margin: auto;
}
.cid-v3LXvzhtsT .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v3LXvzhtsT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v3LXvzhtsT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3LXvzhtsT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v3LXvzhtsT .navbar-nav {
    margin: 0;
  }
}
.cid-v3LXvzhtsT .dropdown-menu,
.cid-v3LXvzhtsT .navbar.opened {
  background-color: true !important;
}
.cid-v3LXvzhtsT .nav-item:focus,
.cid-v3LXvzhtsT .nav-link:focus {
  outline: none;
}
.cid-v3LXvzhtsT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3LXvzhtsT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3LXvzhtsT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3LXvzhtsT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3LXvzhtsT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3LXvzhtsT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3LXvzhtsT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v3LXvzhtsT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v3LXvzhtsT .navbar.opened {
  transition: all 0.3s;
}
.cid-v3LXvzhtsT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v3LXvzhtsT .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v3LXvzhtsT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3LXvzhtsT .navbar.collapsed {
  justify-content: center;
}
.cid-v3LXvzhtsT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3LXvzhtsT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3LXvzhtsT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3LXvzhtsT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3LXvzhtsT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3LXvzhtsT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3LXvzhtsT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3LXvzhtsT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3LXvzhtsT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v3LXvzhtsT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3LXvzhtsT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3LXvzhtsT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v3LXvzhtsT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3LXvzhtsT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v3LXvzhtsT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3LXvzhtsT .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-v3LXvzhtsT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3LXvzhtsT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v3LXvzhtsT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v3LXvzhtsT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3LXvzhtsT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3LXvzhtsT .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3LXvzhtsT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3LXvzhtsT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3LXvzhtsT .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-v3LXvzhtsT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v3LXvzhtsT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3LXvzhtsT .dropdown-item.active,
.cid-v3LXvzhtsT .dropdown-item:active {
  background-color: transparent;
}
.cid-v3LXvzhtsT .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-v3LXvzhtsT .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-v3LXvzhtsT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3LXvzhtsT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3LXvzhtsT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3LXvzhtsT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v3LXvzhtsT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3LXvzhtsT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3b4758;
  background: #ff5753;
}
.cid-v3LXvzhtsT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3LXvzhtsT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3LXvzhtsT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3LXvzhtsT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3LXvzhtsT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3LXvzhtsT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3LXvzhtsT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3LXvzhtsT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3LXvzhtsT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3LXvzhtsT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v3LXvzhtsT .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-v3LXvzhtsT .navbar {
    height: 70px;
  }
  .cid-v3LXvzhtsT .navbar.opened {
    height: auto;
  }
  .cid-v3LXvzhtsT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3LXvzhtsT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v3LXvzhtsT .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-v3LXvzhtsT .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-v3LXvzhtsT .navbar-caption:hover {
  color: #3b4758;
}
@media (min-width: 992px) {
  .cid-v3LXvzhtsT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v3LXvzhtsT .text_widget {
  margin-bottom: 32px;
}
.cid-v3LXvzhtsT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v3LXvzhtsT .text_widget a:hover,
.cid-v3LXvzhtsT .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-v3LXvzhtsT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-v3LXvzhtsT .icons-menu-main {
  display: flex;
}
.cid-v3LXvzhtsT .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3LXvzhtsT .navbar-caption {
  color: #000000;
}
.cid-v3LXvzhtsT .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3LXvzhtsT .mbr-section-subtitle,
.cid-v3LXvzhtsT .text_widget,
.cid-v3LXvzhtsT .mbr-section-btn {
  text-align: center;
}
.cid-v3LXvzhtsT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3LXvA2evA {
  background-image: url("../../../assets/images/a-clinica.jpg-1500x1000.jpg");
}
.cid-v3LXvA2evA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LXvA2evA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LXvA2evA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3LXvA2evA .container-fluid {
    padding: 0 30px;
  }
}
.cid-v3LXvA2evA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v3LXvA2evA .container {
    padding: 0 30px;
  }
}
.cid-v3LXvA2evA .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-v3LXvA2evA .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-v3LXvA2evA .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3LXvA2evA .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v3LXvA2evA .mbr-section-title {
  color: #ffffff;
}
.cid-v3LXvA2evA .mbr-text {
  color: #ffffff;
}
.cid-v3LXvAybx6 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-v3LXvAybx6 img {
  object-fit: cover;
}
.cid-v3M1TIr54j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3M1TIr54j .mbr-text {
  color: #000000;
}
.cid-v3M1TIr54j .mbr-section-subtitle {
  color: #000000;
}
.cid-v3M1TIr54j .mbr-section-title {
  color: #000000;
}
.cid-v3LXvBEuGi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #b02024;
}
.cid-v3LXvBEuGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LXvBEuGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LXvBEuGi .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v3LXvBEuGi .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v3LXvBEuGi .content-wrapper {
    padding: 0;
  }
}
.cid-v3LXvBEuGi .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .cid-v3LXvBEuGi .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v3LXvBEuGi .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3LXvBEuGi .items-wrapper {
  justify-content: center;
}
.cid-v3LXvBEuGi .items-wrapper .item-wrap {
  position: relative;
  height: 100%;
  margin-bottom: 32px;
}
.cid-v3LXvBEuGi .items-wrapper .item-wrap img {
  height: 150px;
  object-fit: contain;
}
.cid-v3LXvBEuGi .mbr-section-title,
.cid-v3LXvBEuGi .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3LXvCewzD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3LXvCewzD .mbr-text {
  color: #000000;
}
.cid-v3LXvCewzD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3LXvCewzD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3LXvCewzD .img-wrapper img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3LXvCewzD .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-v3LXvCewzD p {
  line-height: 1.3;
}
.cid-v3LXvCewzD .mbr-iconfont {
  font-size: 5rem;
  color: #3b4758;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-v3LXvCewzD .mbr-iconfont {
    display: none;
  }
}
.cid-v3LXvCewzD .wrapper {
  position: relative;
}
.cid-v3LXvCewzD .wrapper .icon1 {
  position: absolute;
  left: -100px;
  top: -60px;
}
.cid-v3LXvCewzD .wrapper .icon2 {
  position: absolute;
  right: -100px;
  bottom: -30px;
}
.cid-v3LXvCewzD .img-wrapper {
  display: flex;
}
.cid-v3LXvCewzD .card-text {
  text-align: center;
}
.cid-v3LXvCewzD .card-title,
.cid-v3LXvCewzD .img-wrapper {
  text-align: center;
  color: #b02024;
}
.cid-v3LXvCGXzS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b02024;
}
.cid-v3LXvCGXzS .mbr-text {
  color: #000000;
}
.cid-v3LXvCGXzS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3LXvCGXzS .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3LXvCGXzS .mbr-section-subtitle,
.cid-v3LXvCGXzS .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-v3LXvCGXzS .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3LXvCGXzS .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v3LXvCGXzS .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v3LXvCGXzS .panel-group {
  border: none;
}
.cid-v3LXvCGXzS .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v3LXvCGXzS .card-header {
    padding: 0rem;
  }
}
.cid-v3LXvCGXzS .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v3LXvCGXzS .collapsed span {
  transform: rotate(0deg);
}
.cid-v3LXvCGXzS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v3LXvCGXzS p {
  margin-bottom: 0.3rem;
}
.cid-v3LXvCGXzS .panel-title-edit {
  color: #000000;
}
.cid-v3LXvCGXzS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v3LXvCGXzS .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v3LXvCGXzS .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3LXvCGXzS .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v3LXvCGXzS .panel-text {
  color: #000000;
}
.cid-v3LXvCGXzS .panel-title-edit,
.cid-v3LXvCGXzS .mbr-iconfont {
  color: #3b4758;
}
.cid-v3LXvDcJ5O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3LXvDcJ5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LXvDcJ5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LXvDcJ5O .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v3LXvDcJ5O .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3LXvDcJ5O .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v3LXvDcJ5O .content-head {
  max-width: 800px;
}
.cid-v3LXvDcJ5O .card-title {
  color: #3b4758;
}
.cid-v3LXvDOaqa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v3LXvDOaqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LXvDOaqa .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-v3LXvDOaqa .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3LXvDOaqa .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v3LXvDOaqa .google-map {
  height: 100%;
  position: relative;
}
.cid-v3LXvDOaqa .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3LXvDOaqa .google-map iframe {
    min-height: 350px;
  }
}
.cid-v3LXvDOaqa .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v3LXvDOaqa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3LXvDOaqa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3LXvDOaqa .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3LXvDOaqa .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3LXvDOaqa .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v3LXvDOaqa ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v3LXvDOaqa .content-head {
  max-width: 800px;
}
.cid-v3LXvDOaqa .mbr-section-title {
  color: #3b4758;
}
.cid-v3LXvEr2nW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b4758;
}
.cid-v3LXvEr2nW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LXvEr2nW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LXvEr2nW .container,
.cid-v3LXvEr2nW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3LXvEr2nW .container,
  .cid-v3LXvEr2nW .container-fluid {
    padding: 0 20px;
  }
}
.cid-v3LXvEr2nW a {
  display: block;
}
.cid-v3LXvEr2nW a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v3LXvEr2nW a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-v3LXvEr2nW a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-v3LXvEr2nW a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-v3LXvEr2nW a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-v3LXvEr2nW a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-v3LXvEr2nW .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v3LXvEr2nW .copy-wrapper {
    border-right: none;
  }
}
.cid-v3LXvEr2nW .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-v3LXvEr2nW .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3LXvEr2nW .list-wrapper {
    height: auto;
  }
}
.cid-v3LXvEr2nW .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v3LXvEr2nW .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-v3LXvEr2nW .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-v3LXvEr2nW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3LXvEr2nW .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-v3LXvEr2nW .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-v3LXvEr2nW .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3LXvEr2nW .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v3LXvEr2nW .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-v3LXvEr2nW .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-v3LXvEr2nW .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-v3LXvEr2nW .copyright {
  color: #ffffff;
}
.cid-v3LXvEr2nW .mbr-section-title {
  color: #3d4045;
}
.cid-v3LXvEr2nW .mbr-text {
  color: #3d4045;
}
.cid-v3LXvEr2nW .list {
  color: #ffffff;
}
.cid-v3LXvEr2nW .mbr-section-btn {
  text-align: right;
}
.cid-v3LXvEr2nW .assBorder img {
  width: 43px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.cid-v48gLDsh8m {
  background-color: transparent;
}
.cid-v48gLDsh8m .navbar-dropdown {
  background: #3b4758 !important;
  padding: 0;
}
.cid-v48gLDsh8m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3b4758 !important;
  background: #3b4758;
}
.cid-v48gLDsh8m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v48gLDsh8m .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v48gLDsh8m .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v48gLDsh8m .menu_box .navbar.opened,
  .cid-v48gLDsh8m .menu_box .navbar-collapse {
    background-color: #3b4758 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v48gLDsh8m .navbar-dropdown {
  position: relative !important;
}
.cid-v48gLDsh8m .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v48gLDsh8m .btn:hover {
  box-shadow: none;
}
.cid-v48gLDsh8m .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v48gLDsh8m .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-v48gLDsh8m .nav-item {
    margin: 0 !important;
  }
}
.cid-v48gLDsh8m .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v48gLDsh8m .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v48gLDsh8m .nav-item .nav-link:hover::before,
.cid-v48gLDsh8m .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v48gLDsh8m .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v48gLDsh8m .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v48gLDsh8m .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v48gLDsh8m .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v48gLDsh8m .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-v48gLDsh8m .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v48gLDsh8m .offcanvas_box {
    display: none;
  }
}
.cid-v48gLDsh8m .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v48gLDsh8m .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v48gLDsh8m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v48gLDsh8m .container {
  display: flex;
  margin: auto;
}
.cid-v48gLDsh8m .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v48gLDsh8m .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v48gLDsh8m .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v48gLDsh8m .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v48gLDsh8m .navbar-nav {
    margin: 0;
  }
}
.cid-v48gLDsh8m .dropdown-menu,
.cid-v48gLDsh8m .navbar.opened {
  background-color: true !important;
}
.cid-v48gLDsh8m .nav-item:focus,
.cid-v48gLDsh8m .nav-link:focus {
  outline: none;
}
.cid-v48gLDsh8m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v48gLDsh8m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v48gLDsh8m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v48gLDsh8m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v48gLDsh8m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v48gLDsh8m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v48gLDsh8m .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v48gLDsh8m .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v48gLDsh8m .navbar.opened {
  transition: all 0.3s;
}
.cid-v48gLDsh8m .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v48gLDsh8m .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v48gLDsh8m .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v48gLDsh8m .navbar.collapsed {
  justify-content: center;
}
.cid-v48gLDsh8m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v48gLDsh8m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v48gLDsh8m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v48gLDsh8m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v48gLDsh8m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v48gLDsh8m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v48gLDsh8m .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v48gLDsh8m .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v48gLDsh8m .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v48gLDsh8m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v48gLDsh8m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v48gLDsh8m .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v48gLDsh8m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v48gLDsh8m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v48gLDsh8m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v48gLDsh8m .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-v48gLDsh8m .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v48gLDsh8m .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v48gLDsh8m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v48gLDsh8m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v48gLDsh8m .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v48gLDsh8m .navbar.navbar-short {
  min-height: 60px;
}
.cid-v48gLDsh8m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v48gLDsh8m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v48gLDsh8m .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-v48gLDsh8m .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v48gLDsh8m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v48gLDsh8m .dropdown-item.active,
.cid-v48gLDsh8m .dropdown-item:active {
  background-color: transparent;
}
.cid-v48gLDsh8m .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-v48gLDsh8m .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-v48gLDsh8m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v48gLDsh8m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v48gLDsh8m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v48gLDsh8m ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v48gLDsh8m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v48gLDsh8m button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3b4758;
  background: #ff5753;
}
.cid-v48gLDsh8m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v48gLDsh8m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v48gLDsh8m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v48gLDsh8m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v48gLDsh8m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v48gLDsh8m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v48gLDsh8m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v48gLDsh8m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v48gLDsh8m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v48gLDsh8m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v48gLDsh8m .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-v48gLDsh8m .navbar {
    height: 70px;
  }
  .cid-v48gLDsh8m .navbar.opened {
    height: auto;
  }
  .cid-v48gLDsh8m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v48gLDsh8m .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v48gLDsh8m .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-v48gLDsh8m .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-v48gLDsh8m .navbar-caption:hover {
  color: #3b4758;
}
@media (min-width: 992px) {
  .cid-v48gLDsh8m .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v48gLDsh8m .text_widget {
  margin-bottom: 32px;
}
.cid-v48gLDsh8m .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v48gLDsh8m .text_widget a:hover,
.cid-v48gLDsh8m .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-v48gLDsh8m .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-v48gLDsh8m .icons-menu-main {
  display: flex;
}
.cid-v48gLDsh8m .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v48gLDsh8m .navbar-caption {
  color: #000000;
}
.cid-v48gLDsh8m .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v48gLDsh8m .mbr-section-subtitle,
.cid-v48gLDsh8m .text_widget,
.cid-v48gLDsh8m .mbr-section-btn {
  text-align: center;
}
.cid-v48gLDsh8m a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v48gLDQafL {
  background-image: url("../../../assets/images/a-clinica.jpg-1500x1000.jpg");
}
.cid-v48gLDQafL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v48gLDQafL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v48gLDQafL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v48gLDQafL .container-fluid {
    padding: 0 30px;
  }
}
.cid-v48gLDQafL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v48gLDQafL .container {
    padding: 0 30px;
  }
}
.cid-v48gLDQafL .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-v48gLDQafL .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-v48gLDQafL .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v48gLDQafL .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v48gLDQafL .mbr-section-title {
  color: #ffffff;
}
.cid-v48gLDQafL .mbr-text {
  color: #ffffff;
}
.cid-v48gLGbreT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v48gLGbreT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v48gLGbreT .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-v48gLGbreT .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v48gLGbreT .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v48gLGbreT .google-map {
  height: 100%;
  position: relative;
}
.cid-v48gLGbreT .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v48gLGbreT .google-map iframe {
    min-height: 350px;
  }
}
.cid-v48gLGbreT .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v48gLGbreT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v48gLGbreT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v48gLGbreT .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v48gLGbreT .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v48gLGbreT .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v48gLGbreT ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v48gLGbreT .content-head {
  max-width: 800px;
}
.cid-v48gLGbreT .mbr-section-title {
  color: #3b4758;
}
.cid-v48gLELmAg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #b02024;
}
.cid-v48gLELmAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v48gLELmAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v48gLELmAg .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v48gLELmAg .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v48gLELmAg .content-wrapper {
    padding: 0;
  }
}
.cid-v48gLELmAg .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .cid-v48gLELmAg .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v48gLELmAg .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v48gLELmAg .items-wrapper {
  justify-content: center;
}
.cid-v48gLELmAg .items-wrapper .item-wrap {
  position: relative;
  height: 100%;
  margin-bottom: 32px;
}
.cid-v48gLELmAg .items-wrapper .item-wrap img {
  height: 150px;
  object-fit: contain;
}
.cid-v48gLELmAg .mbr-section-title,
.cid-v48gLELmAg .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v48gLF9GVU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v48gLF9GVU .mbr-text {
  color: #000000;
}
.cid-v48gLF9GVU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v48gLF9GVU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v48gLF9GVU .img-wrapper img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v48gLF9GVU .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-v48gLF9GVU p {
  line-height: 1.3;
}
.cid-v48gLF9GVU .mbr-iconfont {
  font-size: 5rem;
  color: #3b4758;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-v48gLF9GVU .mbr-iconfont {
    display: none;
  }
}
.cid-v48gLF9GVU .wrapper {
  position: relative;
}
.cid-v48gLF9GVU .wrapper .icon1 {
  position: absolute;
  left: -100px;
  top: -60px;
}
.cid-v48gLF9GVU .wrapper .icon2 {
  position: absolute;
  right: -100px;
  bottom: -30px;
}
.cid-v48gLF9GVU .img-wrapper {
  display: flex;
}
.cid-v48gLF9GVU .card-text {
  text-align: center;
}
.cid-v48gLF9GVU .card-title,
.cid-v48gLF9GVU .img-wrapper {
  text-align: center;
  color: #b02024;
}
.cid-v48gLFqj58 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b02024;
}
.cid-v48gLFqj58 .mbr-text {
  color: #000000;
}
.cid-v48gLFqj58 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v48gLFqj58 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v48gLFqj58 .mbr-section-subtitle,
.cid-v48gLFqj58 .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-v48gLFqj58 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v48gLFqj58 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v48gLFqj58 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v48gLFqj58 .panel-group {
  border: none;
}
.cid-v48gLFqj58 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v48gLFqj58 .card-header {
    padding: 0rem;
  }
}
.cid-v48gLFqj58 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v48gLFqj58 .collapsed span {
  transform: rotate(0deg);
}
.cid-v48gLFqj58 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v48gLFqj58 p {
  margin-bottom: 0.3rem;
}
.cid-v48gLFqj58 .panel-title-edit {
  color: #000000;
}
.cid-v48gLFqj58 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v48gLFqj58 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v48gLFqj58 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v48gLFqj58 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v48gLFqj58 .panel-text {
  color: #000000;
}
.cid-v48gLFqj58 .panel-title-edit,
.cid-v48gLFqj58 .mbr-iconfont {
  color: #3b4758;
}
.cid-v48gLFNrgF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v48gLFNrgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v48gLFNrgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v48gLFNrgF .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v48gLFNrgF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v48gLFNrgF .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v48gLFNrgF .content-head {
  max-width: 800px;
}
.cid-v48gLFNrgF .card-title {
  color: #3b4758;
}
.cid-v48gLGydvP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b4758;
}
.cid-v48gLGydvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v48gLGydvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v48gLGydvP .container,
.cid-v48gLGydvP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v48gLGydvP .container,
  .cid-v48gLGydvP .container-fluid {
    padding: 0 20px;
  }
}
.cid-v48gLGydvP a {
  display: block;
}
.cid-v48gLGydvP a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v48gLGydvP a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-v48gLGydvP a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-v48gLGydvP a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-v48gLGydvP a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-v48gLGydvP a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-v48gLGydvP .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v48gLGydvP .copy-wrapper {
    border-right: none;
  }
}
.cid-v48gLGydvP .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-v48gLGydvP .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v48gLGydvP .list-wrapper {
    height: auto;
  }
}
.cid-v48gLGydvP .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v48gLGydvP .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-v48gLGydvP .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-v48gLGydvP .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v48gLGydvP .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-v48gLGydvP .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-v48gLGydvP .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v48gLGydvP .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v48gLGydvP .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-v48gLGydvP .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-v48gLGydvP .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-v48gLGydvP .copyright {
  color: #ffffff;
}
.cid-v48gLGydvP .mbr-section-title {
  color: #3d4045;
}
.cid-v48gLGydvP .mbr-text {
  color: #3d4045;
}
.cid-v48gLGydvP .list {
  color: #ffffff;
}
.cid-v48gLGydvP .mbr-section-btn {
  text-align: right;
}
.cid-v48gLGydvP .assBorder img {
  width: 43px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.cid-viccFEBjVn {
  background-color: transparent;
}
.cid-viccFEBjVn .navbar-dropdown {
  background: #3b4758 !important;
  padding: 0;
}
.cid-viccFEBjVn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3b4758 !important;
  background: #3b4758;
}
.cid-viccFEBjVn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viccFEBjVn .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-viccFEBjVn .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-viccFEBjVn .menu_box .navbar.opened,
  .cid-viccFEBjVn .menu_box .navbar-collapse {
    background-color: #3b4758 !important;
    transition: all 0s ease 0s;
  }
}
.cid-viccFEBjVn .navbar-dropdown {
  position: relative !important;
}
.cid-viccFEBjVn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-viccFEBjVn .btn:hover {
  box-shadow: none;
}
.cid-viccFEBjVn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-viccFEBjVn .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-viccFEBjVn .nav-item {
    margin: 0 !important;
  }
}
.cid-viccFEBjVn .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-viccFEBjVn .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-viccFEBjVn .nav-item .nav-link:hover::before,
.cid-viccFEBjVn .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-viccFEBjVn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-viccFEBjVn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-viccFEBjVn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-viccFEBjVn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-viccFEBjVn .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-viccFEBjVn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-viccFEBjVn .offcanvas_box {
    display: none;
  }
}
.cid-viccFEBjVn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-viccFEBjVn .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-viccFEBjVn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-viccFEBjVn .container {
  display: flex;
  margin: auto;
}
.cid-viccFEBjVn .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-viccFEBjVn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-viccFEBjVn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-viccFEBjVn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-viccFEBjVn .navbar-nav {
    margin: 0;
  }
}
.cid-viccFEBjVn .dropdown-menu,
.cid-viccFEBjVn .navbar.opened {
  background-color: true !important;
}
.cid-viccFEBjVn .nav-item:focus,
.cid-viccFEBjVn .nav-link:focus {
  outline: none;
}
.cid-viccFEBjVn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viccFEBjVn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viccFEBjVn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viccFEBjVn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viccFEBjVn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viccFEBjVn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viccFEBjVn .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-viccFEBjVn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-viccFEBjVn .navbar.opened {
  transition: all 0.3s;
}
.cid-viccFEBjVn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-viccFEBjVn .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-viccFEBjVn .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-viccFEBjVn .navbar.collapsed {
  justify-content: center;
}
.cid-viccFEBjVn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viccFEBjVn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viccFEBjVn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viccFEBjVn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viccFEBjVn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viccFEBjVn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-viccFEBjVn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-viccFEBjVn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-viccFEBjVn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-viccFEBjVn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viccFEBjVn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viccFEBjVn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-viccFEBjVn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viccFEBjVn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-viccFEBjVn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viccFEBjVn .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-viccFEBjVn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-viccFEBjVn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-viccFEBjVn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-viccFEBjVn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viccFEBjVn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-viccFEBjVn .navbar.navbar-short {
  min-height: 60px;
}
.cid-viccFEBjVn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viccFEBjVn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viccFEBjVn .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-viccFEBjVn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-viccFEBjVn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viccFEBjVn .dropdown-item.active,
.cid-viccFEBjVn .dropdown-item:active {
  background-color: transparent;
}
.cid-viccFEBjVn .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-viccFEBjVn .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-viccFEBjVn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viccFEBjVn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viccFEBjVn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viccFEBjVn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-viccFEBjVn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viccFEBjVn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3b4758;
  background: #ff5753;
}
.cid-viccFEBjVn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-viccFEBjVn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viccFEBjVn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viccFEBjVn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viccFEBjVn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viccFEBjVn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viccFEBjVn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viccFEBjVn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viccFEBjVn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viccFEBjVn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-viccFEBjVn .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-viccFEBjVn .navbar {
    height: 70px;
  }
  .cid-viccFEBjVn .navbar.opened {
    height: auto;
  }
  .cid-viccFEBjVn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viccFEBjVn .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-viccFEBjVn .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-viccFEBjVn .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-viccFEBjVn .navbar-caption:hover {
  color: #3b4758;
}
@media (min-width: 992px) {
  .cid-viccFEBjVn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-viccFEBjVn .text_widget {
  margin-bottom: 32px;
}
.cid-viccFEBjVn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-viccFEBjVn .text_widget a:hover,
.cid-viccFEBjVn .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-viccFEBjVn .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-viccFEBjVn .icons-menu-main {
  display: flex;
}
.cid-viccFEBjVn .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-viccFEBjVn .navbar-caption {
  color: #000000;
}
.cid-viccFEBjVn .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-viccFEBjVn .mbr-section-subtitle,
.cid-viccFEBjVn .text_widget,
.cid-viccFEBjVn .mbr-section-btn {
  text-align: center;
}
.cid-viccFEBjVn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-viccFEWwpA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-viccFEWwpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-viccFEWwpA .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-viccFEWwpA .container {
    padding: 0 22px;
  }
}
.cid-viccFEWwpA .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.cid-viccFEWwpA .row .card {
  padding: 0 6px;
  justify-content: center;
}
.cid-viccFEWwpA .row .title-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-viccFEWwpA .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.cid-viccFEWwpA .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viccFEWwpA .image-wrapper {
  margin-bottom: 12px;
}
.cid-viccFEWwpA .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-viccFEWwpA .image-wrapper img {
    height: 350px;
  }
}
.cid-viccFEWwpA .image-wrap {
  margin-bottom: 12px;
}
.cid-viccFEWwpA .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-viccFEWwpA .image-wrap img {
    height: 350px;
  }
}
.cid-viccFEWwpA .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .cid-viccFEWwpA .content-wrapper {
    padding: 32px 0;
  }
}
.cid-viccFEWwpA .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-viccFEWwpA .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-viccFEWwpA .mbr-section-title {
  color: #3b4758;
  text-align: center;
}
.cid-viccFEWwpA .mbr-desc {
  color: #000000;
}
.cid-viccFEWwpA .mbr-text {
  color: #000000;
}
.cid-viccFFc05n {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #b02024;
}
.cid-viccFFc05n .mbr-fallback-image.disabled {
  display: none;
}
.cid-viccFFc05n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viccFFc05n .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-viccFFc05n .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-viccFFc05n .content-wrapper {
    padding: 0;
  }
}
.cid-viccFFc05n .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .cid-viccFFc05n .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-viccFFc05n .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-viccFFc05n .items-wrapper {
  justify-content: center;
}
.cid-viccFFc05n .items-wrapper .item-wrap {
  position: relative;
  height: 100%;
  margin-bottom: 32px;
}
.cid-viccFFc05n .items-wrapper .item-wrap img {
  height: 150px;
  object-fit: contain;
}
.cid-viccFFc05n .mbr-section-title,
.cid-viccFFc05n .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-viccFFAFjA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-viccFFAFjA .row {
  flex-direction: row-reverse;
}
.cid-viccFFAFjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-viccFFAFjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viccFFAFjA .mbr-side-description {
  text-align: left;
}
.cid-viccFFMTLa {
  overflow: hidden;
  background-image: url("../../../assets/images/gemini-generated-image-941bf6941bf6941b-1248x832.png");
}
.cid-viccFFMTLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-viccFFMTLa .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-viccFFMTLa .container {
    padding: 0 24px;
  }
}
.cid-viccFFMTLa .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 42px 48px 48px;
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-viccFFMTLa .card-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .cid-viccFFMTLa .card-wrapper .card-wrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-viccFFMTLa .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-viccFFMTLa .card-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-viccFFMTLa .card-wrapper .card-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-viccFFMTLa .card-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-viccFFMTLa .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-viccFFMTLa .card-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-viccFFMTLa .mbr-desc {
  color: #202020;
}
.cid-viccFFMTLa .mbr-section-title {
  color: #202020;
}
.cid-viccFFMTLa .mbr-text {
  color: #202020;
}
.cid-viccFG1yRn {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-viccFG1yRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-viccFG1yRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viccFG1yRn .content-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-viccFG1yRn .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-viccFG1yRn .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #89cdf3;
  margin-bottom: 15px;
}
.cid-viccFG1yRn .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viccFG1yRn .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-viccFG1yRn .cards {
  margin: 0 -10px;
}
.cid-viccFG1yRn .cards .card {
  padding: 0 10px;
}
.cid-viccFG1yRn .card-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-viccFG1yRn .card-wrapper {
    padding: 15px;
    margin-bottom: 15px;
    min-height: 250px;
  }
}
.cid-viccFG1yRn .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-viccFG1yRn .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-viccFG1yRn .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-viccFG1yRn .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-viccFG1yRn .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viccFG1yRn .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-viccFG1yRn .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-viccFG1yRn .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-viccFG1yRn .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-viccFG1yRn .items-wrapper .item .item-wrapper {
  padding: 30px;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .cid-viccFG1yRn .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-viccFG1yRn .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-viccFG1yRn .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-viccFG1yRn .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  font-size: 42px;
}
.cid-viccFG1yRn .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #89cdf3;
  color: #000000;
}
.cid-viccFG1yRn .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
}
.cid-viccFG1yRn .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-viccFG1yRn .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-viccFG1yRn .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-viccFG1yRn .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-viccFG1yRn .mbr-label {
  color: #000000;
}
.cid-viccFG1yRn .mbr-section-title {
  color: #000000;
}
.cid-viccFG1yRn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-viccFG1yRn .mbr-text {
  color: #ffffff;
}
.cid-viccFG1yRn .card-title {
  color: #000000;
}
.cid-viccFG1yRn .card-text {
  color: #000000;
}
.cid-viccFG1yRn .mbr-section-title,
.cid-viccFG1yRn .title-wrapper {
  color: #3b4758;
}
.cid-viccFG1yRn .card-title,
.cid-viccFG1yRn .iconfont-wrapper,
.cid-viccFG1yRn .mbr-section-btn {
  color: #3b4758;
}
.cid-viccFGjfli {
  background-color: #ffffff;
}
.cid-viccFGjfli .mbr-fallback-image.disabled {
  display: none;
}
.cid-viccFGjfli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viccFGjfli .row {
  justify-content: space-between;
}
.cid-viccFGjfli .content-wrapper .mbr-desc {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-viccFGjfli .content-wrapper .mbr-desc {
    margin-bottom: 35px;
  }
}
.cid-viccFGjfli .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 1px solid #3b4758;
}
@media (max-width: 992px) {
  .cid-viccFGjfli .content-wrapper .panel-group .card {
    padding: 25px 0;
  }
}
.cid-viccFGjfli .content-wrapper .panel-group .card:hover::before,
.cid-viccFGjfli .content-wrapper .panel-group .card:focus::before {
  width: 100%;
}
.cid-viccFGjfli .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3b4758;
  transition: all 0.3s ease-in-out;
}
.cid-viccFGjfli .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-viccFGjfli .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-viccFGjfli .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-viccFGjfli .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3b4758;
}
.cid-viccFGjfli .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  font-weight: 700 !important;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-top: 4px;
}
.cid-viccFGjfli .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-viccFGjfli .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 25px;
}
.cid-viccFGjfli .content-wrapper .panel-group .card .panel-collapse .panel-body .list {
  padding: 0;
  margin: 0 0 0 50%;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-viccFGjfli .content-wrapper .panel-group .card .panel-collapse .panel-body .list {
    margin: 0;
  }
}
.cid-viccFGjfli .content-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap {
  margin-bottom: 15px;
}
.cid-viccFGjfli .content-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-viccFGjfli .mbr-desc {
  color: #000000;
}
.cid-viccFGjfli .panel-title-edit {
  color: #000000;
}
.cid-viccFGjfli .list {
  color: #000000;
}
.cid-viccFGAyr4 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-viccFGAyr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viccFGAyr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viccFGAyr4 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-viccFGAyr4 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-viccFGAyr4 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-viccFGAyr4 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-viccFGAyr4 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-viccFGAyr4 .row {
  flex-direction: row-reverse;
}
.cid-viccFGAyr4 .image-wrapper {
  padding: 0 1rem;
}
.cid-viccFGAyr4 img,
.cid-viccFGAyr4 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-viccFGAyr4 img,
  .cid-viccFGAyr4 .image-wrapper {
    max-height: 350px;
  }
}
.cid-viccFGAyr4 .mbr-section-title {
  color: #000000;
}
.cid-viccFGAyr4 .mbr-text {
  color: #000000;
}
.cid-viccFGSUb3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3b4758;
}
.cid-viccFGSUb3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viccFGSUb3 .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-viccFGSUb3 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-viccFGSUb3 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-viccFGSUb3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-viccFGSUb3 .media-content,
.cid-viccFGSUb3 .mbr-figure {
  align-self: center;
}
.cid-viccFGSUb3 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-viccFGSUb3 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-viccFGSUb3 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-viccFGSUb3 .mbr-section-maintitle {
  text-align: center;
}
.cid-viccFGSUb3 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-viccFGSUb3 .mbr-text,
.cid-viccFGSUb3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-viccFHf60U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b02024;
}
.cid-viccFHf60U img {
  object-fit: cover;
}
.cid-viccFHf60U .item-img {
  position: relative;
  padding: 0;
}
@media (min-width: 1600px) {
  .cid-viccFHf60U .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-viccFHf60U .row {
  justify-content: space-between;
}
.cid-viccFHf60U .image {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-viccFHf60U .image {
    margin-bottom: 1rem;
  }
}
.cid-viccFHf60U .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-viccFHf60U .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-viccFHf60U .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-viccFHf60U .mbr-text,
.cid-viccFHf60U .mbr-section-btn {
  color: #ffffff;
}
.cid-viccFHtAzn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3b4758;
}
.cid-viccFHtAzn .mbr-text {
  color: #000000;
}
.cid-viccFHtAzn .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-viccFHtAzn .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-viccFHtAzn .mbr-section-subtitle,
.cid-viccFHtAzn .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-viccFHtAzn .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-viccFHtAzn .main-button {
    margin-bottom: 2rem;
  }
}
.cid-viccFHtAzn .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-viccFHtAzn .panel-group {
  border: none;
}
.cid-viccFHtAzn .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-viccFHtAzn .card-header {
    padding: 0rem;
  }
}
.cid-viccFHtAzn .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-viccFHtAzn .collapsed span {
  transform: rotate(0deg);
}
.cid-viccFHtAzn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-viccFHtAzn p {
  margin-bottom: 0.3rem;
}
.cid-viccFHtAzn .panel-title-edit {
  color: #000000;
}
.cid-viccFHtAzn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-viccFHtAzn .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-viccFHtAzn .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-viccFHtAzn .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-viccFHtAzn .panel-text {
  color: #000000;
}
.cid-viccFHtAzn .panel-title-edit,
.cid-viccFHtAzn .mbr-iconfont {
  color: #3b4758;
}
.cid-viccFHM9HZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-viccFHM9HZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-viccFHM9HZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viccFHM9HZ .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-viccFHM9HZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-viccFHM9HZ .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-viccFHM9HZ .content-head {
  max-width: 800px;
}
.cid-viccFHM9HZ .card-title {
  color: #3b4758;
}
.cid-viccFI78BN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-viccFI78BN .mbr-fallback-image.disabled {
  display: none;
}
.cid-viccFI78BN .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-viccFI78BN .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-viccFI78BN .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-viccFI78BN .google-map {
  height: 100%;
  position: relative;
}
.cid-viccFI78BN .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-viccFI78BN .google-map iframe {
    min-height: 350px;
  }
}
.cid-viccFI78BN .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-viccFI78BN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-viccFI78BN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-viccFI78BN .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-viccFI78BN .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-viccFI78BN .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-viccFI78BN ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-viccFI78BN .content-head {
  max-width: 800px;
}
.cid-viccFI78BN .mbr-section-title {
  color: #3b4758;
}
.cid-viccFIodJW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b4758;
}
.cid-viccFIodJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-viccFIodJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viccFIodJW .container,
.cid-viccFIodJW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-viccFIodJW .container,
  .cid-viccFIodJW .container-fluid {
    padding: 0 20px;
  }
}
.cid-viccFIodJW a {
  display: block;
}
.cid-viccFIodJW a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-viccFIodJW a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-viccFIodJW a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-viccFIodJW a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-viccFIodJW a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-viccFIodJW a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-viccFIodJW .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-viccFIodJW .copy-wrapper {
    border-right: none;
  }
}
.cid-viccFIodJW .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-viccFIodJW .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-viccFIodJW .list-wrapper {
    height: auto;
  }
}
.cid-viccFIodJW .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-viccFIodJW .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-viccFIodJW .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-viccFIodJW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viccFIodJW .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-viccFIodJW .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-viccFIodJW .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-viccFIodJW .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-viccFIodJW .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-viccFIodJW .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-viccFIodJW .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-viccFIodJW .copyright {
  color: #ffffff;
}
.cid-viccFIodJW .mbr-section-title {
  color: #3d4045;
}
.cid-viccFIodJW .mbr-text {
  color: #3d4045;
}
.cid-viccFIodJW .list {
  color: #ffffff;
}
.cid-viccFIodJW .mbr-section-btn {
  text-align: right;
}
.cid-viccFIodJW .assBorder img {
  width: 43px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
