body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Unbounded', sans-serif;
  font-size: 6rem;
  line-height: 1.15;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 4.125rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 5.15625rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Unbounded', sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter', 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.3rem;
    font-size: calc( 2.09375rem + (4.125 - 2.09375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.09375rem + (4.125 - 2.09375) * ((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: #ef5311 !important;
}
.bg-success {
  background-color: #a6b1d8 !important;
}
.bg-info {
  background-color: #5189b8 !important;
}
.bg-warning {
  background-color: #f5db6e !important;
}
.bg-danger {
  background-color: #b63b07 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ef5311 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #131313 !important;
  background-color: #ef5311 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #131313 !important;
  background-color: #9f370b !important;
  border-color: #9f370b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a6d8b5 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #131313 !important;
  background-color: #a6d8b5 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #131313 !important;
  background-color: #6abe83 !important;
  border-color: #6abe83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #5189b8 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #131313 !important;
  background-color: #5189b8 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #131313 !important;
  background-color: #345c7f !important;
  border-color: #345c7f !important;
}
.btn-success,
.btn-success:active {
  background-color: #a6b1d8 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #131313 !important;
  background-color: #a6b1d8 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #131313 !important;
  background-color: #6a7cbe !important;
  border-color: #6a7cbe !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f5db6e !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #131313 !important;
  background-color: #f5db6e !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #131313 !important;
  background-color: #efc71d !important;
  border-color: #efc71d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b63b07 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #131313 !important;
  background-color: #b63b07 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #131313 !important;
  background-color: #632004 !important;
  border-color: #632004 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #131313 !important;
  background-color: #ffffff !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #131313 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #131313 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #131313 !important;
  background-color: #131313 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #131313 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ef5311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9f370b !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: #ef5311 !important;
  border-color: #ef5311 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a6d8b5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6abe83 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #275836 !important;
  background-color: #a6d8b5 !important;
  border-color: #a6d8b5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5189b8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #345c7f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5189b8 !important;
  border-color: #5189b8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a6b1d8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6a7cbe !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: #a6b1d8 !important;
  border-color: #a6b1d8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5db6e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #efc71d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5e4d06 !important;
  background-color: #f5db6e !important;
  border-color: #f5db6e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b63b07;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #632004 !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: #b63b07 !important;
  border-color: #b63b07 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #131313;
}
.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: #131313 !important;
  border-color: #131313 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ef5311 !important;
}
.text-secondary {
  color: #a6d8b5 !important;
}
.text-success {
  color: #a6b1d8 !important;
}
.text-info {
  color: #5189b8 !important;
}
.text-warning {
  color: #f5db6e !important;
}
.text-danger {
  color: #b63b07 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #131313 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #90320a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5fb97a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5f73b9 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2f5474 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #edc210 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #541b03 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #ef5311;
}
.nav-tabs .nav-link:not(.active) {
  color: #131313;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5189b8;
}
.alert-warning {
  background-color: #f5db6e;
}
.alert-danger {
  background-color: #b63b07;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ef5311;
  border-color: #ef5311;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ef5311;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcddd0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #acc6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f87a45;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', 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: #ef5311 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', 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: #ef5311;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ef5311;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ef5311;
}
.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: #ef5311;
  border-bottom-color: #ef5311;
}
.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: #ef5311 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a6d8b5 !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='%23ef5311' %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;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
.container-small {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  word-wrap: break-word;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1500px) {
  .container-small {
    max-width: 1180px;
  }
}
@media (max-width: 1024px) {
  .container-small {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .container-small {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .container-small {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container-fluid {
  max-width: 1724px;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
b,
strong {
  font-weight: 600 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 68px;
  padding: 20px 44px;
  border-radius: 0;
  font-weight: 600 !important;
  transition: all .3s;
}
@media (max-width: 1199px) {
  .mbr-section-btn .btn {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .mbr-section-btn .btn {
    padding: 15px 20px;
  }
}
.mbr-section-btn .btn-black {
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  box-shadow: 4px 4px 0 #FFFFFF !important;
}
.mbr-section-btn .btn-black:hover {
  box-shadow: none !important;
}
.cid-tBocOvocla {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tBocOvocla nav.navbar {
  position: fixed;
}
.cid-tBocOvocla .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-tBocOvocla .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBocOvocla .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBocOvocla .dropdown-item:hover,
.cid-tBocOvocla .dropdown-item:focus {
  background: #ef5311 !important;
  color: white !important;
}
.cid-tBocOvocla .dropdown-item:hover span {
  color: white;
}
.cid-tBocOvocla .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBocOvocla .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBocOvocla .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBocOvocla .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBocOvocla .nav-link {
  position: relative;
}
.cid-tBocOvocla .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tBocOvocla .container {
    flex-wrap: nowrap;
  }
}
.cid-tBocOvocla .navbar-nav {
  margin: 0 auto;
}
.cid-tBocOvocla .dropdown-menu,
.cid-tBocOvocla .navbar.opened {
  background: #000000 !important;
}
.cid-tBocOvocla .nav-item:focus,
.cid-tBocOvocla .nav-link:focus {
  outline: none;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBocOvocla .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBocOvocla .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBocOvocla .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.cid-tBocOvocla .navbar.opened {
  transition: all 0.3s;
}
.cid-tBocOvocla .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBocOvocla .navbar .navbar-logo img {
  width: auto;
}
.cid-tBocOvocla .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBocOvocla .navbar.collapsed {
  justify-content: center;
}
.cid-tBocOvocla .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBocOvocla .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBocOvocla .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tBocOvocla .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBocOvocla .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBocOvocla .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-tBocOvocla .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBocOvocla .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tBocOvocla .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBocOvocla .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBocOvocla .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBocOvocla .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBocOvocla .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-tBocOvocla .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBocOvocla .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBocOvocla .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBocOvocla .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBocOvocla .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBocOvocla .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBocOvocla .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBocOvocla .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBocOvocla .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBocOvocla .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBocOvocla .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBocOvocla .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBocOvocla .dropdown-item.active,
.cid-tBocOvocla .dropdown-item:active {
  background-color: transparent;
}
.cid-tBocOvocla .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBocOvocla .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBocOvocla .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBocOvocla .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tBocOvocla .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBocOvocla .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBocOvocla ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBocOvocla .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBocOvocla button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBocOvocla .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBocOvocla a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBocOvocla .navbar {
    height: 70px;
  }
  .cid-tBocOvocla .navbar.opened {
    height: auto;
  }
  .cid-tBocOvocla .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBocOvocla .container,
.cid-tBocOvocla .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-tBocOvocla .container:before,
  .cid-tBocOvocla .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }
}
.cid-tBocOvocla .navbar-short {
  background-color: #000000 !important;
}
.cid-tBocOvocla .navbar-short .container,
.cid-tBocOvocla .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-tBocOvocla .navbar-short .container:before,
.cid-tBocOvocla .navbar-short .container-fluid:before {
  display: none;
}
.cid-tBocOvocla .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-tBocOvocla .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-tBocOvocla .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBocOvocla .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-tBocOvocla .container,
  .cid-tBocOvocla .container-fluid {
    min-height: 85px;
  }
  .cid-tBocOvocla .navbar-brand {
    min-height: 85px;
  }
  .cid-tBocOvocla .navbar-short .container,
  .cid-tBocOvocla .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-tBocOvocla .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-tBocOvocla .navbar.navbar-short {
    background-color: #000000 !important;
  }
  .cid-tBocOvocla .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-tBocOvocla .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-tBocOvocla .mbr-section-btn {
    text-align: left;
  }
  .cid-tBocOvocla .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-tBocOvocla .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #000000;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-tBocYSVu1K {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20-1310x986.jpg");
}
.cid-tBocYSVu1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBocYSVu1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBocYSVu1K .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBocYSVu1K .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tBocYSVu1K .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-tBocYSVu1K .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tBocYSVu1K .mbr-text {
    margin-top: 18px;
  }
}
.cid-tBocYSVu1K .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-tBocYSVu1K .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tBocYSVu1K .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tBocYSVu1K .mbr-text,
.cid-tBocYSVu1K .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tBodlClnY9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6b1d8;
}
.cid-tBodlClnY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBodlClnY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBodlClnY9 .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-tBodlClnY9 .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-tBodlClnY9 .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBodlClnY9 .item-img {
    width: 100%;
  }
}
.cid-tBodlClnY9 .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tBodlClnY9 .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tBodlClnY9 .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tBodlClnY9 .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tBodlClnY9 .card-title {
  color: #131313;
}
.cid-tBodlClnY9 .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tBodlClnY9 .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tBodlClnY9 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tBodlClnY9 .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tBodlClnY9 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-tBodlClnY9 .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tBodlClnY9 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tBodlClnY9 .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tPwJxJ7ZTi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tPwJxJ7ZTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPwJxJ7ZTi .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-tPwJxJ7ZTi .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tPwJxJ7ZTi .container {
    padding: 0 12px;
  }
}
.cid-tPwJxJ7ZTi .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tPwJxJ7ZTi .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tPwJxJ7ZTi .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tPwJxJ7ZTi .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-tPwJxJ7ZTi .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-tPwJxJ7ZTi .image-wrapper img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tPwJxJ7ZTi .image-wrapper img {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .cid-tPwJxJ7ZTi .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-tPwJxJ7ZTi .image-wrapper .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tPwJxJ7ZTi .image-wrapper .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.cid-tPwJxJ7ZTi .image-wrapper .card-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-tPwJxJ7ZTi .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tPwJxJ7ZTi .mbr-text {
  color: #222222;
}
.cid-tPwJxJ7ZTi .mbr-text,
.cid-tPwJxJ7ZTi .mbr-section-btn {
  text-align: center;
}
.cid-tBoeFKGI9m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6b1d8;
}
.cid-tBoeFKGI9m .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tBoeFKGI9m .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tBoeFKGI9m .mbr-section-head {
    margin-bottom: 35px;
  }
}
.cid-tBoeFKGI9m .mbr-section-title {
  color: #131313;
}
.cid-tBoeFKGI9m .mbr-section-subtitle {
  margin-top: 16px;
  color: #131313;
}
.cid-tBoeFKGI9m .items-row {
  column-gap: 120px;
}
@media (min-width: 992px) {
  .cid-tBoeFKGI9m .items-row {
    margin: 0 !important;
  }
}
.cid-tBoeFKGI9m .item {
  margin-bottom: 80px;
  width: calc(50% - 60px);
}
@media (min-width: 992px) {
  .cid-tBoeFKGI9m .item {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tBoeFKGI9m .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tBoeFKGI9m .item {
    margin-bottom: 40px;
  }
}
.cid-tBoeFKGI9m .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tBoeFKGI9m .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tBoeFKGI9m .item-content {
  margin-top: 40px;
}
@media (max-width: 1439px) {
  .cid-tBoeFKGI9m .item-content {
    margin-top: 20px;
  }
}
.cid-tBoeFKGI9m .item-title {
  color: #131313;
  text-align: center;
}
.cid-tBoeFKGI9m .mbr-text {
  margin-top: 14px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tBoeFKGI9m .mbr-text {
    margin-top: 8px;
  }
}
.cid-tBoeFKGI9m .mbr-section-btn {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .cid-tBoeFKGI9m .mbr-section-btn {
    margin-top: 4px;
  }
}
.cid-tBoeFKGI9m .mbr-text,
.cid-tBoeFKGI9m .mbr-section-btn {
  text-align: center;
}
.cid-tBoeK5qOAe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBoeK5qOAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBoeK5qOAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBoeK5qOAe .container-small,
.cid-tBoeK5qOAe .container-fluid {
  padding: 0 !important;
}
.cid-tBoeK5qOAe .container-small {
  max-width: 1440px;
}
.cid-tBoeK5qOAe .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBoeK5qOAe .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-tBoeK5qOAe .text-box {
    padding: 50px 10px;
  }
}
.cid-tBoeK5qOAe .mbr-section-title {
  color: #131313;
}
.cid-tBoeK5qOAe .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-tBoeK5qOAe .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tBoeK5qOAe .mbr-text {
    margin-top: 20px;
  }
}
.cid-tBoeK5qOAe .mbr-text a {
  text-decoration: underline;
}
.cid-tBoeK5qOAe .mbr-section-btn {
  margin-top: 34px;
}
.cid-tBoeK5qOAe .mbr-section-subtitle,
.cid-tBoeK5qOAe .mbr-section-btn {
  text-align: left;
}
.cid-tPwJBDhKZp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/27-1140x641.jpg");
}
.cid-tPwJBDhKZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPwJBDhKZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPwJBDhKZp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tPwJBDhKZp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPwJBDhKZp .container {
    padding: 0;
  }
}
.cid-tPwJBDhKZp .row {
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-tPwJBDhKZp .row {
    min-height: 450px;
  }
}
.cid-tBoeQH22FL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBoeQH22FL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBoeQH22FL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBoeQH22FL .row {
  margin: 0 !important;
  row-gap: 40px;
  flex-direction: row-reverse;
}
.cid-tBoeQH22FL .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
  justify-content: flex-end;
}
.cid-tBoeQH22FL .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBoeQH22FL .item-img {
    width: 100%;
  }
}
.cid-tBoeQH22FL .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tBoeQH22FL .item-content {
    padding-left: 40px !important;
    padding-left: 0 !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tBoeQH22FL .item-content {
    padding-left: 25px !important;
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tBoeQH22FL .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tBoeQH22FL .card-title {
  color: #131313;
}
.cid-tBoeQH22FL .card-text {
  margin-top: 20px;
  color: #131313;
}
.cid-tBoeQH22FL .line-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 35px;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .cid-tBoeQH22FL .line-items-wrap {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .cid-tBoeQH22FL .line-items-wrap {
    margin-top: 20px;
  }
}
.cid-tBoeQH22FL .line-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tBoeQH22FL .line-text-wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tBoeQH22FL .line-text {
  color: #131313;
  margin-right: auto;
  max-width: 70%;
}
.cid-tBoeQH22FL .line-number {
  color: #131313;
  margin-left: auto;
  max-width: 30%;
}
.cid-tBoeQH22FL .line {
  position: relative;
  width: 100%;
  height: 16px;
  background-color: #FFFFFF;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  border-radius: 0.25rem;
}
.cid-tBoeQH22FL .line-active {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #a6b1d8;
}
.cid-tBoeQH22FL .line-item-1 .line-number:before {
  content: "0";
}
.cid-tBoeQH22FL .line-item-1 .line-active {
  width: 0%;
}
.cid-tBoeQH22FL .line-item-2 .line-number:before {
  content: "83";
}
.cid-tBoeQH22FL .line-item-2 .line-active {
  width: 83%;
}
.cid-tBoeQH22FL .line-item-3 .line-number:before {
  content: "87";
}
.cid-tBoeQH22FL .line-item-3 .line-active {
  width: 87%;
}
.cid-tBoeQH22FL .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .cid-tBoeQH22FL .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-tBofHXKj6y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6b1d8;
}
.cid-tBofHXKj6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBofHXKj6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBofHXKj6y .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-tBofHXKj6y .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-tBofHXKj6y .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBofHXKj6y .item-img {
    width: 100%;
  }
}
.cid-tBofHXKj6y .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tBofHXKj6y .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tBofHXKj6y .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tBofHXKj6y .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tBofHXKj6y .card-title {
  color: #131313;
}
.cid-tBofHXKj6y .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tBofHXKj6y .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-tBofHXKj6y .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-tBofHXKj6y .list-item {
  width: 100%;
}
.cid-tBofHXKj6y .list-text {
  color: #131313;
}
.cid-tBofHXKj6y .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tBofHXKj6y .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tPt3WndhFg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tPt3WndhFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPt3WndhFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPt3WndhFg .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPt3WndhFg .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPt3WndhFg .container {
    padding: 0 30px;
  }
}
.cid-tPt3WndhFg .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPt3WndhFg .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPt3WndhFg .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPt3WndhFg .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tPt3WndhFg .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPt3WndhFg .text-wrapper {
    margin: 0;
  }
}
.cid-tPt3WndhFg .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPt3WndhFg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tBoeDn57Kr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a6b1d8;
  overflow: hidden;
}
.cid-tBoeDn57Kr .mbr-text {
  color: #131313;
}
.cid-tBocOvocla {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tBocOvocla nav.navbar {
  position: fixed;
}
.cid-tBocOvocla .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-tBocOvocla .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBocOvocla .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBocOvocla .dropdown-item:hover,
.cid-tBocOvocla .dropdown-item:focus {
  background: #ef5311 !important;
  color: white !important;
}
.cid-tBocOvocla .dropdown-item:hover span {
  color: white;
}
.cid-tBocOvocla .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBocOvocla .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBocOvocla .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBocOvocla .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBocOvocla .nav-link {
  position: relative;
}
.cid-tBocOvocla .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tBocOvocla .container {
    flex-wrap: nowrap;
  }
}
.cid-tBocOvocla .navbar-nav {
  margin: 0 auto;
}
.cid-tBocOvocla .dropdown-menu,
.cid-tBocOvocla .navbar.opened {
  background: #000000 !important;
}
.cid-tBocOvocla .nav-item:focus,
.cid-tBocOvocla .nav-link:focus {
  outline: none;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBocOvocla .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBocOvocla .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBocOvocla .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.cid-tBocOvocla .navbar.opened {
  transition: all 0.3s;
}
.cid-tBocOvocla .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBocOvocla .navbar .navbar-logo img {
  width: auto;
}
.cid-tBocOvocla .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBocOvocla .navbar.collapsed {
  justify-content: center;
}
.cid-tBocOvocla .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBocOvocla .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBocOvocla .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tBocOvocla .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBocOvocla .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBocOvocla .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-tBocOvocla .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBocOvocla .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tBocOvocla .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBocOvocla .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBocOvocla .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBocOvocla .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBocOvocla .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-tBocOvocla .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBocOvocla .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBocOvocla .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBocOvocla .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBocOvocla .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBocOvocla .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBocOvocla .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBocOvocla .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBocOvocla .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBocOvocla .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBocOvocla .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBocOvocla .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBocOvocla .dropdown-item.active,
.cid-tBocOvocla .dropdown-item:active {
  background-color: transparent;
}
.cid-tBocOvocla .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBocOvocla .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBocOvocla .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBocOvocla .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tBocOvocla .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBocOvocla .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBocOvocla ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBocOvocla .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBocOvocla button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBocOvocla .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBocOvocla a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBocOvocla .navbar {
    height: 70px;
  }
  .cid-tBocOvocla .navbar.opened {
    height: auto;
  }
  .cid-tBocOvocla .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBocOvocla .container,
.cid-tBocOvocla .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-tBocOvocla .container:before,
  .cid-tBocOvocla .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }
}
.cid-tBocOvocla .navbar-short {
  background-color: #000000 !important;
}
.cid-tBocOvocla .navbar-short .container,
.cid-tBocOvocla .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-tBocOvocla .navbar-short .container:before,
.cid-tBocOvocla .navbar-short .container-fluid:before {
  display: none;
}
.cid-tBocOvocla .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-tBocOvocla .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-tBocOvocla .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBocOvocla .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-tBocOvocla .container,
  .cid-tBocOvocla .container-fluid {
    min-height: 85px;
  }
  .cid-tBocOvocla .navbar-brand {
    min-height: 85px;
  }
  .cid-tBocOvocla .navbar-short .container,
  .cid-tBocOvocla .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-tBocOvocla .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-tBocOvocla .navbar.navbar-short {
    background-color: #000000 !important;
  }
  .cid-tBocOvocla .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-tBocOvocla .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-tBocOvocla .mbr-section-btn {
    text-align: left;
  }
  .cid-tBocOvocla .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-tBocOvocla .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #000000;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-udNWNz3kFK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6b1d8;
}
.cid-udNWNz3kFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNWNz3kFK .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-udNWNz3kFK .container {
    padding: 0 30px;
  }
}
.cid-udNWNz3kFK .row .card {
  justify-content: center;
}
.cid-udNWNz3kFK .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-udNWNz3kFK .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-udNWNz3kFK .image-wrapper {
    margin-top: 30px;
  }
}
.cid-udNWNz3kFK .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-udNWNz3kFK .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-udNWNz3kFK .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-udNWNz3kFK .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-udNWNz3kFK .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-udNWNz3kFK .mbr-section-title {
  color: #ffffff;
}
.cid-udNWNz3kFK .mbr-section-subtitle {
  color: #000000;
}
.cid-udNWNz3kFK .mbr-section-title,
.cid-udNWNz3kFK .mbr-section-btn {
  color: #000000;
}
.cid-udNXQ16oCB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #d9e0dd;
  overflow: hidden;
}
.cid-udNXQ16oCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNXQ16oCB .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-udNXQ16oCB .container {
    padding: 0 30px;
  }
}
.cid-udNXQ16oCB .card {
  justify-content: center;
}
.cid-udNXQ16oCB .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-udNXQ16oCB .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-udNXQ16oCB .content-wrapper {
    padding: 0;
  }
}
.cid-udNXQ16oCB .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udNXQ16oCB .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udNXQ16oCB .mbr-section-title {
  color: #bee0d6;
}
.cid-udNXQ16oCB .mbr-section-title,
.cid-udNXQ16oCB .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-udNYNpM11b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6b1d8;
}
.cid-udNYNpM11b .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNYNpM11b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNYNpM11b .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-udNYNpM11b .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-udNYNpM11b .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-udNYNpM11b .container {
    padding: 0 20px;
  }
}
.cid-udNYNpM11b .row {
  justify-content: center;
}
.cid-udNYNpM11b .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udNYNpM11b .content-wrapper {
    display: block;
  }
}
.cid-udNYNpM11b .content-wrapper .card {
  justify-content: center;
}
.cid-udNYNpM11b .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-udNYNpM11b .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-udNYNpM11b .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-udNYNpM11b .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-udNYNpM11b .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-udNYNpM11b .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-udNYNpM11b .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-udNYNpM11b .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-udNYNpM11b .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-udNYNpM11b .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-udNYNpM11b .mbr-section-title {
  color: #38001b;
}
.cid-udNYNpM11b .mbr-text {
  color: #38001b;
}
.cid-udNZdvs0zy {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e1e5f0;
}
.cid-udNZdvs0zy .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNZdvs0zy .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-udNZdvs0zy .container {
    padding: 0 15px;
  }
}
.cid-udNZdvs0zy .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-udNZdvs0zy .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-udNZdvs0zy .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-udNZdvs0zy .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #7886ba;
}
@media (max-width: 992px) {
  .cid-udNZdvs0zy .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-udNZdvs0zy .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-udNZdvs0zy .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udNZdvs0zy .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udNZdvs0zy .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udNZdvs0zy .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udNZdvs0zy .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ec111a;
  border: 2px solid #ec111a;
}
.cid-udNZdvs0zy .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-udNZdvs0zy .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-udNZdvs0zy .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-udNZdvs0zy .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-udNZdvs0zy .list {
  color: #30262b;
}
.cid-udNZdvs0zy .mbr-address {
  color: #30262b;
  text-align: center;
}
.cid-udNZdvs0zy .list,
.cid-udNZdvs0zy .item-wrap {
  text-align: center;
}
.cid-tBoeDn57Kr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a6b1d8;
  overflow: hidden;
}
.cid-tBoeDn57Kr .mbr-text {
  color: #131313;
}
.cid-udNZwCJ92d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udNZwCJ92d nav.navbar {
  position: fixed;
}
.cid-udNZwCJ92d .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-udNZwCJ92d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udNZwCJ92d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udNZwCJ92d .dropdown-item:hover,
.cid-udNZwCJ92d .dropdown-item:focus {
  background: #ef5311 !important;
  color: white !important;
}
.cid-udNZwCJ92d .dropdown-item:hover span {
  color: white;
}
.cid-udNZwCJ92d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udNZwCJ92d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udNZwCJ92d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udNZwCJ92d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udNZwCJ92d .nav-link {
  position: relative;
}
.cid-udNZwCJ92d .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udNZwCJ92d .container {
    flex-wrap: nowrap;
  }
}
.cid-udNZwCJ92d .navbar-nav {
  margin: 0 auto;
}
.cid-udNZwCJ92d .dropdown-menu,
.cid-udNZwCJ92d .navbar.opened {
  background: #000000 !important;
}
.cid-udNZwCJ92d .nav-item:focus,
.cid-udNZwCJ92d .nav-link:focus {
  outline: none;
}
.cid-udNZwCJ92d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udNZwCJ92d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udNZwCJ92d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udNZwCJ92d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udNZwCJ92d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udNZwCJ92d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udNZwCJ92d .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.cid-udNZwCJ92d .navbar.opened {
  transition: all 0.3s;
}
.cid-udNZwCJ92d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udNZwCJ92d .navbar .navbar-logo img {
  width: auto;
}
.cid-udNZwCJ92d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udNZwCJ92d .navbar.collapsed {
  justify-content: center;
}
.cid-udNZwCJ92d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udNZwCJ92d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udNZwCJ92d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-udNZwCJ92d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udNZwCJ92d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udNZwCJ92d .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-udNZwCJ92d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udNZwCJ92d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-udNZwCJ92d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udNZwCJ92d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udNZwCJ92d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udNZwCJ92d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udNZwCJ92d .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-udNZwCJ92d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udNZwCJ92d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udNZwCJ92d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udNZwCJ92d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udNZwCJ92d .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udNZwCJ92d .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udNZwCJ92d .navbar.navbar-short {
  min-height: 60px;
}
.cid-udNZwCJ92d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udNZwCJ92d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udNZwCJ92d .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udNZwCJ92d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udNZwCJ92d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udNZwCJ92d .dropdown-item.active,
.cid-udNZwCJ92d .dropdown-item:active {
  background-color: transparent;
}
.cid-udNZwCJ92d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udNZwCJ92d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udNZwCJ92d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udNZwCJ92d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-udNZwCJ92d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udNZwCJ92d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udNZwCJ92d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udNZwCJ92d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udNZwCJ92d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udNZwCJ92d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-udNZwCJ92d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udNZwCJ92d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udNZwCJ92d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udNZwCJ92d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udNZwCJ92d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udNZwCJ92d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udNZwCJ92d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udNZwCJ92d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udNZwCJ92d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udNZwCJ92d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udNZwCJ92d .navbar {
    height: 70px;
  }
  .cid-udNZwCJ92d .navbar.opened {
    height: auto;
  }
  .cid-udNZwCJ92d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udNZwCJ92d .container,
