body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 5rem;
  line-height: 88px;
  letter-spacing: -0.01em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 3.125rem;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.015em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.2rem;
  line-height: 1.228;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.56rem;
  line-height: 34px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.95rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #124255 !important;
}
.bg-success {
  background-color: #115b6b !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ed9909 !important;
}
.bg-danger {
  background-color: #ed4009 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #124255 !important;
  border-color: #124255 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #030a0d !important;
  border-color: #030a0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #030a0d !important;
  border-color: #030a0d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #88304c !important;
  border-color: #88304c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #481928 !important;
  border-color: #481928 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #481928 !important;
  border-color: #481928 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #115b6b !important;
  border-color: #115b6b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #051b20 !important;
  border-color: #051b20 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #051b20 !important;
  border-color: #051b20 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ed9909 !important;
  border-color: #ed9909 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #996306 !important;
  border-color: #996306 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #996306 !important;
  border-color: #996306 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ed4009 !important;
  border-color: #ed4009 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #992906 !important;
  border-color: #992906 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #992906 !important;
  border-color: #992906 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #124255;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030a0d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #124255 !important;
  border-color: #124255 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #88304c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #481928 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #88304c !important;
  border-color: #88304c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #115b6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #051b20 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #115b6b !important;
  border-color: #115b6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ed9909;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #996306 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ed9909 !important;
  border-color: #ed9909 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ed4009;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #992906 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ed4009 !important;
  border-color: #ed4009 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #124255 !important;
}
.text-secondary {
  color: #88304c !important;
}
.text-success {
  color: #115b6b !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ed9909 !important;
}
.text-danger {
  color: #ed4009 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000101 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3d1522 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #031013 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8b5a05 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8b2505 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #124255;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ed9909;
}
.alert-danger {
  background-color: #ed4009;
}
.mbr-gallery-filter li.active .btn {
  background-color: #124255;
  border-color: #124255;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #124255;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6dbfe0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #22b9d9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fde8c5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdd3c5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #124255 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #124255;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #124255;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #124255;
}
.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: #124255;
  border-bottom-color: #124255;
}
.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: #124255 !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: #88304c !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='%23124255' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: none;
  padding: 14px 30px 14px;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont {
  transform: translateX(5px);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 14px;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #124255 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #124255 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #88304c !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #88304c !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #115b6b !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #115b6b !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #ed9909 !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #ed9909 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #ed4009 !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #ed4009 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
.cid-tX7AYoyOjD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-tX7AYoyOjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7AYoyOjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7AYoyOjD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tX7AYoyOjD .container-fluid {
    padding: 0 30px;
  }
}
.cid-tX7AYoyOjD .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tX7AYoyOjD .container {
    padding: 0 30px;
  }
}
.cid-tX7AYoyOjD .text-wrap {
  display: flex;
  align-items: center;
}
.cid-tX7AYoyOjD .text-wrap .text-wrapper {
  padding-right: 160px;
  padding-right: 0;
  padding-left: 160px;
}
@media (max-width: 1200px) {
  .cid-tX7AYoyOjD .text-wrap .text-wrapper {
    padding-right: 82px;
  }
}
@media (max-width: 1200px) {
  .cid-tX7AYoyOjD .text-wrap .text-wrapper {
    padding-right: 0;
    padding-left: 82px;
  }
}
@media (max-width: 992px) {
  .cid-tX7AYoyOjD .text-wrap .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tX7AYoyOjD .text-wrap .text-wrapper {
    padding: 0;
  }
}
.cid-tX7AYoyOjD .text-wrap .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tX7AYoyOjD .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tX7AYoyOjD .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tX7AYoyOjD .image-wrapper {
    margin-top: 60px;
  }
}
.cid-tX7AYoyOjD .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-tX7AYoyOjD .image-wrapper img:first-child {
  height: 720px;
}
@media (max-width: 992px) {
  .cid-tX7AYoyOjD .image-wrapper img:first-child {
    height: 280px;
  }
}
.cid-tX7AYoyOjD .image-wrapper img:last-child {
  position: absolute;
  bottom: 4rem;
  left: -7rem;
  width: 230px;
  height: 320px;
  left: auto;
  right: -7rem;
}
@media (max-width: 1200px) {
  .cid-tX7AYoyOjD .image-wrapper img:last-child {
    right: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-tX7AYoyOjD .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tX7AYoyOjD .mbr-section-title {
  color: #000000;
}
.cid-tX7AYoyOjD .mbr-text {
  color: #115b6b;
}
.cid-tX7AYoyOjD .mbr-cit {
  color: #000000;
}
.cid-tX7AYoyOjD .mbr-name {
  color: #a8a8a8;
}
.cid-tX7AYoyOjD .mbr-section-title,
.cid-tX7AYoyOjD .mbr-section-btn {
  color: #88304c;
}
.cid-tvKU65jpGQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tvKU65jpGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKU65jpGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tvKU65jpGQ .container {
    padding: 0 30px;
  }
}
.cid-tvKU65jpGQ .item .item-wrapper {
  padding: 0 8px 40px;
}
.cid-tvKU65jpGQ .item .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  padding: 35px;
  overflow: hidden;
  height: 430px;
}
.cid-tvKU65jpGQ .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvKU65jpGQ .item .item-wrapper .item-img .item-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-tvKU65jpGQ .item .item-wrapper .item-img .item-content .mbr-section-title {
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-tvKU65jpGQ .item .item-wrapper .item-img .item-content .mbr-section-btn {
  pointer-events: visible;
}
.cid-tvKU65jpGQ .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-tvKU65jpGQ .mbr-section-title {
  color: #ffffff;
}
.cid-tX7ME78xup {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tX7ME78xup .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7ME78xup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7ME78xup .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tX7ME78xup .container-fluid {
    padding: 0 30px;
  }
}
.cid-tX7ME78xup .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tX7ME78xup .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tX7ME78xup .subtitle-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tX7ME78xup .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.cid-tX7ME78xup .subtitle-wrapper .mbr-section-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-tX7ME78xup .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tX7ME78xup .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-tX7ME78xup .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
}
.cid-tX7ME78xup .title-wrapper .mbr-name {
  margin-bottom: 0;
  position: relative;
}
.cid-tX7ME78xup .title-wrapper::before {
  content: '';
  position: absolute;
  right: 10rem;
  bottom: -20rem;
  transform: rotate(45deg);
  display: block;
  width: 500px;
  height: 250px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #551c16;
}
@media (max-width: 992px) {
  .cid-tX7ME78xup .title-wrapper::before {
    display: none;
  }
}
.cid-tX7ME78xup .mbr-section-subtitle {
  color: #000000;
}
.cid-tX7ME78xup .mbr-section-title {
  color: #551c16;
}
.cid-tX7ME78xup .mbr-name {
  color: #a8a8a8;
}
.cid-tvKUD0dqmw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tvKUD0dqmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKUD0dqmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKUD0dqmw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tvKUD0dqmw .container-fluid {
    padding: 0 30px;
  }
}
.cid-tvKUD0dqmw .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tvKUD0dqmw .container {
    padding: 0 30px;
  }
}
.cid-tvKUD0dqmw .row {
  position: relative;
}
.cid-tvKUD0dqmw .row::before {
  content: '';
  position: absolute;
  top: -10rem;
  left: -10rem;
  transform: rotate(45deg);
  display: block;
  width: 500px;
  height: 400px;
  border-radius: 100%;
  border: 2px solid #39847a;
  left: auto;
  right: -10rem;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-tvKUD0dqmw .row::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tvKUD0dqmw .row::before {
    display: none;
  }
}
.cid-tvKUD0dqmw .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tvKUD0dqmw .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tvKUD0dqmw .title-wrapper .mbr-section-title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.cid-tvKUD0dqmw .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #88304c;
}
.cid-tvKUD0dqmw .tabs-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tvKUD0dqmw .nav.nav-tabs {
  position: relative;
  padding-right: 12px;
  display: block;
  border: none;
  padding-right: 0;
  padding-left: 12px;
}
@media (max-width: 1400px) {
  .cid-tvKUD0dqmw .nav.nav-tabs {
    padding: 0;
  }
}
@media (max-width: 1400px) {
  .cid-tvKUD0dqmw .nav.nav-tabs {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tvKUD0dqmw .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-tvKUD0dqmw .nav.nav-tabs .nav-item .nav-link {
  padding: 12px 0;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  color: #124255;
}
.cid-tvKUD0dqmw .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60%;
  margin-left: 13px;
  color: #88304c;
  opacity: 0;
  transform: translate(-5px, 5px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tvKUD0dqmw .nav.nav-tabs .nav-item .nav-link .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #88304c;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tvKUD0dqmw .nav.nav-tabs .nav-item .nav-link:hover {
  border: none;
}
.cid-tvKUD0dqmw .nav.nav-tabs .nav-item .nav-link.active {
  border: none;
}
.cid-tvKUD0dqmw .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tvKUD0dqmw .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont::after {
  opacity: 1;
}
.cid-tvKUD0dqmw .nav-tabs .nav-link {
  border: none;
}
.cid-tvKUD0dqmw .tab-content {
  padding-right: 110px;
  position: relative;
  padding-right: 0;
  padding-left: 110px;
}
@media (max-width: 1400px) {
  .cid-tvKUD0dqmw .tab-content {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tvKUD0dqmw .tab-content {
    padding: 0;
  }
}
@media (max-width: 1400px) {
  .cid-tvKUD0dqmw .tab-content {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tvKUD0dqmw .tab-content {
    padding: 0;
  }
}
.cid-tvKUD0dqmw .tab-content .tab-pane .tab-image img {
  height: 580px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tvKUD0dqmw .tab-content .tab-pane .tab-image img {
    height: 380px;
  }
}
.cid-tvKUD0dqmw .mbr-section-title {
  color: #000000;
}
.cid-tvKUD0dqmw .mbr-section-title,
.cid-tvKUD0dqmw .title-wrapper,
.cid-tvKUD0dqmw .nav-item {
  color: #115b6b;
}
.cid-tX7zQDthQe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tX7zQDthQe .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tX7zQDthQe h2,
.cid-tX7zQDthQe h3,
.cid-tX7zQDthQe h4,
.cid-tX7zQDthQe p {
  color: #ffffff;
}
.cid-tX7zQDthQe .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tX7zQDthQe .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tX7zQDthQe .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tX7zQDthQe .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-tX7zQDthQe .form-control:focus,
.cid-tX7zQDthQe .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tX7zQDthQe .form-group {
  margin-bottom: 1rem;
}
.cid-tX7zQDthQe input::-webkit-input-placeholder,
.cid-tX7zQDthQe textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tX7zQDthQe input:-moz-placeholder,
.cid-tX7zQDthQe textarea:-moz-placeholder {
  color: #656565;
}
.cid-tX7zQDthQe .jq-selectbox li,
.cid-tX7zQDthQe .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tX7zQDthQe .jq-selectbox li:hover,
.cid-tX7zQDthQe .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tX7zQDthQe .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tX7zQDthQe .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tX7zQDthQe .mbr-text {
  color: #767676;
}
.cid-tX7zQDthQe a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tX7zQDthQe .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tX7zQDthQe .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tX7zQDthQe textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tX7zQDthQe h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tX7zQDthQe .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tX7zQDthQe .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tX7zQDthQe .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tX7zQDthQe P {
  color: #115b6b;
}
.cid-tX7zQDthQe H5 {
  color: #551c16;
}
.cid-uFR2EPSFLN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #88304c;
}
.cid-uFR2EPSFLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFR2EPSFLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFR2EPSFLN .container {
    padding: 0 30px;
  }
}
.cid-uFR2EPSFLN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFR2EPSFLN .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFR2EPSFLN .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFR2EPSFLN .mbr-section-btn {
    display: block;
  }
}
.cid-uFR2EPSFLN .mbr-section-title {
  color: #ffffff;
}
.cid-tX7A4fLcKQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #124255;
}
.cid-tX7A4fLcKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7A4fLcKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tX7A4fLcKQ .container {
    padding: 0 26px;
  }
}
.cid-tX7A4fLcKQ .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #124255;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-tX7A4fLcKQ .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-tX7A4fLcKQ .row {
    padding: 26px;
  }
}
.cid-tX7A4fLcKQ .title-wrapper {
  margin-bottom: 50px;
}
.cid-tX7A4fLcKQ .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tX7A4fLcKQ .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-tX7A4fLcKQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tX7A4fLcKQ .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-tX7A4fLcKQ .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tX7A4fLcKQ .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-tX7A4fLcKQ .nav-wrapper {
  margin-bottom: 50px;
}
.cid-tX7A4fLcKQ .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tX7A4fLcKQ .nav-wrapper .list {
    display: block;
  }
}
.cid-tX7A4fLcKQ .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tX7A4fLcKQ .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-tX7A4fLcKQ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tX7A4fLcKQ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tX7A4fLcKQ .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tX7A4fLcKQ .soc-wrapper {
  margin-bottom: 50px;
}
.cid-tX7A4fLcKQ .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-tX7A4fLcKQ .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-tX7A4fLcKQ .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tX7A4fLcKQ .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tX7A4fLcKQ .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tX7A4fLcKQ .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tX7A4fLcKQ .mbr-section-title,
.cid-tX7A4fLcKQ .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tX7A4fLcKQ .list {
  color: #ffffff;
}
.cid-tX7A4fLcKQ .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-tX7A4fLcKQ .list,
.cid-tX7A4fLcKQ .nav-wrapper,
.cid-tX7A4fLcKQ .soc-wrapper {
  text-align: center;
}
