body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #000000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #ff6666 !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ucFXzUXqU4 {
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-ucFXzUXqU4 .navbar-dropdown {
  position: relative !important;
}
.cid-ucFXzUXqU4 .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-ucFXzUXqU4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucFXzUXqU4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucFXzUXqU4 .dropdown-item:hover,
.cid-ucFXzUXqU4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ucFXzUXqU4 .dropdown-item:hover span {
  color: white;
}
.cid-ucFXzUXqU4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucFXzUXqU4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucFXzUXqU4 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-ucFXzUXqU4 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-ucFXzUXqU4 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-ucFXzUXqU4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucFXzUXqU4 .nav-link {
  position: relative;
}
.cid-ucFXzUXqU4 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
  border-radius: 0;
  background: #b70c0c !important;
}
@media (min-width: 992px) {
  .cid-ucFXzUXqU4 .container {
    flex-wrap: nowrap;
  }
}
.cid-ucFXzUXqU4 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucFXzUXqU4 .dropdown-menu,
.cid-ucFXzUXqU4 .navbar.opened {
  background: #b70c0c !important;
}
.cid-ucFXzUXqU4 .nav-item:focus,
.cid-ucFXzUXqU4 .nav-link:focus {
  outline: none;
}
.cid-ucFXzUXqU4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucFXzUXqU4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucFXzUXqU4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucFXzUXqU4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucFXzUXqU4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucFXzUXqU4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucFXzUXqU4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: #b70c0c !important;
}
.cid-ucFXzUXqU4 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucFXzUXqU4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucFXzUXqU4 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucFXzUXqU4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucFXzUXqU4 .navbar.collapsed {
  justify-content: center;
}
.cid-ucFXzUXqU4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucFXzUXqU4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucFXzUXqU4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-ucFXzUXqU4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucFXzUXqU4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucFXzUXqU4 .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-ucFXzUXqU4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucFXzUXqU4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucFXzUXqU4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucFXzUXqU4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucFXzUXqU4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucFXzUXqU4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucFXzUXqU4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucFXzUXqU4 .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-ucFXzUXqU4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucFXzUXqU4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucFXzUXqU4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucFXzUXqU4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucFXzUXqU4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucFXzUXqU4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ucFXzUXqU4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ucFXzUXqU4 .navbar.navbar-short {
  min-height: 70px;
}
.cid-ucFXzUXqU4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucFXzUXqU4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucFXzUXqU4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-ucFXzUXqU4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucFXzUXqU4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucFXzUXqU4 .dropdown-item.active,
.cid-ucFXzUXqU4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucFXzUXqU4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucFXzUXqU4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucFXzUXqU4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucFXzUXqU4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b70c0c;
}
.cid-ucFXzUXqU4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucFXzUXqU4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucFXzUXqU4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucFXzUXqU4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucFXzUXqU4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-ucFXzUXqU4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #870e0e;
}
.cid-ucFXzUXqU4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-ucFXzUXqU4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-ucFXzUXqU4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-ucFXzUXqU4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-ucFXzUXqU4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucFXzUXqU4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucFXzUXqU4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucFXzUXqU4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucFXzUXqU4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucFXzUXqU4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucFXzUXqU4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucFXzUXqU4 .navbar {
    height: 70px;
  }
  .cid-ucFXzUXqU4 .navbar.opened {
    height: auto;
  }
  .cid-ucFXzUXqU4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucFXzUXqU4 .navbar-short .container {
  background: #b70c0c !important;
  box-shadow: rgba(39, 39, 39, 0.05) 0 0 20px 0;
  box-shadow: none;
}
.cid-ucFXzUXqU4 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-ucFXzUXqU4 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-ucFXzUXqU4 .mbr-section-btn .btn-success:hover,
.cid-ucFXzUXqU4 .mbr-section-btn .btn-success:focus,
.cid-ucFXzUXqU4 .mbr-section-btn .btn-success.focus,
.cid-ucFXzUXqU4 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-ucFXzUXqU4 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-ucFXzUXqU4 .navbar {
    transition: .3s all !important;
  }
  .cid-ucFXzUXqU4 .container {
    padding: 2%;
  }
  .cid-ucFXzUXqU4 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-ucFXzUXqU4 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-ucFXzUXqU4 .navbar.opened {
    background: #b70c0c;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-ucFXzUXqU4 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-ucFXzUXqU4 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-ucFXzUXqU4 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-ucFXzUXqU4 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-ucFXzUXqU4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-ucFXzUXqU4 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-ucFXzUXqU4 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-ucFXzUXqU4 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-ucFXzUXqU4 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-ucFXzUXqU4 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-ucFXzUXqU4 .mbr-section-btn {
    text-align: left;
  }
}
.cid-ucJndvaOVH {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fac12b;
}
.cid-ucJndvaOVH .container,
.cid-ucJndvaOVH .container-fluid {
  z-index: 10;
}
.cid-ucJndvaOVH .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-ucJndvaOVH .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-ucJndvaOVH .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ucJndvaOVH .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-ucJndvaOVH .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-ucJndvaOVH .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(64, 176, 191, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ucJndvaOVH .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-ucJndvaOVH .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-ucJndvaOVH .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(255, 153, 102, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ucJndvaOVH .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-ucJndvaOVH .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-ucJndvaOVH .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(71, 181, 237, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ucJndvaOVH .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-ucJndvaOVH .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-ucJndvaOVH .container {
  pointer-events: none;
}
.cid-ucJndvaOVH .subtitle__block,
.cid-ucJndvaOVH .title__block,
.cid-ucJndvaOVH .buttons__block {
  pointer-events: all;
}
.cid-ucJndvaOVH .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ucJndvaOVH .mbr-section-title {
  margin-bottom: 45px;
  color: #233d63;
  font-weight: 300;
}
.cid-ucJndvaOVH .mbr-section-title b,
.cid-ucJndvaOVH .mbr-section-title strong {
  font-weight: 900;
}
.cid-ucJndvaOVH .mbr-text {
  margin-bottom: 45px;
}
.cid-ucJndvaOVH .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ucJndvaOVH .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-ucJndvaOVH .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #47b5ed 0%, rgba(71, 181, 237, 0.85) 100%) !important;
}
.cid-ucJndvaOVH .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-ucJndvaOVH .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-ucJndvaOVH .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-ucJndvaOVH .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-ucJndvaOVH .mbr-figure:hover {
  color: #47b5ed;
  cursor: pointer;
}
.cid-ucJndvaOVH .mbr-figure:hover .mbr-media {
  border-color: #47b5ed;
  color: #47b5ed;
}
@media (max-width: 575px) {
  .cid-ucJndvaOVH .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-ucJndvaOVH .mbr-media {
  display: inline-flex;
  color: #870e0e;
  align-items: center;
  justify-content: center;
  border: 2px solid #870e0e;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-ucJndvaOVH .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-ucJndvaOVH .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-ucJndvaOVH .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-ucJndvaOVH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ucJndvaOVH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ucJndvaOVH .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-ucJndvaOVH a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-ucJndvaOVH a.close:hover {
  color: #ffffff;
}
.cid-ucJndvaOVH .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #47b5ed;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-ucJndvaOVH .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #40b0bf;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-ucJndvaOVH .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #ffe161;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-ucJndvaOVH .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #000000;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-ucJndvaOVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJndvaOVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJndvaOVH .mbr-text,
.cid-ucJndvaOVH .buttons__block {
  color: #183666;
}
.cid-ucJFMUMYnR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJFMUMYnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJFMUMYnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJFMUMYnR .row {
  padding: 1rem;
}
.cid-ucJFMUMYnR .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fac12b;
  border-radius: 400px 0 0 0;
}
.cid-ucJFMUMYnR .title-wrapper {
  padding-left: 110px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucJFMUMYnR .title-wrapper {
    padding: 0;
  }
}
.cid-ucJFMUMYnR .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-ucJFMUMYnR .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-ucJFMUMYnR .cards .card {
  margin-bottom: 20px;
}
.cid-ucJFMUMYnR .cards .card .mbr-number {
  margin: 0;
}
.cid-ucJFMUMYnR .cards .card .mbr-desc {
  margin: 0;
}
.cid-ucJFMUMYnR .mbr-section-title {
  color: #fac12b;
}
.cid-ucJFMUMYnR .mbr-text {
  color: #1e4381;
}
.cid-ucJFMUMYnR .mbr-number {
  color: #ee2947;
}
.cid-ucJFMUMYnR .mbr-desc {
  color: #1e4381;
}
.cid-ucG0rtDzs2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac12b;
}
.cid-ucG0rtDzs2 .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucG0rtDzs2 .mbr-text {
  color: #1e4381;
}
.cid-ucII8GcOZY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucII8GcOZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucII8GcOZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucII8GcOZY .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ucII8GcOZY .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucII8GcOZY .container {
    padding: 0 30px;
  }
}
.cid-ucII8GcOZY .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #fac12b;
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucII8GcOZY .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-ucII8GcOZY .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-ucII8GcOZY .card-wrapper .title-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucII8GcOZY .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-ucII8GcOZY .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ucII8GcOZY .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucII8GcOZY .mbr-section-title {
  color: #2b2b2b;
}
.cid-ucII8GcOZY .mbr-text {
  color: #3c5172;
}
.cid-ucII8GcOZY .mbr-section-title,
.cid-ucII8GcOZY .mbr-section-btn {
  color: #183666;
}
.cid-ucG0LPk4xX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fac12b;
}
.cid-ucG0LPk4xX .card .card-img {
  overflow: hidden;
}
.cid-ucG0LPk4xX .card .card-img img {
  transition: all .5s;
}
.cid-ucG0LPk4xX .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ucG0LPk4xX .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ucG0LPk4xX .card {
  display: block;
  height: 100%;
}
.cid-ucG0LPk4xX .card .card-wrapper {
  height: 100%;
}
.cid-ucG0LPk4xX .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-ucG0LPk4xX .card .card-box {
  background: #fafafa;
  padding: 2rem;
}
.cid-ucG0LPk4xX .card .card-box .card-title {
  margin: 0;
}
.cid-ucG0LPk4xX .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucG0LPk4xX .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-ucG0LPk4xX .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-ucG0LPk4xX .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-ucG0LPk4xX .card .card-footer {
  background: #fafafa;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucG0LPk4xX .card .card-footer .icons-list {
  margin: 0;
}
.cid-ucG0LPk4xX .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-ucG0LPk4xX .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-ucG0LPk4xX .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-ucG0LPk4xX .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-ucG0LPk4xX .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-ucG0LPk4xX .card-footer {
  border-top: 1px solid #efefef;
}
.cid-ucG0LPk4xX .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-ucG0LPk4xX .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucG0LPk4xX .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-ucG0LPk4xX .main-title {
  color: #183666;
}
.cid-ucJoYzRMaM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJoYzRMaM .mbr-text {
  color: #ffe885;
}
.cid-ucJoYzRMaM .mbr-section-subtitle {
  color: #ffe161;
}
.cid-ucG34sVX7x {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fac12b;
}
.cid-ucG34sVX7x .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucG34sVX7x .row {
  background-color: #870e0e;
}
.cid-ucG34sVX7x .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ucG34sVX7x .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucG34sVX7x .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ucG34sVX7x .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucG34sVX7x .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ucG34sVX7x .image-element {
    padding: 0 15px;
  }
  .cid-ucG34sVX7x .text-element {
    padding: 2rem 1rem;
  }
  .cid-ucG34sVX7x .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-ucG34sVX7x .mbr-text,