.cid-udNZwCJ92d .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-udNZwCJ92d .container:before,
  .cid-udNZwCJ92d .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }
}
.cid-udNZwCJ92d .navbar-short {
  background-color: #000000 !important;
}
.cid-udNZwCJ92d .navbar-short .container,
.cid-udNZwCJ92d .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-udNZwCJ92d .navbar-short .container:before,
.cid-udNZwCJ92d .navbar-short .container-fluid:before {
  display: none;
}
.cid-udNZwCJ92d .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-udNZwCJ92d .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-udNZwCJ92d .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-udNZwCJ92d .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-udNZwCJ92d .container,
  .cid-udNZwCJ92d .container-fluid {
    min-height: 85px;
  }
  .cid-udNZwCJ92d .navbar-brand {
    min-height: 85px;
  }
  .cid-udNZwCJ92d .navbar-short .container,
  .cid-udNZwCJ92d .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-udNZwCJ92d .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-udNZwCJ92d .navbar.navbar-short {
    background-color: #000000 !important;
  }
  .cid-udNZwCJ92d .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-udNZwCJ92d .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-udNZwCJ92d .mbr-section-btn {
    text-align: left;
  }
  .cid-udNZwCJ92d .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-udNZwCJ92d .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #000000;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-udNZwD6t6M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6b1d8;
}
.cid-udNZwD6t6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNZwD6t6M .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-udNZwD6t6M .container {
    padding: 0 30px;
  }
}
.cid-udNZwD6t6M .row .card {
  justify-content: center;
}
.cid-udNZwD6t6M .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-udNZwD6t6M .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-udNZwD6t6M .image-wrapper {
    margin-top: 30px;
  }
}
.cid-udNZwD6t6M .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-udNZwD6t6M .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-udNZwD6t6M .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-udNZwD6t6M .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-udNZwD6t6M .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-udNZwD6t6M .mbr-section-title {
  color: #ffffff;
}
.cid-udNZwD6t6M .mbr-section-subtitle {
  color: #000000;
}
.cid-udNZwD6t6M .mbr-section-title,
.cid-udNZwD6t6M .mbr-section-btn {
  color: #000000;
}
.cid-udNZwDobgE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #d9e0dd;
  overflow: hidden;
}
.cid-udNZwDobgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNZwDobgE .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-udNZwDobgE .container {
    padding: 0 30px;
  }
}
.cid-udNZwDobgE .card {
  justify-content: center;
}
.cid-udNZwDobgE .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-udNZwDobgE .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-udNZwDobgE .content-wrapper {
    padding: 0;
  }
}
.cid-udNZwDobgE .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udNZwDobgE .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udNZwDobgE .mbr-section-title {
  color: #bee0d6;
}
.cid-udNZwDobgE .mbr-section-title,
.cid-udNZwDobgE .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-udNZwDHW0S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6b1d8;
}
.cid-udNZwDHW0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNZwDHW0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNZwDHW0S .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-udNZwDHW0S .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-udNZwDHW0S .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-udNZwDHW0S .container {
    padding: 0 20px;
  }
}
.cid-udNZwDHW0S .row {
  justify-content: center;
}
.cid-udNZwDHW0S .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udNZwDHW0S .content-wrapper {
    display: block;
  }
}
.cid-udNZwDHW0S .content-wrapper .card {
  justify-content: center;
}
.cid-udNZwDHW0S .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-udNZwDHW0S .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-udNZwDHW0S .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-udNZwDHW0S .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-udNZwDHW0S .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-udNZwDHW0S .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-udNZwDHW0S .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-udNZwDHW0S .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-udNZwDHW0S .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-udNZwDHW0S .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-udNZwDHW0S .mbr-section-title {
  color: #38001b;
}
.cid-udNZwDHW0S .mbr-text {
  color: #131313;
}
.cid-udNZwE03z3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e1e5f0;
}
.cid-udNZwE03z3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNZwE03z3 .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-udNZwE03z3 .container {
    padding: 0 15px;
  }
}
.cid-udNZwE03z3 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-udNZwE03z3 .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-udNZwE03z3 .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-udNZwE03z3 .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #7886ba;
}
@media (max-width: 992px) {
  .cid-udNZwE03z3 .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-udNZwE03z3 .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-udNZwE03z3 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udNZwE03z3 .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udNZwE03z3 .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udNZwE03z3 .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udNZwE03z3 .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ec111a;
  border: 2px solid #ec111a;
}
.cid-udNZwE03z3 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-udNZwE03z3 .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-udNZwE03z3 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-udNZwE03z3 .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-udNZwE03z3 .list {
  color: #30262b;
}
.cid-udNZwE03z3 .mbr-address {
  color: #30262b;
  text-align: center;
}
.cid-udNZwE03z3 .list,
.cid-udNZwE03z3 .item-wrap {
  text-align: center;
}
.cid-udNZwErdOl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a6b1d8;
  overflow: hidden;
}
.cid-udNZwErdOl .mbr-text {
  color: #131313;
}
.cid-udO14etawR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udO14etawR nav.navbar {
  position: fixed;
}
.cid-udO14etawR .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-udO14etawR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udO14etawR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udO14etawR .dropdown-item:hover,
.cid-udO14etawR .dropdown-item:focus {
  background: #ef5311 !important;
  color: white !important;
}
.cid-udO14etawR .dropdown-item:hover span {
  color: white;
}
.cid-udO14etawR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udO14etawR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udO14etawR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udO14etawR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udO14etawR .nav-link {
  position: relative;
}
.cid-udO14etawR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udO14etawR .container {
    flex-wrap: nowrap;
  }
}
.cid-udO14etawR .navbar-nav {
  margin: 0 auto;
}
.cid-udO14etawR .dropdown-menu,
.cid-udO14etawR .navbar.opened {
  background: #000000 !important;
}
.cid-udO14etawR .nav-item:focus,
.cid-udO14etawR .nav-link:focus {
  outline: none;
}
.cid-udO14etawR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udO14etawR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udO14etawR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udO14etawR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udO14etawR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udO14etawR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udO14etawR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.cid-udO14etawR .navbar.opened {
  transition: all 0.3s;
}
.cid-udO14etawR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udO14etawR .navbar .navbar-logo img {
  width: auto;
}
.cid-udO14etawR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udO14etawR .navbar.collapsed {
  justify-content: center;
}
.cid-udO14etawR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udO14etawR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udO14etawR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-udO14etawR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udO14etawR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udO14etawR .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-udO14etawR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udO14etawR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-udO14etawR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udO14etawR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udO14etawR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udO14etawR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udO14etawR .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-udO14etawR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udO14etawR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udO14etawR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udO14etawR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udO14etawR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udO14etawR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udO14etawR .navbar.navbar-short {
  min-height: 60px;
}
.cid-udO14etawR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udO14etawR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udO14etawR .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udO14etawR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udO14etawR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udO14etawR .dropdown-item.active,
.cid-udO14etawR .dropdown-item:active {
  background-color: transparent;
}
.cid-udO14etawR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udO14etawR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udO14etawR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udO14etawR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-udO14etawR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udO14etawR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udO14etawR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udO14etawR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udO14etawR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udO14etawR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-udO14etawR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udO14etawR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udO14etawR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udO14etawR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udO14etawR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udO14etawR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udO14etawR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udO14etawR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udO14etawR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udO14etawR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udO14etawR .navbar {
    height: 70px;
  }
  .cid-udO14etawR .navbar.opened {
    height: auto;
  }
  .cid-udO14etawR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udO14etawR .container,
