.btn {
  border-width: 2px;
}
body {
  font-family: Atkinson Hyperlegible;
}
.display-1 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 26rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 26rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fe5f50 !important;
}
.bg-success {
  background-color: #6c7a88 !important;
}
.bg-info {
  background-color: #6c7a88 !important;
}
.bg-warning {
  background-color: #6c7a88 !important;
}
.bg-danger {
  background-color: #fe5f50 !important;
}
.btn-primary,
.btn-primary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ea4d3b 0, #fa0d0d 100%) !important;
  border: 1px solid #fe5f50 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(235, 92, 78, 0.35);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ea4d3b 0, #fa0d0d 100%) !important;
  box-shadow: 0 6px 40px #eb5c4e;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f61601 !important;
  border-color: #fe5f50 !important;
}
.btn-secondary,
.btn-secondary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ea4d3b 0, #fa0d0d 100%) !important;
  border: 1px solid #fe5f50 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(235, 92, 78, 0.35);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ea4d3b 0, #fa0d0d 100%) !important;
  box-shadow: 0 6px 40px #eb5c4e;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f61601 !important;
  border-color: #fe5f50 !important;
}
.btn-info,
.btn-info:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #666666 0, #4f585e 100%) !important;
  border: 1px solid #6c7a88 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(112, 112, 112, 0.35);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #666666 0, #4f585e 100%) !important;
  box-shadow: 0 6px 40px #707070;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #464f58 !important;
  border-color: #6c7a88 !important;
}
.btn-success,
.btn-success:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #666666 0, #4f585e 100%) !important;
  border: 1px solid #6c7a88 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(112, 112, 112, 0.35);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #666666 0, #4f585e 100%) !important;
  box-shadow: 0 6px 40px #707070;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #464f58 !important;
  border-color: #6c7a88 !important;
}
.btn-warning,
.btn-warning:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #666666 0, #4f585e 100%) !important;
  border: 1px solid #6c7a88 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(112, 112, 112, 0.35);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #666666 0, #4f585e 100%) !important;
  box-shadow: 0 6px 40px #707070;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #464f58 !important;
  border-color: #6c7a88 !important;
}
.btn-danger,
.btn-danger:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ea4d3b 0, #fa0d0d 100%) !important;
  border: 1px solid #fe5f50 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(235, 92, 78, 0.35);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ea4d3b 0, #fa0d0d 100%) !important;
  box-shadow: 0 6px 40px #eb5c4e;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f61601 !important;
  border-color: #fe5f50 !important;
}
.btn-white,
.btn-white:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  border: 1px solid #e3ebf3 !important;
  color: #416b96 !important;
  box-shadow: 0 6px 30px rgba(218, 225, 231, 0.35);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  box-shadow: 0 6px 40px #dae1e7;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #416b96 !important;
  background-color: #a6c0d9 !important;
  border-color: #e3ebf3 !important;
}
.btn-black,
.btn-black:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  border: 1px solid #1a1e21 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(19, 19, 19, 0.35);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  box-shadow: 0 6px 40px #131313;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #1a1e21 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #fe5f50;
  color: #fe5f50;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #f61601 !important;
  background-color: transparent!important;
  border-color: #f61601 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5f50 !important;
  border-color: #fe5f50 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #fe5f50;
  color: #fe5f50;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f61601 !important;
  background-color: transparent!important;
  border-color: #f61601 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5f50 !important;
  border-color: #fe5f50 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #6c7a88;
  color: #6c7a88;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #464f58 !important;
  background-color: transparent!important;
  border-color: #464f58 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6c7a88 !important;
  border-color: #6c7a88 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #6c7a88;
  color: #6c7a88;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #464f58 !important;
  background-color: transparent!important;
  border-color: #464f58 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6c7a88 !important;
  border-color: #6c7a88 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #6c7a88;
  color: #6c7a88;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #464f58 !important;
  background-color: transparent!important;
  border-color: #464f58 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6c7a88 !important;
  border-color: #6c7a88 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #fe5f50;
  color: #fe5f50;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f61601 !important;
  background-color: transparent!important;
  border-color: #f61601 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5f50 !important;
  border-color: #fe5f50 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #1a1e21;
  color: #1a1e21;
}
.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: #1a1e21 !important;
  border-color: #1a1e21 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #e3ebf3;
  color: #e3ebf3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #a6c0d9 !important;
  background-color: transparent!important;
  border-color: #a6c0d9 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #416b96 !important;
  background-color: #e3ebf3 !important;
  border-color: #e3ebf3 !important;
}
.text-primary {
  color: #fe5f50 !important;
}
.text-secondary {
  color: #fe5f50 !important;
}
.text-success {
  color: #6c7a88 !important;
}
.text-info {
  color: #6c7a88 !important;
}
.text-warning {
  color: #6c7a88 !important;
}
.text-danger {
  color: #fe5f50 !important;
}
.text-white {
  color: #e3ebf3 !important;
}
.text-black {
  color: #1a1e21 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e71501 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e71501 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3f474f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3f474f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3f474f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e71501 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #9cb8d4 !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: #fe5f50;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1e21;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6c7a88;
}
.alert-warning {
  background-color: #6c7a88;
}
.alert-danger {
  background-color: #fe5f50;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fe5f50;
  border-color: #fe5f50;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fe5f50;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b2bac2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b2bac2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b2bac2;
}
.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: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #fe5f50 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #fe5f50;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fe5f50;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fe5f50;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fe5f50;
  border-bottom-color: #fe5f50;
}
.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: #fe5f50 !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: #fe5f50 !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='%23fe5f50' %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: .3s all;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1670px;
  padding-left: 16px;
  padding-right: 16px;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container-fluid,
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.border-item {
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .border-item {
    padding: 20px !important;
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .border-item {
    border-radius: 12px;
  }
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 20px 25px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
.mbr-section-btn .btn-black {
  background: #1a1e21 !important;
  border: 2px solid #1a1e21 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black:hover {
  background: transparent !important;
  border-color: #e3ebf3 !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background: #fe5f50 !important;
  border-color: #fe5f50 !important;
  color: #e3ebf3 !important;
}
.cid-ty20H9zv1J {
  z-index: 1000;
  width: 100%;
}
.cid-ty20H9zv1J nav.navbar {
  position: fixed;
}
.cid-ty20H9zv1J .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty20H9zv1J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-ty20H9zv1J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty20H9zv1J .dropdown-item:hover,
.cid-ty20H9zv1J .dropdown-item:focus {
  background: #fe5f50 !important;
  color: white !important;
}
.cid-ty20H9zv1J .dropdown-item:hover span {
  color: white;
}
.cid-ty20H9zv1J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty20H9zv1J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty20H9zv1J .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty20H9zv1J .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty20H9zv1J .nav-link {
  position: relative;
}
.cid-ty20H9zv1J .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty20H9zv1J .container {
    flex-wrap: nowrap;
  }
}
.cid-ty20H9zv1J .nav-item:focus,
.cid-ty20H9zv1J .nav-link:focus {
  outline: none;
}
.cid-ty20H9zv1J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty20H9zv1J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty20H9zv1J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty20H9zv1J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty20H9zv1J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty20H9zv1J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty20H9zv1J .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-ty20H9zv1J .navbar.opened {
  transition: all 0.3s;
}
.cid-ty20H9zv1J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty20H9zv1J .navbar .navbar-logo img {
  width: auto;
}
.cid-ty20H9zv1J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty20H9zv1J .navbar.collapsed {
  justify-content: center;
}
.cid-ty20H9zv1J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty20H9zv1J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty20H9zv1J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty20H9zv1J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty20H9zv1J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty20H9zv1J .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ty20H9zv1J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty20H9zv1J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty20H9zv1J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty20H9zv1J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty20H9zv1J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty20H9zv1J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty20H9zv1J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty20H9zv1J .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ty20H9zv1J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty20H9zv1J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty20H9zv1J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty20H9zv1J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty20H9zv1J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty20H9zv1J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty20H9zv1J .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty20H9zv1J .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-ty20H9zv1J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-ty20H9zv1J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty20H9zv1J .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-ty20H9zv1J .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-ty20H9zv1J .dropdown-item.active,
.cid-ty20H9zv1J .dropdown-item:active {
  background-color: transparent;
}
.cid-ty20H9zv1J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty20H9zv1J .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty20H9zv1J .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty20H9zv1J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-ty20H9zv1J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty20H9zv1J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty20H9zv1J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty20H9zv1J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty20H9zv1J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty20H9zv1J .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-ty20H9zv1J .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-ty20H9zv1J .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-ty20H9zv1J .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-ty20H9zv1J .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-ty20H9zv1J .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-ty20H9zv1J .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-ty20H9zv1J .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-ty20H9zv1J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty20H9zv1J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty20H9zv1J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ty20H9zv1J .navbar {
    height: 70px;
  }
  .cid-ty20H9zv1J .navbar.opened {
    height: auto;
  }
  .cid-ty20H9zv1J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty20H9zv1J .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-ty20H9zv1J .navbar-collapse {
  margin-left: auto;
}
.cid-ty20H9zv1J .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-ty20H9zv1J .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ty20H9zv1J .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-ty20H9zv1J .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-ty20H9zv1J .navbar {
    padding: 0 !important;
  }
  .cid-ty20H9zv1J .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-ty20H9zv1J .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-ty20H9zv1J .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-ty20H9zv1J .navbar-collapse.show {
    opacity: 1;
  }
  .cid-ty20H9zv1J .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-ty20H9zv1J .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-ty20H9zv1J .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ty20H9zv1J .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-ty20H9zv1J .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-ty20H9zv1J .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-ty20H9zv1J .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-tW2YHJbijZ {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tW2YHJbijZ .mbr-overlay {
  background: #1a1e21;
  opacity: 0.1;
}
.cid-tW2YHJbijZ .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tW2YHJbijZ .mbr-section-title {
  color: #e3ebf3;
}
.cid-tW2YHJbijZ .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-tW2YHJbijZ .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-tW2YHJbijZ .row {
    gap: 12px;
  }
}
.cid-tW2YHJbijZ .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-tW2YHJbijZ .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tW2YHJbijZ .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tW2YHJbijZ .item-wrap {
    padding: 12px;
  }
}
.cid-tW2YHJbijZ .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-tW2YHJbijZ .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-tW2YHJbijZ .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-tW2YHJbijZ .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-tW2YHJbijZ .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-tW2YHJbijZ .mbr-section-btn .btn-black:hover {
  background-color: #fe5f50 !important;
  border-color: #fe5f50 !important;
}
.cid-tW2YHJbijZ .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-tW2YHJbijZ .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-tW2YHJbijZ .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tW2YHJbijZ .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-tW2YHJbijZ .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tW2YHJbijZ .item {
    min-height: calc(4 * 80px);
  }
}
.cid-tW2YHJbijZ .item:nth-child(1) {
  background-image: url("../../../assets/images/4-1432x1074.jpg");
}
.cid-tW2YHJbijZ .item:nth-child(2) {
  background-image: url("../../../assets/images/telce-12.png");
}
.cid-tW2YHJbijZ .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-tW2YHJbijZ .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  transition: .5s;
}
.cid-tW2YHJbijZ .item:hover:before {
  opacity: 0.55;
}
.cid-tW2YHJbijZ .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-tW2YHJbijZ .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-ty21JuGGAD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ty21JuGGAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty21JuGGAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty21JuGGAD.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ty21JuGGAD .container-fluid {
  padding: 0 !important;
}
.cid-ty21JuGGAD img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ty25mANoFc {
  background-image: url("../../../assets/images/background1.jpg");
  display: flex;
  flex-direction: column;
}
.cid-ty25mANoFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty25mANoFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty25mANoFc .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-ty25mANoFc .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-ty25mANoFc .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
  padding: 50px !important;
  background-image: url("../../../assets/images/foto-41.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-ty25mANoFc .col-text {
    padding: 30px !important;
  }
}
@media (max-width: 991px) {
  .cid-ty25mANoFc .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-ty25mANoFc .col-text {
    padding: 12px !important;
  }
}
.cid-ty25mANoFc .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
}
.cid-ty25mANoFc .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  margin: 0 !important;
}
.cid-ty25mANoFc .mbr-section-btn .btn {
  width: calc(50% - 12px) !important;
  border-radius: 100px;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-ty25mANoFc .mbr-section-btn .btn {
    width: 100% !important;
    border-radius: 12px;
  }
}
.cid-ty25mANoFc .center-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0;
}
.cid-ty25mANoFc .mbr-section-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-ty25mANoFc .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 575px) {
  .cid-ty25mANoFc .subtitle-wrap {
    margin-top: 20px;
  }
}
.cid-ty25mANoFc .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  transition: .3s all;
}
@media (max-width: 575px) {
  .cid-ty25mANoFc .iconfont-wrapper {
    display: none;
  }
}
.cid-ty25mANoFc .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #e3ebf3;
  margin-bottom: 0;
}
.cid-ty25mANoFc .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-ty25mANoFc .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #e3ebf3;
}
@media (max-width: 991px) {
  .cid-ty25mANoFc .list {
    flex-direction: column;
    align-items: flex-end;
  }
}
.cid-ty25mANoFc .list li {
  width: auto;
  color: inherit;
  margin: 0 ;
}
@media (max-width: 991px) {
  .cid-ty25mANoFc .list li {
    position: relative;
    padding-bottom: 8px;
  }
  .cid-ty25mANoFc .list li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
  }
}
.cid-ty25mANoFc .list a {
  position: relative;
  color: inherit;
}
.cid-ty25mANoFc a.text-white:hover {
  color: #fe5f50 !important;
}
.cid-ui7Hwf0T0A.popup-builder {
  background-color: #ffffff;
}
.cid-ui7Hwf0T0A.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ui7Hwf0T0A.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ui7Hwf0T0A .modal-content,
.cid-ui7Hwf0T0A .modal-dialog {
  height: auto;
}
.cid-ui7Hwf0T0A .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ui7Hwf0T0A .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ui7Hwf0T0A .form-wrapper .mbr-form .form-group,
  .cid-ui7Hwf0T0A .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ui7Hwf0T0A .card-img {
  width: 100%;
  margin: auto;
}
.cid-ui7Hwf0T0A .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ui7Hwf0T0A .mbr-text {
  text-align: right;
  color: #8e97a1;
}
.cid-ui7Hwf0T0A .pt-0 {
  padding-top: 0 !important;
}
.cid-ui7Hwf0T0A .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ui7Hwf0T0A .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ui7Hwf0T0A .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ui7Hwf0T0A .modal-open {
  overflow: hidden;
}
.cid-ui7Hwf0T0A .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ui7Hwf0T0A .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  border-radius: 50;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ui7Hwf0T0A .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ui7Hwf0T0A .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ui7Hwf0T0A .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ui7Hwf0T0A .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ui7Hwf0T0A .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ui7Hwf0T0A .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ui7Hwf0T0A .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ui7Hwf0T0A .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  border-radius: 50;
}
.cid-ui7Hwf0T0A .modal-backdrop.fade {
  opacity: 0;
}
.cid-ui7Hwf0T0A .modal-backdrop.show {
  opacity: .5;
}
.cid-ui7Hwf0T0A .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ui7Hwf0T0A .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ui7Hwf0T0A .modal-header {
    padding: 1rem;
  }
}
.cid-ui7Hwf0T0A .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ui7Hwf0T0A .modal-header .close svg {
  fill: #e3ebf3;
}
.cid-ui7Hwf0T0A .modal-header .close:hover {
  opacity: 1;
}
.cid-ui7Hwf0T0A .modal-header .close:focus {
  outline: none;
}
.cid-ui7Hwf0T0A .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff0000;
}
.cid-ui7Hwf0T0A .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 50;
}
@media (min-width: 992px) {
  .cid-ui7Hwf0T0A .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui7Hwf0T0A .modal-body {
    padding: 1rem;
  }
}
.cid-ui7Hwf0T0A .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ui7Hwf0T0A .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui7Hwf0T0A .modal-footer {
    padding: 1rem;
  }
}
.cid-ui7Hwf0T0A .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ui7Hwf0T0A .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ui7Hwf0T0A .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ui7Hwf0T0A .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ui7Hwf0T0A .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ui7Hwf0T0A .modal-lg,
  .cid-ui7Hwf0T0A .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ui7Hwf0T0A .modal-xl {
    max-width: 1140px;
  }
}
.cid-ui7Hwf0T0A .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ui7Hwf0T0A .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ui7Hwf0T0A .form-group {
  margin-bottom: 1rem;
}
.cid-ui7Hwf0T0A .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ui7Hwf0T0A .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ui7Hwf0T0A .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ui7Hwf0T0A .mbr-section-btn {
  margin: 0;
}
.cid-ui7Hwf0T0A .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPE8WzoSzg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPE8WzoSzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPE8WzoSzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPE8WzoSzg .content-wrap {
  justify-content: center;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper img {
  width: 300px;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uPE8WzoSzg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uPE8WzoSzg .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uPE8WzoSzg .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uPE8WzoSzg .mbr-section-title {
  color: #ff8576;
}
.cid-uPE8WzoSzg .mbr-copy {
  color: #51565c;
}
.cid-uPE8WzoSzg .mbr-copy,
.cid-uPE8WzoSzg .copy-wrapper {
  text-align: right;
}
.cid-uPE8WzoSzg .mbr-copy,
.cid-uPE8WzoSzg .copy-wrapper,
.cid-uPE8WzoSzg .social-wrapper {
  color: #8e97a1;
}
.cid-uPE8WzoSzg .mbr-section-title,
.cid-uPE8WzoSzg .logo-wrapper {
  color: #e3ebf3;
}
.cid-tLB07ZhGJr {
  z-index: 1000;
  width: 100%;
}
.cid-tLB07ZhGJr nav.navbar {
  position: fixed;
}
.cid-tLB07ZhGJr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLB07ZhGJr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-tLB07ZhGJr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLB07ZhGJr .dropdown-item:hover,
.cid-tLB07ZhGJr .dropdown-item:focus {
  background: #fe5f50 !important;
  color: white !important;
}
.cid-tLB07ZhGJr .dropdown-item:hover span {
  color: white;
}
.cid-tLB07ZhGJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLB07ZhGJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLB07ZhGJr .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLB07ZhGJr .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLB07ZhGJr .nav-link {
  position: relative;
}
.cid-tLB07ZhGJr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLB07ZhGJr .container {
    flex-wrap: nowrap;
  }
}
.cid-tLB07ZhGJr .nav-item:focus,
.cid-tLB07ZhGJr .nav-link:focus {
  outline: none;
}
.cid-tLB07ZhGJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLB07ZhGJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLB07ZhGJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLB07ZhGJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLB07ZhGJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLB07ZhGJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLB07ZhGJr .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-tLB07ZhGJr .navbar.opened {
  transition: all 0.3s;
}
.cid-tLB07ZhGJr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLB07ZhGJr .navbar .navbar-logo img {
  width: auto;
}
.cid-tLB07ZhGJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLB07ZhGJr .navbar.collapsed {
  justify-content: center;
}
.cid-tLB07ZhGJr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLB07ZhGJr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLB07ZhGJr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLB07ZhGJr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLB07ZhGJr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLB07ZhGJr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tLB07ZhGJr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLB07ZhGJr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLB07ZhGJr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLB07ZhGJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLB07ZhGJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLB07ZhGJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLB07ZhGJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLB07ZhGJr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tLB07ZhGJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLB07ZhGJr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLB07ZhGJr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLB07ZhGJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLB07ZhGJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLB07ZhGJr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLB07ZhGJr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLB07ZhGJr .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-tLB07ZhGJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tLB07ZhGJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLB07ZhGJr .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-tLB07ZhGJr .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-tLB07ZhGJr .dropdown-item.active,
.cid-tLB07ZhGJr .dropdown-item:active {
  background-color: transparent;
}
.cid-tLB07ZhGJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLB07ZhGJr .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLB07ZhGJr .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLB07ZhGJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-tLB07ZhGJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLB07ZhGJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLB07ZhGJr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLB07ZhGJr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLB07ZhGJr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLB07ZhGJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-tLB07ZhGJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLB07ZhGJr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLB07ZhGJr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLB07ZhGJr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLB07ZhGJr .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-tLB07ZhGJr .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-tLB07ZhGJr .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-tLB07ZhGJr .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-tLB07ZhGJr .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-tLB07ZhGJr .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-tLB07ZhGJr .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-tLB07ZhGJr .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-tLB07ZhGJr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLB07ZhGJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLB07ZhGJr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLB07ZhGJr .navbar {
    height: 70px;
  }
  .cid-tLB07ZhGJr .navbar.opened {
    height: auto;
  }
  .cid-tLB07ZhGJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLB07ZhGJr .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-tLB07ZhGJr .navbar-collapse {
  margin-left: auto;
}
.cid-tLB07ZhGJr .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-tLB07ZhGJr .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tLB07ZhGJr .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-tLB07ZhGJr .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-tLB07ZhGJr .navbar {
    padding: 0 !important;
  }
  .cid-tLB07ZhGJr .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-tLB07ZhGJr .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-tLB07ZhGJr .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-tLB07ZhGJr .navbar-collapse.show {
    opacity: 1;
  }
  .cid-tLB07ZhGJr .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-tLB07ZhGJr .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-tLB07ZhGJr .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tLB07ZhGJr .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-tLB07ZhGJr .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-tLB07ZhGJr .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-tLB07ZhGJr .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-tLB0rth22x {
  background-image: url("../../../assets/images/background1.jpg");
  display: flex;
  flex-direction: column;
}
.cid-tLB0rth22x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLB0rth22x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLB0rth22x .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tLB0rth22x .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tLB0rth22x .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/foto-42.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tLB0rth22x .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tLB0rth22x .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tLB0rth22x .col-text {
    padding: 12px !important;
  }
}
.cid-tLB0rth22x .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-tLB0rth22x .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-tLB0rth22x .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-tLB0rth22x .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-tLB0rth22x .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-tLB0rth22x .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tLB0rth22x .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-tLB0rth22x .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-tLB0rth22x .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-tLB0rth22x .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-tLB0rth22x .mbr-section-btn {
  position: relative;
}
.cid-tLB15vjQqM {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tLB15vjQqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLB15vjQqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLB15vjQqM .mbr-section-title {
  color: #fe5f50;
  text-align: center;
}
.cid-tLB15vjQqM .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-tLB15vjQqM .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-tLB15vjQqM .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tLB15vjQqM .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tLB15vjQqM .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-tLB15vjQqM .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-tLB15vjQqM .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-tLB15vjQqM .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tLB15vjQqM .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-tLB15vjQqM .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-tLB15vjQqM .mbr-text {
    width: 100%;
  }
}
.cid-tLB4v9cdla {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tLB4v9cdla .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLB4v9cdla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLB4v9cdla .col-title {
  margin-bottom: 32px;
}
.cid-tLB4v9cdla .mbr-section-title {
  color: #24262b;
}
.cid-tLB4v9cdla .mbr-section-subtitle {
  color: #24262b;
}
.cid-tLB4v9cdla .cards-row {
  row-gap: 32px;
}
.cid-tLB4v9cdla .card {
  border-radius: 0;
}
.cid-tLB4v9cdla .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tLB4v9cdla .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #e3ebf3;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tLB4v9cdla .text-wrap {
  flex-grow: 1;
}
.cid-tLB4v9cdla .card-title {
  color: #e3ebf3;
}
.cid-tLB4v9cdla .card-text {
  color: #767676;
}
.cid-tLBaLRM17E {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tLBaLRM17E .container-fluid {
  padding: 0 3rem;
}
.cid-tLBaLRM17E .mbr-section-subtitle {
  color: #000000;
}
.cid-tLBaLRM17E .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tLBaLRM17E .table-wrapper {
  margin: 0 auto;
}
.cid-tLBaLRM17E .head-item {
  min-width: 70px;
  color: #efefef;
  text-align: left;
}
.cid-tLBaLRM17E table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tLBaLRM17E table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #fe5f50;
  color: white;
  vertical-align: middle;
}
.cid-tLBaLRM17E table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tLBaLRM17E .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tLBaLRM17E .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tLBaLRM17E .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-tLBaLRM17E .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tLBaLRM17E .dataTables_wrapper {
  display: block;
}
.cid-tLBaLRM17E .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tLBaLRM17E .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tLBaLRM17E .head-item:after,
.cid-tLBaLRM17E .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tLBaLRM17E .dataTables_filter {
    text-align: center;
  }
  .cid-tLBaLRM17E .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tLBaLRM17E .dataTables_filter {
    text-align: center;
  }
  .cid-tLBaLRM17E .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tLBaLRM17E .table-wrapper {
    width: 100% !important;
  }
  .cid-tLBaLRM17E .container-fluid {
    padding: 0 1rem;
  }
  .cid-tLBaLRM17E table th,
  .cid-tLBaLRM17E table td {
    padding: 0.75rem;
  }
}
.cid-tLBaLRM17E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBaLRM17E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBaLRM17E .body-item {
  text-align: left;
  color: #767676;
}
.cid-tLBaLRM17E .dataTable-pagination a {
  border: 1px solid transparent;
  float: left;
  margin-left: 2px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  color: #ffffff;
}
.cid-tLBaLRM17E .body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  position: relative;
}
.cid-tLBaLRM17E .dataTable-info {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  position: relative;
}
.cid-uMfdyDRHWu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMfdyDRHWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfdyDRHWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfdyDRHWu .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMfdyDRHWu .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uMfdyDRHWu .card {
  justify-content: center;
}
.cid-uMfdyDRHWu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMfdyDRHWu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMfdyDRHWu .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMfdyDRHWu .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-uMfdyDRHWu .list-wrapper .list .item-wrap:hover,
.cid-uMfdyDRHWu .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uMfdyDRHWu .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMfdyDRHWu .mbr-section-title {
  color: #1a1e21;
}
.cid-uMfdyDRHWu .list {
  color: #000000;
}
.cid-tW4zfR3rLA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tW4zfR3rLA .mbr-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-tW4zfR3rLA .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tW4zfR3rLA .mbr-section-title {
  color: #e3ebf3;
}
.cid-tW4zfR3rLA .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-tW4zfR3rLA .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-tW4zfR3rLA .row {
    gap: 12px;
  }
}
.cid-tW4zfR3rLA .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-tW4zfR3rLA .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tW4zfR3rLA .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tW4zfR3rLA .item-wrap {
    padding: 12px;
  }
}
.cid-tW4zfR3rLA .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-tW4zfR3rLA .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-tW4zfR3rLA .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-tW4zfR3rLA .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-tW4zfR3rLA .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-tW4zfR3rLA .mbr-section-btn .btn-black:hover {
  background-color: #fe5f50 !important;
  border-color: #fe5f50 !important;
}
.cid-tW4zfR3rLA .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-tW4zfR3rLA .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-tW4zfR3rLA .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(3 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tW4zfR3rLA .item {
    min-height: calc(3 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-tW4zfR3rLA .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tW4zfR3rLA .item {
    min-height: calc(3 * 80px);
  }
}
.cid-tW4zfR3rLA .item:nth-child(1) {
  background-image: url("../../../assets/images/5-1-750x563.jpg");
}
.cid-tW4zfR3rLA .item:nth-child(2) {
  background-image: url("../../../assets/images/foto-5.jpg");
}
.cid-tW4zfR3rLA .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-tW4zfR3rLA .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: .5s;
}
.cid-tW4zfR3rLA .item:hover:before {
  opacity: 0.55;
}
.cid-tW4zfR3rLA .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-tW4zfR3rLA .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-tLBimirnD1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tLBimirnD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBimirnD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBimirnD1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLBimirnD1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tLBimirnD1 .container {
    padding: 0 30px;
  }
}
.cid-tLBimirnD1 .row {
  justify-content: center;
}
.cid-tLBimirnD1 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tLBimirnD1 .content-wrapper {
    margin-bottom: 30px;
    height: auto;
  }
}
.cid-tLBimirnD1 .content-wrapper .cards .card {
  margin-bottom: 25px;
}
.cid-tLBimirnD1 .content-wrapper .cards .card .title-wrapper {
  margin-bottom: 25px;
}
.cid-tLBimirnD1 .content-wrapper .cards .card .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tLBimirnD1 .content-wrapper .cards .card .title-wrapper .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-tLBimirnD1 .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap {
  margin-left: 16px;
  display: inline-flex;
}
.cid-tLBimirnD1 .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tLBimirnD1 .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tLBimirnD1 .content-wrapper .cards .card .mbr-text {
  margin-bottom: 0;
}
.cid-tLBimirnD1 .google-map {
  padding-left: 30px;
  filter: grayscale(100%);
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-tLBimirnD1 .google-map {
    padding: 0;
  }
}
.cid-tLBimirnD1 .google-map iframe {
  height: 450px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-tLBimirnD1 .google-map iframe {
    height: 300px;
  }
}
.cid-tLBimirnD1 .mbr-card-title {
  color: #212529;
}
.cid-tLBimirnD1 .mbr-text {
  color: #6c7a88;
}
.cid-tLBimirnD1 .mbr-card-title,
.cid-tLBimirnD1 .title-wrapper {
  color: #fe5f50;
}
.cid-uPE8WzoSzg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPE8WzoSzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPE8WzoSzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPE8WzoSzg .content-wrap {
  justify-content: center;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper img {
  width: 300px;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uPE8WzoSzg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uPE8WzoSzg .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uPE8WzoSzg .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uPE8WzoSzg .mbr-section-title {
  color: #ff8576;
}
.cid-uPE8WzoSzg .mbr-copy {
  color: #51565c;
}
.cid-uPE8WzoSzg .mbr-copy,
.cid-uPE8WzoSzg .copy-wrapper {
  text-align: right;
}
.cid-uPE8WzoSzg .mbr-copy,
.cid-uPE8WzoSzg .copy-wrapper,
.cid-uPE8WzoSzg .social-wrapper {
  color: #8e97a1;
}
.cid-uPE8WzoSzg .mbr-section-title,
.cid-uPE8WzoSzg .logo-wrapper {
  color: #e3ebf3;
}
.cid-tLBqxlctuP {
  z-index: 1000;
  width: 100%;
}
.cid-tLBqxlctuP nav.navbar {
  position: fixed;
}
.cid-tLBqxlctuP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLBqxlctuP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-tLBqxlctuP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLBqxlctuP .dropdown-item:hover,
.cid-tLBqxlctuP .dropdown-item:focus {
  background: #fe5f50 !important;
  color: white !important;
}
.cid-tLBqxlctuP .dropdown-item:hover span {
  color: white;
}
.cid-tLBqxlctuP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLBqxlctuP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLBqxlctuP .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLBqxlctuP .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLBqxlctuP .nav-link {
  position: relative;
}
.cid-tLBqxlctuP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLBqxlctuP .container {
    flex-wrap: nowrap;
  }
}
.cid-tLBqxlctuP .nav-item:focus,
.cid-tLBqxlctuP .nav-link:focus {
  outline: none;
}
.cid-tLBqxlctuP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLBqxlctuP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLBqxlctuP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLBqxlctuP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLBqxlctuP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLBqxlctuP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLBqxlctuP .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-tLBqxlctuP .navbar.opened {
  transition: all 0.3s;
}
.cid-tLBqxlctuP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLBqxlctuP .navbar .navbar-logo img {
  width: auto;
}
.cid-tLBqxlctuP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLBqxlctuP .navbar.collapsed {
  justify-content: center;
}
.cid-tLBqxlctuP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLBqxlctuP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLBqxlctuP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLBqxlctuP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLBqxlctuP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLBqxlctuP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tLBqxlctuP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLBqxlctuP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLBqxlctuP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLBqxlctuP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLBqxlctuP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLBqxlctuP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLBqxlctuP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLBqxlctuP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tLBqxlctuP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLBqxlctuP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLBqxlctuP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLBqxlctuP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLBqxlctuP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLBqxlctuP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLBqxlctuP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLBqxlctuP .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-tLBqxlctuP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tLBqxlctuP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLBqxlctuP .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-tLBqxlctuP .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-tLBqxlctuP .dropdown-item.active,
.cid-tLBqxlctuP .dropdown-item:active {
  background-color: transparent;
}
.cid-tLBqxlctuP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLBqxlctuP .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLBqxlctuP .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLBqxlctuP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-tLBqxlctuP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLBqxlctuP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLBqxlctuP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLBqxlctuP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLBqxlctuP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLBqxlctuP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-tLBqxlctuP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLBqxlctuP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLBqxlctuP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLBqxlctuP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLBqxlctuP .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-tLBqxlctuP .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-tLBqxlctuP .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-tLBqxlctuP .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-tLBqxlctuP .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-tLBqxlctuP .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-tLBqxlctuP .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-tLBqxlctuP .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-tLBqxlctuP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLBqxlctuP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLBqxlctuP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLBqxlctuP .navbar {
    height: 70px;
  }
  .cid-tLBqxlctuP .navbar.opened {
    height: auto;
  }
  .cid-tLBqxlctuP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLBqxlctuP .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-tLBqxlctuP .navbar-collapse {
  margin-left: auto;
}
.cid-tLBqxlctuP .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-tLBqxlctuP .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tLBqxlctuP .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-tLBqxlctuP .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-tLBqxlctuP .navbar {
    padding: 0 !important;
  }
  .cid-tLBqxlctuP .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-tLBqxlctuP .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-tLBqxlctuP .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-tLBqxlctuP .navbar-collapse.show {
    opacity: 1;
  }
  .cid-tLBqxlctuP .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-tLBqxlctuP .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-tLBqxlctuP .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tLBqxlctuP .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-tLBqxlctuP .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-tLBqxlctuP .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-tLBqxlctuP .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-tLBqxluQtX {
  background-image: url("../../../assets/images/background1.jpg");
  display: flex;
  flex-direction: column;
}
.cid-tLBqxluQtX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBqxluQtX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBqxluQtX .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tLBqxluQtX .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tLBqxluQtX .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/foto-2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tLBqxluQtX .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tLBqxluQtX .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tLBqxluQtX .col-text {
    padding: 12px !important;
  }
}
.cid-tLBqxluQtX .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-tLBqxluQtX .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-tLBqxluQtX .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-tLBqxluQtX .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-tLBqxluQtX .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-tLBqxluQtX .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tLBqxluQtX .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-tLBqxluQtX .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-tLBqxluQtX .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-tLBqxluQtX .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-tLBqxluQtX .mbr-section-btn {
  position: relative;
}
.cid-tLBqxlJ5PF {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tLBqxlJ5PF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBqxlJ5PF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBqxlJ5PF .mbr-section-title {
  color: #fe5f50;
  text-align: center;
}
.cid-tLBqxlJ5PF .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-tLBqxlJ5PF .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-tLBqxlJ5PF .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tLBqxlJ5PF .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tLBqxlJ5PF .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-tLBqxlJ5PF .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-tLBqxlJ5PF .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-tLBqxlJ5PF .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tLBqxlJ5PF .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-tLBqxlJ5PF .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-tLBqxlJ5PF .mbr-text {
    width: 100%;
  }
}
.cid-tLBqxlXI20 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tLBqxlXI20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBqxlXI20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBqxlXI20 .col-title {
  margin-bottom: 32px;
}
.cid-tLBqxlXI20 .mbr-section-title {
  color: #24262b;
}
.cid-tLBqxlXI20 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tLBqxlXI20 .cards-row {
  row-gap: 32px;
}
.cid-tLBqxlXI20 .card {
  border-radius: 0;
}
.cid-tLBqxlXI20 .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tLBqxlXI20 .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #e3ebf3;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tLBqxlXI20 .text-wrap {
  flex-grow: 1;
}
.cid-tLBqxlXI20 .card-title {
  color: #e3ebf3;
}
.cid-tLBqxlXI20 .card-text {
  color: #767676;
}
.cid-tLBqxmjJy5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tLBqxmjJy5 .container-fluid {
  padding: 0 3rem;
}
.cid-tLBqxmjJy5 .mbr-section-subtitle {
  color: #000000;
}
.cid-tLBqxmjJy5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tLBqxmjJy5 .table-wrapper {
  margin: 0 auto;
}
.cid-tLBqxmjJy5 .head-item {
  min-width: 70px;
  color: #efefef;
  text-align: left;
}
.cid-tLBqxmjJy5 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tLBqxmjJy5 table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #fe5f50;
  color: white;
  vertical-align: middle;
}
.cid-tLBqxmjJy5 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tLBqxmjJy5 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tLBqxmjJy5 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tLBqxmjJy5 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-tLBqxmjJy5 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tLBqxmjJy5 .dataTables_wrapper {
  display: block;
}
.cid-tLBqxmjJy5 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tLBqxmjJy5 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tLBqxmjJy5 .head-item:after,
.cid-tLBqxmjJy5 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tLBqxmjJy5 .dataTables_filter {
    text-align: center;
  }
  .cid-tLBqxmjJy5 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tLBqxmjJy5 .dataTables_filter {
    text-align: center;
  }
  .cid-tLBqxmjJy5 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tLBqxmjJy5 .table-wrapper {
    width: 100% !important;
  }
  .cid-tLBqxmjJy5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tLBqxmjJy5 table th,
  .cid-tLBqxmjJy5 table td {
    padding: 0.75rem;
  }
}
.cid-tLBqxmjJy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBqxmjJy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBqxmjJy5 .body-item {
  text-align: left;
  color: #767676;
}
.cid-tLBqxmjJy5 .dataTable-pagination a {
  border: 1px solid transparent;
  float: left;
  margin-left: 2px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  color: #ffffff;
}
.cid-tLBqxmjJy5 .body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  position: relative;
}
.cid-tLBqxmjJy5 .dataTable-info {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  position: relative;
}
.cid-uMffrWBH85 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMffrWBH85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMffrWBH85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMffrWBH85 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMffrWBH85 .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uMffrWBH85 .card {
  justify-content: center;
}
.cid-uMffrWBH85 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMffrWBH85 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMffrWBH85 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMffrWBH85 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-uMffrWBH85 .list-wrapper .list .item-wrap:hover,
.cid-uMffrWBH85 .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uMffrWBH85 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMffrWBH85 .mbr-section-title {
  color: #1a1e21;
}
.cid-uMffrWBH85 .list {
  color: #000000;
}
.cid-tW4C8ouBjX {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tW4C8ouBjX .mbr-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-tW4C8ouBjX .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tW4C8ouBjX .mbr-section-title {
  color: #e3ebf3;
}
.cid-tW4C8ouBjX .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-tW4C8ouBjX .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-tW4C8ouBjX .row {
    gap: 12px;
  }
}
.cid-tW4C8ouBjX .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-tW4C8ouBjX .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tW4C8ouBjX .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tW4C8ouBjX .item-wrap {
    padding: 12px;
  }
}
.cid-tW4C8ouBjX .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-tW4C8ouBjX .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-tW4C8ouBjX .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-tW4C8ouBjX .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-tW4C8ouBjX .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-tW4C8ouBjX .mbr-section-btn .btn-black:hover {
  background-color: #fe5f50 !important;
  border-color: #fe5f50 !important;
}
.cid-tW4C8ouBjX .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-tW4C8ouBjX .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-tW4C8ouBjX .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(3 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tW4C8ouBjX .item {
    min-height: calc(3 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-tW4C8ouBjX .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tW4C8ouBjX .item {
    min-height: calc(3 * 80px);
  }
}
.cid-tW4C8ouBjX .item:nth-child(1) {
  background-image: url("../../../assets/images/foto-1.jpg");
}
.cid-tW4C8ouBjX .item:nth-child(2) {
  background-image: url("../../../assets/images/1-3-1432x1433.jpg");
}
.cid-tW4C8ouBjX .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-tW4C8ouBjX .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: .5s;
}
.cid-tW4C8ouBjX .item:hover:before {
  opacity: 0.55;
}
.cid-tW4C8ouBjX .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-tW4C8ouBjX .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-tLBqxmSaDy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tLBqxmSaDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBqxmSaDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBqxmSaDy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLBqxmSaDy .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tLBqxmSaDy .container {
    padding: 0 30px;
  }
}
.cid-tLBqxmSaDy .row {
  justify-content: center;
}
.cid-tLBqxmSaDy .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tLBqxmSaDy .content-wrapper {
    margin-bottom: 30px;
    height: auto;
  }
}
.cid-tLBqxmSaDy .content-wrapper .cards .card {
  margin-bottom: 25px;
}
.cid-tLBqxmSaDy .content-wrapper .cards .card .title-wrapper {
  margin-bottom: 25px;
}
.cid-tLBqxmSaDy .content-wrapper .cards .card .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tLBqxmSaDy .content-wrapper .cards .card .title-wrapper .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-tLBqxmSaDy .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap {
  margin-left: 16px;
  display: inline-flex;
}
.cid-tLBqxmSaDy .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tLBqxmSaDy .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tLBqxmSaDy .content-wrapper .cards .card .mbr-text {
  margin-bottom: 0;
}
.cid-tLBqxmSaDy .google-map {
  padding-left: 30px;
  filter: grayscale(100%);
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-tLBqxmSaDy .google-map {
    padding: 0;
  }
}
.cid-tLBqxmSaDy .google-map iframe {
  height: 450px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-tLBqxmSaDy .google-map iframe {
    height: 300px;
  }
}
.cid-tLBqxmSaDy .mbr-card-title {
  color: #212529;
}
.cid-tLBqxmSaDy .mbr-text {
  color: #6c7a88;
}
.cid-tLBqxmSaDy .mbr-card-title,
.cid-tLBqxmSaDy .title-wrapper {
  color: #fe5f50;
}
.cid-uPE8WzoSzg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPE8WzoSzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPE8WzoSzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPE8WzoSzg .content-wrap {
  justify-content: center;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper img {
  width: 300px;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uPE8WzoSzg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uPE8WzoSzg .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uPE8WzoSzg .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uPE8WzoSzg .mbr-section-title {
  color: #ff8576;
}
.cid-uPE8WzoSzg .mbr-copy {
  color: #51565c;
}
.cid-uPE8WzoSzg .mbr-copy,
.cid-uPE8WzoSzg .copy-wrapper {
  text-align: right;
}
.cid-uPE8WzoSzg .mbr-copy,
.cid-uPE8WzoSzg .copy-wrapper,
.cid-uPE8WzoSzg .social-wrapper {
  color: #8e97a1;
}
.cid-uPE8WzoSzg .mbr-section-title,
.cid-uPE8WzoSzg .logo-wrapper {
  color: #e3ebf3;
}
.cid-tLBBw8uyyp {
  z-index: 1000;
  width: 100%;
}
.cid-tLBBw8uyyp nav.navbar {
  position: fixed;
}
.cid-tLBBw8uyyp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLBBw8uyyp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-tLBBw8uyyp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLBBw8uyyp .dropdown-item:hover,
.cid-tLBBw8uyyp .dropdown-item:focus {
  background: #fe5f50 !important;
  color: white !important;
}
.cid-tLBBw8uyyp .dropdown-item:hover span {
  color: white;
}
.cid-tLBBw8uyyp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLBBw8uyyp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLBBw8uyyp .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLBBw8uyyp .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLBBw8uyyp .nav-link {
  position: relative;
}
.cid-tLBBw8uyyp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLBBw8uyyp .container {
    flex-wrap: nowrap;
  }
}
.cid-tLBBw8uyyp .nav-item:focus,
.cid-tLBBw8uyyp .nav-link:focus {
  outline: none;
}
.cid-tLBBw8uyyp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLBBw8uyyp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLBBw8uyyp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLBBw8uyyp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLBBw8uyyp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLBBw8uyyp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLBBw8uyyp .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-tLBBw8uyyp .navbar.opened {
  transition: all 0.3s;
}
.cid-tLBBw8uyyp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLBBw8uyyp .navbar .navbar-logo img {
  width: auto;
}
.cid-tLBBw8uyyp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLBBw8uyyp .navbar.collapsed {
  justify-content: center;
}
.cid-tLBBw8uyyp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLBBw8uyyp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLBBw8uyyp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLBBw8uyyp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLBBw8uyyp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLBBw8uyyp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tLBBw8uyyp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLBBw8uyyp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLBBw8uyyp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLBBw8uyyp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLBBw8uyyp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLBBw8uyyp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLBBw8uyyp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLBBw8uyyp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tLBBw8uyyp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLBBw8uyyp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLBBw8uyyp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLBBw8uyyp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLBBw8uyyp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLBBw8uyyp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLBBw8uyyp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLBBw8uyyp .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-tLBBw8uyyp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tLBBw8uyyp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLBBw8uyyp .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-tLBBw8uyyp .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-tLBBw8uyyp .dropdown-item.active,
.cid-tLBBw8uyyp .dropdown-item:active {
  background-color: transparent;
}
.cid-tLBBw8uyyp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLBBw8uyyp .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLBBw8uyyp .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLBBw8uyyp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-tLBBw8uyyp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLBBw8uyyp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLBBw8uyyp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLBBw8uyyp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLBBw8uyyp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLBBw8uyyp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-tLBBw8uyyp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLBBw8uyyp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLBBw8uyyp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLBBw8uyyp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLBBw8uyyp .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-tLBBw8uyyp .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-tLBBw8uyyp .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-tLBBw8uyyp .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-tLBBw8uyyp .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-tLBBw8uyyp .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-tLBBw8uyyp .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-tLBBw8uyyp .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-tLBBw8uyyp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLBBw8uyyp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLBBw8uyyp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLBBw8uyyp .navbar {
    height: 70px;
  }
  .cid-tLBBw8uyyp .navbar.opened {
    height: auto;
  }
  .cid-tLBBw8uyyp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLBBw8uyyp .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-tLBBw8uyyp .navbar-collapse {
  margin-left: auto;
}
.cid-tLBBw8uyyp .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-tLBBw8uyyp .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tLBBw8uyyp .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-tLBBw8uyyp .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-tLBBw8uyyp .navbar {
    padding: 0 !important;
  }
  .cid-tLBBw8uyyp .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-tLBBw8uyyp .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-tLBBw8uyyp .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-tLBBw8uyyp .navbar-collapse.show {
    opacity: 1;
  }
  .cid-tLBBw8uyyp .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-tLBBw8uyyp .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-tLBBw8uyyp .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tLBBw8uyyp .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-tLBBw8uyyp .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-tLBBw8uyyp .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-tLBBw8uyyp .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-tLBBw8J7rl {
  background-image: url("../../../assets/images/background1.jpg");
  display: flex;
  flex-direction: column;
}
.cid-tLBBw8J7rl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBBw8J7rl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBBw8J7rl .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tLBBw8J7rl .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tLBBw8J7rl .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/foto-33.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tLBBw8J7rl .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tLBBw8J7rl .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tLBBw8J7rl .col-text {
    padding: 12px !important;
  }
}
.cid-tLBBw8J7rl .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-tLBBw8J7rl .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-tLBBw8J7rl .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-tLBBw8J7rl .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-tLBBw8J7rl .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-tLBBw8J7rl .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tLBBw8J7rl .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-tLBBw8J7rl .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-tLBBw8J7rl .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-tLBBw8J7rl .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-tLBBw8J7rl .mbr-section-btn {
  position: relative;
}
.cid-tLBBw8Wa6F {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tLBBw8Wa6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBBw8Wa6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBBw8Wa6F .mbr-section-title {
  color: #fe5f50;
  text-align: center;
}
.cid-tLBBw8Wa6F .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-tLBBw8Wa6F .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-tLBBw8Wa6F .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tLBBw8Wa6F .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tLBBw8Wa6F .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-tLBBw8Wa6F .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-tLBBw8Wa6F .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-tLBBw8Wa6F .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tLBBw8Wa6F .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-tLBBw8Wa6F .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-tLBBw8Wa6F .mbr-text {
    width: 100%;
  }
}
.cid-tLBBw98nwM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tLBBw98nwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBBw98nwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBBw98nwM .col-title {
  margin-bottom: 32px;
}
.cid-tLBBw98nwM .mbr-section-title {
  color: #24262b;
}
.cid-tLBBw98nwM .mbr-section-subtitle {
  color: #24262b;
}
.cid-tLBBw98nwM .cards-row {
  row-gap: 32px;
}
.cid-tLBBw98nwM .card {
  border-radius: 0;
}
.cid-tLBBw98nwM .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tLBBw98nwM .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #e3ebf3;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tLBBw98nwM .text-wrap {
  flex-grow: 1;
}
.cid-tLBBw98nwM .card-title {
  color: #e3ebf3;
}
.cid-tLBBw98nwM .card-text {
  color: #767676;
}
.cid-tLBBw9tnaC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tLBBw9tnaC .container-fluid {
  padding: 0 3rem;
}
.cid-tLBBw9tnaC .mbr-section-subtitle {
  color: #000000;
}
.cid-tLBBw9tnaC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tLBBw9tnaC .table-wrapper {
  margin: 0 auto;
}
.cid-tLBBw9tnaC .head-item {
  min-width: 70px;
  color: #efefef;
  text-align: left;
}
.cid-tLBBw9tnaC table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tLBBw9tnaC table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #fe5f50;
  color: white;
  vertical-align: middle;
}
.cid-tLBBw9tnaC table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tLBBw9tnaC .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tLBBw9tnaC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tLBBw9tnaC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-tLBBw9tnaC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tLBBw9tnaC .dataTables_wrapper {
  display: block;
}
.cid-tLBBw9tnaC .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tLBBw9tnaC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tLBBw9tnaC .head-item:after,
.cid-tLBBw9tnaC .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tLBBw9tnaC .dataTables_filter {
    text-align: center;
  }
  .cid-tLBBw9tnaC .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tLBBw9tnaC .dataTables_filter {
    text-align: center;
  }
  .cid-tLBBw9tnaC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tLBBw9tnaC .table-wrapper {
    width: 100% !important;
  }
  .cid-tLBBw9tnaC .container-fluid {
    padding: 0 1rem;
  }
  .cid-tLBBw9tnaC table th,
  .cid-tLBBw9tnaC table td {
    padding: 0.75rem;
  }
}
.cid-tLBBw9tnaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBBw9tnaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBBw9tnaC .body-item {
  text-align: left;
  color: #767676;
}
.cid-tLBBw9tnaC .dataTable-pagination a {
  border: 1px solid transparent;
  float: left;
  margin-left: 2px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  color: #ffffff;
}
.cid-tLBBw9tnaC .body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  position: relative;
}
.cid-tLBBw9tnaC .dataTable-info {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  position: relative;
}
.cid-uMffy01nSH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMffy01nSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMffy01nSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMffy01nSH .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMffy01nSH .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uMffy01nSH .card {
  justify-content: center;
}
.cid-uMffy01nSH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMffy01nSH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMffy01nSH .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMffy01nSH .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-uMffy01nSH .list-wrapper .list .item-wrap:hover,
.cid-uMffy01nSH .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uMffy01nSH .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMffy01nSH .mbr-section-title {
  color: #1a1e21;
}
.cid-uMffy01nSH .list {
  color: #000000;
}
.cid-tNB8sGMBMW {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tNB8sGMBMW .mbr-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-tNB8sGMBMW .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tNB8sGMBMW .mbr-section-title {
  color: #e3ebf3;
}
.cid-tNB8sGMBMW .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-tNB8sGMBMW .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-tNB8sGMBMW .row {
    gap: 12px;
  }
}
.cid-tNB8sGMBMW .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-tNB8sGMBMW .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tNB8sGMBMW .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tNB8sGMBMW .item-wrap {
    padding: 12px;
  }
}
.cid-tNB8sGMBMW .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-tNB8sGMBMW .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-tNB8sGMBMW .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-tNB8sGMBMW .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-tNB8sGMBMW .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-tNB8sGMBMW .mbr-section-btn .btn-black:hover {
  background-color: #fe5f50 !important;
  border-color: #fe5f50 !important;
}
.cid-tNB8sGMBMW .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-tNB8sGMBMW .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-tNB8sGMBMW .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(3 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tNB8sGMBMW .item {
    min-height: calc(3 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-tNB8sGMBMW .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tNB8sGMBMW .item {
    min-height: calc(3 * 80px);
  }
}
.cid-tNB8sGMBMW .item:nth-child(1) {
  background-image: url("../../../assets/images/foto-34.jpg");
}
.cid-tNB8sGMBMW .item:nth-child(2) {
  background-image: url("../../../assets/images/foto-40.jpg");
}
.cid-tNB8sGMBMW .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-tNB8sGMBMW .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: .5s;
}
.cid-tNB8sGMBMW .item:hover:before {
  opacity: 0.55;
}
.cid-tNB8sGMBMW .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-tNB8sGMBMW .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-tLBBwaoRsA {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tLBBwaoRsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBBwaoRsA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBBwaoRsA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLBBwaoRsA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tLBBwaoRsA .container {
    padding: 0 30px;
  }
}
.cid-tLBBwaoRsA .row {
  justify-content: center;
}
.cid-tLBBwaoRsA .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tLBBwaoRsA .content-wrapper {
    margin-bottom: 30px;
    height: auto;
  }
}
.cid-tLBBwaoRsA .content-wrapper .cards .card {
  margin-bottom: 25px;
}
.cid-tLBBwaoRsA .content-wrapper .cards .card .title-wrapper {
  margin-bottom: 25px;
}
.cid-tLBBwaoRsA .content-wrapper .cards .card .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tLBBwaoRsA .content-wrapper .cards .card .title-wrapper .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-tLBBwaoRsA .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap {
  margin-left: 16px;
  display: inline-flex;
}
.cid-tLBBwaoRsA .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tLBBwaoRsA .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tLBBwaoRsA .content-wrapper .cards .card .mbr-text {
  margin-bottom: 0;
}
.cid-tLBBwaoRsA .google-map {
  padding-left: 30px;
  filter: grayscale(100%);
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-tLBBwaoRsA .google-map {
    padding: 0;
  }
}
.cid-tLBBwaoRsA .google-map iframe {
  height: 450px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-tLBBwaoRsA .google-map iframe {
    height: 300px;
  }
}
.cid-tLBBwaoRsA .mbr-card-title {
  color: #212529;
}
.cid-tLBBwaoRsA .mbr-text {
  color: #6c7a88;
}
.cid-tLBBwaoRsA .mbr-card-title,
.cid-tLBBwaoRsA .title-wrapper {
  color: #fe5f50;
}
.cid-uPE8WzoSzg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPE8WzoSzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPE8WzoSzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPE8WzoSzg .content-wrap {
  justify-content: center;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper img {
  width: 300px;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uPE8WzoSzg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uPE8WzoSzg .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uPE8WzoSzg .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uPE8WzoSzg .mbr-section-title {
  color: #ff8576;
}
.cid-uPE8WzoSzg .mbr-copy {
  color: #51565c;
}
.cid-uPE8WzoSzg .mbr-copy,
.cid-uPE8WzoSzg .copy-wrapper {
  text-align: right;
}
.cid-uPE8WzoSzg .mbr-copy,
.cid-uPE8WzoSzg .copy-wrapper,
.cid-uPE8WzoSzg .social-wrapper {
  color: #8e97a1;
}
.cid-uPE8WzoSzg .mbr-section-title,
.cid-uPE8WzoSzg .logo-wrapper {
  color: #e3ebf3;
}
.cid-tNwgeNZgQE {
  z-index: 1000;
  width: 100%;
}
.cid-tNwgeNZgQE nav.navbar {
  position: fixed;
}
.cid-tNwgeNZgQE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNwgeNZgQE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-tNwgeNZgQE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNwgeNZgQE .dropdown-item:hover,
.cid-tNwgeNZgQE .dropdown-item:focus {
  background: #fe5f50 !important;
  color: white !important;
}
.cid-tNwgeNZgQE .dropdown-item:hover span {
  color: white;
}
.cid-tNwgeNZgQE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNwgeNZgQE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNwgeNZgQE .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNwgeNZgQE .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNwgeNZgQE .nav-link {
  position: relative;
}
.cid-tNwgeNZgQE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNwgeNZgQE .container {
    flex-wrap: nowrap;
  }
}
.cid-tNwgeNZgQE .nav-item:focus,
.cid-tNwgeNZgQE .nav-link:focus {
  outline: none;
}
.cid-tNwgeNZgQE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNwgeNZgQE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNwgeNZgQE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNwgeNZgQE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNwgeNZgQE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNwgeNZgQE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNwgeNZgQE .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-tNwgeNZgQE .navbar.opened {
  transition: all 0.3s;
}
.cid-tNwgeNZgQE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNwgeNZgQE .navbar .navbar-logo img {
  width: auto;
}
.cid-tNwgeNZgQE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNwgeNZgQE .navbar.collapsed {
  justify-content: center;
}
.cid-tNwgeNZgQE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNwgeNZgQE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNwgeNZgQE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNwgeNZgQE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNwgeNZgQE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNwgeNZgQE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tNwgeNZgQE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNwgeNZgQE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNwgeNZgQE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNwgeNZgQE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNwgeNZgQE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNwgeNZgQE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNwgeNZgQE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNwgeNZgQE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tNwgeNZgQE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNwgeNZgQE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNwgeNZgQE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNwgeNZgQE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNwgeNZgQE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNwgeNZgQE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tNwgeNZgQE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tNwgeNZgQE .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-tNwgeNZgQE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tNwgeNZgQE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNwgeNZgQE .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-tNwgeNZgQE .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-tNwgeNZgQE .dropdown-item.active,
.cid-tNwgeNZgQE .dropdown-item:active {
  background-color: transparent;
}
.cid-tNwgeNZgQE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNwgeNZgQE .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNwgeNZgQE .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNwgeNZgQE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-tNwgeNZgQE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNwgeNZgQE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNwgeNZgQE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNwgeNZgQE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNwgeNZgQE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNwgeNZgQE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-tNwgeNZgQE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNwgeNZgQE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNwgeNZgQE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNwgeNZgQE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNwgeNZgQE .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-tNwgeNZgQE .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-tNwgeNZgQE .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-tNwgeNZgQE .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-tNwgeNZgQE .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-tNwgeNZgQE .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-tNwgeNZgQE .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-tNwgeNZgQE .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-tNwgeNZgQE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNwgeNZgQE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNwgeNZgQE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNwgeNZgQE .navbar {
    height: 70px;
  }
  .cid-tNwgeNZgQE .navbar.opened {
    height: auto;
  }
  .cid-tNwgeNZgQE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNwgeNZgQE .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-tNwgeNZgQE .navbar-collapse {
  margin-left: auto;
}
.cid-tNwgeNZgQE .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-tNwgeNZgQE .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tNwgeNZgQE .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-tNwgeNZgQE .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-tNwgeNZgQE .navbar {
    padding: 0 !important;
  }
  .cid-tNwgeNZgQE .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-tNwgeNZgQE .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-tNwgeNZgQE .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-tNwgeNZgQE .navbar-collapse.show {
    opacity: 1;
  }
  .cid-tNwgeNZgQE .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-tNwgeNZgQE .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-tNwgeNZgQE .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tNwgeNZgQE .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-tNwgeNZgQE .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-tNwgeNZgQE .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-tNwgeNZgQE .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-tNwgeOfCdH {
  background-image: url("../../../assets/images/background1.jpg");
  display: flex;
  flex-direction: column;
}
.cid-tNwgeOfCdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNwgeOfCdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNwgeOfCdH .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tNwgeOfCdH .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tNwgeOfCdH .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/img-980.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tNwgeOfCdH .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tNwgeOfCdH .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tNwgeOfCdH .col-text {
    padding: 12px !important;
  }
}
.cid-tNwgeOfCdH .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-tNwgeOfCdH .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-tNwgeOfCdH .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-tNwgeOfCdH .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-tNwgeOfCdH .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-tNwgeOfCdH .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tNwgeOfCdH .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-tNwgeOfCdH .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-tNwgeOfCdH .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-tNwgeOfCdH .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-tNwgeOfCdH .mbr-section-btn {
  position: relative;
}
.cid-tNwgeOfCdH .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tNwgeOfCdH .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tNwgeOfCdH .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tNwgeOtezi {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tNwgeOtezi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNwgeOtezi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNwgeOtezi .mbr-section-title {
  color: #fe5f50;
  text-align: center;
}
.cid-tNwgeOtezi .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-tNwgeOtezi .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-tNwgeOtezi .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tNwgeOtezi .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tNwgeOtezi .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-tNwgeOtezi .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-tNwgeOtezi .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-tNwgeOtezi .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tNwgeOtezi .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-tNwgeOtezi .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-tNwgeOtezi .mbr-text {
    width: 100%;
  }
}
.cid-tNwgeOG19u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tNwgeOG19u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNwgeOG19u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNwgeOG19u .col-title {
  margin-bottom: 32px;
}
.cid-tNwgeOG19u .mbr-section-title {
  color: #24262b;
}
.cid-tNwgeOG19u .mbr-section-subtitle {
  color: #24262b;
}
.cid-tNwgeOG19u .cards-row {
  row-gap: 32px;
}
.cid-tNwgeOG19u .card {
  border-radius: 0;
}
.cid-tNwgeOG19u .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tNwgeOG19u .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #e3ebf3;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tNwgeOG19u .text-wrap {
  flex-grow: 1;
}
.cid-tNwgeOG19u .card-title {
  color: #e3ebf3;
}
.cid-tNwgeOG19u .card-text {
  color: #767676;
}
.cid-tNwgeOYnMM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tNwgeOYnMM .container-fluid {
  padding: 0 3rem;
}
.cid-tNwgeOYnMM .mbr-section-subtitle {
  color: #000000;
}
.cid-tNwgeOYnMM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tNwgeOYnMM .table-wrapper {
  margin: 0 auto;
}
.cid-tNwgeOYnMM .head-item {
  min-width: 70px;
  color: #efefef;
  text-align: left;
}
.cid-tNwgeOYnMM table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tNwgeOYnMM table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #fe5f50;
  color: white;
  vertical-align: middle;
}
.cid-tNwgeOYnMM table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tNwgeOYnMM .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tNwgeOYnMM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tNwgeOYnMM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-tNwgeOYnMM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tNwgeOYnMM .dataTables_wrapper {
  display: block;
}
.cid-tNwgeOYnMM .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tNwgeOYnMM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tNwgeOYnMM .head-item:after,
.cid-tNwgeOYnMM .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tNwgeOYnMM .dataTables_filter {
    text-align: center;
  }
  .cid-tNwgeOYnMM .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tNwgeOYnMM .dataTables_filter {
    text-align: center;
  }
  .cid-tNwgeOYnMM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tNwgeOYnMM .table-wrapper {
    width: 100% !important;
  }
  .cid-tNwgeOYnMM .container-fluid {
    padding: 0 1rem;
  }
  .cid-tNwgeOYnMM table th,
  .cid-tNwgeOYnMM table td {
    padding: 0.75rem;
  }
}
.cid-tNwgeOYnMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNwgeOYnMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNwgeOYnMM .body-item {
  text-align: left;
  color: #767676;
}
.cid-tNwgeOYnMM .dataTable-pagination a {
  border: 1px solid transparent;
  float: left;
  margin-left: 2px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  color: #ffffff;
}
.cid-tNwgeOYnMM .body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  position: relative;
}
.cid-tNwgeOYnMM .dataTable-info {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  position: relative;
}
.cid-uMfg4j782U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMfg4j782U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfg4j782U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfg4j782U .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMfg4j782U .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uMfg4j782U .card {
  justify-content: center;
}
.cid-uMfg4j782U .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMfg4j782U .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMfg4j782U .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMfg4j782U .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-uMfg4j782U .list-wrapper .list .item-wrap:hover,
.cid-uMfg4j782U .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uMfg4j782U .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMfg4j782U .mbr-section-title {
  color: #1a1e21;
}
.cid-uMfg4j782U .list {
  color: #000000;
}
.cid-tNAVjpL59p {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tNAVjpL59p .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tNAVjpL59p .mbr-section-title {
  color: #e3ebf3;
}
.cid-tNAVjpL59p .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-tNAVjpL59p .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-tNAVjpL59p .row {
    gap: 12px;
  }
}
.cid-tNAVjpL59p .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-tNAVjpL59p .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tNAVjpL59p .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tNAVjpL59p .item-wrap {
    padding: 12px;
  }
}
.cid-tNAVjpL59p .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-tNAVjpL59p .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-tNAVjpL59p .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-tNAVjpL59p .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-tNAVjpL59p .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-tNAVjpL59p .mbr-section-btn .btn-black:hover {
  background-color: #fe5f50 !important;
  border-color: #fe5f50 !important;
}
.cid-tNAVjpL59p .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-tNAVjpL59p .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-tNAVjpL59p .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(3 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tNAVjpL59p .item {
    min-height: calc(3 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-tNAVjpL59p .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tNAVjpL59p .item {
    min-height: calc(3 * 80px);
  }
}
.cid-tNAVjpL59p .item:nth-child(1) {
  background-image: url("../../../assets/images/byt-peruc-50.jpg");
}
.cid-tNAVjpL59p .item:nth-child(2) {
  background-image: url("../../../assets/images/byt-peruc-7.jpg");
}
.cid-tNAVjpL59p .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-tNAVjpL59p .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: .5s;
}
.cid-tNAVjpL59p .item:hover:before {
  opacity: 0.55;
}
.cid-tNAVjpL59p .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-tNAVjpL59p .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-tW4JUKVQe8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tW4JUKVQe8 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tW4JUKVQe8 .mbr-section-title {
  color: #e3ebf3;
}
.cid-tW4JUKVQe8 .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-tW4JUKVQe8 .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-tW4JUKVQe8 .row {
    gap: 12px;
  }
}
.cid-tW4JUKVQe8 .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-tW4JUKVQe8 .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tW4JUKVQe8 .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tW4JUKVQe8 .item-wrap {
    padding: 12px;
  }
}
.cid-tW4JUKVQe8 .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-tW4JUKVQe8 .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-tW4JUKVQe8 .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-tW4JUKVQe8 .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-tW4JUKVQe8 .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-tW4JUKVQe8 .mbr-section-btn .btn-black:hover {
  background-color: #fe5f50 !important;
  border-color: #fe5f50 !important;
}
.cid-tW4JUKVQe8 .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-tW4JUKVQe8 .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-tW4JUKVQe8 .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(3 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tW4JUKVQe8 .item {
    min-height: calc(3 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-tW4JUKVQe8 .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tW4JUKVQe8 .item {
    min-height: calc(3 * 80px);
  }
}
.cid-tW4JUKVQe8 .item:nth-child(1) {
  background-image: url("../../../assets/images/foto-22.jpg");
}
.cid-tW4JUKVQe8 .item:nth-child(2) {
  background-image: url("../../../assets/images/byt-peruc-9.jpg");
}
.cid-tW4JUKVQe8 .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-tW4JUKVQe8 .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: .5s;
}
.cid-tW4JUKVQe8 .item:hover:before {
  opacity: 0.55;
}
.cid-tW4JUKVQe8 .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-tW4JUKVQe8 .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-uLM3i4RlRg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uLM3i4RlRg .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uLM3i4RlRg .mbr-section-title {
  color: #e3ebf3;
}
.cid-uLM3i4RlRg .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-uLM3i4RlRg .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-uLM3i4RlRg .row {
    gap: 12px;
  }
}
.cid-uLM3i4RlRg .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-uLM3i4RlRg .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uLM3i4RlRg .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uLM3i4RlRg .item-wrap {
    padding: 12px;
  }
}
.cid-uLM3i4RlRg .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-uLM3i4RlRg .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-uLM3i4RlRg .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-uLM3i4RlRg .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-uLM3i4RlRg .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-uLM3i4RlRg .mbr-section-btn .btn-black:hover {
  background-color: #fe5f50 !important;
  border-color: #fe5f50 !important;
}
.cid-uLM3i4RlRg .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-uLM3i4RlRg .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-uLM3i4RlRg .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(3 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-uLM3i4RlRg .item {
    min-height: calc(3 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-uLM3i4RlRg .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uLM3i4RlRg .item {
    min-height: calc(3 * 80px);
  }
}
.cid-uLM3i4RlRg .item:nth-child(1) {
  background-image: url("../../../assets/images/byt-peruc-2.jpg");
}
.cid-uLM3i4RlRg .item:nth-child(2) {
  background-image: url("../../../assets/images/foto-28.jpg");
}
.cid-uLM3i4RlRg .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-uLM3i4RlRg .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: .5s;
}
.cid-uLM3i4RlRg .item:hover:before {
  opacity: 0.55;
}
.cid-uLM3i4RlRg .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-uLM3i4RlRg .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-tNwgePuaPJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tNwgePuaPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNwgePuaPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNwgePuaPJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNwgePuaPJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNwgePuaPJ .container {
    padding: 0 30px;
  }
}
.cid-tNwgePuaPJ .row {
  justify-content: center;
}
.cid-tNwgePuaPJ .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNwgePuaPJ .content-wrapper {
    margin-bottom: 30px;
    height: auto;
  }
}
.cid-tNwgePuaPJ .content-wrapper .cards .card {
  margin-bottom: 25px;
}
.cid-tNwgePuaPJ .content-wrapper .cards .card .title-wrapper {
  margin-bottom: 25px;
}
.cid-tNwgePuaPJ .content-wrapper .cards .card .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tNwgePuaPJ .content-wrapper .cards .card .title-wrapper .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-tNwgePuaPJ .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap {
  margin-left: 16px;
  display: inline-flex;
}
.cid-tNwgePuaPJ .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tNwgePuaPJ .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tNwgePuaPJ .content-wrapper .cards .card .mbr-text {
  margin-bottom: 0;
}
.cid-tNwgePuaPJ .google-map {
  padding-left: 30px;
  filter: grayscale(100%);
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-tNwgePuaPJ .google-map {
    padding: 0;
  }
}
.cid-tNwgePuaPJ .google-map iframe {
  height: 450px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-tNwgePuaPJ .google-map iframe {
    height: 300px;
  }
}
.cid-tNwgePuaPJ .mbr-card-title {
  color: #212529;
}
.cid-tNwgePuaPJ .mbr-text {
  color: #e3ebf3;
}
.cid-tNwgePuaPJ .mbr-card-title,
.cid-tNwgePuaPJ .title-wrapper {
  color: #fe5f50;
}
.cid-tW4Fcj8eBG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tW4Fcj8eBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW4Fcj8eBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW4Fcj8eBG .mbr-section-title {
  color: #e3ebf3;
}
.cid-tW4Fcj8eBG .mbr-section-title a {
  pointer-events: none;
}
.cid-tW4Fcj8eBG .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-tW4Fcj8eBG .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tW4Fcj8eBG .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-tW4Fcj8eBG .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tW4Fcj8eBG .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tW4DVoTXPb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tW4DVoTXPb .item:focus,
.cid-tW4DVoTXPb span:focus {
  outline: none;
}
.cid-tW4DVoTXPb .item-wrapper {
  position: relative;
}
.cid-tW4DVoTXPb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tW4DVoTXPb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tW4DVoTXPb .container {
    padding: 0 24px;
  }
}
.cid-tW4DVoTXPb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-tW4DVoTXPb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tW4DVoTXPb .embla__slide .slide-content {
  width: 100%;
}
.cid-tW4DVoTXPb .embla__slide .slide-content .item-wrapper {
  padding: 30px;
  border-radius: 10% !important;
  position: relative;
  overflow: hidden;
}
.cid-tW4DVoTXPb .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: .2;
  width: 100%;
  height: 100%;
}
.cid-tW4DVoTXPb .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-tW4DVoTXPb .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-tW4DVoTXPb .embla__button--next,
.cid-tW4DVoTXPb .embla__button--prev {
  display: flex;
}
.cid-tW4DVoTXPb .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #fe5f50 !important;
  color: #6c7a88;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-tW4DVoTXPb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tW4DVoTXPb .embla__button:hover {
  opacity: .85 !important;
  color: #fe5f50 !important;
}
.cid-tW4DVoTXPb .embla__button.embla__button--prev {
  left: 32px;
}
.cid-tW4DVoTXPb .embla__button.embla__button--next {
  right: 32px;
}
.cid-tW4DVoTXPb .embla {
  position: relative;
  width: 100%;
}
.cid-tW4DVoTXPb .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tW4DVoTXPb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tW4DVoTXPb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tW4DVoTXPb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPE8WzoSzg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPE8WzoSzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPE8WzoSzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPE8WzoSzg .content-wrap {
  justify-content: center;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper img {
  width: 300px;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uPE8WzoSzg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uPE8WzoSzg .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uPE8WzoSzg .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uPE8WzoSzg .mbr-section-title {
  color: #ff8576;
}
.cid-uPE8WzoSzg .mbr-copy {
  color: #51565c;
}
.cid-uPE8WzoSzg .mbr-copy,
.cid-uPE8WzoSzg .copy-wrapper {
  text-align: right;
}
.cid-uPE8WzoSzg .mbr-copy,
.cid-uPE8WzoSzg .copy-wrapper,
.cid-uPE8WzoSzg .social-wrapper {
  color: #8e97a1;
}
.cid-uPE8WzoSzg .mbr-section-title,
.cid-uPE8WzoSzg .logo-wrapper {
  color: #e3ebf3;
}
.cid-tW2ZdcGJ7g {
  z-index: 1000;
  width: 100%;
}
.cid-tW2ZdcGJ7g nav.navbar {
  position: fixed;
}
.cid-tW2ZdcGJ7g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tW2ZdcGJ7g .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-tW2ZdcGJ7g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tW2ZdcGJ7g .dropdown-item:hover,
.cid-tW2ZdcGJ7g .dropdown-item:focus {
  background: #fe5f50 !important;
  color: white !important;
}
.cid-tW2ZdcGJ7g .dropdown-item:hover span {
  color: white;
}
.cid-tW2ZdcGJ7g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tW2ZdcGJ7g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tW2ZdcGJ7g .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tW2ZdcGJ7g .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tW2ZdcGJ7g .nav-link {
  position: relative;
}
.cid-tW2ZdcGJ7g .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tW2ZdcGJ7g .container {
    flex-wrap: nowrap;
  }
}
.cid-tW2ZdcGJ7g .nav-item:focus,
.cid-tW2ZdcGJ7g .nav-link:focus {
  outline: none;
}
.cid-tW2ZdcGJ7g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tW2ZdcGJ7g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tW2ZdcGJ7g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tW2ZdcGJ7g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tW2ZdcGJ7g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tW2ZdcGJ7g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tW2ZdcGJ7g .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-tW2ZdcGJ7g .navbar.opened {
  transition: all 0.3s;
}
.cid-tW2ZdcGJ7g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tW2ZdcGJ7g .navbar .navbar-logo img {
  width: auto;
}
.cid-tW2ZdcGJ7g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tW2ZdcGJ7g .navbar.collapsed {
  justify-content: center;
}
.cid-tW2ZdcGJ7g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tW2ZdcGJ7g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tW2ZdcGJ7g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tW2ZdcGJ7g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tW2ZdcGJ7g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tW2ZdcGJ7g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tW2ZdcGJ7g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tW2ZdcGJ7g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tW2ZdcGJ7g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tW2ZdcGJ7g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tW2ZdcGJ7g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tW2ZdcGJ7g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tW2ZdcGJ7g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tW2ZdcGJ7g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tW2ZdcGJ7g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tW2ZdcGJ7g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tW2ZdcGJ7g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tW2ZdcGJ7g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tW2ZdcGJ7g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tW2ZdcGJ7g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tW2ZdcGJ7g .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tW2ZdcGJ7g .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-tW2ZdcGJ7g .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tW2ZdcGJ7g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tW2ZdcGJ7g .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-tW2ZdcGJ7g .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-tW2ZdcGJ7g .dropdown-item.active,
.cid-tW2ZdcGJ7g .dropdown-item:active {
  background-color: transparent;
}
.cid-tW2ZdcGJ7g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tW2ZdcGJ7g .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tW2ZdcGJ7g .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tW2ZdcGJ7g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-tW2ZdcGJ7g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tW2ZdcGJ7g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tW2ZdcGJ7g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tW2ZdcGJ7g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tW2ZdcGJ7g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tW2ZdcGJ7g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-tW2ZdcGJ7g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tW2ZdcGJ7g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tW2ZdcGJ7g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tW2ZdcGJ7g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tW2ZdcGJ7g .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-tW2ZdcGJ7g .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-tW2ZdcGJ7g .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-tW2ZdcGJ7g .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-tW2ZdcGJ7g .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-tW2ZdcGJ7g .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-tW2ZdcGJ7g .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-tW2ZdcGJ7g .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-tW2ZdcGJ7g .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tW2ZdcGJ7g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tW2ZdcGJ7g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tW2ZdcGJ7g .navbar {
    height: 70px;
  }
  .cid-tW2ZdcGJ7g .navbar.opened {
    height: auto;
  }
  .cid-tW2ZdcGJ7g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tW2ZdcGJ7g .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-tW2ZdcGJ7g .navbar-collapse {
  margin-left: auto;
}
.cid-tW2ZdcGJ7g .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-tW2ZdcGJ7g .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tW2ZdcGJ7g .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-tW2ZdcGJ7g .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-tW2ZdcGJ7g .navbar {
    padding: 0 !important;
  }
  .cid-tW2ZdcGJ7g .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-tW2ZdcGJ7g .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-tW2ZdcGJ7g .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-tW2ZdcGJ7g .navbar-collapse.show {
    opacity: 1;
  }
  .cid-tW2ZdcGJ7g .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-tW2ZdcGJ7g .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-tW2ZdcGJ7g .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tW2ZdcGJ7g .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-tW2ZdcGJ7g .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-tW2ZdcGJ7g .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-tW2ZdcGJ7g .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-tW30zi1zxy {
  background-image: url("../../../assets/images/background1-1.jpg");
  display: flex;
  flex-direction: column;
}
.cid-tW30zi1zxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW30zi1zxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW30zi1zxy .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tW30zi1zxy .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tW30zi1zxy .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/9-1800x1012.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tW30zi1zxy .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tW30zi1zxy .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tW30zi1zxy .col-text {
    padding: 12px !important;
  }
}
.cid-tW30zi1zxy .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-tW30zi1zxy .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-tW30zi1zxy .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-tW30zi1zxy .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-tW30zi1zxy .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-tW30zi1zxy .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tW30zi1zxy .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-tW30zi1zxy .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-tW30zi1zxy .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-tW30zi1zxy .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-tW30zi1zxy .mbr-section-btn {
  position: relative;
}
.cid-tW30zi1zxy .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tW30zi1zxy .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-tW30zi1zxy .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-tW30zi1zxy .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-tW30zi1zxy .card-btn svg {
  transition: all 0.4s;
}
.cid-tW30zi1zxy .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-tW30zi1zxy .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-tW30zi1zxy .card-btn {
    border-radius: 50%;
    right: 0;
    margin-bottom: 1.5rem;
  }
  .cid-tW30zi1zxy .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-tW30zi1zxy .column {
  display: flex;
  flex-direction: column;
}
.cid-tW2ZddZyYC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tW2ZddZyYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW2ZddZyYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW2ZddZyYC .row {
  align-items: flex-start;
  column-gap: 60px;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .cid-tW2ZddZyYC .row {
    column-gap: 40px;
  }
}
.cid-tW2ZddZyYC .col-text {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-tW2ZddZyYC .col-text {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-tW2ZddZyYC .col-text {
    width: 100%;
  }
}
.cid-tW2ZddZyYC .card-title {
  color: #e3ebf3;
}
.cid-tW2ZddZyYC .mbr-text {
  margin-top: 20px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-tW2ZddZyYC .mbr-text {
    margin-top: 12px;
  }
}
.cid-tW2ZddZyYC .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tW2ZddZyYC .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-tW2ZddZyYC .col-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-tW2ZddZyYC .col-item {
    gap: 20px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-tW2ZddZyYC .col-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tW2ZddZyYC .col-item {
    gap: 12px;
  }
}
.cid-tW2ZddZyYC .item-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: calc(50% - 16px);
}
@media (max-width: 1399px) {
  .cid-tW2ZddZyYC .item-wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .cid-tW2ZddZyYC .item-wrap {
    width: 100%;
  }
}
.cid-tW2ZddZyYC .number-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 130px;
  min-height: 130px;
  border-radius: 50%;
  background-color: #1a1e21;
}
@media (max-width: 1399px) {
  .cid-tW2ZddZyYC .number-wrap {
    padding: 5px;
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-tW2ZddZyYC .number-text {
  color: #e3ebf3;
}
.cid-tW2ZddZyYC .item-text {
  color: #6c7a88;
}
.cid-tW2ZdekfWR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tW2ZdekfWR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW2ZdekfWR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW2ZdekfWR .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-tW2ZdekfWR .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-tW2ZdekfWR .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tW2ZdekfWR .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-tW2ZdekfWR .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-tW2ZdekfWR .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-tW2ZdekfWR .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tW2ZdekfWR .image-wrapper {
    border-radius: 12px;
  }
}
.cid-tW2ZdekfWR .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-tW2ZdekfWR .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-tW2ZdekfWR .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-tW2ZdekfWR .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-tW2ZdekfWR .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-tW2ZdekfWR .card-title {
  color: #e3ebf3;
}
.cid-tW2ZdekfWR .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-tW2ZdekfWR .mbr-text {
    margin-top: 12px;
  }
}
.cid-tW2ZdekfWR .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-tW2ZdekfWR .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-tW2ZdeX4Dv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tW2ZdeX4Dv .mbr-overlay {
  background: #1a1e21;
  opacity: 0.1;
}
.cid-tW2ZdeX4Dv .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tW2ZdeX4Dv .mbr-section-title {
  color: #e3ebf3;
}
.cid-tW2ZdeX4Dv .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-tW2ZdeX4Dv .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-tW2ZdeX4Dv .row {
    gap: 12px;
  }
}
.cid-tW2ZdeX4Dv .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-tW2ZdeX4Dv .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tW2ZdeX4Dv .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tW2ZdeX4Dv .item-wrap {
    padding: 12px;
  }
}
.cid-tW2ZdeX4Dv .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-tW2ZdeX4Dv .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-tW2ZdeX4Dv .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-tW2ZdeX4Dv .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-tW2ZdeX4Dv .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-tW2ZdeX4Dv .mbr-section-btn .btn-black:hover {
  background-color: #fe5f50 !important;
  border-color: #fe5f50 !important;
}
.cid-tW2ZdeX4Dv .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-tW2ZdeX4Dv .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-tW2ZdeX4Dv .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(3 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tW2ZdeX4Dv .item {
    min-height: calc(3 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-tW2ZdeX4Dv .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tW2ZdeX4Dv .item {
    min-height: calc(3 * 80px);
  }
}
.cid-tW2ZdeX4Dv .item:nth-child(1) {
  background-image: url("../../../assets/images/foto-33.jpg");
}
.cid-tW2ZdeX4Dv .item:nth-child(2) {
  background-image: url("../../../assets/images/img-980.jpg");
}
.cid-tW2ZdeX4Dv .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-tW2ZdeX4Dv .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  transition: .5s;
}
.cid-tW2ZdeX4Dv .item:hover:before {
  opacity: 0.55;
}
.cid-tW2ZdeX4Dv .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-tW2ZdeX4Dv .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-tW2ZdeCqJa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tW2ZdeCqJa .mbr-overlay {
  background: #1a1e21;
  opacity: 0.1;
}
.cid-tW2ZdeCqJa .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tW2ZdeCqJa .mbr-section-title {
  color: #e3ebf3;
}
.cid-tW2ZdeCqJa .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-tW2ZdeCqJa .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-tW2ZdeCqJa .row {
    gap: 12px;
  }
}
.cid-tW2ZdeCqJa .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-tW2ZdeCqJa .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tW2ZdeCqJa .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tW2ZdeCqJa .item-wrap {
    padding: 12px;
  }
}
.cid-tW2ZdeCqJa .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-tW2ZdeCqJa .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-tW2ZdeCqJa .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-tW2ZdeCqJa .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-tW2ZdeCqJa .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-tW2ZdeCqJa .mbr-section-btn .btn-black:hover {
  background-color: #fe5f50 !important;
  border-color: #fe5f50 !important;
}
.cid-tW2ZdeCqJa .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-tW2ZdeCqJa .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-tW2ZdeCqJa .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(3 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tW2ZdeCqJa .item {
    min-height: calc(3 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-tW2ZdeCqJa .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tW2ZdeCqJa .item {
    min-height: calc(3 * 80px);
  }
}
.cid-tW2ZdeCqJa .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  transition: .5s;
}
.cid-tW2ZdeCqJa .item:nth-child(1) {
  background-image: url("../../../assets/images/foto-4.jpeg");
}
.cid-tW2ZdeCqJa .item:nth-child(1) .item-wrap {
  flex-direction: column-reverse;
}
.cid-tW2ZdeCqJa .item:nth-child(1) .mbr-section-btn {
  transform: translateX(0) scale(0);
  transition: .8s;
}
.cid-tW2ZdeCqJa .item:nth-child(1) .mbr-text {
  transform: translateX(0);
  transition: .8s;
}
.cid-tW2ZdeCqJa .item:nth-child(1):hover:before {
  opacity: 0.55;
}
.cid-tW2ZdeCqJa .item:nth-child(1):hover .mbr-section-btn {
  transform: translateX(0) scale(1);
  opacity: 1;
}
.cid-tW2ZdeCqJa .item:nth-child(1):hover .mbr-text {
  opacity: 1;
}
.cid-tW2ZdeCqJa .item:nth-child(2) {
  background-image: url("../../../assets/images/foto-1.jpeg");
}
.cid-tW2ZdeCqJa .item:nth-child(2):hover:before {
  opacity: 0.55;
}
.cid-tW2ZdeCqJa .item:nth-child(2):hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-tW2ZdeCqJa .item:nth-child(2):hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-uPE8WzoSzg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPE8WzoSzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPE8WzoSzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPE8WzoSzg .content-wrap {
  justify-content: center;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper img {
  width: 300px;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uPE8WzoSzg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uPE8WzoSzg .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uPE8WzoSzg .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uPE8WzoSzg .mbr-section-title {
  color: #ff8576;
}
.cid-uPE8WzoSzg .mbr-copy {
  color: #51565c;
}
.cid-uPE8WzoSzg .mbr-copy,
.cid-uPE8WzoSzg .copy-wrapper {
  text-align: right;
}
.cid-uPE8WzoSzg .mbr-copy,
.cid-uPE8WzoSzg .copy-wrapper,
.cid-uPE8WzoSzg .social-wrapper {
  color: #8e97a1;
}
.cid-uPE8WzoSzg .mbr-section-title,
.cid-uPE8WzoSzg .logo-wrapper {
  color: #e3ebf3;
}
.cid-tOPxD59KjA {
  z-index: 1000;
  width: 100%;
}
.cid-tOPxD59KjA nav.navbar {
  position: fixed;
}
.cid-tOPxD59KjA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOPxD59KjA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-tOPxD59KjA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOPxD59KjA .dropdown-item:hover,
.cid-tOPxD59KjA .dropdown-item:focus {
  background: #fe5f50 !important;
  color: white !important;
}
.cid-tOPxD59KjA .dropdown-item:hover span {
  color: white;
}
.cid-tOPxD59KjA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOPxD59KjA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOPxD59KjA .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOPxD59KjA .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOPxD59KjA .nav-link {
  position: relative;
}
.cid-tOPxD59KjA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tOPxD59KjA .container {
    flex-wrap: nowrap;
  }
}
.cid-tOPxD59KjA .nav-item:focus,
.cid-tOPxD59KjA .nav-link:focus {
  outline: none;
}
.cid-tOPxD59KjA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOPxD59KjA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOPxD59KjA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOPxD59KjA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOPxD59KjA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOPxD59KjA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOPxD59KjA .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-tOPxD59KjA .navbar.opened {
  transition: all 0.3s;
}
.cid-tOPxD59KjA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOPxD59KjA .navbar .navbar-logo img {
  width: auto;
}
.cid-tOPxD59KjA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOPxD59KjA .navbar.collapsed {
  justify-content: center;
}
.cid-tOPxD59KjA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOPxD59KjA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOPxD59KjA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOPxD59KjA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOPxD59KjA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOPxD59KjA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tOPxD59KjA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOPxD59KjA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOPxD59KjA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOPxD59KjA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOPxD59KjA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOPxD59KjA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOPxD59KjA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOPxD59KjA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tOPxD59KjA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOPxD59KjA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOPxD59KjA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOPxD59KjA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOPxD59KjA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOPxD59KjA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOPxD59KjA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOPxD59KjA .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-tOPxD59KjA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tOPxD59KjA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOPxD59KjA .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-tOPxD59KjA .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-tOPxD59KjA .dropdown-item.active,
.cid-tOPxD59KjA .dropdown-item:active {
  background-color: transparent;
}
.cid-tOPxD59KjA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOPxD59KjA .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOPxD59KjA .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOPxD59KjA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-tOPxD59KjA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOPxD59KjA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOPxD59KjA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOPxD59KjA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOPxD59KjA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOPxD59KjA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-tOPxD59KjA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOPxD59KjA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOPxD59KjA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOPxD59KjA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOPxD59KjA .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-tOPxD59KjA .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-tOPxD59KjA .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-tOPxD59KjA .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-tOPxD59KjA .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-tOPxD59KjA .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-tOPxD59KjA .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-tOPxD59KjA .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-tOPxD59KjA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOPxD59KjA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOPxD59KjA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOPxD59KjA .navbar {
    height: 70px;
  }
  .cid-tOPxD59KjA .navbar.opened {
    height: auto;
  }
  .cid-tOPxD59KjA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOPxD59KjA .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-tOPxD59KjA .navbar-collapse {
  margin-left: auto;
}
.cid-tOPxD59KjA .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-tOPxD59KjA .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tOPxD59KjA .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-tOPxD59KjA .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-tOPxD59KjA .navbar {
    padding: 0 !important;
  }
  .cid-tOPxD59KjA .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-tOPxD59KjA .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-tOPxD59KjA .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-tOPxD59KjA .navbar-collapse.show {
    opacity: 1;
  }
  .cid-tOPxD59KjA .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-tOPxD59KjA .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-tOPxD59KjA .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tOPxD59KjA .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-tOPxD59KjA .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-tOPxD59KjA .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-tOPxD59KjA .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-tOPGcgBbFj {
  background-image: url("../../../assets/images/background1-1.jpg");
  display: flex;
  flex-direction: column;
}
.cid-tOPGcgBbFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOPGcgBbFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOPGcgBbFj .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tOPGcgBbFj .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tOPGcgBbFj .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/bez-nzvu-3.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tOPGcgBbFj .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tOPGcgBbFj .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tOPGcgBbFj .col-text {
    padding: 12px !important;
  }
}
.cid-tOPGcgBbFj .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-tOPGcgBbFj .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-tOPGcgBbFj .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-tOPGcgBbFj .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-tOPGcgBbFj .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tOPGcgBbFj .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-tOPGcgBbFj .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-tOPGcgBbFj .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-tOPGcgBbFj .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-tOPGcgBbFj .mbr-section-btn {
  position: relative;
}
.cid-tOPGcgBbFj .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tOPGcgBbFj .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-tOPGcgBbFj .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-tOPGcgBbFj .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-tOPGcgBbFj .card-btn svg {
  transition: all 0.4s;
}
.cid-tOPGcgBbFj .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-tOPGcgBbFj .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-tOPGcgBbFj .card-btn {
    border-radius: 50%;
    right: 0;
    margin-bottom: 1.5rem;
  }
  .cid-tOPGcgBbFj .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-tOPGcgBbFj .column {
  display: flex;
  flex-direction: column;
}
.cid-uPDPnQKmpA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPDPnQKmpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDPnQKmpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDPnQKmpA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPDPnQKmpA .mbr-section-title a {
  pointer-events: none;
}
.cid-uPDPnQKmpA .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPDPnQKmpA .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPDPnQKmpA .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPDPnQKmpA .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPDPnQKmpA .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPDPnQKmpA .mbr-section-subtitle,
.cid-uPDPnQKmpA .mbr-section-btn {
  text-align: center;
  color: #e3ebf3;
}
.cid-uPDQmdPYj0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPDQmdPYj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDQmdPYj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDQmdPYj0 .mbr-section-title {
  color: #fe5f50;
  text-align: center;
}
.cid-uPDQmdPYj0 .mbr-section-title a {
  pointer-events: none;
}
.cid-uPDQmdPYj0 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPDQmdPYj0 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPDQmdPYj0 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPDQmdPYj0 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPDQmdPYj0 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uKZIfdAuP2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKZIfdAuP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZIfdAuP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZIfdAuP2 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uKZIfdAuP2 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uKZIfdAuP2 .content-wrapper {
    padding: 0;
  }
}
.cid-uKZIfdAuP2 .mbr-section-title,
.cid-uKZIfdAuP2 .title-wrapper {
  color: #ffffff;
}
.cid-uKZIfdAuP2 .mbr-section-title,
.cid-uKZIfdAuP2 .mbr-section-btn,
.cid-uKZIfdAuP2 .title-wrapper {
  text-align: center;
}
.cid-uKZhfFOYqC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKZhfFOYqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZhfFOYqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZhfFOYqC .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uKZhfFOYqC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uKZhfFOYqC .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uKZhfFOYqC .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uKZhfFOYqC .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uKZhfFOYqC .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uKZhfFOYqC .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKZhfFOYqC .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uKZhfFOYqC .item .item-wrapper {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #e3ebf3;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uKZhfFOYqC .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-uKZhfFOYqC .item .item-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uKZhfFOYqC .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uKZhfFOYqC .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #e3ebf3;
  background-color: #ed463f;
  border-radius: 12px;
}
.cid-uKZhfFOYqC .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uKZhfFOYqC .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uKZhfFOYqC .mbr-section-title {
  color: #404349;
}
.cid-uKZhfFOYqC .mbr-desc {
  color: #b19a7c;
}
.cid-uKZhfFOYqC .item-title {
  color: #404349;
}
.cid-uKZhfFOYqC .item-text {
  color: #404349;
}
.cid-uPDQjD4vTd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPDQjD4vTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDQjD4vTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDQjD4vTd .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPDQjD4vTd .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPDQjD4vTd .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uPDQjD4vTd .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uPDQjD4vTd .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uPDQjD4vTd .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uPDQjD4vTd .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uPDQjD4vTd .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uPDQjD4vTd .item .item-wrapper {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #e3ebf3;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uPDQjD4vTd .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-uPDQjD4vTd .item .item-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPDQjD4vTd .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPDQjD4vTd .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #e3ebf3;
  background-color: #ed463f;
  border-radius: 12px;
}
.cid-uPDQjD4vTd .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uPDQjD4vTd .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPDQjD4vTd .mbr-section-title {
  color: #404349;
}
.cid-uPDQjD4vTd .mbr-desc {
  color: #b19a7c;
}
.cid-uPDQjD4vTd .item-title {
  color: #404349;
}
.cid-uPDQjD4vTd .item-text {
  color: #404349;
}
.cid-tOPxD5MVTl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tOPxD5MVTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOPxD5MVTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOPxD5MVTl .mbr-section-title {
  color: #fe5f50;
  text-align: center;
}
.cid-tOPxD5MVTl .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-tOPxD5MVTl .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-tOPxD5MVTl .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tOPxD5MVTl .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tOPxD5MVTl .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-tOPxD5MVTl .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-tOPxD5MVTl .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-tOPxD5MVTl .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tOPxD5MVTl .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-tOPxD5MVTl .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-tOPxD5MVTl .mbr-text {
    width: 100%;
  }
}
.cid-uPDSSpYLU5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPDSSpYLU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDSSpYLU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDSSpYLU5 .mbr-section-title {
  color: #e3ebf3;
}
.cid-uPDSSpYLU5 .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-uPDSSpYLU5 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-uPDSSpYLU5 .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uPDSSpYLU5 .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uPDSSpYLU5 .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-uPDSSpYLU5 .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-uPDSSpYLU5 .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-uPDSSpYLU5 .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uPDSSpYLU5 .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-uPDSSpYLU5 .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uPDSSpYLU5 .mbr-text {
    width: 100%;
  }
}
.cid-uPDSSpYLU5 .mbr-section-title DIV {
  text-align: center;
}
.cid-tOPJZtaig6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tOPJZtaig6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOPJZtaig6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOPJZtaig6 .col-title {
  margin-bottom: 32px;
}
.cid-tOPJZtaig6 .mbr-section-title {
  color: #24262b;
}
.cid-tOPJZtaig6 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tOPJZtaig6 .cards-row {
  row-gap: 32px;
}
.cid-tOPJZtaig6 .card {
  border-radius: 0;
}
.cid-tOPJZtaig6 .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tOPJZtaig6 .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #e3ebf3;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tOPJZtaig6 .text-wrap {
  flex-grow: 1;
}
.cid-tOPJZtaig6 .card-title {
  color: #e3ebf3;
}
.cid-tOPJZtaig6 .card-text {
  color: #767676;
}
.cid-uPDUIZcZiy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPDUIZcZiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDUIZcZiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDUIZcZiy .col-title {
  margin-bottom: 32px;
}
.cid-uPDUIZcZiy .mbr-section-title {
  color: #24262b;
}
.cid-uPDUIZcZiy .mbr-section-subtitle {
  color: #24262b;
}
.cid-uPDUIZcZiy .cards-row {
  row-gap: 32px;
}
.cid-uPDUIZcZiy .card {
  border-radius: 0;
}
.cid-uPDUIZcZiy .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uPDUIZcZiy .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #e3ebf3;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uPDUIZcZiy .text-wrap {
  flex-grow: 1;
}
.cid-uPDUIZcZiy .card-title {
  color: #e3ebf3;
}
.cid-uPDUIZcZiy .card-text {
  color: #767676;
}
.cid-tOPxD6rspC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tOPxD6rspC .container-fluid {
  padding: 0 3rem;
}
.cid-tOPxD6rspC .mbr-section-subtitle {
  color: #000000;
}
.cid-tOPxD6rspC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tOPxD6rspC .table-wrapper {
  margin: 0 auto;
}
.cid-tOPxD6rspC .head-item {
  min-width: 70px;
  color: #efefef;
  text-align: left;
}
.cid-tOPxD6rspC table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tOPxD6rspC table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #fe5f50;
  color: white;
  vertical-align: middle;
}
.cid-tOPxD6rspC table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tOPxD6rspC .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tOPxD6rspC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tOPxD6rspC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-tOPxD6rspC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tOPxD6rspC .dataTables_wrapper {
  display: block;
}
.cid-tOPxD6rspC .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tOPxD6rspC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tOPxD6rspC .head-item:after,
.cid-tOPxD6rspC .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tOPxD6rspC .dataTables_filter {
    text-align: center;
  }
  .cid-tOPxD6rspC .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tOPxD6rspC .dataTables_filter {
    text-align: center;
  }
  .cid-tOPxD6rspC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tOPxD6rspC .table-wrapper {
    width: 100% !important;
  }
  .cid-tOPxD6rspC .container-fluid {
    padding: 0 1rem;
  }
  .cid-tOPxD6rspC table th,
  .cid-tOPxD6rspC table td {
    padding: 0.75rem;
  }
}
.cid-tOPxD6rspC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOPxD6rspC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOPxD6rspC .body-item {
  text-align: left;
  color: #8e97a1;
}
.cid-tOPxD6rspC .dataTable-pagination a {
  display: none;
}
.cid-tOPxD6rspC .body {
  display: none;
}
.cid-tOPxD6rspC .dataTable-info {
  display: none;
}
.cid-tOPBiY8VKd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tOPBiY8VKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOPBiY8VKd blockquote {
  position: relative;
  display: none;
  *border: 1px solid #fafafa;
  border-color: transparent;
  border-radius: 8px;
  padding: 8px;
  margin: 20px;
  text-align: center;
  line-height: 1.5em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.cid-tOPBiY8VKd blockquote .notch {
  position: absolute;
  padding: 0;
  width: 0;
  height: 0;
}
.cid-tOPBiY8VKd blockquote .notch-top {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7);
}
.cid-tOPBiY8VKd blockquote .notch-right {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7);
}
.cid-tOPBiY8VKd blockquote .notch-bottom {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7);
}
.cid-tOPBiY8VKd blockquote .notch-left {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7);
}
.cid-tOPBiY8VKd img {
  display: block;
  border-radius: 60px;
  width: 100%;
}
.cid-tOPBiY8VKd .hotspot-demo-1-left {
  position: relative;
  width: 100%;
}
.cid-tOPBiY8VKd .spots {
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tOPBiY8VKd .spot {
  position: absolute;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 32px;
  height: 32px;
  border: 3px solid #fe5f50;
  border-radius: 16px;
  background-color: transparent;
}
.cid-tOPBiY8VKd .spot:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-tOPBiY8VKd #spot-01,
.cid-tOPBiY8VKd #spot-02,
.cid-tOPBiY8VKd #spot-03 {
  display: inline-block;
  min-width: 100px;
}
.cid-tOPBiY8VKd #spot-01 {
  position: absolute;
  top: 45%;
  left: 40%;
}
.cid-tOPBiY8VKd #spot-01:hover > blockquote {
  display: block;
  top: -26px;
  left: -98%;
}
.cid-tOPBiY8VKd #spot-02 {
  position: absolute;
  top: 45%;
  left: 65%;
}
.cid-tOPBiY8VKd #spot-02:hover > blockquote {
  display: block;
  top: -26px;
  left: -98%;
}
.cid-tOPBiY8VKd #spot-03 {
  position: absolute;
  top: 45%;
  left: 28%;
}
.cid-tOPBiY8VKd #spot-03:hover > blockquote {
  display: block;
  top: -26px;
  left: -98%;
}
.cid-tOPBiY8VKd #spot-04 {
  position: absolute;
  top: 45%;
  left: 80%;
}
.cid-tOPBiY8VKd #spot-04:hover > blockquote {
  display: block;
  top: -26px;
  left: -98%;
}
.cid-tOPU32pJdy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tOPU32pJdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOPU32pJdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOPU32pJdy .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tOPU32pJdy .container-fluid {
    padding: 0 20px;
  }
}
.cid-tOPU32pJdy .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOPU32pJdy .container {
    padding: 0 20px;
  }
  .cid-tOPU32pJdy .container .row {
    padding: 0;
  }
}
.cid-tOPU32pJdy .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tOPU32pJdy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tOPU32pJdy .title-wrapper .title-wrap {
  background-color: transparent;
  position: absolute;
  min-width: 400px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOPU32pJdy .title-wrapper .title-wrap {
    position: static;
    min-width: 100%;
  }
}
.cid-tOPU32pJdy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tOPU32pJdy .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tOPU32pJdy .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tOPU32pJdy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 800px;
  max-width: 800px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tOPU32pJdy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    border-radius: 50px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOPU32pJdy .embla__slide a1 {
  width: 100%;
}
.cid-tOPU32pJdy .embla__slide a1 .card-wrap .item-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tOPU32pJdy .embla__slide a1 .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
    border-radius: 50px;
  }
}
.cid-tOPU32pJdy .embla__button--next,
.cid-tOPU32pJdy .embla__button--prev {
  display: flex;
}
.cid-tOPU32pJdy .embla__button {
  top: -2rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #6c7a88;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tOPU32pJdy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOPU32pJdy .embla__button:hover {
  background-color: transparent;
  color: #6c7a88;
}
.cid-tOPU32pJdy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOPU32pJdy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOPU32pJdy .embla__button {
    top: -2rem;
  }
}
.cid-tOPU32pJdy .embla {
  position: relative;
  width: 100%;
}
.cid-tOPU32pJdy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOPU32pJdy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOPU32pJdy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOPU32pJdy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOPU32pJdy .mbr-section-title {
  color: #ffffff;
}
.cid-tOPU32pJdy .mbr-text {
  color: #6c7a88;
}
.cid-tOPU32pJdy .a1 {
  color: #ffffff;
}
.cid-tOPU32pJdy .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-tOPU32pJdy .card-text {
  line-height: 1.66;
  width: 100%;
  color: #fdfde1;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-tOPU32pJdy .image-wrap {
  position: relative;
  width: 100%;
  height: 510px;
  border-radius: 50px;
  overflow: hidden;
}
.cid-tOPU32pJdy .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.cid-tOPU32pJdy .image-overlay-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 2rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 1.1rem;
  line-height: 1.66;
  border-radius: 0 0 50px 50px;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cid-tOQ0VAXgKZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tOQ0VAXgKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOQ0VAXgKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOQ0VAXgKZ .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tOQ0VAXgKZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tOQ0VAXgKZ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOQ0VAXgKZ .container {
    padding: 0 20px;
  }
  .cid-tOQ0VAXgKZ .container .row {
    padding: 0;
  }
}
.cid-tOQ0VAXgKZ .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tOQ0VAXgKZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tOQ0VAXgKZ .title-wrapper .title-wrap {
  background-color: transparent;
  position: absolute;
  min-width: 400px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOQ0VAXgKZ .title-wrapper .title-wrap {
    position: static;
    min-width: 100%;
  }
}
.cid-tOQ0VAXgKZ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tOQ0VAXgKZ .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tOQ0VAXgKZ .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tOQ0VAXgKZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 800px;
  max-width: 800px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tOQ0VAXgKZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    border-radius: 50px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOQ0VAXgKZ .embla__slide a1 {
  width: 100%;
}
.cid-tOQ0VAXgKZ .embla__slide a1 .card-wrap .item-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tOQ0VAXgKZ .embla__slide a1 .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
    border-radius: 50px;
  }
}
.cid-tOQ0VAXgKZ .embla__button--next,
.cid-tOQ0VAXgKZ .embla__button--prev {
  display: flex;
}
.cid-tOQ0VAXgKZ .embla__button {
  top: -2rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #6c7a88;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tOQ0VAXgKZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOQ0VAXgKZ .embla__button:hover {
  background-color: transparent;
  color: #6c7a88;
}
.cid-tOQ0VAXgKZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOQ0VAXgKZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOQ0VAXgKZ .embla__button {
    top: -2rem;
  }
}
.cid-tOQ0VAXgKZ .embla {
  position: relative;
  width: 100%;
}
.cid-tOQ0VAXgKZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOQ0VAXgKZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOQ0VAXgKZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOQ0VAXgKZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOQ0VAXgKZ .mbr-section-title {
  color: #ffffff;
}
.cid-tOQ0VAXgKZ .mbr-text {
  color: #6c7a88;
}
.cid-tOQ0VAXgKZ .a1 {
  color: #ffffff;
}
.cid-tOQ0VAXgKZ .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-tOQ0VAXgKZ .card-text {
  line-height: 1.66;
  width: 100%;
  color: #fdfde1;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-tOQ0VAXgKZ .image-wrap {
  position: relative;
  width: 100%;
  height: 510px;
  border-radius: 50px;
  overflow: hidden;
}
.cid-tOQ0VAXgKZ .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.cid-tOQ0VAXgKZ .image-overlay-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 2rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 1.1rem;
  line-height: 1.66;
  border-radius: 0 0 50px 50px;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cid-tOQ23iEFB5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tOQ23iEFB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOQ23iEFB5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOQ23iEFB5 .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tOQ23iEFB5 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tOQ23iEFB5 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOQ23iEFB5 .container {
    padding: 0 20px;
  }
  .cid-tOQ23iEFB5 .container .row {
    padding: 0;
  }
}
.cid-tOQ23iEFB5 .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tOQ23iEFB5 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tOQ23iEFB5 .title-wrapper .title-wrap {
  background-color: transparent;
  position: absolute;
  min-width: 400px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOQ23iEFB5 .title-wrapper .title-wrap {
    position: static;
    min-width: 100%;
  }
}
.cid-tOQ23iEFB5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tOQ23iEFB5 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tOQ23iEFB5 .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tOQ23iEFB5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 800px;
  max-width: 800px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tOQ23iEFB5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    border-radius: 50px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOQ23iEFB5 .embla__slide a1 {
  width: 100%;
}
.cid-tOQ23iEFB5 .embla__slide a1 .card-wrap .item-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tOQ23iEFB5 .embla__slide a1 .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
    border-radius: 50px;
  }
}
.cid-tOQ23iEFB5 .embla__button--next,
.cid-tOQ23iEFB5 .embla__button--prev {
  display: flex;
}
.cid-tOQ23iEFB5 .embla__button {
  top: -2rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #6c7a88;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tOQ23iEFB5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOQ23iEFB5 .embla__button:hover {
  background-color: transparent;
  color: #6c7a88;
}
.cid-tOQ23iEFB5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOQ23iEFB5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOQ23iEFB5 .embla__button {
    top: -2rem;
  }
}
.cid-tOQ23iEFB5 .embla {
  position: relative;
  width: 100%;
}
.cid-tOQ23iEFB5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOQ23iEFB5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOQ23iEFB5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOQ23iEFB5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOQ23iEFB5 .mbr-section-title {
  color: #ffffff;
}
.cid-tOQ23iEFB5 .mbr-text {
  color: #6c7a88;
}
.cid-tOQ23iEFB5 .a1 {
  color: #ffffff;
}
.cid-tOQ23iEFB5 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-tOQ23iEFB5 .card-text {
  line-height: 1.66;
  width: 100%;
  color: #fdfde1;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-tOQ23iEFB5 .image-wrap {
  position: relative;
  width: 100%;
  height: 510px;
  border-radius: 50px;
  overflow: hidden;
}
.cid-tOQ23iEFB5 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.cid-tOQ23iEFB5 .image-overlay-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 2rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 1.1rem;
  line-height: 1.66;
  border-radius: 0 0 50px 50px;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cid-tOQ2Pxv8Bz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tOQ2Pxv8Bz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOQ2Pxv8Bz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOQ2Pxv8Bz .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tOQ2Pxv8Bz .container-fluid {
    padding: 0 20px;
  }
}
.cid-tOQ2Pxv8Bz .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOQ2Pxv8Bz .container {
    padding: 0 20px;
  }
  .cid-tOQ2Pxv8Bz .container .row {
    padding: 0;
  }
}
.cid-tOQ2Pxv8Bz .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tOQ2Pxv8Bz .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tOQ2Pxv8Bz .title-wrapper .title-wrap {
  background-color: transparent;
  position: absolute;
  min-width: 400px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOQ2Pxv8Bz .title-wrapper .title-wrap {
    position: static;
    min-width: 100%;
  }
}
.cid-tOQ2Pxv8Bz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tOQ2Pxv8Bz .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tOQ2Pxv8Bz .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tOQ2Pxv8Bz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 800px;
  max-width: 800px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tOQ2Pxv8Bz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    border-radius: 50px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOQ2Pxv8Bz .embla__slide a1 {
  width: 100%;
}
.cid-tOQ2Pxv8Bz .embla__slide a1 .card-wrap .item-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tOQ2Pxv8Bz .embla__slide a1 .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
    border-radius: 50px;
  }
}
.cid-tOQ2Pxv8Bz .embla__button--next,
.cid-tOQ2Pxv8Bz .embla__button--prev {
  display: flex;
}
.cid-tOQ2Pxv8Bz .embla__button {
  top: -2rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #6c7a88;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tOQ2Pxv8Bz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOQ2Pxv8Bz .embla__button:hover {
  background-color: transparent;
  color: #6c7a88;
}
.cid-tOQ2Pxv8Bz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOQ2Pxv8Bz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOQ2Pxv8Bz .embla__button {
    top: -2rem;
  }
}
.cid-tOQ2Pxv8Bz .embla {
  position: relative;
  width: 100%;
}
.cid-tOQ2Pxv8Bz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOQ2Pxv8Bz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOQ2Pxv8Bz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOQ2Pxv8Bz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOQ2Pxv8Bz .mbr-section-title {
  color: #ffffff;
}
.cid-tOQ2Pxv8Bz .mbr-text {
  color: #6c7a88;
}
.cid-tOQ2Pxv8Bz .a1 {
  color: #ffffff;
}
.cid-tOQ2Pxv8Bz .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-tOQ2Pxv8Bz .card-text {
  line-height: 1.66;
  width: 100%;
  color: #fdfde1;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-tOQ2Pxv8Bz .image-wrap {
  position: relative;
  width: 100%;
  height: 510px;
  border-radius: 50px;
  overflow: hidden;
}
.cid-tOQ2Pxv8Bz .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.cid-tOQ2Pxv8Bz .image-overlay-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 2rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 1.1rem;
  line-height: 1.66;
  border-radius: 0 0 50px 50px;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cid-tPAX37WSPD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tPAX37WSPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPAX37WSPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPAX37WSPD .col-title {
  margin-bottom: 32px;
}
.cid-tPAX37WSPD .mbr-section-title {
  color: #24262b;
}
.cid-tPAX37WSPD .mbr-section-subtitle {
  color: #24262b;
}
.cid-tPAX37WSPD .cards-row {
  row-gap: 32px;
}
.cid-tPAX37WSPD .card {
  border-radius: 0;
}
.cid-tPAX37WSPD .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tPAX37WSPD .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #e3ebf3;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tPAX37WSPD .text-wrap {
  flex-grow: 1;
}
.cid-tPAX37WSPD .card-title {
  color: #e3ebf3;
}
.cid-tPAX37WSPD .card-text {
  color: #767676;
}
.cid-uMftXiJI0H {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMftXiJI0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMftXiJI0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMftXiJI0H .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMftXiJI0H .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uMftXiJI0H .card {
  justify-content: center;
}
.cid-uMftXiJI0H .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMftXiJI0H .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMftXiJI0H .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMftXiJI0H .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-uMftXiJI0H .list-wrapper .list .item-wrap:hover,
.cid-uMftXiJI0H .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uMftXiJI0H .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMftXiJI0H .mbr-section-title {
  color: #1a1e21;
}
.cid-uMftXiJI0H .list {
  color: #000000;
}
.cid-uPEeFMwU0u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPEeFMwU0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEeFMwU0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPEeFMwU0u .mbr-section-title {
  color: #fe5f50;
  text-align: center;
}
.cid-uPEeFMwU0u .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-uPEeFMwU0u .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-uPEeFMwU0u .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uPEeFMwU0u .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uPEeFMwU0u .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-uPEeFMwU0u .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-uPEeFMwU0u .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-uPEeFMwU0u .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uPEeFMwU0u .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-uPEeFMwU0u .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uPEeFMwU0u .mbr-text {
    width: 100%;
  }
}
.cid-uPEeDFpnkq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPEeDFpnkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEeDFpnkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPEeDFpnkq .mbr-section-title {
  color: #e3ebf3;
}
.cid-uPEeDFpnkq .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-uPEeDFpnkq .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-uPEeDFpnkq .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uPEeDFpnkq .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uPEeDFpnkq .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-uPEeDFpnkq .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-uPEeDFpnkq .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-uPEeDFpnkq .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uPEeDFpnkq .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-uPEeDFpnkq .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uPEeDFpnkq .mbr-text {
    width: 100%;
  }
}
.cid-uPEeDFpnkq .mbr-section-title DIV {
  text-align: center;
}
.cid-uPEeu8AvGH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPEeu8AvGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEeu8AvGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPEeu8AvGH .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPEeu8AvGH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPEeu8AvGH .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uPEeu8AvGH .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uPEeu8AvGH .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uPEeu8AvGH .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uPEeu8AvGH .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uPEeu8AvGH .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uPEeu8AvGH .item .item-wrapper {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #e3ebf3;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uPEeu8AvGH .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-uPEeu8AvGH .item .item-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPEeu8AvGH .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPEeu8AvGH .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #e3ebf3;
  background-color: #ed463f;
  border-radius: 12px;
}
.cid-uPEeu8AvGH .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uPEeu8AvGH .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPEeu8AvGH .mbr-section-title {
  color: #404349;
}
.cid-uPEeu8AvGH .mbr-desc {
  color: #b19a7c;
}
.cid-uPEeu8AvGH .item-title {
  color: #404349;
}
.cid-uPEeu8AvGH .item-text {
  color: #404349;
}
.cid-uPEiiUYyla {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPEiiUYyla .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEiiUYyla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPEiiUYyla .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-uPEiiUYyla .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-uPEiiUYyla .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-uPEiiUYyla .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uPEiiUYyla .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uPEiiUYyla .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-uPEiiUYyla .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-uPEiiUYyla .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-uPEiiUYyla .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uPEiiUYyla .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-uPEiiUYyla .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uPEiiUYyla .mbr-text {
    width: 100%;
  }
}
.cid-uL70QudcM4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uL70QudcM4 .user-card {
  background-color: #fe5f50;
  padding: 35px;
  border-radius: 35px;
}
.cid-uL70QudcM4 .user_image {
  width: 100%;
  overflow: hidden;
  padding-right: 40px;
}
.cid-uL70QudcM4 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uL70QudcM4 .user_image1 {
  width: 100%;
  overflow: hidden;
}
.cid-uL70QudcM4 .user_image1 img {
  width: 40%;
  min-width: 40%;
  min-height: 40%;
}
.cid-uL70QudcM4 .heading {
  color: #ffffff;
  padding-bottom: 50px;
  margin-bottom: 0;
  text-align: left;
}
.cid-uL70QudcM4 .user_desk {
  color: #ffffff;
  opacity: 0.8;
  line-height: 30px;
  text-align: left;
}
.cid-uL70QudcM4 .user_text {
  padding-bottom: 20px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-uL70QudcM4 .user_image {
    margin-top: 25px;
  }
  .cid-uL70QudcM4 .user-card {
    padding: 1rem;
  }
  .cid-uL70QudcM4 .heading {
    padding-bottom: 25px;
  }
}
@media (max-width: 770px) {
  .cid-uL70QudcM4 .user_image {
    margin-bottom: 25px;
    padding-right: 0;
  }
}
.cid-uL70QudcM4 img {
  width: 120px;
  margin: auto;
}
.cid-uL70QudcM4 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uL70QudcM4 .card {
    max-width: 12.5%;
  }
}
.cid-uL70QudcM4 .small {
  margin-bottom: 0;
}
.cid-uL70QudcM4 .title {
  color: #fe5f50;
}
.cid-tW4NVnBhNA {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tW4NVnBhNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW4NVnBhNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW4NVnBhNA .mbr-section-title {
  color: #e3ebf3;
}
.cid-tW4NVnBhNA .mbr-section-title a {
  pointer-events: none;
}
.cid-tW4NVnBhNA .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-tW4NVnBhNA .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tW4NVnBhNA .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-tW4NVnBhNA .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tW4NVnBhNA .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tW4NWaNpkh {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tW4NWaNpkh .item:focus,
.cid-tW4NWaNpkh span:focus {
  outline: none;
}
.cid-tW4NWaNpkh .item-wrapper {
  position: relative;
}
.cid-tW4NWaNpkh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tW4NWaNpkh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tW4NWaNpkh .container {
    padding: 0 24px;
  }
}
.cid-tW4NWaNpkh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-tW4NWaNpkh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tW4NWaNpkh .embla__slide .slide-content {
  width: 100%;
}
.cid-tW4NWaNpkh .embla__slide .slide-content .item-wrapper {
  padding: 30px;
  border-radius: 10% !important;
  position: relative;
  overflow: hidden;
}
.cid-tW4NWaNpkh .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: .2;
  width: 100%;
  height: 100%;
}
.cid-tW4NWaNpkh .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-tW4NWaNpkh .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-tW4NWaNpkh .embla__button--next,
.cid-tW4NWaNpkh .embla__button--prev {
  display: flex;
}
.cid-tW4NWaNpkh .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #fe5f50 !important;
  color: #6c7a88;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-tW4NWaNpkh .embla__button {
    display: none;
  }
}
.cid-tW4NWaNpkh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tW4NWaNpkh .embla__button:hover {
  opacity: .85 !important;
  color: #fe5f50 !important;
}
.cid-tW4NWaNpkh .embla__button.embla__button--prev {
  left: 32px;
}
.cid-tW4NWaNpkh .embla__button.embla__button--next {
  right: 32px;
}
.cid-tW4NWaNpkh .embla {
  position: relative;
  width: 100%;
}
.cid-tW4NWaNpkh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tW4NWaNpkh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tW4NWaNpkh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tW4NWaNpkh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOPxD7rink {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tOPxD7rink .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOPxD7rink .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOPxD7rink .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tOPxD7rink .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tOPxD7rink .container {
    padding: 0 30px;
  }
}
.cid-tOPxD7rink .row {
  justify-content: center;
}
.cid-tOPxD7rink .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tOPxD7rink .content-wrapper {
    margin-bottom: 30px;
    height: auto;
  }
}
.cid-tOPxD7rink .content-wrapper .cards .card {
  margin-bottom: 25px;
}
.cid-tOPxD7rink .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOPxD7rink .google-map {
  padding-left: 30px;
  filter: grayscale(100%);
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-tOPxD7rink .google-map {
    padding: 0;
  }
}
.cid-tOPxD7rink .google-map iframe {
  height: 450px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-tOPxD7rink .google-map iframe {
    height: 300px;
  }
}
.cid-tOPxD7rink .mbr-card-title {
  color: #212529;
}
.cid-tOPxD7rink .mbr-text {
  color: #e3ebf3;
}
.cid-tOPxD7rink .mbr-card-title,
.cid-tOPxD7rink .title-wrapper {
  color: #fe5f50;
}
.cid-uKZNwW6anO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKZNwW6anO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZNwW6anO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZNwW6anO .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uKZNwW6anO .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uKZNwW6anO .content-wrapper {
    padding: 0;
  }
}
.cid-uKZNwW6anO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uKZNwW6anO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uKZNwW6anO .mbr-section-title,
.cid-uKZNwW6anO .title-wrapper {
  color: #ffffff;
}
.cid-uKZNwW6anO .mbr-section-title,
.cid-uKZNwW6anO .mbr-section-btn,
.cid-uKZNwW6anO .title-wrapper {
  text-align: center;
}
.cid-uPE8WzoSzg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPE8WzoSzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPE8WzoSzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPE8WzoSzg .content-wrap {
  justify-content: center;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper img {
  width: 300px;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uPE8WzoSzg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uPE8WzoSzg .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uPE8WzoSzg .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uPE8WzoSzg .mbr-section-title {
  color: #ff8576;
}
.cid-uPE8WzoSzg .mbr-copy {
  color: #51565c;
}
.cid-uPE8WzoSzg .mbr-copy,
.cid-uPE8WzoSzg .copy-wrapper {
  text-align: right;
}
.cid-uPE8WzoSzg .mbr-copy,
.cid-uPE8WzoSzg .copy-wrapper,
.cid-uPE8WzoSzg .social-wrapper {
  color: #8e97a1;
}
.cid-uPE8WzoSzg .mbr-section-title,
.cid-uPE8WzoSzg .logo-wrapper {
  color: #e3ebf3;
}
.cid-uPKEqTOLee.popup-builder {
  background-color: #ffffff;
}
.cid-uPKEqTOLee.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPKEqTOLee.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPKEqTOLee .modal-content,
.cid-uPKEqTOLee .modal-dialog {
  height: auto;
}
.cid-uPKEqTOLee .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPKEqTOLee .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPKEqTOLee .form-wrapper .mbr-form .form-group,
  .cid-uPKEqTOLee .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPKEqTOLee .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-uPKEqTOLee .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPKEqTOLee .mbr-text {
  text-align: center;
}
.cid-uPKEqTOLee .pt-0 {
  padding-top: 0 !important;
}
.cid-uPKEqTOLee .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPKEqTOLee .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPKEqTOLee .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPKEqTOLee .modal-open {
  overflow: hidden;
}
.cid-uPKEqTOLee .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPKEqTOLee .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPKEqTOLee .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPKEqTOLee .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uPKEqTOLee .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPKEqTOLee .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPKEqTOLee .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPKEqTOLee .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uPKEqTOLee .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPKEqTOLee .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPKEqTOLee .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPKEqTOLee .modal-backdrop.show {
  opacity: .5;
}
.cid-uPKEqTOLee .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uPKEqTOLee .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPKEqTOLee .modal-header {
    padding: 1rem;
  }
}
.cid-uPKEqTOLee .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPKEqTOLee .modal-header .close svg {
  fill: #353535;
}
.cid-uPKEqTOLee .modal-header .close:hover {
  opacity: 1;
}
.cid-uPKEqTOLee .modal-header .close:focus {
  outline: none;
}
.cid-uPKEqTOLee .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPKEqTOLee .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uPKEqTOLee .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPKEqTOLee .modal-body {
    padding: 1rem;
  }
}
.cid-uPKEqTOLee .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uPKEqTOLee .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPKEqTOLee .modal-footer {
    padding: 1rem;
  }
}
.cid-uPKEqTOLee .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPKEqTOLee .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPKEqTOLee .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPKEqTOLee .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPKEqTOLee .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPKEqTOLee .modal-lg,
  .cid-uPKEqTOLee .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPKEqTOLee .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPKEqTOLee .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPKEqTOLee .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uPKEqTOLee .form-group {
  margin-bottom: 1rem;
}
.cid-uPKEqTOLee .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPKEqTOLee .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPKEqTOLee .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uPKEqTOLee .mbr-section-btn {
  margin: 0;
}
.cid-uPKEqTOLee .mbr-section-btn .btn {
  margin: 0;
}
.cid-uLMaCIT9c7 {
  z-index: 1000;
  width: 100%;
}
.cid-uLMaCIT9c7 nav.navbar {
  position: fixed;
}
.cid-uLMaCIT9c7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMaCIT9c7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-uLMaCIT9c7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLMaCIT9c7 .dropdown-item:hover,
.cid-uLMaCIT9c7 .dropdown-item:focus {
  background: #fe5f50 !important;
  color: white !important;
}
.cid-uLMaCIT9c7 .dropdown-item:hover span {
  color: white;
}
.cid-uLMaCIT9c7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLMaCIT9c7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLMaCIT9c7 .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLMaCIT9c7 .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLMaCIT9c7 .nav-link {
  position: relative;
}
.cid-uLMaCIT9c7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLMaCIT9c7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uLMaCIT9c7 .nav-item:focus,
.cid-uLMaCIT9c7 .nav-link:focus {
  outline: none;
}
.cid-uLMaCIT9c7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMaCIT9c7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMaCIT9c7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMaCIT9c7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMaCIT9c7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMaCIT9c7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMaCIT9c7 .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-uLMaCIT9c7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMaCIT9c7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLMaCIT9c7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLMaCIT9c7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLMaCIT9c7 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMaCIT9c7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMaCIT9c7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLMaCIT9c7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLMaCIT9c7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMaCIT9c7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMaCIT9c7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLMaCIT9c7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMaCIT9c7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLMaCIT9c7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLMaCIT9c7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMaCIT9c7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMaCIT9c7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMaCIT9c7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLMaCIT9c7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLMaCIT9c7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMaCIT9c7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLMaCIT9c7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLMaCIT9c7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMaCIT9c7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMaCIT9c7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLMaCIT9c7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLMaCIT9c7 .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-uLMaCIT9c7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uLMaCIT9c7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMaCIT9c7 .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-uLMaCIT9c7 .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-uLMaCIT9c7 .dropdown-item.active,
.cid-uLMaCIT9c7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMaCIT9c7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMaCIT9c7 .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMaCIT9c7 .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMaCIT9c7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-uLMaCIT9c7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLMaCIT9c7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMaCIT9c7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLMaCIT9c7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMaCIT9c7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLMaCIT9c7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-uLMaCIT9c7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMaCIT9c7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMaCIT9c7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMaCIT9c7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMaCIT9c7 .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-uLMaCIT9c7 .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-uLMaCIT9c7 .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-uLMaCIT9c7 .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-uLMaCIT9c7 .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-uLMaCIT9c7 .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-uLMaCIT9c7 .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-uLMaCIT9c7 .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-uLMaCIT9c7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLMaCIT9c7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLMaCIT9c7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMaCIT9c7 .navbar {
    height: 70px;
  }
  .cid-uLMaCIT9c7 .navbar.opened {
    height: auto;
  }
  .cid-uLMaCIT9c7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMaCIT9c7 .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-uLMaCIT9c7 .navbar-collapse {
  margin-left: auto;
}
.cid-uLMaCIT9c7 .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-uLMaCIT9c7 .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uLMaCIT9c7 .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-uLMaCIT9c7 .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-uLMaCIT9c7 .navbar {
    padding: 0 !important;
  }
  .cid-uLMaCIT9c7 .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-uLMaCIT9c7 .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-uLMaCIT9c7 .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-uLMaCIT9c7 .navbar-collapse.show {
    opacity: 1;
  }
  .cid-uLMaCIT9c7 .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-uLMaCIT9c7 .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uLMaCIT9c7 .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLMaCIT9c7 .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-uLMaCIT9c7 .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-uLMaCIT9c7 .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-uLMaCIT9c7 .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-uLMaCJhAfG {
  background-image: url("../../../assets/images/background1-1.jpg");
  display: flex;
  flex-direction: column;
}
.cid-uLMaCJhAfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMaCJhAfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLMaCJhAfG .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-uLMaCJhAfG .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-uLMaCJhAfG .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/bez-nzvu-3.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-uLMaCJhAfG .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMaCJhAfG .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uLMaCJhAfG .col-text {
    padding: 12px !important;
  }
}
.cid-uLMaCJhAfG .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-uLMaCJhAfG .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-uLMaCJhAfG .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-uLMaCJhAfG .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-uLMaCJhAfG .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uLMaCJhAfG .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-uLMaCJhAfG .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-uLMaCJhAfG .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-uLMaCJhAfG .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-uLMaCJhAfG .mbr-section-btn {
  position: relative;
}
.cid-uLMaCJhAfG .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uLMaCJhAfG .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-uLMaCJhAfG .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-uLMaCJhAfG .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-uLMaCJhAfG .card-btn svg {
  transition: all 0.4s;
}
.cid-uLMaCJhAfG .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-uLMaCJhAfG .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-uLMaCJhAfG .card-btn {
    border-radius: 50%;
    right: 0;
    margin-bottom: 1.5rem;
  }
  .cid-uLMaCJhAfG .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-uLMaCJhAfG .column {
  display: flex;
  flex-direction: column;
}
.cid-uLMaCJEjtB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uLMaCJEjtB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMaCJEjtB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLMaCJEjtB .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uLMaCJEjtB .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uLMaCJEjtB .content-wrapper {
    padding: 0;
  }
}
.cid-uLMaCJEjtB .mbr-section-title,
.cid-uLMaCJEjtB .title-wrapper {
  color: #ffffff;
}
.cid-uLMaCJEjtB .mbr-section-title,
.cid-uLMaCJEjtB .mbr-section-btn,
.cid-uLMaCJEjtB .title-wrapper {
  text-align: center;
}
.cid-uLMaCJYOQl.popup-builder {
  background-color: #ffffff;
}
.cid-uLMaCJYOQl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLMaCJYOQl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLMaCJYOQl .modal-content,
.cid-uLMaCJYOQl .modal-dialog {
  height: auto;
}
.cid-uLMaCJYOQl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLMaCJYOQl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLMaCJYOQl .form-wrapper .mbr-form .form-group,
  .cid-uLMaCJYOQl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLMaCJYOQl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLMaCJYOQl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLMaCJYOQl .mbr-text {
  text-align: center;
}
.cid-uLMaCJYOQl .pt-0 {
  padding-top: 0 !important;
}
.cid-uLMaCJYOQl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLMaCJYOQl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLMaCJYOQl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLMaCJYOQl .modal-open {
  overflow: hidden;
}
.cid-uLMaCJYOQl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLMaCJYOQl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLMaCJYOQl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLMaCJYOQl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uLMaCJYOQl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLMaCJYOQl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLMaCJYOQl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLMaCJYOQl .modal-content {
  background: #e3ebf3;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uLMaCJYOQl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLMaCJYOQl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLMaCJYOQl .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLMaCJYOQl .modal-backdrop.show {
  opacity: .5;
}
.cid-uLMaCJYOQl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uLMaCJYOQl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLMaCJYOQl .modal-header {
    padding: 1rem;
  }
}
.cid-uLMaCJYOQl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLMaCJYOQl .modal-header .close svg {
  fill: #353535;
}
.cid-uLMaCJYOQl .modal-header .close:hover {
  opacity: 1;
}
.cid-uLMaCJYOQl .modal-header .close:focus {
  outline: none;
}
.cid-uLMaCJYOQl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLMaCJYOQl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLMaCJYOQl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLMaCJYOQl .modal-body {
    padding: 1rem;
  }
}
.cid-uLMaCJYOQl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uLMaCJYOQl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLMaCJYOQl .modal-footer {
    padding: 1rem;
  }
}
.cid-uLMaCJYOQl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLMaCJYOQl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLMaCJYOQl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLMaCJYOQl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLMaCJYOQl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLMaCJYOQl .modal-lg,
  .cid-uLMaCJYOQl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLMaCJYOQl .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLMaCJYOQl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLMaCJYOQl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uLMaCJYOQl .form-group {
  margin-bottom: 1rem;
}
.cid-uLMaCJYOQl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLMaCJYOQl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLMaCJYOQl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uLMaCJYOQl .mbr-section-btn {
  margin: 0;
}
.cid-uLMaCJYOQl .mbr-section-btn .btn {
  margin: 0;
}
.cid-uLMaCKqjUU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uLMaCKqjUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMaCKqjUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLMaCKqjUU .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uLMaCKqjUU .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLMaCKqjUU .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uLMaCKqjUU .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uLMaCKqjUU .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uLMaCKqjUU .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uLMaCKqjUU .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uLMaCKqjUU .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uLMaCKqjUU .item .item-wrapper {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #e3ebf3;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uLMaCKqjUU .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-uLMaCKqjUU .item .item-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLMaCKqjUU .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLMaCKqjUU .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #e3ebf3;
  background-color: #ed463f;
  border-radius: 12px;
}
.cid-uLMaCKqjUU .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uLMaCKqjUU .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uLMaCKqjUU .mbr-section-title {
  color: #404349;
}
.cid-uLMaCKqjUU .mbr-desc {
  color: #b19a7c;
}
.cid-uLMaCKqjUU .item-title {
  color: #404349;
}
.cid-uLMaCKqjUU .item-text {
  color: #404349;
}
.cid-uLMaCKRJEj {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uLMaCKRJEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMaCKRJEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLMaCKRJEj .mbr-section-title {
  color: #fe5f50;
}
.cid-uLMaCKRJEj .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-uLMaCKRJEj .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-uLMaCKRJEj .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uLMaCKRJEj .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uLMaCKRJEj .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-uLMaCKRJEj .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-uLMaCKRJEj .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-uLMaCKRJEj .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uLMaCKRJEj .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-uLMaCKRJEj .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uLMaCKRJEj .mbr-text {
    width: 100%;
  }
}
.cid-uLMaCLeo99 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uLMaCLeo99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMaCLeo99 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLMaCLeo99 .col-title {
  margin-bottom: 32px;
}
.cid-uLMaCLeo99 .mbr-section-title {
  color: #24262b;
}
.cid-uLMaCLeo99 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLMaCLeo99 .cards-row {
  row-gap: 32px;
}
.cid-uLMaCLeo99 .card {
  border-radius: 0;
}
.cid-uLMaCLeo99 .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uLMaCLeo99 .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #e3ebf3;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uLMaCLeo99 .text-wrap {
  flex-grow: 1;
}
.cid-uLMaCLeo99 .card-title {
  color: #e3ebf3;
}
.cid-uLMaCLeo99 .card-text {
  color: #767676;
}
.cid-uLMaCLG3Uw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uLMaCLG3Uw .container-fluid {
  padding: 0 3rem;
}
.cid-uLMaCLG3Uw .mbr-section-subtitle {
  color: #000000;
}
.cid-uLMaCLG3Uw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLMaCLG3Uw .table-wrapper {
  margin: 0 auto;
}
.cid-uLMaCLG3Uw .head-item {
  min-width: 70px;
  color: #efefef;
  text-align: left;
}
.cid-uLMaCLG3Uw table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLMaCLG3Uw table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #fe5f50;
  color: white;
  vertical-align: middle;
}
.cid-uLMaCLG3Uw table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLMaCLG3Uw .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uLMaCLG3Uw .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uLMaCLG3Uw .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-uLMaCLG3Uw .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uLMaCLG3Uw .dataTables_wrapper {
  display: block;
}
.cid-uLMaCLG3Uw .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uLMaCLG3Uw .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uLMaCLG3Uw .head-item:after,
.cid-uLMaCLG3Uw .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uLMaCLG3Uw .dataTables_filter {
    text-align: center;
  }
  .cid-uLMaCLG3Uw .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uLMaCLG3Uw .dataTables_filter {
    text-align: center;
  }
  .cid-uLMaCLG3Uw .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uLMaCLG3Uw .table-wrapper {
    width: 100% !important;
  }
  .cid-uLMaCLG3Uw .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLMaCLG3Uw table th,
  .cid-uLMaCLG3Uw table td {
    padding: 0.75rem;
  }
}
.cid-uLMaCLG3Uw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMaCLG3Uw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLMaCLG3Uw .body-item {
  text-align: left;
  color: #767676;
}
.cid-uLMaCMkvOp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uLMaCMkvOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMaCMkvOp blockquote {
  position: relative;
  display: none;
  *border: 1px solid #fafafa;
  border-color: transparent;
  border-radius: 8px;
  padding: 8px;
  margin: 20px;
  text-align: center;
  line-height: 1.5em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.cid-uLMaCMkvOp blockquote .notch {
  position: absolute;
  padding: 0;
  width: 0;
  height: 0;
}
.cid-uLMaCMkvOp blockquote .notch-top {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7);
}
.cid-uLMaCMkvOp blockquote .notch-right {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7);
}
.cid-uLMaCMkvOp blockquote .notch-bottom {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7);
}
.cid-uLMaCMkvOp blockquote .notch-left {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7);
}
.cid-uLMaCMkvOp img {
  display: block;
  border-radius: 60px;
  width: 100%;
}
.cid-uLMaCMkvOp .hotspot-demo-1-left {
  position: relative;
  width: 100%;
}
.cid-uLMaCMkvOp .spots {
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uLMaCMkvOp .spot {
  position: absolute;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 32px;
  height: 32px;
  border: 3px solid #fe5f50;
  border-radius: 16px;
  background-color: transparent;
}
.cid-uLMaCMkvOp .spot:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uLMaCMkvOp #spot-01,
.cid-uLMaCMkvOp #spot-02,
.cid-uLMaCMkvOp #spot-03 {
  display: inline-block;
  min-width: 100px;
}
.cid-uLMaCMkvOp #spot-01 {
  position: absolute;
  top: 45%;
  left: 40%;
}
.cid-uLMaCMkvOp #spot-01:hover > blockquote {
  display: block;
  top: -26px;
  left: -98%;
}
.cid-uLMaCMkvOp #spot-02 {
  position: absolute;
  top: 45%;
  left: 65%;
}
.cid-uLMaCMkvOp #spot-02:hover > blockquote {
  display: block;
  top: -26px;
  left: -98%;
}
.cid-uLMaCMkvOp #spot-03 {
  position: absolute;
  top: 45%;
  left: 28%;
}
.cid-uLMaCMkvOp #spot-03:hover > blockquote {
  display: block;
  top: -26px;
  left: -98%;
}
.cid-uLMaCMkvOp #spot-04 {
  position: absolute;
  top: 45%;
  left: 80%;
}
.cid-uLMaCMkvOp #spot-04:hover > blockquote {
  display: block;
  top: -26px;
  left: -98%;
}
.cid-uLMaCMJfed {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uLMaCMJfed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMaCMJfed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLMaCMJfed .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uLMaCMJfed .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLMaCMJfed .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLMaCMJfed .container {
    padding: 0 20px;
  }
  .cid-uLMaCMJfed .container .row {
    padding: 0;
  }
}
.cid-uLMaCMJfed .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLMaCMJfed .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLMaCMJfed .title-wrapper .title-wrap {
  background-color: transparent;
  position: absolute;
  min-width: 400px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uLMaCMJfed .title-wrapper .title-wrap {
    position: static;
    min-width: 100%;
  }
}
.cid-uLMaCMJfed .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLMaCMJfed .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uLMaCMJfed .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uLMaCMJfed .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 800px;
  max-width: 800px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uLMaCMJfed .embla__slide {
    min-width: 100%;
    max-width: 100%;
    border-radius: 50px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLMaCMJfed .embla__slide a1 {
  width: 100%;
}
.cid-uLMaCMJfed .embla__slide a1 .card-wrap .item-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uLMaCMJfed .embla__slide a1 .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
    border-radius: 50px;
  }
}
.cid-uLMaCMJfed .embla__button--next,
.cid-uLMaCMJfed .embla__button--prev {
  display: flex;
}
.cid-uLMaCMJfed .embla__button {
  top: -2rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #6c7a88;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uLMaCMJfed .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLMaCMJfed .embla__button:hover {
  background-color: transparent;
  color: #6c7a88;
}
.cid-uLMaCMJfed .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLMaCMJfed .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLMaCMJfed .embla__button {
    top: -2rem;
  }
}
.cid-uLMaCMJfed .embla {
  position: relative;
  width: 100%;
}
.cid-uLMaCMJfed .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLMaCMJfed .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLMaCMJfed .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLMaCMJfed .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLMaCMJfed .mbr-section-title {
  color: #ffffff;
}
.cid-uLMaCMJfed .mbr-text {
  color: #6c7a88;
}
.cid-uLMaCMJfed .a1 {
  color: #ffffff;
}
.cid-uLMaCMJfed .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-uLMaCMJfed .card-text {
  line-height: 1.66;
  width: 100%;
  color: #fdfde1;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-uLMaCMJfed .image-wrap {
  position: relative;
  width: 100%;
  height: 510px;
  border-radius: 50px;
  overflow: hidden;
}
.cid-uLMaCMJfed .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.cid-uLMaCMJfed .image-overlay-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 2rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 1.1rem;
  line-height: 1.66;
  border-radius: 0 0 50px 50px;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cid-uLMaCNik3J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uLMaCNik3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMaCNik3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLMaCNik3J .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uLMaCNik3J .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLMaCNik3J .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLMaCNik3J .container {
    padding: 0 20px;
  }
  .cid-uLMaCNik3J .container .row {
    padding: 0;
  }
}
.cid-uLMaCNik3J .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLMaCNik3J .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLMaCNik3J .title-wrapper .title-wrap {
  background-color: transparent;
  position: absolute;
  min-width: 400px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uLMaCNik3J .title-wrapper .title-wrap {
    position: static;
    min-width: 100%;
  }
}
.cid-uLMaCNik3J .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLMaCNik3J .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uLMaCNik3J .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uLMaCNik3J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 800px;
  max-width: 800px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uLMaCNik3J .embla__slide {
    min-width: 100%;
    max-width: 100%;
    border-radius: 50px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLMaCNik3J .embla__slide a1 {
  width: 100%;
}
.cid-uLMaCNik3J .embla__slide a1 .card-wrap .item-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uLMaCNik3J .embla__slide a1 .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
    border-radius: 50px;
  }
}
.cid-uLMaCNik3J .embla__button--next,
.cid-uLMaCNik3J .embla__button--prev {
  display: flex;
}
.cid-uLMaCNik3J .embla__button {
  top: -2rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #6c7a88;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uLMaCNik3J .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLMaCNik3J .embla__button:hover {
  background-color: transparent;
  color: #6c7a88;
}
.cid-uLMaCNik3J .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLMaCNik3J .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLMaCNik3J .embla__button {
    top: -2rem;
  }
}
.cid-uLMaCNik3J .embla {
  position: relative;
  width: 100%;
}
.cid-uLMaCNik3J .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLMaCNik3J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLMaCNik3J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLMaCNik3J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLMaCNik3J .mbr-section-title {
  color: #ffffff;
}
.cid-uLMaCNik3J .mbr-text {
  color: #6c7a88;
}
.cid-uLMaCNik3J .a1 {
  color: #ffffff;
}
.cid-uLMaCNik3J .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-uLMaCNik3J .card-text {
  line-height: 1.66;
  width: 100%;
  color: #fdfde1;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-uLMaCNik3J .image-wrap {
  position: relative;
  width: 100%;
  height: 510px;
  border-radius: 50px;
  overflow: hidden;
}
.cid-uLMaCNik3J .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.cid-uLMaCNik3J .image-overlay-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 2rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 1.1rem;
  line-height: 1.66;
  border-radius: 0 0 50px 50px;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cid-uLMaCNSZH6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uLMaCNSZH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMaCNSZH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLMaCNSZH6 .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uLMaCNSZH6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLMaCNSZH6 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLMaCNSZH6 .container {
    padding: 0 20px;
  }
  .cid-uLMaCNSZH6 .container .row {
    padding: 0;
  }
}
.cid-uLMaCNSZH6 .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLMaCNSZH6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLMaCNSZH6 .title-wrapper .title-wrap {
  background-color: transparent;
  position: absolute;
  min-width: 400px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uLMaCNSZH6 .title-wrapper .title-wrap {
    position: static;
    min-width: 100%;
  }
}
.cid-uLMaCNSZH6 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLMaCNSZH6 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uLMaCNSZH6 .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uLMaCNSZH6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 800px;
  max-width: 800px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uLMaCNSZH6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    border-radius: 50px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLMaCNSZH6 .embla__slide a1 {
  width: 100%;
}
.cid-uLMaCNSZH6 .embla__slide a1 .card-wrap .item-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uLMaCNSZH6 .embla__slide a1 .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
    border-radius: 50px;
  }
}
.cid-uLMaCNSZH6 .embla__button--next,
.cid-uLMaCNSZH6 .embla__button--prev {
  display: flex;
}
.cid-uLMaCNSZH6 .embla__button {
  top: -2rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #6c7a88;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uLMaCNSZH6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLMaCNSZH6 .embla__button:hover {
  background-color: transparent;
  color: #6c7a88;
}
.cid-uLMaCNSZH6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLMaCNSZH6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLMaCNSZH6 .embla__button {
    top: -2rem;
  }
}
.cid-uLMaCNSZH6 .embla {
  position: relative;
  width: 100%;
}
.cid-uLMaCNSZH6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLMaCNSZH6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLMaCNSZH6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLMaCNSZH6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLMaCNSZH6 .mbr-section-title {
  color: #ffffff;
}
.cid-uLMaCNSZH6 .mbr-text {
  color: #6c7a88;
}
.cid-uLMaCNSZH6 .a1 {
  color: #ffffff;
}
.cid-uLMaCNSZH6 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-uLMaCNSZH6 .card-text {
  line-height: 1.66;
  width: 100%;
  color: #fdfde1;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-uLMaCNSZH6 .image-wrap {
  position: relative;
  width: 100%;
  height: 510px;
  border-radius: 50px;
  overflow: hidden;
}
.cid-uLMaCNSZH6 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.cid-uLMaCNSZH6 .image-overlay-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 2rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 1.1rem;
  line-height: 1.66;
  border-radius: 0 0 50px 50px;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cid-uLMaCOubMo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uLMaCOubMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMaCOubMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLMaCOubMo .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uLMaCOubMo .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLMaCOubMo .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLMaCOubMo .container {
    padding: 0 20px;
  }
  .cid-uLMaCOubMo .container .row {
    padding: 0;
  }
}
.cid-uLMaCOubMo .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLMaCOubMo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLMaCOubMo .title-wrapper .title-wrap {
  background-color: transparent;
  position: absolute;
  min-width: 400px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uLMaCOubMo .title-wrapper .title-wrap {
    position: static;
    min-width: 100%;
  }
}
.cid-uLMaCOubMo .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLMaCOubMo .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uLMaCOubMo .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uLMaCOubMo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 800px;
  max-width: 800px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uLMaCOubMo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    border-radius: 50px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLMaCOubMo .embla__slide a1 {
  width: 100%;
}
.cid-uLMaCOubMo .embla__slide a1 .card-wrap .item-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uLMaCOubMo .embla__slide a1 .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
    border-radius: 50px;
  }
}
.cid-uLMaCOubMo .embla__button--next,
.cid-uLMaCOubMo .embla__button--prev {
  display: flex;
}
.cid-uLMaCOubMo .embla__button {
  top: -2rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #6c7a88;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uLMaCOubMo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLMaCOubMo .embla__button:hover {
  background-color: transparent;
  color: #6c7a88;
}
.cid-uLMaCOubMo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLMaCOubMo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLMaCOubMo .embla__button {
    top: -2rem;
  }
}
.cid-uLMaCOubMo .embla {
  position: relative;
  width: 100%;
}
.cid-uLMaCOubMo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLMaCOubMo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLMaCOubMo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLMaCOubMo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLMaCOubMo .mbr-section-title {
  color: #ffffff;
}
.cid-uLMaCOubMo .mbr-text {
  color: #6c7a88;
}
.cid-uLMaCOubMo .a1 {
  color: #ffffff;
}
.cid-uLMaCOubMo .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-uLMaCOubMo .card-text {
  line-height: 1.66;
  width: 100%;
  color: #fdfde1;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-uLMaCOubMo .image-wrap {
  position: relative;
  width: 100%;
  height: 510px;
  border-radius: 50px;
  overflow: hidden;
}
.cid-uLMaCOubMo .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.cid-uLMaCOubMo .image-overlay-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 2rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 1.1rem;
  line-height: 1.66;
  border-radius: 0 0 50px 50px;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cid-uLMaCP7Sop {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uLMaCP7Sop .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMaCP7Sop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLMaCP7Sop .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uLMaCP7Sop .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uLMaCP7Sop .content-wrapper {
    padding: 0;
  }
}
.cid-uLMaCP7Sop .mbr-section-title,
.cid-uLMaCP7Sop .title-wrapper {
  color: #ffffff;
}
.cid-uLMaCP7Sop .mbr-section-title,
.cid-uLMaCP7Sop .mbr-section-btn,
.cid-uLMaCP7Sop .title-wrapper {
  text-align: center;
}
.cid-uLMaCPCbD9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uLMaCPCbD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMaCPCbD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLMaCPCbD9 .col-title {
  margin-bottom: 32px;
}
.cid-uLMaCPCbD9 .mbr-section-title {
  color: #24262b;
}
.cid-uLMaCPCbD9 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLMaCPCbD9 .cards-row {
  row-gap: 32px;
}
.cid-uLMaCPCbD9 .card {
  border-radius: 0;
}
.cid-uLMaCPCbD9 .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uLMaCPCbD9 .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #e3ebf3;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uLMaCPCbD9 .text-wrap {
  flex-grow: 1;
}
.cid-uLMaCPCbD9 .card-title {
  color: #e3ebf3;
}
.cid-uLMaCPCbD9 .card-text {
  color: #767676;
}
.cid-uLMaCQcHLz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uLMaCQcHLz .user-card {
  background-color: #fe5f50;
  padding: 35px;
  border-radius: 35px;
}
.cid-uLMaCQcHLz .user_image {
  width: 100%;
  overflow: hidden;
  padding-right: 40px;
}
.cid-uLMaCQcHLz .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uLMaCQcHLz .user_image1 {
  width: 100%;
  overflow: hidden;
}
.cid-uLMaCQcHLz .user_image1 img {
  width: 40%;
  min-width: 40%;
  min-height: 40%;
}
.cid-uLMaCQcHLz .heading {
  color: #ffffff;
  padding-bottom: 50px;
  margin-bottom: 0;
  text-align: left;
}
.cid-uLMaCQcHLz .user_desk {
  color: #ffffff;
  opacity: 0.8;
  line-height: 30px;
  text-align: left;
}
.cid-uLMaCQcHLz .user_text {
  padding-bottom: 20px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-uLMaCQcHLz .user_image {
    margin-top: 25px;
  }
  .cid-uLMaCQcHLz .user-card {
    padding: 1rem;
  }
  .cid-uLMaCQcHLz .heading {
    padding-bottom: 25px;
  }
}
@media (max-width: 770px) {
  .cid-uLMaCQcHLz .user_image {
    margin-bottom: 25px;
    padding-right: 0;
  }
}
.cid-uLMaCQcHLz img {
  width: 120px;
  margin: auto;
}
.cid-uLMaCQcHLz .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uLMaCQcHLz .card {
    max-width: 12.5%;
  }
}
.cid-uLMaCQcHLz .small {
  margin-bottom: 0;
}
.cid-uLMaCQcHLz .title {
  color: #fe5f50;
}
.cid-uLMaCQLHNX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uLMaCQLHNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMaCQLHNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLMaCQLHNX .mbr-section-title {
  color: #e3ebf3;
}
.cid-uLMaCQLHNX .mbr-section-title a {
  pointer-events: none;
}
.cid-uLMaCQLHNX .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uLMaCQLHNX .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uLMaCQLHNX .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uLMaCQLHNX .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uLMaCQLHNX .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uLMaCRhSo4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uLMaCRhSo4 .item:focus,
.cid-uLMaCRhSo4 span:focus {
  outline: none;
}
.cid-uLMaCRhSo4 .item-wrapper {
  position: relative;
}
.cid-uLMaCRhSo4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLMaCRhSo4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uLMaCRhSo4 .container {
    padding: 0 24px;
  }
}
.cid-uLMaCRhSo4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-uLMaCRhSo4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLMaCRhSo4 .embla__slide .slide-content {
  width: 100%;
}
.cid-uLMaCRhSo4 .embla__slide .slide-content .item-wrapper {
  padding: 30px;
  border-radius: 10% !important;
  position: relative;
  overflow: hidden;
}
.cid-uLMaCRhSo4 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: .2;
  width: 100%;
  height: 100%;
}
.cid-uLMaCRhSo4 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-uLMaCRhSo4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-uLMaCRhSo4 .embla__button--next,
.cid-uLMaCRhSo4 .embla__button--prev {
  display: flex;
}
.cid-uLMaCRhSo4 .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #fe5f50 !important;
  color: #6c7a88;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uLMaCRhSo4 .embla__button {
    display: none;
  }
}
.cid-uLMaCRhSo4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLMaCRhSo4 .embla__button:hover {
  opacity: .85 !important;
  color: #fe5f50 !important;
}
.cid-uLMaCRhSo4 .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uLMaCRhSo4 .embla__button.embla__button--next {
  right: 32px;
}
.cid-uLMaCRhSo4 .embla {
  position: relative;
  width: 100%;
}
.cid-uLMaCRhSo4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLMaCRhSo4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLMaCRhSo4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLMaCRhSo4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLMaCRWpZ8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uLMaCRWpZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMaCRWpZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLMaCRWpZ8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLMaCRWpZ8 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLMaCRWpZ8 .container {
    padding: 0 30px;
  }
}
.cid-uLMaCRWpZ8 .row {
  justify-content: center;
}
.cid-uLMaCRWpZ8 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLMaCRWpZ8 .content-wrapper {
    margin-bottom: 30px;
    height: auto;
  }
}
.cid-uLMaCRWpZ8 .content-wrapper .cards .card {
  margin-bottom: 25px;
}
.cid-uLMaCRWpZ8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLMaCRWpZ8 .google-map {
  padding-left: 30px;
  filter: grayscale(100%);
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uLMaCRWpZ8 .google-map {
    padding: 0;
  }
}
.cid-uLMaCRWpZ8 .google-map iframe {
  height: 450px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uLMaCRWpZ8 .google-map iframe {
    height: 300px;
  }
}
.cid-uLMaCRWpZ8 .mbr-card-title {
  color: #212529;
}
.cid-uLMaCRWpZ8 .mbr-text {
  color: #e3ebf3;
}
.cid-uLMaCRWpZ8 .mbr-card-title,
.cid-uLMaCRWpZ8 .title-wrapper {
  color: #fe5f50;
}
.cid-uLMaCSxFlj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uLMaCSxFlj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMaCSxFlj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLMaCSxFlj .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uLMaCSxFlj .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uLMaCSxFlj .content-wrapper {
    padding: 0;
  }
}
.cid-uLMaCSxFlj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uLMaCSxFlj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uLMaCSxFlj .mbr-section-title,
.cid-uLMaCSxFlj .title-wrapper {
  color: #ffffff;
}
.cid-uLMaCSxFlj .mbr-section-title,
.cid-uLMaCSxFlj .mbr-section-btn,
.cid-uLMaCSxFlj .title-wrapper {
  text-align: center;
}
.cid-uPE8WzoSzg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPE8WzoSzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPE8WzoSzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPE8WzoSzg .content-wrap {
  justify-content: center;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper img {
  width: 300px;
}
.cid-uPE8WzoSzg .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uPE8WzoSzg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uPE8WzoSzg .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uPE8WzoSzg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uPE8WzoSzg .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPE8WzoSzg .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uPE8WzoSzg .mbr-section-title {
  color: #ff8576;
}
.cid-uPE8WzoSzg .mbr-copy {
  color: #51565c;
}
.cid-uPE8WzoSzg .mbr-copy,
.cid-uPE8WzoSzg .copy-wrapper {
  text-align: right;
}
.cid-uPE8WzoSzg .mbr-copy,
.cid-uPE8WzoSzg .copy-wrapper,
.cid-uPE8WzoSzg .social-wrapper {
  color: #8e97a1;
}
.cid-uPE8WzoSzg .mbr-section-title,
.cid-uPE8WzoSzg .logo-wrapper {
  color: #e3ebf3;
}