.cid-ucG34sVX7x .mbr-section-btn {
  color: #fff0b0;
}
.cid-ucG34sVX7x .mbr-section-title {
  color: #ffe885;
}
.cid-ucJqbfYBuC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJqbfYBuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJqbfYBuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJqbfYBuC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucJqbfYBuC .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucJqbfYBuC .container {
    padding: 0 12px;
  }
}
.cid-ucJqbfYBuC .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucJqbfYBuC .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucJqbfYBuC .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #fac12b;
}
@media (max-width: 992px) {
  .cid-ucJqbfYBuC .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ucJqbfYBuC .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucJqbfYBuC .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-ucJqbfYBuC .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ucJqbfYBuC .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-ucJqbfYBuC .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-ucJqbfYBuC .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-ucJqbfYBuC .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ucJqbfYBuC .mbr-section-title {
  color: #fac12b;
  text-align: center;
}
.cid-ucJqbfYBuC .mbr-section-subtitle {
  color: #222222;
}
.cid-ucJqbfYBuC .mbr-text {
  color: #183666;
}
.cid-ucJqbfYBuC .list {
  color: #222222;
}
.cid-ucG4FA5JrA {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fac12b;
}
.cid-ucG4FA5JrA .row {
  align-items: center;
  width: 100%;
}
.cid-ucG4FA5JrA .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-ucG4FA5JrA .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-ucG4FA5JrA .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-ucG4FA5JrA .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #fafafa;
}
.cid-ucG4FA5JrA .text-container {
  padding: 32px 32px 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ucG4FA5JrA .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-ucG4FA5JrA .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.cid-ucG4FA5JrA .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-ucG4FA5JrA .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-ucG4FA5JrA .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-ucG4FA5JrA .mbr-section-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
  text-align: center;
}
.cid-ucG4FA5JrA .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-ucG4FA5JrA .btn-container {
  width: 100%;
}
.cid-ucG4FA5JrA .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-ucG4FA5JrA .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-ucG4FA5JrA .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucG4FA5JrA .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-ucJqAnZRwT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJqAnZRwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJqAnZRwT .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-ucJqAnZRwT .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucJqAnZRwT .container {
    padding: 0 12px;
  }
}
.cid-ucJqAnZRwT .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucJqAnZRwT .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-ucJqAnZRwT .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-ucJqAnZRwT .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-ucJqAnZRwT .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucJqAnZRwT .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucJqAnZRwT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucJqAnZRwT .mbr-section-title {
  color: #fac12b;
}
.cid-ucJqAnZRwT .mbr-text {
  color: #222222;
}
.cid-ucJqAnZRwT .mbr-text,
.cid-ucJqAnZRwT .mbr-section-btn {
  color: #fac12b;
}
.cid-ucG6Kn0ytb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac12b;
}
.cid-ucG6Kn0ytb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucG6Kn0ytb .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-ucG6Kn0ytb .container {
    padding: 0 24px;
  }
}
.cid-ucG6Kn0ytb .row {
  justify-content: center;
}
.cid-ucG6Kn0ytb .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ucG6Kn0ytb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucG6Kn0ytb .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-ucG6Kn0ytb .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucG6Kn0ytb .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-ucG6Kn0ytb .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucG6Kn0ytb .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucG6Kn0ytb .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucG6Kn0ytb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucG6Kn0ytb .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #870e0e;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ucG6Kn0ytb .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-ucG6Kn0ytb .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-ucG6Kn0ytb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucG6Kn0ytb .mbr-section-title {
  color: #183666;
  text-align: center;
}
.cid-ucG6Kn0ytb .panel-title-edit {
  color: #232323;
}
.cid-ucG6Kn0ytb .panel-text {
  color: #262642;
}
.cid-ucG8jZPmLN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucG8jZPmLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucG8jZPmLN .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-ucG8jZPmLN .container {
    padding: 0 20px;
  }
}
.cid-ucG8jZPmLN .row {
  margin: 0;
}
.cid-ucG8jZPmLN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucG8jZPmLN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucG8jZPmLN .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucG8jZPmLN .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucG8jZPmLN .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucG8jZPmLN .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucG8jZPmLN .mbr-section-title {
  color: #fac12b;
  text-align: center;
}
.cid-ucJxu3z9Vv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac12b;
}
.cid-ucJxu3z9Vv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJxu3z9Vv .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-ucJxu3z9Vv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucJxu3z9Vv .container {
    padding: 0 12px;
  }
}
.cid-ucJxu3z9Vv .row {
  justify-content: center;
}
.cid-ucJxu3z9Vv .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #ffffff;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-ucJxu3z9Vv .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ucJxu3z9Vv .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucJxu3z9Vv .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ucJxu3z9Vv .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucJxu3z9Vv .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-ucJxu3z9Vv .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-ucJxu3z9Vv .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-ucJxu3z9Vv .mbr-section-title {
  color: #222222;
}
.cid-ucJxu3z9Vv .mbr-text {
  color: #222222;
}
.cid-ucJHWBDraX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ucJHWBDraX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJHWBDraX .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-ucJHWBDraX .container {
    padding: 0 24px;
  }
}
.cid-ucJHWBDraX .image-wrapper {
  position: relative;
}
.cid-ucJHWBDraX .image-wrapper img {
  height: 800px;
  border-radius: .6rem !important;
  object-fit: cover;
}
.cid-ucJy16c9Ar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJy16c9Ar .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJy16c9Ar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJy16c9Ar .row {
  padding: 1rem;
}
.cid-ucJy16c9Ar .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-ucJy16c9Ar .row {
    padding: 0 12px;
  }
}
.cid-ucJy16c9Ar .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fac12b;
  border-radius: 100% 0 0 0;
}
.cid-ucJy16c9Ar .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #fac12b;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucJy16c9Ar .row::after {
    display: none;
  }
}
.cid-ucJy16c9Ar .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-ucJy16c9Ar .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucJy16c9Ar .title-wrapper .mbr-section-title span {
  color: #ff6666;
}
.cid-ucJy16c9Ar .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucJy16c9Ar .text-wrapper {
    padding: 0;
  }
}
.cid-ucJy16c9Ar .text-wrapper .mbr-text {
  margin: 0;
}
.cid-ucJy16c9Ar .mbr-section-title {
  color: #183666;
}
.cid-ucJy16c9Ar .mbr-text {
  color: #efefef;
}
.cid-ucGbJbn0tf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac12b;
}
.cid-ucGbJbn0tf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucGbJbn0tf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucGbJbn0tf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucGbJbn0tf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucGbJbn0tf .container {
    padding: 0 16px;
  }
}
.cid-ucGbJbn0tf .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucGbJbn0tf .row {
    margin: 0 10px;
  }
}
.cid-ucGbJbn0tf .row .card {
  padding: 0;
}
.cid-ucGbJbn0tf .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucGbJbn0tf .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucGbJbn0tf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucGbJbn0tf .google-map iframe {
  height: 500px;
  border: 10px solid #000000 !important;
  border-radius: 20px !important;
  background-color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-ucGbJbn0tf .google-map iframe {
    height: 350px;
  }
}
.cid-ucGbJbn0tf .mbr-section-title {
  color: #183666;
}
.cid-ucGbTK45kz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucGbTK45kz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucGbTK45kz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucGbTK45kz .logo-container {
  max-width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .cid-ucGbTK45kz .logo-container {
    width: 100%;
    padding-right: 0;
  }
}
.cid-ucGbTK45kz .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-ucGbTK45kz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ucGbTK45kz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ucGbTK45kz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-ucGbTK45kz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucGbTK45kz .items-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ucGbTK45kz .items-container {
    flex-wrap: wrap;
  }
}
.cid-ucGbTK45kz .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-ucGbTK45kz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.cid-ucGbTK45kz .footer-links {
  display: grid;
  grid-column-gap: 0.5rem;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-row-gap: 16px;
}
@media (min-width: 992px) {
  .cid-ucGbTK45kz .footer-links {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucGbTK45kz .footer-links {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin-top: 1.25rem;
  }
}
.cid-ucGbTK45kz .mbr-section-subtitle {
  color: #fac12b;
  margin-bottom: 1rem;
}
.cid-ucGbTK45kz .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ucGbTK45kz .list li {
  transition: 0.5s all;
}
.cid-ucGbTK45kz .list li:hover {
  opacity: 0.6;
}
.cid-ucGbTK45kz .item-wrap {
  margin-bottom: 12px;
}
.cid-ucGbTK45kz .mbr-section-btn {
  margin-bottom: -0.6rem;
}
.cid-ucGbTK45kz .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-ucGbTK45kz .footer-separator {
  height: 1px;
  border: none;
  background: #1B1F0A;
  margin: 1.75rem 0 2.5rem;
  outline: none;
}
.cid-ucGbTK45kz .mbr-iconfont {
  color: #1b1f0a;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cid-ucGbTK45kz .copyright-col {
    text-align: center;
  }
}
.cid-ucGbTK45kz .copyright {
  color: #fafafa;
  text-align: left;
}
.cid-ucHRsBdZYM {
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-ucHRsBdZYM .navbar-dropdown {
  position: relative !important;
}
.cid-ucHRsBdZYM .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-ucHRsBdZYM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucHRsBdZYM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucHRsBdZYM .dropdown-item:hover,
.cid-ucHRsBdZYM .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ucHRsBdZYM .dropdown-item:hover span {
  color: white;
}
.cid-ucHRsBdZYM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucHRsBdZYM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucHRsBdZYM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-ucHRsBdZYM .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-ucHRsBdZYM .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-ucHRsBdZYM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucHRsBdZYM .nav-link {
  position: relative;
}
.cid-ucHRsBdZYM .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
  border-radius: 0;
  background: #b70c0c !important;
}
@media (min-width: 992px) {
  .cid-ucHRsBdZYM .container {
    flex-wrap: nowrap;
  }
}
.cid-ucHRsBdZYM .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucHRsBdZYM .dropdown-menu,
.cid-ucHRsBdZYM .navbar.opened {
  background: #b70c0c !important;
}
.cid-ucHRsBdZYM .nav-item:focus,
.cid-ucHRsBdZYM .nav-link:focus {
  outline: none;
}
.cid-ucHRsBdZYM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucHRsBdZYM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucHRsBdZYM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucHRsBdZYM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucHRsBdZYM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucHRsBdZYM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucHRsBdZYM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: #b70c0c !important;
}
.cid-ucHRsBdZYM .navbar.opened {
  transition: all 0.3s;
}
.cid-ucHRsBdZYM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucHRsBdZYM .navbar .navbar-logo img {
  width: auto;
}
.cid-ucHRsBdZYM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucHRsBdZYM .navbar.collapsed {
  justify-content: center;
}
.cid-ucHRsBdZYM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucHRsBdZYM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucHRsBdZYM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-ucHRsBdZYM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucHRsBdZYM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucHRsBdZYM .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-ucHRsBdZYM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucHRsBdZYM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucHRsBdZYM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucHRsBdZYM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucHRsBdZYM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucHRsBdZYM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucHRsBdZYM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucHRsBdZYM .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-ucHRsBdZYM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucHRsBdZYM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucHRsBdZYM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucHRsBdZYM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucHRsBdZYM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucHRsBdZYM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ucHRsBdZYM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ucHRsBdZYM .navbar.navbar-short {
  min-height: 70px;
}
.cid-ucHRsBdZYM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucHRsBdZYM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucHRsBdZYM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-ucHRsBdZYM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucHRsBdZYM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucHRsBdZYM .dropdown-item.active,
.cid-ucHRsBdZYM .dropdown-item:active {
  background-color: transparent;
}
.cid-ucHRsBdZYM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucHRsBdZYM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucHRsBdZYM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucHRsBdZYM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b70c0c;
}
.cid-ucHRsBdZYM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucHRsBdZYM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucHRsBdZYM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucHRsBdZYM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucHRsBdZYM button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-ucHRsBdZYM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #870e0e;
}
.cid-ucHRsBdZYM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-ucHRsBdZYM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-ucHRsBdZYM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-ucHRsBdZYM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-ucHRsBdZYM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucHRsBdZYM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucHRsBdZYM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucHRsBdZYM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucHRsBdZYM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucHRsBdZYM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucHRsBdZYM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucHRsBdZYM .navbar {
    height: 70px;
  }
  .cid-ucHRsBdZYM .navbar.opened {
    height: auto;
  }
  .cid-ucHRsBdZYM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucHRsBdZYM .navbar-short .container {
  background: #b70c0c !important;
  box-shadow: rgba(39, 39, 39, 0.05) 0 0 20px 0;
  box-shadow: none;
}
.cid-ucHRsBdZYM .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-ucHRsBdZYM .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-ucHRsBdZYM .mbr-section-btn .btn-success:hover,
.cid-ucHRsBdZYM .mbr-section-btn .btn-success:focus,
.cid-ucHRsBdZYM .mbr-section-btn .btn-success.focus,
.cid-ucHRsBdZYM .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-ucHRsBdZYM .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-ucHRsBdZYM .navbar {
    transition: .3s all !important;
  }
  .cid-ucHRsBdZYM .container {
    padding: 2%;
  }
  .cid-ucHRsBdZYM .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-ucHRsBdZYM .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-ucHRsBdZYM .navbar.opened {
    background: #b70c0c;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-ucHRsBdZYM .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-ucHRsBdZYM .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-ucHRsBdZYM .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-ucHRsBdZYM .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-ucHRsBdZYM .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-ucHRsBdZYM .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-ucHRsBdZYM .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-ucHRsBdZYM .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-ucHRsBdZYM .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-ucHRsBdZYM .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-ucHRsBdZYM .mbr-section-btn {
    text-align: left;
  }
}
.cid-ucHRNENIPV {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ucHRNENIPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucHRNENIPV .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-ucHRNENIPV .container {
    padding: 0 20px;
  }
}
.cid-ucHRNENIPV .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucHRNENIPV .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-ucHRNENIPV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ucHRNENIPV .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucHRNENIPV .image-wrapper img {
    height: 350px;
  }
}
.cid-ucHRNENIPV .mbr-section-title {
  color: #ffffff;
}
.cid-ucHRNENIPV .mbr-text {
  color: #ffffff;
}
.cid-ucHRNENIPV .mbr-section-title,
.cid-ucHRNENIPV .mbr-section-btn {
  color: #183666;
}
.cid-ucHRNENIPV .mbr-text,
.cid-ucHRNENIPV .text-wrapper {
  color: #183666;
}
.cid-ucHRRPpuYj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucHRRPpuYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucHRRPpuYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucHRRPpuYj .mbr-section-subtitle {
  color: #fac12b;
}
.cid-ucHRHti5WU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #1b1818;
}
.cid-ucHRHti5WU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucHRHti5WU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucHRHti5WU .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ucHRHti5WU .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ucHRHti5WU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ucHRHti5WU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucHRHti5WU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucHRHti5WU .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ucHRHti5WU .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ucHRsLJYik {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucHRsLJYik .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucHRsLJYik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucHRsLJYik .logo-container {
  max-width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .cid-ucHRsLJYik .logo-container {
    width: 100%;
    padding-right: 0;
  }
}
.cid-ucHRsLJYik .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-ucHRsLJYik .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ucHRsLJYik .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ucHRsLJYik .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-ucHRsLJYik .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucHRsLJYik .items-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ucHRsLJYik .items-container {
    flex-wrap: wrap;
  }
}
.cid-ucHRsLJYik .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-ucHRsLJYik .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.cid-ucHRsLJYik .footer-links {
  display: grid;
  grid-column-gap: 0.5rem;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-row-gap: 16px;
}
@media (min-width: 992px) {
  .cid-ucHRsLJYik .footer-links {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucHRsLJYik .footer-links {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin-top: 1.25rem;
  }
}
.cid-ucHRsLJYik .mbr-section-subtitle {
  color: #fac12b;
  margin-bottom: 1rem;
}
.cid-ucHRsLJYik .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ucHRsLJYik .list li {
  transition: 0.5s all;
}
.cid-ucHRsLJYik .list li:hover {
  opacity: 0.6;
}
.cid-ucHRsLJYik .item-wrap {
  margin-bottom: 12px;
}
.cid-ucHRsLJYik .mbr-section-btn {
  margin-bottom: -0.6rem;
}
.cid-ucHRsLJYik .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-ucHRsLJYik .footer-separator {
  height: 1px;
  border: none;
  background: #1B1F0A;
  margin: 1.75rem 0 2.5rem;
  outline: none;
}
.cid-ucHRsLJYik .mbr-iconfont {
  color: #1b1f0a;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cid-ucHRsLJYik .copyright-col {
    text-align: center;
  }
}
.cid-ucHRsLJYik .copyright {
  color: #fafafa;
  text-align: left;
}
.cid-ucHSzn7RgU {
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-ucHSzn7RgU .navbar-dropdown {
  position: relative !important;
}
.cid-ucHSzn7RgU .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-ucHSzn7RgU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucHSzn7RgU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucHSzn7RgU .dropdown-item:hover,
.cid-ucHSzn7RgU .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ucHSzn7RgU .dropdown-item:hover span {
  color: white;
}
.cid-ucHSzn7RgU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucHSzn7RgU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucHSzn7RgU .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-ucHSzn7RgU .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-ucHSzn7RgU .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-ucHSzn7RgU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucHSzn7RgU .nav-link {
  position: relative;
}
.cid-ucHSzn7RgU .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
  border-radius: 0;
  background: #b70c0c !important;
}
@media (min-width: 992px) {
  .cid-ucHSzn7RgU .container {
    flex-wrap: nowrap;
  }
}
.cid-ucHSzn7RgU .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucHSzn7RgU .dropdown-menu,
.cid-ucHSzn7RgU .navbar.opened {
  background: #b70c0c !important;
}
.cid-ucHSzn7RgU .nav-item:focus,
.cid-ucHSzn7RgU .nav-link:focus {
  outline: none;
}
.cid-ucHSzn7RgU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucHSzn7RgU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucHSzn7RgU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucHSzn7RgU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucHSzn7RgU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucHSzn7RgU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucHSzn7RgU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: #b70c0c !important;
}
.cid-ucHSzn7RgU .navbar.opened {
  transition: all 0.3s;
}
.cid-ucHSzn7RgU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucHSzn7RgU .navbar .navbar-logo img {
  width: auto;
}
.cid-ucHSzn7RgU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucHSzn7RgU .navbar.collapsed {
  justify-content: center;
}
.cid-ucHSzn7RgU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucHSzn7RgU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucHSzn7RgU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-ucHSzn7RgU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucHSzn7RgU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucHSzn7RgU .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-ucHSzn7RgU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucHSzn7RgU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucHSzn7RgU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucHSzn7RgU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucHSzn7RgU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucHSzn7RgU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucHSzn7RgU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucHSzn7RgU .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-ucHSzn7RgU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucHSzn7RgU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucHSzn7RgU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucHSzn7RgU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucHSzn7RgU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucHSzn7RgU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ucHSzn7RgU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ucHSzn7RgU .navbar.navbar-short {
  min-height: 70px;
}
.cid-ucHSzn7RgU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucHSzn7RgU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucHSzn7RgU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-ucHSzn7RgU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucHSzn7RgU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucHSzn7RgU .dropdown-item.active,
.cid-ucHSzn7RgU .dropdown-item:active {
  background-color: transparent;
}
.cid-ucHSzn7RgU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucHSzn7RgU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucHSzn7RgU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucHSzn7RgU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b70c0c;
}
.cid-ucHSzn7RgU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucHSzn7RgU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucHSzn7RgU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucHSzn7RgU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucHSzn7RgU button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-ucHSzn7RgU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #870e0e;
}
.cid-ucHSzn7RgU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-ucHSzn7RgU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-ucHSzn7RgU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-ucHSzn7RgU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-ucHSzn7RgU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucHSzn7RgU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucHSzn7RgU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucHSzn7RgU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucHSzn7RgU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucHSzn7RgU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucHSzn7RgU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucHSzn7RgU .navbar {
    height: 70px;
  }
  .cid-ucHSzn7RgU .navbar.opened {
    height: auto;
  }
  .cid-ucHSzn7RgU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucHSzn7RgU .navbar-short .container {
  background: #b70c0c !important;
  box-shadow: rgba(39, 39, 39, 0.05) 0 0 20px 0;
  box-shadow: none;
}
.cid-ucHSzn7RgU .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-ucHSzn7RgU .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-ucHSzn7RgU .mbr-section-btn .btn-success:hover,
.cid-ucHSzn7RgU .mbr-section-btn .btn-success:focus,
.cid-ucHSzn7RgU .mbr-section-btn .btn-success.focus,
.cid-ucHSzn7RgU .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-ucHSzn7RgU .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-ucHSzn7RgU .navbar {
    transition: .3s all !important;
  }
  .cid-ucHSzn7RgU .container {
    padding: 2%;
  }
  .cid-ucHSzn7RgU .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-ucHSzn7RgU .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-ucHSzn7RgU .navbar.opened {
    background: #b70c0c;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-ucHSzn7RgU .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-ucHSzn7RgU .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-ucHSzn7RgU .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-ucHSzn7RgU .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-ucHSzn7RgU .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-ucHSzn7RgU .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-ucHSzn7RgU .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-ucHSzn7RgU .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-ucHSzn7RgU .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-ucHSzn7RgU .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-ucHSzn7RgU .mbr-section-btn {
    text-align: left;
  }
}
.cid-ucHSzo6HYG {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ucHSzo6HYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucHSzo6HYG .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-ucHSzo6HYG .container {
    padding: 0 20px;
  }
}
.cid-ucHSzo6HYG .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucHSzo6HYG .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-ucHSzo6HYG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ucHSzo6HYG .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucHSzo6HYG .image-wrapper img {
    height: 350px;
  }
}
.cid-ucHSzo6HYG .mbr-section-title {
  color: #ffffff;
}
.cid-ucHSzo6HYG .mbr-text {
  color: #ffffff;
}
.cid-ucHSzo6HYG .mbr-section-title,
.cid-ucHSzo6HYG .mbr-section-btn {
  color: #183666;
}
.cid-ucHSzo6HYG .mbr-text,
.cid-ucHSzo6HYG .text-wrapper {
  color: #183666;
}
.cid-ucHSzoYgLj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucHSzoYgLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucHSzoYgLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucHSzoYgLj .mbr-section-subtitle {
  color: #fac12b;
}
.cid-ucHSzpLl2p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #1b1818;
}
.cid-ucHSzpLl2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucHSzpLl2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucHSzpLl2p .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ucHSzpLl2p .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ucHSzpLl2p .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ucHSzpLl2p .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucHSzpLl2p .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucHSzpLl2p .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ucHSzpLl2p .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ucHSzqBYP0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucHSzqBYP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucHSzqBYP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucHSzqBYP0 .logo-container {
  max-width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .cid-ucHSzqBYP0 .logo-container {
    width: 100%;
    padding-right: 0;
  }
}
.cid-ucHSzqBYP0 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-ucHSzqBYP0 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ucHSzqBYP0 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ucHSzqBYP0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-ucHSzqBYP0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucHSzqBYP0 .items-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ucHSzqBYP0 .items-container {
    flex-wrap: wrap;
  }
}
.cid-ucHSzqBYP0 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-ucHSzqBYP0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.cid-ucHSzqBYP0 .footer-links {
  display: grid;
  grid-column-gap: 0.5rem;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-row-gap: 16px;
}
@media (min-width: 992px) {
  .cid-ucHSzqBYP0 .footer-links {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucHSzqBYP0 .footer-links {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin-top: 1.25rem;
  }
}
.cid-ucHSzqBYP0 .mbr-section-subtitle {
  color: #fac12b;
  margin-bottom: 1rem;
}
.cid-ucHSzqBYP0 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ucHSzqBYP0 .list li {
  transition: 0.5s all;
}
.cid-ucHSzqBYP0 .list li:hover {
  opacity: 0.6;
}
.cid-ucHSzqBYP0 .item-wrap {
  margin-bottom: 12px;
}
.cid-ucHSzqBYP0 .mbr-section-btn {
  margin-bottom: -0.6rem;
}
.cid-ucHSzqBYP0 .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-ucHSzqBYP0 .footer-separator {
  height: 1px;
  border: none;
  background: #1B1F0A;
  margin: 1.75rem 0 2.5rem;
  outline: none;
}
.cid-ucHSzqBYP0 .mbr-iconfont {
  color: #1b1f0a;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cid-ucHSzqBYP0 .copyright-col {
    text-align: center;
  }
}
.cid-ucHSzqBYP0 .copyright {
  color: #fafafa;
  text-align: left;
}
.cid-ucJGf78eVb {
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-ucJGf78eVb .navbar-dropdown {
  position: relative !important;
}
.cid-ucJGf78eVb .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-ucJGf78eVb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucJGf78eVb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucJGf78eVb .dropdown-item:hover,
.cid-ucJGf78eVb .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ucJGf78eVb .dropdown-item:hover span {
  color: white;
}
.cid-ucJGf78eVb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucJGf78eVb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucJGf78eVb .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-ucJGf78eVb .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-ucJGf78eVb .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-ucJGf78eVb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucJGf78eVb .nav-link {
  position: relative;
}
.cid-ucJGf78eVb .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
  border-radius: 0;
  background: #b70c0c !important;
}
@media (min-width: 992px) {
  .cid-ucJGf78eVb .container {
    flex-wrap: nowrap;
  }
}
.cid-ucJGf78eVb .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucJGf78eVb .dropdown-menu,
.cid-ucJGf78eVb .navbar.opened {
  background: #b70c0c !important;
}
.cid-ucJGf78eVb .nav-item:focus,
.cid-ucJGf78eVb .nav-link:focus {
  outline: none;
}
.cid-ucJGf78eVb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucJGf78eVb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucJGf78eVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucJGf78eVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucJGf78eVb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucJGf78eVb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucJGf78eVb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: #b70c0c !important;
}
.cid-ucJGf78eVb .navbar.opened {
  transition: all 0.3s;
}
.cid-ucJGf78eVb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucJGf78eVb .navbar .navbar-logo img {
  width: auto;
}
.cid-ucJGf78eVb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucJGf78eVb .navbar.collapsed {
  justify-content: center;
}
.cid-ucJGf78eVb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucJGf78eVb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucJGf78eVb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-ucJGf78eVb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucJGf78eVb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucJGf78eVb .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-ucJGf78eVb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucJGf78eVb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucJGf78eVb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucJGf78eVb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucJGf78eVb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucJGf78eVb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucJGf78eVb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucJGf78eVb .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-ucJGf78eVb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucJGf78eVb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucJGf78eVb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucJGf78eVb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucJGf78eVb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucJGf78eVb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ucJGf78eVb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ucJGf78eVb .navbar.navbar-short {
  min-height: 70px;
}
.cid-ucJGf78eVb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucJGf78eVb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucJGf78eVb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-ucJGf78eVb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucJGf78eVb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucJGf78eVb .dropdown-item.active,
.cid-ucJGf78eVb .dropdown-item:active {
  background-color: transparent;
}
.cid-ucJGf78eVb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucJGf78eVb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucJGf78eVb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucJGf78eVb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b70c0c;
}
.cid-ucJGf78eVb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucJGf78eVb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucJGf78eVb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucJGf78eVb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucJGf78eVb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-ucJGf78eVb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #870e0e;
}
.cid-ucJGf78eVb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-ucJGf78eVb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-ucJGf78eVb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-ucJGf78eVb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-ucJGf78eVb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucJGf78eVb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucJGf78eVb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucJGf78eVb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucJGf78eVb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucJGf78eVb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucJGf78eVb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucJGf78eVb .navbar {
    height: 70px;
  }
  .cid-ucJGf78eVb .navbar.opened {
    height: auto;
  }
  .cid-ucJGf78eVb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucJGf78eVb .navbar-short .container {
  background: #b70c0c !important;
  box-shadow: rgba(39, 39, 39, 0.05) 0 0 20px 0;
  box-shadow: none;
}
.cid-ucJGf78eVb .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-ucJGf78eVb .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-ucJGf78eVb .mbr-section-btn .btn-success:hover,
.cid-ucJGf78eVb .mbr-section-btn .btn-success:focus,
.cid-ucJGf78eVb .mbr-section-btn .btn-success.focus,
.cid-ucJGf78eVb .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-ucJGf78eVb .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-ucJGf78eVb .navbar {
    transition: .3s all !important;
  }
  .cid-ucJGf78eVb .container {
    padding: 2%;
  }
  .cid-ucJGf78eVb .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-ucJGf78eVb .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-ucJGf78eVb .navbar.opened {
    background: #b70c0c;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-ucJGf78eVb .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-ucJGf78eVb .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-ucJGf78eVb .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-ucJGf78eVb .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-ucJGf78eVb .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-ucJGf78eVb .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-ucJGf78eVb .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-ucJGf78eVb .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-ucJGf78eVb .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-ucJGf78eVb .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-ucJGf78eVb .mbr-section-btn {
    text-align: left;
  }
}
.cid-ucJGf7K908 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fac12b;
}
.cid-ucJGf7K908 .container,
.cid-ucJGf7K908 .container-fluid {
  z-index: 10;
}
.cid-ucJGf7K908 .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-ucJGf7K908 .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-ucJGf7K908 .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ucJGf7K908 .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-ucJGf7K908 .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-ucJGf7K908 .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(64, 176, 191, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ucJGf7K908 .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-ucJGf7K908 .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-ucJGf7K908 .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(255, 153, 102, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ucJGf7K908 .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-ucJGf7K908 .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-ucJGf7K908 .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(71, 181, 237, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ucJGf7K908 .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-ucJGf7K908 .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-ucJGf7K908 .container {
  pointer-events: none;
}
.cid-ucJGf7K908 .subtitle__block,
.cid-ucJGf7K908 .title__block,
.cid-ucJGf7K908 .buttons__block {
  pointer-events: all;
}
.cid-ucJGf7K908 .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ucJGf7K908 .mbr-section-title {
  margin-bottom: 45px;
  color: #233d63;
  font-weight: 300;
}
.cid-ucJGf7K908 .mbr-section-title b,
.cid-ucJGf7K908 .mbr-section-title strong {
  font-weight: 900;
}
.cid-ucJGf7K908 .mbr-text {
  margin-bottom: 45px;
}
.cid-ucJGf7K908 .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ucJGf7K908 .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-ucJGf7K908 .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #47b5ed 0%, rgba(71, 181, 237, 0.85) 100%) !important;
}
.cid-ucJGf7K908 .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-ucJGf7K908 .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-ucJGf7K908 .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-ucJGf7K908 .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-ucJGf7K908 .mbr-figure:hover {
  color: #47b5ed;
  cursor: pointer;
}
.cid-ucJGf7K908 .mbr-figure:hover .mbr-media {
  border-color: #47b5ed;
  color: #47b5ed;
}
@media (max-width: 575px) {
  .cid-ucJGf7K908 .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-ucJGf7K908 .mbr-media {
  display: inline-flex;
  color: #870e0e;
  align-items: center;
  justify-content: center;
  border: 2px solid #870e0e;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-ucJGf7K908 .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-ucJGf7K908 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-ucJGf7K908 .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-ucJGf7K908 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ucJGf7K908 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ucJGf7K908 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-ucJGf7K908 a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-ucJGf7K908 a.close:hover {
  color: #ffffff;
}
.cid-ucJGf7K908 .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #47b5ed;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-ucJGf7K908 .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #40b0bf;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-ucJGf7K908 .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #ffe161;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-ucJGf7K908 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #000000;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-ucJGf7K908 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGf7K908 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGf7K908 .mbr-text,
.cid-ucJGf7K908 .buttons__block {
  color: #183666;
}
.cid-ucJGf8uz2c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGf8uz2c .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGf8uz2c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGf8uz2c .row {
  padding: 1rem;
}
.cid-ucJGf8uz2c .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fac12b;
  border-radius: 400px 0 0 0;
}
.cid-ucJGf8uz2c .title-wrapper {
  padding-left: 110px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucJGf8uz2c .title-wrapper {
    padding: 0;
  }
}
.cid-ucJGf8uz2c .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-ucJGf8uz2c .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-ucJGf8uz2c .cards .card {
  margin-bottom: 20px;
}
.cid-ucJGf8uz2c .cards .card .mbr-number {
  margin: 0;
}
.cid-ucJGf8uz2c .cards .card .mbr-desc {
  margin: 0;
}
.cid-ucJGf8uz2c .mbr-section-title {
  color: #fac12b;
}
.cid-ucJGf8uz2c .mbr-text {
  color: #1e4381;
}
.cid-ucJGf8uz2c .mbr-number {
  color: #ee2947;
}
.cid-ucJGf8uz2c .mbr-desc {
  color: #1e4381;
}
.cid-ucJGf93ogE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac12b;
}
.cid-ucJGf93ogE .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucJGf93ogE .mbr-text {
  color: #3c5172;
}
.cid-ucJGf9rmre {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGf9rmre .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGf9rmre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGf9rmre .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ucJGf9rmre .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucJGf9rmre .container {
    padding: 0 30px;
  }
}
.cid-ucJGf9rmre .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #fac12b;
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucJGf9rmre .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-ucJGf9rmre .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-ucJGf9rmre .card-wrapper .title-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucJGf9rmre .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-ucJGf9rmre .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ucJGf9rmre .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucJGf9rmre .mbr-section-title {
  color: #2b2b2b;
}
.cid-ucJGf9rmre .mbr-text {
  color: #3c5172;
}
.cid-ucJGf9rmre .mbr-section-title,
.cid-ucJGf9rmre .mbr-section-btn {
  color: #183666;
}
.cid-ucJGf9SsWk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fac12b;
}
.cid-ucJGf9SsWk .card .card-img {
  overflow: hidden;
}
.cid-ucJGf9SsWk .card .card-img img {
  transition: all .5s;
}
.cid-ucJGf9SsWk .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ucJGf9SsWk .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ucJGf9SsWk .card {
  display: block;
  height: 100%;
}
.cid-ucJGf9SsWk .card .card-wrapper {
  height: 100%;
}
.cid-ucJGf9SsWk .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-ucJGf9SsWk .card .card-box {
  background: #fafafa;
  padding: 2rem;
}
.cid-ucJGf9SsWk .card .card-box .card-title {
  margin: 0;
}
.cid-ucJGf9SsWk .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucJGf9SsWk .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-ucJGf9SsWk .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-ucJGf9SsWk .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-ucJGf9SsWk .card .card-footer {
  background: #fafafa;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucJGf9SsWk .card .card-footer .icons-list {
  margin: 0;
}
.cid-ucJGf9SsWk .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-ucJGf9SsWk .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-ucJGf9SsWk .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-ucJGf9SsWk .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-ucJGf9SsWk .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-ucJGf9SsWk .card-footer {
  border-top: 1px solid #efefef;
}
.cid-ucJGf9SsWk .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-ucJGf9SsWk .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucJGf9SsWk .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-ucJGf9SsWk .main-title {
  color: #183666;
}
.cid-ucJGfaQpL1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGfaQpL1 .mbr-text {
  color: #ffe885;
}
.cid-ucJGfaQpL1 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-ucJGfbjmxd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fac12b;
}
.cid-ucJGfbjmxd .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucJGfbjmxd .row {
  background-color: #870e0e;
}
.cid-ucJGfbjmxd .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ucJGfbjmxd .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucJGfbjmxd .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ucJGfbjmxd .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucJGfbjmxd .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ucJGfbjmxd .image-element {
    padding: 0 15px;
  }
  .cid-ucJGfbjmxd .text-element {
    padding: 2rem 1rem;
  }
  .cid-ucJGfbjmxd .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-ucJGfbjmxd .mbr-text,