.cid-udO14etawR .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-udO14etawR .container:before,
  .cid-udO14etawR .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }
}
.cid-udO14etawR .navbar-short {
  background-color: #000000 !important;
}
.cid-udO14etawR .navbar-short .container,
.cid-udO14etawR .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-udO14etawR .navbar-short .container:before,
.cid-udO14etawR .navbar-short .container-fluid:before {
  display: none;
}
.cid-udO14etawR .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-udO14etawR .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-udO14etawR .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-udO14etawR .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-udO14etawR .container,
  .cid-udO14etawR .container-fluid {
    min-height: 85px;
  }
  .cid-udO14etawR .navbar-brand {
    min-height: 85px;
  }
  .cid-udO14etawR .navbar-short .container,
  .cid-udO14etawR .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-udO14etawR .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-udO14etawR .navbar.navbar-short {
    background-color: #000000 !important;
  }
  .cid-udO14etawR .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-udO14etawR .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-udO14etawR .mbr-section-btn {
    text-align: left;
  }
  .cid-udO14etawR .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-udO14etawR .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #000000;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-udO14eQ25b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6b1d8;
}
.cid-udO14eQ25b .mbr-fallback-image.disabled {
  display: none;
}
.cid-udO14eQ25b .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-udO14eQ25b .container {
    padding: 0 30px;
  }
}
.cid-udO14eQ25b .row .card {
  justify-content: center;
}
.cid-udO14eQ25b .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-udO14eQ25b .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-udO14eQ25b .image-wrapper {
    margin-top: 30px;
  }
}
.cid-udO14eQ25b .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-udO14eQ25b .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-udO14eQ25b .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-udO14eQ25b .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-udO14eQ25b .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-udO14eQ25b .mbr-section-title {
  color: #ffffff;
}
.cid-udO14eQ25b .mbr-section-subtitle {
  color: #000000;
}
.cid-udO14eQ25b .mbr-section-title,
.cid-udO14eQ25b .mbr-section-btn {
  color: #000000;
}
.cid-udO14ffXmI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #d9e0dd;
  overflow: hidden;
}
.cid-udO14ffXmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-udO14ffXmI .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-udO14ffXmI .container {
    padding: 0 30px;
  }
}
.cid-udO14ffXmI .card {
  justify-content: center;
}
.cid-udO14ffXmI .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-udO14ffXmI .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-udO14ffXmI .content-wrapper {
    padding: 0;
  }
}
.cid-udO14ffXmI .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udO14ffXmI .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udO14ffXmI .mbr-section-title {
  color: #bee0d6;
}
.cid-udO14ffXmI .mbr-section-title,
.cid-udO14ffXmI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-udO14fAV4T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6b1d8;
}
.cid-udO14fAV4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-udO14fAV4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udO14fAV4T .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-udO14fAV4T .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-udO14fAV4T .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-udO14fAV4T .container {
    padding: 0 20px;
  }
}
.cid-udO14fAV4T .row {
  justify-content: center;
}
.cid-udO14fAV4T .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udO14fAV4T .content-wrapper {
    display: block;
  }
}
.cid-udO14fAV4T .content-wrapper .card {
  justify-content: center;
}
.cid-udO14fAV4T .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-udO14fAV4T .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-udO14fAV4T .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-udO14fAV4T .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-udO14fAV4T .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-udO14fAV4T .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-udO14fAV4T .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-udO14fAV4T .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-udO14fAV4T .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-udO14fAV4T .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-udO14fAV4T .mbr-section-title {
  color: #38001b;
}
.cid-udO14fAV4T .mbr-text {
  color: #131313;
}
.cid-udO14fTZ4t {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e1e5f0;
}
.cid-udO14fTZ4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-udO14fTZ4t .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-udO14fTZ4t .container {
    padding: 0 15px;
  }
}
.cid-udO14fTZ4t .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-udO14fTZ4t .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-udO14fTZ4t .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-udO14fTZ4t .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #7886ba;
}
@media (max-width: 992px) {
  .cid-udO14fTZ4t .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-udO14fTZ4t .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-udO14fTZ4t .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udO14fTZ4t .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udO14fTZ4t .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udO14fTZ4t .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udO14fTZ4t .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ec111a;
  border: 2px solid #ec111a;
}
.cid-udO14fTZ4t .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-udO14fTZ4t .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-udO14fTZ4t .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-udO14fTZ4t .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-udO14fTZ4t .list {
  color: #30262b;
}
.cid-udO14fTZ4t .mbr-address {
  color: #30262b;
  text-align: center;
}
.cid-udO14fTZ4t .list,
.cid-udO14fTZ4t .item-wrap {
  text-align: center;
}
.cid-udO14gl9F7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a6b1d8;
  overflow: hidden;
}
.cid-udO14gl9F7 .mbr-text {
  color: #131313;
}