.cid-ucJGfbjmxd .mbr-section-btn {
  color: #fff0b0;
}
.cid-ucJGfbjmxd .mbr-section-title {
  color: #ffe885;
}
.cid-ucJGfbSIJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGfbSIJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfbSIJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGfbSIJe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucJGfbSIJe .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucJGfbSIJe .container {
    padding: 0 12px;
  }
}
.cid-ucJGfbSIJe .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucJGfbSIJe .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucJGfbSIJe .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #fac12b;
}
@media (max-width: 992px) {
  .cid-ucJGfbSIJe .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ucJGfbSIJe .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucJGfbSIJe .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-ucJGfbSIJe .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ucJGfbSIJe .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-ucJGfbSIJe .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-ucJGfbSIJe .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-ucJGfbSIJe .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ucJGfbSIJe .mbr-section-title {
  color: #fac12b;
  text-align: center;
}
.cid-ucJGfbSIJe .mbr-section-subtitle {
  color: #222222;
}
.cid-ucJGfbSIJe .mbr-text {
  color: #183666;
}
.cid-ucJGfbSIJe .list {
  color: #222222;
}
.cid-ucJGfclPHy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fac12b;
}
.cid-ucJGfclPHy .row {
  align-items: center;
  width: 100%;
}
.cid-ucJGfclPHy .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-ucJGfclPHy .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-ucJGfclPHy .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-ucJGfclPHy .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #fafafa;
}
.cid-ucJGfclPHy .text-container {
  padding: 32px 32px 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ucJGfclPHy .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-ucJGfclPHy .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.cid-ucJGfclPHy .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-ucJGfclPHy .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-ucJGfclPHy .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-ucJGfclPHy .mbr-section-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
  text-align: center;
}
.cid-ucJGfclPHy .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-ucJGfclPHy .btn-container {
  width: 100%;
}
.cid-ucJGfclPHy .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-ucJGfclPHy .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-ucJGfclPHy .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucJGfclPHy .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-ucJGfdhhfO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGfdhhfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfdhhfO .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-ucJGfdhhfO .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucJGfdhhfO .container {
    padding: 0 12px;
  }
}
.cid-ucJGfdhhfO .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucJGfdhhfO .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-ucJGfdhhfO .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-ucJGfdhhfO .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-ucJGfdhhfO .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucJGfdhhfO .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucJGfdhhfO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucJGfdhhfO .mbr-section-title {
  color: #fac12b;
}
.cid-ucJGfdhhfO .mbr-text {
  color: #222222;
}
.cid-ucJGfdhhfO .mbr-text,
.cid-ucJGfdhhfO .mbr-section-btn {
  color: #fac12b;
}
.cid-ucJGfdL8Ze {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac12b;
}
.cid-ucJGfdL8Ze .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfdL8Ze .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-ucJGfdL8Ze .container {
    padding: 0 24px;
  }
}
.cid-ucJGfdL8Ze .row {
  justify-content: center;
}
.cid-ucJGfdL8Ze .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ucJGfdL8Ze .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucJGfdL8Ze .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-ucJGfdL8Ze .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucJGfdL8Ze .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-ucJGfdL8Ze .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucJGfdL8Ze .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucJGfdL8Ze .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucJGfdL8Ze .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucJGfdL8Ze .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #870e0e;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ucJGfdL8Ze .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-ucJGfdL8Ze .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-ucJGfdL8Ze .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucJGfdL8Ze .mbr-section-title {
  color: #183666;
  text-align: center;
}
.cid-ucJGfdL8Ze .panel-title-edit {
  color: #232323;
}
.cid-ucJGfdL8Ze .panel-text {
  color: #262642;
}
.cid-ucJGfesWoS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGfesWoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfesWoS .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-ucJGfesWoS .container {
    padding: 0 20px;
  }
}
.cid-ucJGfesWoS .row {
  margin: 0;
}
.cid-ucJGfesWoS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucJGfesWoS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucJGfesWoS .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucJGfesWoS .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucJGfesWoS .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucJGfesWoS .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucJGfesWoS .mbr-section-title {
  color: #fac12b;
  text-align: center;
}
.cid-ucJGfeZ90X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac12b;
}
.cid-ucJGfeZ90X .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfeZ90X .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-ucJGfeZ90X .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucJGfeZ90X .container {
    padding: 0 12px;
  }
}
.cid-ucJGfeZ90X .row {
  justify-content: center;
}
.cid-ucJGfeZ90X .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #ffffff;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-ucJGfeZ90X .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ucJGfeZ90X .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucJGfeZ90X .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ucJGfeZ90X .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucJGfeZ90X .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-ucJGfeZ90X .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-ucJGfeZ90X .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-ucJGfeZ90X .mbr-section-title {
  color: #222222;
}
.cid-ucJGfeZ90X .mbr-text {
  color: #222222;
}
.cid-ucJKYYNiLU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ucJKYYNiLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJKYYNiLU .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-ucJKYYNiLU .container {
    padding: 0 24px;
  }
}
.cid-ucJKYYNiLU .image-wrapper {
  position: relative;
}
.cid-ucJKYYNiLU .image-wrapper img {
  height: 800px;
  border-radius: .6rem !important;
  object-fit: cover;
}
.cid-ucJGfft8XO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGfft8XO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfft8XO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGfft8XO .row {
  padding: 1rem;
}
.cid-ucJGfft8XO .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-ucJGfft8XO .row {
    padding: 0 12px;
  }
}
.cid-ucJGfft8XO .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fac12b;
  border-radius: 100% 0 0 0;
}
.cid-ucJGfft8XO .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #fac12b;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucJGfft8XO .row::after {
    display: none;
  }
}
.cid-ucJGfft8XO .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-ucJGfft8XO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucJGfft8XO .title-wrapper .mbr-section-title span {
  color: #ff6666;
}
.cid-ucJGfft8XO .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucJGfft8XO .text-wrapper {
    padding: 0;
  }
}
.cid-ucJGfft8XO .text-wrapper .mbr-text {
  margin: 0;
}
.cid-ucJGfft8XO .mbr-section-title {
  color: #fafafa;
}
.cid-ucJGfft8XO .mbr-text {
  color: #ffffff;
}
.cid-ucJUrw7o6s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #870e0e;
}
.cid-ucJUrw7o6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJUrw7o6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJUrw7o6s .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucJUrw7o6s .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucJUrw7o6s .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ucJUrw7o6s .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucJUrw7o6s .container {
    padding: 0 12px;
  }
}
.cid-ucJUrw7o6s .title-wrapper {
  padding: 64px;
  background-color: #000000;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucJUrw7o6s .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-ucJUrw7o6s .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ucJUrw7o6s .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucJUrw7o6s .panel-group {
  padding: 64px;
  background-color: #000000;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-ucJUrw7o6s .panel-group {
    padding: 24px;
  }
}
.cid-ucJUrw7o6s .panel-group .card {
  border: 1px solid #bbbbbb;
  border-radius: 32px !important;
  background-color: #fac12b;
  margin-bottom: 32px;
}
.cid-ucJUrw7o6s .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucJUrw7o6s .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-ucJUrw7o6s .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucJUrw7o6s .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-ucJUrw7o6s .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucJUrw7o6s .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #fac12b;
}
.cid-ucJUrw7o6s .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-ucJUrw7o6s .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-ucJUrw7o6s .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucJUrw7o6s .mbr-section-title {
  color: #ffffff;
}
.cid-ucJUrw7o6s .mbr-text {
  color: #ffffff;
}
.cid-ucJUrw7o6s .panel-title-edit {
  color: #ffffff;
}
.cid-ucJUrw7o6s .panel-text {
  color: #870e0e;
}
.cid-ucJGffXogZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac12b;
}
.cid-ucJGffXogZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGffXogZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGffXogZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucJGffXogZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucJGffXogZ .container {
    padding: 0 16px;
  }
}
.cid-ucJGffXogZ .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucJGffXogZ .row {
    margin: 0 10px;
  }
}
.cid-ucJGffXogZ .row .card {
  padding: 0;
}
.cid-ucJGffXogZ .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucJGffXogZ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucJGffXogZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucJGffXogZ .google-map iframe {
  height: 500px;
  border: 10px solid #000000 !important;
  border-radius: 20px !important;
  background-color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-ucJGffXogZ .google-map iframe {
    height: 350px;
  }
}
.cid-ucJGffXogZ .mbr-section-title {
  color: #183666;
}
.cid-ucJGfgvpFk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGfgvpFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfgvpFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGfgvpFk .logo-container {
  max-width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .cid-ucJGfgvpFk .logo-container {
    width: 100%;
    padding-right: 0;
  }
}
.cid-ucJGfgvpFk .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-ucJGfgvpFk .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ucJGfgvpFk .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ucJGfgvpFk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-ucJGfgvpFk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucJGfgvpFk .items-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ucJGfgvpFk .items-container {
    flex-wrap: wrap;
  }
}
.cid-ucJGfgvpFk .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-ucJGfgvpFk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.cid-ucJGfgvpFk .footer-links {
  display: grid;
  grid-column-gap: 0.5rem;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-row-gap: 16px;
}
@media (min-width: 992px) {
  .cid-ucJGfgvpFk .footer-links {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucJGfgvpFk .footer-links {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin-top: 1.25rem;
  }
}
.cid-ucJGfgvpFk .mbr-section-subtitle {
  color: #fac12b;
  margin-bottom: 1rem;
}
.cid-ucJGfgvpFk .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ucJGfgvpFk .list li {
  transition: 0.5s all;
}
.cid-ucJGfgvpFk .list li:hover {
  opacity: 0.6;
}
.cid-ucJGfgvpFk .item-wrap {
  margin-bottom: 12px;
}
.cid-ucJGfgvpFk .mbr-section-btn {
  margin-bottom: -0.6rem;
}
.cid-ucJGfgvpFk .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-ucJGfgvpFk .footer-separator {
  height: 1px;
  border: none;
  background: #1B1F0A;
  margin: 1.75rem 0 2.5rem;
  outline: none;
}
.cid-ucJGfgvpFk .mbr-iconfont {
  color: #1b1f0a;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cid-ucJGfgvpFk .copyright-col {
    text-align: center;
  }
}
.cid-ucJGfgvpFk .copyright {
  color: #fafafa;
  text-align: left;
}
.cid-ucJGfOcSD1 {
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-ucJGfOcSD1 .navbar-dropdown {
  position: relative !important;
}
.cid-ucJGfOcSD1 .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-ucJGfOcSD1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucJGfOcSD1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucJGfOcSD1 .dropdown-item:hover,
.cid-ucJGfOcSD1 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ucJGfOcSD1 .dropdown-item:hover span {
  color: white;
}
.cid-ucJGfOcSD1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucJGfOcSD1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucJGfOcSD1 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-ucJGfOcSD1 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-ucJGfOcSD1 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-ucJGfOcSD1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucJGfOcSD1 .nav-link {
  position: relative;
}
.cid-ucJGfOcSD1 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
  border-radius: 0;
  background: #b70c0c !important;
}
@media (min-width: 992px) {
  .cid-ucJGfOcSD1 .container {
    flex-wrap: nowrap;
  }
}
.cid-ucJGfOcSD1 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucJGfOcSD1 .dropdown-menu,
.cid-ucJGfOcSD1 .navbar.opened {
  background: #b70c0c !important;
}
.cid-ucJGfOcSD1 .nav-item:focus,
.cid-ucJGfOcSD1 .nav-link:focus {
  outline: none;
}
.cid-ucJGfOcSD1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucJGfOcSD1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucJGfOcSD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucJGfOcSD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucJGfOcSD1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucJGfOcSD1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucJGfOcSD1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: #b70c0c !important;
}
.cid-ucJGfOcSD1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucJGfOcSD1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucJGfOcSD1 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucJGfOcSD1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucJGfOcSD1 .navbar.collapsed {
  justify-content: center;
}
.cid-ucJGfOcSD1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucJGfOcSD1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucJGfOcSD1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-ucJGfOcSD1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucJGfOcSD1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucJGfOcSD1 .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-ucJGfOcSD1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucJGfOcSD1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucJGfOcSD1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucJGfOcSD1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucJGfOcSD1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucJGfOcSD1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucJGfOcSD1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucJGfOcSD1 .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-ucJGfOcSD1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucJGfOcSD1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucJGfOcSD1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucJGfOcSD1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucJGfOcSD1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucJGfOcSD1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ucJGfOcSD1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ucJGfOcSD1 .navbar.navbar-short {
  min-height: 70px;
}
.cid-ucJGfOcSD1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucJGfOcSD1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucJGfOcSD1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-ucJGfOcSD1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucJGfOcSD1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucJGfOcSD1 .dropdown-item.active,
.cid-ucJGfOcSD1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucJGfOcSD1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucJGfOcSD1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucJGfOcSD1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucJGfOcSD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b70c0c;
}
.cid-ucJGfOcSD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucJGfOcSD1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucJGfOcSD1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucJGfOcSD1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucJGfOcSD1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-ucJGfOcSD1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #870e0e;
}
.cid-ucJGfOcSD1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-ucJGfOcSD1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-ucJGfOcSD1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-ucJGfOcSD1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-ucJGfOcSD1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucJGfOcSD1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucJGfOcSD1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucJGfOcSD1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucJGfOcSD1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucJGfOcSD1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucJGfOcSD1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucJGfOcSD1 .navbar {
    height: 70px;
  }
  .cid-ucJGfOcSD1 .navbar.opened {
    height: auto;
  }
  .cid-ucJGfOcSD1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucJGfOcSD1 .navbar-short .container {
  background: #b70c0c !important;
  box-shadow: rgba(39, 39, 39, 0.05) 0 0 20px 0;
  box-shadow: none;
}
.cid-ucJGfOcSD1 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-ucJGfOcSD1 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-ucJGfOcSD1 .mbr-section-btn .btn-success:hover,
.cid-ucJGfOcSD1 .mbr-section-btn .btn-success:focus,
.cid-ucJGfOcSD1 .mbr-section-btn .btn-success.focus,
.cid-ucJGfOcSD1 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-ucJGfOcSD1 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-ucJGfOcSD1 .navbar {
    transition: .3s all !important;
  }
  .cid-ucJGfOcSD1 .container {
    padding: 2%;
  }
  .cid-ucJGfOcSD1 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-ucJGfOcSD1 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-ucJGfOcSD1 .navbar.opened {
    background: #b70c0c;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-ucJGfOcSD1 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-ucJGfOcSD1 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-ucJGfOcSD1 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-ucJGfOcSD1 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-ucJGfOcSD1 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-ucJGfOcSD1 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-ucJGfOcSD1 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-ucJGfOcSD1 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-ucJGfOcSD1 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-ucJGfOcSD1 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-ucJGfOcSD1 .mbr-section-btn {
    text-align: left;
  }
}
.cid-ucJGfOLIBo {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fac12b;
}
.cid-ucJGfOLIBo .container,
.cid-ucJGfOLIBo .container-fluid {
  z-index: 10;
}
.cid-ucJGfOLIBo .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-ucJGfOLIBo .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-ucJGfOLIBo .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ucJGfOLIBo .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-ucJGfOLIBo .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-ucJGfOLIBo .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(64, 176, 191, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ucJGfOLIBo .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-ucJGfOLIBo .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-ucJGfOLIBo .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(255, 153, 102, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ucJGfOLIBo .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-ucJGfOLIBo .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-ucJGfOLIBo .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(71, 181, 237, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ucJGfOLIBo .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-ucJGfOLIBo .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-ucJGfOLIBo .container {
  pointer-events: none;
}
.cid-ucJGfOLIBo .subtitle__block,
.cid-ucJGfOLIBo .title__block,
.cid-ucJGfOLIBo .buttons__block {
  pointer-events: all;
}
.cid-ucJGfOLIBo .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ucJGfOLIBo .mbr-section-title {
  margin-bottom: 45px;
  color: #233d63;
  font-weight: 300;
}
.cid-ucJGfOLIBo .mbr-section-title b,
.cid-ucJGfOLIBo .mbr-section-title strong {
  font-weight: 900;
}
.cid-ucJGfOLIBo .mbr-text {
  margin-bottom: 45px;
}
.cid-ucJGfOLIBo .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ucJGfOLIBo .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-ucJGfOLIBo .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #47b5ed 0%, rgba(71, 181, 237, 0.85) 100%) !important;
}
.cid-ucJGfOLIBo .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-ucJGfOLIBo .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-ucJGfOLIBo .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-ucJGfOLIBo .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-ucJGfOLIBo .mbr-figure:hover {
  color: #47b5ed;
  cursor: pointer;
}
.cid-ucJGfOLIBo .mbr-figure:hover .mbr-media {
  border-color: #47b5ed;
  color: #47b5ed;
}
@media (max-width: 575px) {
  .cid-ucJGfOLIBo .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-ucJGfOLIBo .mbr-media {
  display: inline-flex;
  color: #870e0e;
  align-items: center;
  justify-content: center;
  border: 2px solid #870e0e;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-ucJGfOLIBo .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-ucJGfOLIBo .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-ucJGfOLIBo .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-ucJGfOLIBo .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ucJGfOLIBo .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ucJGfOLIBo .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-ucJGfOLIBo a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-ucJGfOLIBo a.close:hover {
  color: #ffffff;
}
.cid-ucJGfOLIBo .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #47b5ed;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-ucJGfOLIBo .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #40b0bf;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-ucJGfOLIBo .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #ffe161;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-ucJGfOLIBo .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #000000;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-ucJGfOLIBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfOLIBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGfOLIBo .mbr-text,
.cid-ucJGfOLIBo .buttons__block {
  color: #183666;
}
.cid-ucJGfPuGMo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGfPuGMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfPuGMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGfPuGMo .row {
  padding: 1rem;
}
.cid-ucJGfPuGMo .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fac12b;
  border-radius: 400px 0 0 0;
}
.cid-ucJGfPuGMo .title-wrapper {
  padding-left: 110px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucJGfPuGMo .title-wrapper {
    padding: 0;
  }
}
.cid-ucJGfPuGMo .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-ucJGfPuGMo .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-ucJGfPuGMo .cards .card {
  margin-bottom: 20px;
}
.cid-ucJGfPuGMo .cards .card .mbr-number {
  margin: 0;
}
.cid-ucJGfPuGMo .cards .card .mbr-desc {
  margin: 0;
}
.cid-ucJGfPuGMo .mbr-section-title {
  color: #fac12b;
}
.cid-ucJGfPuGMo .mbr-text {
  color: #1e4381;
}
.cid-ucJGfPuGMo .mbr-number {
  color: #ee2947;
}
.cid-ucJGfPuGMo .mbr-desc {
  color: #1e4381;
}
.cid-ucJGfPUUQD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac12b;
}
.cid-ucJGfPUUQD .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucJGfPUUQD .mbr-text {
  color: #3c5172;
}
.cid-ucJGfQgzZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGfQgzZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfQgzZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGfQgzZI .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ucJGfQgzZI .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucJGfQgzZI .container {
    padding: 0 30px;
  }
}
.cid-ucJGfQgzZI .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #fac12b;
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucJGfQgzZI .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-ucJGfQgzZI .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-ucJGfQgzZI .card-wrapper .title-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucJGfQgzZI .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-ucJGfQgzZI .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ucJGfQgzZI .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucJGfQgzZI .mbr-section-title {
  color: #2b2b2b;
}
.cid-ucJGfQgzZI .mbr-text {
  color: #3c5172;
}
.cid-ucJGfQgzZI .mbr-section-title,
.cid-ucJGfQgzZI .mbr-section-btn {
  color: #183666;
}
.cid-ucJGfQFaei {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fac12b;
}
.cid-ucJGfQFaei .card .card-img {
  overflow: hidden;
}
.cid-ucJGfQFaei .card .card-img img {
  transition: all .5s;
}
.cid-ucJGfQFaei .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ucJGfQFaei .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ucJGfQFaei .card {
  display: block;
  height: 100%;
}
.cid-ucJGfQFaei .card .card-wrapper {
  height: 100%;
}
.cid-ucJGfQFaei .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-ucJGfQFaei .card .card-box {
  background: #fafafa;
  padding: 2rem;
}
.cid-ucJGfQFaei .card .card-box .card-title {
  margin: 0;
}
.cid-ucJGfQFaei .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucJGfQFaei .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-ucJGfQFaei .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-ucJGfQFaei .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-ucJGfQFaei .card .card-footer {
  background: #fafafa;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucJGfQFaei .card .card-footer .icons-list {
  margin: 0;
}
.cid-ucJGfQFaei .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-ucJGfQFaei .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-ucJGfQFaei .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-ucJGfQFaei .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-ucJGfQFaei .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-ucJGfQFaei .card-footer {
  border-top: 1px solid #efefef;
}
.cid-ucJGfQFaei .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-ucJGfQFaei .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucJGfQFaei .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-ucJGfQFaei .main-title {
  color: #183666;
}
.cid-ucJGfRyD0E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGfRyD0E .mbr-text {
  color: #ffe885;
}
.cid-ucJGfRyD0E .mbr-section-subtitle {
  color: #ffe161;
}
.cid-ucJGfRXvHI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fac12b;
}
.cid-ucJGfRXvHI .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucJGfRXvHI .row {
  background-color: #870e0e;
}
.cid-ucJGfRXvHI .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ucJGfRXvHI .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucJGfRXvHI .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ucJGfRXvHI .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucJGfRXvHI .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ucJGfRXvHI .image-element {
    padding: 0 15px;
  }
  .cid-ucJGfRXvHI .text-element {
    padding: 2rem 1rem;
  }
  .cid-ucJGfRXvHI .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-ucJGfRXvHI .mbr-text,
.cid-ucJGfRXvHI .mbr-section-btn {
  color: #fff0b0;
}
.cid-ucJGfRXvHI .mbr-section-title {
  color: #ffe885;
}
.cid-ucJGfSwRsp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGfSwRsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfSwRsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGfSwRsp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucJGfSwRsp .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucJGfSwRsp .container {
    padding: 0 12px;
  }
}
.cid-ucJGfSwRsp .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucJGfSwRsp .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucJGfSwRsp .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #fac12b;
}
@media (max-width: 992px) {
  .cid-ucJGfSwRsp .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ucJGfSwRsp .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucJGfSwRsp .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-ucJGfSwRsp .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ucJGfSwRsp .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-ucJGfSwRsp .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-ucJGfSwRsp .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-ucJGfSwRsp .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ucJGfSwRsp .mbr-section-title {
  color: #fac12b;
  text-align: center;
}
.cid-ucJGfSwRsp .mbr-section-subtitle {
  color: #222222;
}
.cid-ucJGfSwRsp .mbr-text {
  color: #183666;
}
.cid-ucJGfSwRsp .list {
  color: #222222;
}
.cid-ucJGfT1iVK {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fac12b;
}
.cid-ucJGfT1iVK .row {
  align-items: center;
  width: 100%;
}
.cid-ucJGfT1iVK .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-ucJGfT1iVK .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-ucJGfT1iVK .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-ucJGfT1iVK .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #fafafa;
}
.cid-ucJGfT1iVK .text-container {
  padding: 32px 32px 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ucJGfT1iVK .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-ucJGfT1iVK .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.cid-ucJGfT1iVK .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-ucJGfT1iVK .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-ucJGfT1iVK .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-ucJGfT1iVK .mbr-section-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
  text-align: center;
}
.cid-ucJGfT1iVK .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-ucJGfT1iVK .btn-container {
  width: 100%;
}
.cid-ucJGfT1iVK .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-ucJGfT1iVK .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-ucJGfT1iVK .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucJGfT1iVK .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-ucJGfTMO9y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGfTMO9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfTMO9y .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-ucJGfTMO9y .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucJGfTMO9y .container {
    padding: 0 12px;
  }
}
.cid-ucJGfTMO9y .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucJGfTMO9y .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-ucJGfTMO9y .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-ucJGfTMO9y .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-ucJGfTMO9y .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucJGfTMO9y .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucJGfTMO9y .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucJGfTMO9y .mbr-section-title {
  color: #fac12b;
}
.cid-ucJGfTMO9y .mbr-text {
  color: #222222;
}
.cid-ucJGfTMO9y .mbr-text,
.cid-ucJGfTMO9y .mbr-section-btn {
  color: #fac12b;
}
.cid-ucJGfUe20I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac12b;
}
.cid-ucJGfUe20I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfUe20I .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-ucJGfUe20I .container {
    padding: 0 24px;
  }
}
.cid-ucJGfUe20I .row {
  justify-content: center;
}
.cid-ucJGfUe20I .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ucJGfUe20I .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucJGfUe20I .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-ucJGfUe20I .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucJGfUe20I .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-ucJGfUe20I .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucJGfUe20I .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucJGfUe20I .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucJGfUe20I .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucJGfUe20I .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #870e0e;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ucJGfUe20I .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-ucJGfUe20I .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-ucJGfUe20I .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucJGfUe20I .mbr-section-title {
  color: #183666;
  text-align: center;
}
.cid-ucJGfUe20I .panel-title-edit {
  color: #232323;
}
.cid-ucJGfUe20I .panel-text {
  color: #262642;
}
.cid-ucJGfUYf0W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGfUYf0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfUYf0W .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-ucJGfUYf0W .container {
    padding: 0 20px;
  }
}
.cid-ucJGfUYf0W .row {
  margin: 0;
}
.cid-ucJGfUYf0W .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucJGfUYf0W .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucJGfUYf0W .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucJGfUYf0W .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucJGfUYf0W .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucJGfUYf0W .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucJGfUYf0W .mbr-section-title {
  color: #fac12b;
  text-align: center;
}
.cid-ucJGfVqjtZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac12b;
}
.cid-ucJGfVqjtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfVqjtZ .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-ucJGfVqjtZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucJGfVqjtZ .container {
    padding: 0 12px;
  }
}
.cid-ucJGfVqjtZ .row {
  justify-content: center;
}
.cid-ucJGfVqjtZ .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #ffffff;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-ucJGfVqjtZ .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ucJGfVqjtZ .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucJGfVqjtZ .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ucJGfVqjtZ .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucJGfVqjtZ .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-ucJGfVqjtZ .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-ucJGfVqjtZ .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-ucJGfVqjtZ .mbr-section-title {
  color: #222222;
}
.cid-ucJGfVqjtZ .mbr-text {
  color: #222222;
}
.cid-ucJR82noaC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ucJR82noaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJR82noaC .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-ucJR82noaC .container {
    padding: 0 24px;
  }
}
.cid-ucJR82noaC .image-wrapper {
  position: relative;
}
.cid-ucJR82noaC .image-wrapper img {
  height: 800px;
  border-radius: .6rem !important;
  object-fit: cover;
}
.cid-ucJGfVSCmX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGfVSCmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfVSCmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGfVSCmX .row {
  padding: 1rem;
}
.cid-ucJGfVSCmX .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-ucJGfVSCmX .row {
    padding: 0 12px;
  }
}
.cid-ucJGfVSCmX .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fac12b;
  border-radius: 100% 0 0 0;
}
.cid-ucJGfVSCmX .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #fac12b;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucJGfVSCmX .row::after {
    display: none;
  }
}
.cid-ucJGfVSCmX .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-ucJGfVSCmX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucJGfVSCmX .title-wrapper .mbr-section-title span {
  color: #ff6666;
}
.cid-ucJGfVSCmX .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucJGfVSCmX .text-wrapper {
    padding: 0;
  }
}
.cid-ucJGfVSCmX .text-wrapper .mbr-text {
  margin: 0;
}
.cid-ucJGfVSCmX .mbr-section-title {
  color: #fafafa;
}
.cid-ucJGfVSCmX .mbr-text {
  color: #efefef;
}
.cid-ucJVkc7DKn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #870e0e;
}
.cid-ucJVkc7DKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJVkc7DKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJVkc7DKn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucJVkc7DKn .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucJVkc7DKn .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ucJVkc7DKn .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucJVkc7DKn .container {
    padding: 0 12px;
  }
}
.cid-ucJVkc7DKn .title-wrapper {
  padding: 64px;
  background-color: #000000;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucJVkc7DKn .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-ucJVkc7DKn .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ucJVkc7DKn .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucJVkc7DKn .panel-group {
  padding: 64px;
  background-color: #000000;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-ucJVkc7DKn .panel-group {
    padding: 24px;
  }
}
.cid-ucJVkc7DKn .panel-group .card {
  border: 1px solid #bbbbbb;
  border-radius: 32px !important;
  background-color: #fac12b;
  margin-bottom: 32px;
}
.cid-ucJVkc7DKn .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucJVkc7DKn .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-ucJVkc7DKn .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucJVkc7DKn .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-ucJVkc7DKn .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucJVkc7DKn .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #fac12b;
}
.cid-ucJVkc7DKn .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-ucJVkc7DKn .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-ucJVkc7DKn .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucJVkc7DKn .mbr-section-title {
  color: #ffffff;
}
.cid-ucJVkc7DKn .mbr-text {
  color: #ffffff;
}
.cid-ucJVkc7DKn .panel-title-edit {
  color: #ffffff;
}
.cid-ucJVkc7DKn .panel-text {
  color: #870e0e;
}
.cid-ucJGfWlI3u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac12b;
}
.cid-ucJGfWlI3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfWlI3u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGfWlI3u .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucJGfWlI3u .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucJGfWlI3u .container {
    padding: 0 16px;
  }
}
.cid-ucJGfWlI3u .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucJGfWlI3u .row {
    margin: 0 10px;
  }
}
.cid-ucJGfWlI3u .row .card {
  padding: 0;
}
.cid-ucJGfWlI3u .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucJGfWlI3u .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucJGfWlI3u .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucJGfWlI3u .google-map iframe {
  height: 500px;
  border: 10px solid #000000 !important;
  border-radius: 20px !important;
  background-color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-ucJGfWlI3u .google-map iframe {
    height: 350px;
  }
}
.cid-ucJGfWlI3u .mbr-section-title {
  color: #183666;
}
.cid-ucJGfWX0Eb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGfWX0Eb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGfWX0Eb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGfWX0Eb .logo-container {
  max-width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .cid-ucJGfWX0Eb .logo-container {
    width: 100%;
    padding-right: 0;
  }
}
.cid-ucJGfWX0Eb .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-ucJGfWX0Eb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ucJGfWX0Eb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ucJGfWX0Eb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-ucJGfWX0Eb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucJGfWX0Eb .items-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ucJGfWX0Eb .items-container {
    flex-wrap: wrap;
  }
}
.cid-ucJGfWX0Eb .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-ucJGfWX0Eb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.cid-ucJGfWX0Eb .footer-links {
  display: grid;
  grid-column-gap: 0.5rem;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-row-gap: 16px;
}
@media (min-width: 992px) {
  .cid-ucJGfWX0Eb .footer-links {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucJGfWX0Eb .footer-links {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin-top: 1.25rem;
  }
}
.cid-ucJGfWX0Eb .mbr-section-subtitle {
  color: #fac12b;
  margin-bottom: 1rem;
}
.cid-ucJGfWX0Eb .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ucJGfWX0Eb .list li {
  transition: 0.5s all;
}
.cid-ucJGfWX0Eb .list li:hover {
  opacity: 0.6;
}
.cid-ucJGfWX0Eb .item-wrap {
  margin-bottom: 12px;
}
.cid-ucJGfWX0Eb .mbr-section-btn {
  margin-bottom: -0.6rem;
}
.cid-ucJGfWX0Eb .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-ucJGfWX0Eb .footer-separator {
  height: 1px;
  border: none;
  background: #1B1F0A;
  margin: 1.75rem 0 2.5rem;
  outline: none;
}
.cid-ucJGfWX0Eb .mbr-iconfont {
  color: #1b1f0a;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cid-ucJGfWX0Eb .copyright-col {
    text-align: center;
  }
}
.cid-ucJGfWX0Eb .copyright {
  color: #fafafa;
  text-align: left;
}
.cid-ucJGgf5P6d {
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-ucJGgf5P6d .navbar-dropdown {
  position: relative !important;
}
.cid-ucJGgf5P6d .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-ucJGgf5P6d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucJGgf5P6d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucJGgf5P6d .dropdown-item:hover,
.cid-ucJGgf5P6d .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ucJGgf5P6d .dropdown-item:hover span {
  color: white;
}
.cid-ucJGgf5P6d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucJGgf5P6d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucJGgf5P6d .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-ucJGgf5P6d .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-ucJGgf5P6d .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-ucJGgf5P6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucJGgf5P6d .nav-link {
  position: relative;
}
.cid-ucJGgf5P6d .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
  border-radius: 0;
  background: #b70c0c !important;
}
@media (min-width: 992px) {
  .cid-ucJGgf5P6d .container {
    flex-wrap: nowrap;
  }
}
.cid-ucJGgf5P6d .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucJGgf5P6d .dropdown-menu,
.cid-ucJGgf5P6d .navbar.opened {
  background: #b70c0c !important;
}
.cid-ucJGgf5P6d .nav-item:focus,
.cid-ucJGgf5P6d .nav-link:focus {
  outline: none;
}
.cid-ucJGgf5P6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucJGgf5P6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucJGgf5P6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucJGgf5P6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucJGgf5P6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucJGgf5P6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucJGgf5P6d .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: #b70c0c !important;
}
.cid-ucJGgf5P6d .navbar.opened {
  transition: all 0.3s;
}
.cid-ucJGgf5P6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucJGgf5P6d .navbar .navbar-logo img {
  width: auto;
}
.cid-ucJGgf5P6d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucJGgf5P6d .navbar.collapsed {
  justify-content: center;
}
.cid-ucJGgf5P6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucJGgf5P6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucJGgf5P6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-ucJGgf5P6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucJGgf5P6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucJGgf5P6d .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-ucJGgf5P6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucJGgf5P6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucJGgf5P6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucJGgf5P6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucJGgf5P6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucJGgf5P6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucJGgf5P6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucJGgf5P6d .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-ucJGgf5P6d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucJGgf5P6d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucJGgf5P6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucJGgf5P6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucJGgf5P6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucJGgf5P6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ucJGgf5P6d .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ucJGgf5P6d .navbar.navbar-short {
  min-height: 70px;
}
.cid-ucJGgf5P6d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucJGgf5P6d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucJGgf5P6d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-ucJGgf5P6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucJGgf5P6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucJGgf5P6d .dropdown-item.active,
.cid-ucJGgf5P6d .dropdown-item:active {
  background-color: transparent;
}
.cid-ucJGgf5P6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucJGgf5P6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucJGgf5P6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucJGgf5P6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b70c0c;
}
.cid-ucJGgf5P6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucJGgf5P6d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucJGgf5P6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucJGgf5P6d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucJGgf5P6d button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-ucJGgf5P6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #870e0e;
}
.cid-ucJGgf5P6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-ucJGgf5P6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-ucJGgf5P6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-ucJGgf5P6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-ucJGgf5P6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucJGgf5P6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucJGgf5P6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucJGgf5P6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucJGgf5P6d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucJGgf5P6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucJGgf5P6d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucJGgf5P6d .navbar {
    height: 70px;
  }
  .cid-ucJGgf5P6d .navbar.opened {
    height: auto;
  }
  .cid-ucJGgf5P6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucJGgf5P6d .navbar-short .container {
  background: #b70c0c !important;
  box-shadow: rgba(39, 39, 39, 0.05) 0 0 20px 0;
  box-shadow: none;
}
.cid-ucJGgf5P6d .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-ucJGgf5P6d .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-ucJGgf5P6d .mbr-section-btn .btn-success:hover,
.cid-ucJGgf5P6d .mbr-section-btn .btn-success:focus,
.cid-ucJGgf5P6d .mbr-section-btn .btn-success.focus,
.cid-ucJGgf5P6d .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-ucJGgf5P6d .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-ucJGgf5P6d .navbar {
    transition: .3s all !important;
  }
  .cid-ucJGgf5P6d .container {
    padding: 2%;
  }
  .cid-ucJGgf5P6d .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-ucJGgf5P6d .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-ucJGgf5P6d .navbar.opened {
    background: #b70c0c;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-ucJGgf5P6d .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-ucJGgf5P6d .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-ucJGgf5P6d .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-ucJGgf5P6d .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-ucJGgf5P6d .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-ucJGgf5P6d .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-ucJGgf5P6d .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-ucJGgf5P6d .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-ucJGgf5P6d .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-ucJGgf5P6d .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-ucJGgf5P6d .mbr-section-btn {
    text-align: left;
  }
}
.cid-ucJGgfAMql {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fac12b;
}
.cid-ucJGgfAMql .container,
.cid-ucJGgfAMql .container-fluid {
  z-index: 10;
}
.cid-ucJGgfAMql .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-ucJGgfAMql .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-ucJGgfAMql .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ucJGgfAMql .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-ucJGgfAMql .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-ucJGgfAMql .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(64, 176, 191, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ucJGgfAMql .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-ucJGgfAMql .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-ucJGgfAMql .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(255, 153, 102, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ucJGgfAMql .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-ucJGgfAMql .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-ucJGgfAMql .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(71, 181, 237, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ucJGgfAMql .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-ucJGgfAMql .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-ucJGgfAMql .container {
  pointer-events: none;
}
.cid-ucJGgfAMql .subtitle__block,
.cid-ucJGgfAMql .title__block,
.cid-ucJGgfAMql .buttons__block {
  pointer-events: all;
}
.cid-ucJGgfAMql .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ucJGgfAMql .mbr-section-title {
  margin-bottom: 45px;
  color: #233d63;
  font-weight: 300;
}
.cid-ucJGgfAMql .mbr-section-title b,
.cid-ucJGgfAMql .mbr-section-title strong {
  font-weight: 900;
}
.cid-ucJGgfAMql .mbr-text {
  margin-bottom: 45px;
}
.cid-ucJGgfAMql .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ucJGgfAMql .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-ucJGgfAMql .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #47b5ed 0%, rgba(71, 181, 237, 0.85) 100%) !important;
}
.cid-ucJGgfAMql .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-ucJGgfAMql .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-ucJGgfAMql .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-ucJGgfAMql .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-ucJGgfAMql .mbr-figure:hover {
  color: #47b5ed;
  cursor: pointer;
}
.cid-ucJGgfAMql .mbr-figure:hover .mbr-media {
  border-color: #47b5ed;
  color: #47b5ed;
}
@media (max-width: 575px) {
  .cid-ucJGgfAMql .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-ucJGgfAMql .mbr-media {
  display: inline-flex;
  color: #870e0e;
  align-items: center;
  justify-content: center;
  border: 2px solid #870e0e;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-ucJGgfAMql .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-ucJGgfAMql .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-ucJGgfAMql .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-ucJGgfAMql .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ucJGgfAMql .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ucJGgfAMql .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-ucJGgfAMql a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-ucJGgfAMql a.close:hover {
  color: #ffffff;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-ucJGgfAMql .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGgfAMql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGgfAMql .mbr-text,
.cid-ucJGgfAMql .buttons__block {
  color: #183666;
}
.cid-ucJGgggET5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGgggET5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGgggET5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGgggET5 .row {
  padding: 1rem;
}
.cid-ucJGgggET5 .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fac12b;
  border-radius: 400px 0 0 0;
}
.cid-ucJGgggET5 .title-wrapper {
  padding-left: 110px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucJGgggET5 .title-wrapper {
    padding: 0;
  }
}
.cid-ucJGgggET5 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-ucJGgggET5 .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-ucJGgggET5 .cards .card {
  margin-bottom: 20px;
}
.cid-ucJGgggET5 .cards .card .mbr-number {
  margin: 0;
}
.cid-ucJGgggET5 .cards .card .mbr-desc {
  margin: 0;
}
.cid-ucJGgggET5 .mbr-section-title {
  color: #fac12b;
}
.cid-ucJGgggET5 .mbr-text {
  color: #1e4381;
}
.cid-ucJGgggET5 .mbr-number {
  color: #ee2947;
}
.cid-ucJGgggET5 .mbr-desc {
  color: #1e4381;
}
.cid-ucJGggG1vh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac12b;
}
.cid-ucJGggG1vh .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucJGggG1vh .mbr-text {
  color: #3c5172;
}
.cid-ucJGgh1W13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGgh1W13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGgh1W13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGgh1W13 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ucJGgh1W13 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucJGgh1W13 .container {
    padding: 0 30px;
  }
}
.cid-ucJGgh1W13 .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #fac12b;
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucJGgh1W13 .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-ucJGgh1W13 .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-ucJGgh1W13 .card-wrapper .title-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucJGgh1W13 .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-ucJGgh1W13 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ucJGgh1W13 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucJGgh1W13 .mbr-section-title {
  color: #2b2b2b;
}
.cid-ucJGgh1W13 .mbr-text {
  color: #3c5172;
}
.cid-ucJGgh1W13 .mbr-section-title,
.cid-ucJGgh1W13 .mbr-section-btn {
  color: #183666;
}
.cid-ucJGghtku1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fac12b;
}
.cid-ucJGghtku1 .card .card-img {
  overflow: hidden;
}
.cid-ucJGghtku1 .card .card-img img {
  transition: all .5s;
}
.cid-ucJGghtku1 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ucJGghtku1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ucJGghtku1 .card {
  display: block;
  height: 100%;
}
.cid-ucJGghtku1 .card .card-wrapper {
  height: 100%;
}
.cid-ucJGghtku1 .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-ucJGghtku1 .card .card-box {
  background: #fafafa;
  padding: 2rem;
}
.cid-ucJGghtku1 .card .card-box .card-title {
  margin: 0;
}
.cid-ucJGghtku1 .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucJGghtku1 .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-ucJGghtku1 .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-ucJGghtku1 .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-ucJGghtku1 .card .card-footer {
  background: #fafafa;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucJGghtku1 .card .card-footer .icons-list {
  margin: 0;
}
.cid-ucJGghtku1 .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-ucJGghtku1 .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-ucJGghtku1 .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-ucJGghtku1 .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-ucJGghtku1 .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-ucJGghtku1 .card-footer {
  border-top: 1px solid #efefef;
}
.cid-ucJGghtku1 .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-ucJGghtku1 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucJGghtku1 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-ucJGghtku1 .main-title {
  color: #183666;
}
.cid-ucJGgigVBC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGgigVBC .mbr-text {
  color: #ffe885;
}
.cid-ucJGgigVBC .mbr-section-subtitle {
  color: #ffe161;
}
.cid-ucJGgiD2HK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fac12b;
}
.cid-ucJGgiD2HK .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucJGgiD2HK .row {
  background-color: #870e0e;
}
.cid-ucJGgiD2HK .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ucJGgiD2HK .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucJGgiD2HK .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ucJGgiD2HK .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucJGgiD2HK .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ucJGgiD2HK .image-element {
    padding: 0 15px;
  }
  .cid-ucJGgiD2HK .text-element {
    padding: 2rem 1rem;
  }
  .cid-ucJGgiD2HK .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-ucJGgiD2HK .mbr-text,
.cid-ucJGgiD2HK .mbr-section-btn {
  color: #fff0b0;
}
.cid-ucJGgiD2HK .mbr-section-title {
  color: #ffe885;
}
.cid-ucJGgjcyS6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGgjcyS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGgjcyS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGgjcyS6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucJGgjcyS6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucJGgjcyS6 .container {
    padding: 0 12px;
  }
}
.cid-ucJGgjcyS6 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucJGgjcyS6 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucJGgjcyS6 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #fac12b;
}
@media (max-width: 992px) {
  .cid-ucJGgjcyS6 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ucJGgjcyS6 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucJGgjcyS6 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-ucJGgjcyS6 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ucJGgjcyS6 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-ucJGgjcyS6 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-ucJGgjcyS6 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-ucJGgjcyS6 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ucJGgjcyS6 .mbr-section-title {
  color: #fac12b;
  text-align: center;
}
.cid-ucJGgjcyS6 .mbr-section-subtitle {
  color: #222222;
}
.cid-ucJGgjcyS6 .mbr-text {
  color: #183666;
}
.cid-ucJGgjcyS6 .list {
  color: #222222;
}
.cid-ucJGgjDCsJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fac12b;
}
.cid-ucJGgjDCsJ .row {
  align-items: center;
  width: 100%;
}
.cid-ucJGgjDCsJ .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-ucJGgjDCsJ .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-ucJGgjDCsJ .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-ucJGgjDCsJ .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #fafafa;
}
.cid-ucJGgjDCsJ .text-container {
  padding: 32px 32px 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ucJGgjDCsJ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-ucJGgjDCsJ .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.cid-ucJGgjDCsJ .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-ucJGgjDCsJ .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-ucJGgjDCsJ .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-ucJGgjDCsJ .mbr-section-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
  text-align: center;
}
.cid-ucJGgjDCsJ .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-ucJGgjDCsJ .btn-container {
  width: 100%;
}
.cid-ucJGgjDCsJ .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-ucJGgjDCsJ .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-ucJGgjDCsJ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucJGgjDCsJ .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-ucJGgkkLUa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGgkkLUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGgkkLUa .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-ucJGgkkLUa .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucJGgkkLUa .container {
    padding: 0 12px;
  }
}
.cid-ucJGgkkLUa .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucJGgkkLUa .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-ucJGgkkLUa .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-ucJGgkkLUa .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-ucJGgkkLUa .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucJGgkkLUa .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucJGgkkLUa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucJGgkkLUa .mbr-section-title {
  color: #fac12b;
}
.cid-ucJGgkkLUa .mbr-text {
  color: #222222;
}
.cid-ucJGgkkLUa .mbr-text,
.cid-ucJGgkkLUa .mbr-section-btn {
  color: #fac12b;
}
.cid-ucJGgkOPKV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac12b;
}
.cid-ucJGgkOPKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGgkOPKV .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-ucJGgkOPKV .container {
    padding: 0 24px;
  }
}
.cid-ucJGgkOPKV .row {
  justify-content: center;
}
.cid-ucJGgkOPKV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ucJGgkOPKV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucJGgkOPKV .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-ucJGgkOPKV .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucJGgkOPKV .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-ucJGgkOPKV .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucJGgkOPKV .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucJGgkOPKV .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucJGgkOPKV .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucJGgkOPKV .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #870e0e;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ucJGgkOPKV .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-ucJGgkOPKV .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-ucJGgkOPKV .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucJGgkOPKV .mbr-section-title {
  color: #183666;
  text-align: center;
}
.cid-ucJGgkOPKV .panel-title-edit {
  color: #232323;
}
.cid-ucJGgkOPKV .panel-text {
  color: #262642;
}
.cid-ucJGglu6W3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGglu6W3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGglu6W3 .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-ucJGglu6W3 .container {
    padding: 0 20px;
  }
}
.cid-ucJGglu6W3 .row {
  margin: 0;
}
.cid-ucJGglu6W3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucJGglu6W3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucJGglu6W3 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucJGglu6W3 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucJGglu6W3 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucJGglu6W3 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucJGglu6W3 .mbr-section-title {
  color: #fac12b;
  text-align: center;
}
.cid-ucJGglX9jV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac12b;
}
.cid-ucJGglX9jV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGglX9jV .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-ucJGglX9jV .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucJGglX9jV .container {
    padding: 0 12px;
  }
}
.cid-ucJGglX9jV .row {
  justify-content: center;
}
.cid-ucJGglX9jV .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #ffffff;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-ucJGglX9jV .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ucJGglX9jV .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucJGglX9jV .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ucJGglX9jV .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucJGglX9jV .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-ucJGglX9jV .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-ucJGglX9jV .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-ucJGglX9jV .mbr-section-title {
  color: #222222;
}
.cid-ucJGglX9jV .mbr-text {
  color: #222222;
}
.cid-ucJTXs1Scr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ucJTXs1Scr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJTXs1Scr .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-ucJTXs1Scr .container {
    padding: 0 24px;
  }
}
.cid-ucJTXs1Scr .image-wrapper {
  position: relative;
}
.cid-ucJTXs1Scr .image-wrapper img {
  height: 800px;
  border-radius: .6rem !important;
  object-fit: cover;
}
.cid-ucJGgmqkP1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGgmqkP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGgmqkP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGgmqkP1 .row {
  padding: 1rem;
}
.cid-ucJGgmqkP1 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-ucJGgmqkP1 .row {
    padding: 0 12px;
  }
}
.cid-ucJGgmqkP1 .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fac12b;
  border-radius: 100% 0 0 0;
}
.cid-ucJGgmqkP1 .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #fac12b;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucJGgmqkP1 .row::after {
    display: none;
  }
}
.cid-ucJGgmqkP1 .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-ucJGgmqkP1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucJGgmqkP1 .title-wrapper .mbr-section-title span {
  color: #ff6666;
}
.cid-ucJGgmqkP1 .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucJGgmqkP1 .text-wrapper {
    padding: 0;
  }
}
.cid-ucJGgmqkP1 .text-wrapper .mbr-text {
  margin: 0;
}
.cid-ucJGgmqkP1 .mbr-section-title {
  color: #fafafa;
}
.cid-ucJGgmqkP1 .mbr-text {
  color: #efefef;
}
.cid-ucJVQjqiyo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #870e0e;
}
.cid-ucJVQjqiyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJVQjqiyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJVQjqiyo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucJVQjqiyo .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucJVQjqiyo .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ucJVQjqiyo .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucJVQjqiyo .container {
    padding: 0 12px;
  }
}
.cid-ucJVQjqiyo .title-wrapper {
  padding: 64px;
  background-color: #000000;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucJVQjqiyo .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-ucJVQjqiyo .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ucJVQjqiyo .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucJVQjqiyo .panel-group {
  padding: 64px;
  background-color: #000000;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-ucJVQjqiyo .panel-group {
    padding: 24px;
  }
}
.cid-ucJVQjqiyo .panel-group .card {
  border: 1px solid #bbbbbb;
  border-radius: 32px !important;
  background-color: #fac12b;
  margin-bottom: 32px;
}
.cid-ucJVQjqiyo .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucJVQjqiyo .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-ucJVQjqiyo .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucJVQjqiyo .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-ucJVQjqiyo .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucJVQjqiyo .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #fac12b;
}
.cid-ucJVQjqiyo .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-ucJVQjqiyo .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-ucJVQjqiyo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucJVQjqiyo .mbr-section-title {
  color: #ffffff;
}
.cid-ucJVQjqiyo .mbr-text {
  color: #ffffff;
}
.cid-ucJVQjqiyo .panel-title-edit {
  color: #ffffff;
}
.cid-ucJVQjqiyo .panel-text {
  color: #870e0e;
}
.cid-ucJGgmWdbP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac12b;
}
.cid-ucJGgmWdbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGgmWdbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGgmWdbP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucJGgmWdbP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucJGgmWdbP .container {
    padding: 0 16px;
  }
}
.cid-ucJGgmWdbP .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucJGgmWdbP .row {
    margin: 0 10px;
  }
}
.cid-ucJGgmWdbP .row .card {
  padding: 0;
}
.cid-ucJGgmWdbP .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucJGgmWdbP .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucJGgmWdbP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucJGgmWdbP .google-map iframe {
  height: 500px;
  border: 10px solid #000000 !important;
  border-radius: 20px !important;
  background-color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-ucJGgmWdbP .google-map iframe {
    height: 350px;
  }
}
.cid-ucJGgmWdbP .mbr-section-title {
  color: #183666;
}
.cid-ucJGgnvKjs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #870e0e;
}
.cid-ucJGgnvKjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJGgnvKjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJGgnvKjs .logo-container {
  max-width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .cid-ucJGgnvKjs .logo-container {
    width: 100%;
    padding-right: 0;
  }
}
.cid-ucJGgnvKjs .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-ucJGgnvKjs .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ucJGgnvKjs .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ucJGgnvKjs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-ucJGgnvKjs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucJGgnvKjs .items-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ucJGgnvKjs .items-container {
    flex-wrap: wrap;
  }
}
.cid-ucJGgnvKjs .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-ucJGgnvKjs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.cid-ucJGgnvKjs .footer-links {
  display: grid;
  grid-column-gap: 0.5rem;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-row-gap: 16px;
}
@media (min-width: 992px) {
  .cid-ucJGgnvKjs .footer-links {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucJGgnvKjs .footer-links {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin-top: 1.25rem;
  }
}
.cid-ucJGgnvKjs .mbr-section-subtitle {
  color: #fac12b;
  margin-bottom: 1rem;
}
.cid-ucJGgnvKjs .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ucJGgnvKjs .list li {
  transition: 0.5s all;
}
.cid-ucJGgnvKjs .list li:hover {
  opacity: 0.6;
}
.cid-ucJGgnvKjs .item-wrap {
  margin-bottom: 12px;
}
.cid-ucJGgnvKjs .mbr-section-btn {
  margin-bottom: -0.6rem;
}
.cid-ucJGgnvKjs .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-ucJGgnvKjs .footer-separator {
  height: 1px;
  border: none;
  background: #1B1F0A;
  margin: 1.75rem 0 2.5rem;
  outline: none;
}
.cid-ucJGgnvKjs .mbr-iconfont {
  color: #1b1f0a;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cid-ucJGgnvKjs .copyright-col {
    text-align: center;
  }
}
.cid-ucJGgnvKjs .copyright {
  color: #fafafa;
  text-align: left;
}
