body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Gloock', serif;
  font-size: 5rem;
  line-height: 80px;
  letter-spacing: 0.99px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Gloock', serif;
  font-size: 3.125rem;
  line-height: 60px;
  letter-spacing: 0.99px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 60px;
  letter-spacing: 2.4px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Gloock', serif;
  font-size: 1.875rem;
  line-height: 30px;
  letter-spacing: 0.99px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 35px;
  letter-spacing: normal;
}
.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((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: #af5331 !important;
}
.bg-success {
  background-color: #e6c16d !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e0ae8a !important;
}
.bg-danger {
  background-color: #985b30 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #af5331 !important;
  border-color: #af5331 !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: #6b331e !important;
  border-color: #6b331e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6b331e !important;
  border-color: #6b331e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #263a5c !important;
  border-color: #263a5c !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: #0d131f !important;
  border-color: #0d131f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d131f !important;
  border-color: #0d131f !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e6c16d !important;
  border-color: #e6c16d !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: #d7a125 !important;
  border-color: #d7a125 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d7a125 !important;
  border-color: #d7a125 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e0ae8a !important;
  border-color: #e0ae8a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ce7f45 !important;
  border-color: #ce7f45 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ce7f45 !important;
  border-color: #ce7f45 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #985b30 !important;
  border-color: #985b30 !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: #56341b !important;
  border-color: #56341b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #56341b !important;
  border-color: #56341b !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: #af5331;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6b331e !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: #af5331 !important;
  border-color: #af5331 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #263a5c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0d131f !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: #263a5c !important;
  border-color: #263a5c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c16d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d7a125 !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: #e6c16d !important;
  border-color: #e6c16d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e0ae8a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ce7f45 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e0ae8a !important;
  border-color: #e0ae8a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #985b30;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #56341b !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: #985b30 !important;
  border-color: #985b30 !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: #af5331 !important;
}
.text-secondary {
  color: #263a5c !important;
}
.text-success {
  color: #e6c16d !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e0ae8a !important;
}
.text-danger {
  color: #985b30 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5f2d1b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #080c14 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ca9723 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cb7639 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4a2d18 !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: #af5331;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e0ae8a;
}
.alert-danger {
  background-color: #985b30;
}
.mbr-gallery-filter li.active .btn {
  background-color: #af5331;
  border-color: #af5331;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #af5331;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dc9b83;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #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: #d39c74;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 60px;
  letter-spacing: 2.4px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #af5331 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 60px;
  letter-spacing: 2.4px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #af5331;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #af5331;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #af5331;
}
.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: #af5331;
  border-bottom-color: #af5331;
}
.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: #af5331 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #263a5c !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='%23af5331' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 0 60px;
  box-shadow: none;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 15px 30px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 14px;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #af5331;
  border-radius: 0;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border-bottom: 2px solid #af5331 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #263a5c;
  border-radius: 0;
}
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border-bottom: 2px solid #263a5c !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #e6c16d;
  border-radius: 0;
}
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border-bottom: 2px solid #e6c16d !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border-bottom: 2px solid #ffffff !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #985b30;
  border-radius: 0;
}
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border-bottom: 2px solid #985b30 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #e0ae8a;
  border-radius: 0;
}
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border-bottom: 2px solid #e0ae8a !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #000000;
  border-radius: 0;
}
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border-bottom: 2px solid #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border-bottom: 2px solid #ffffff !important;
}
.cid-u5acxBmJll {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u5acxBmJll nav.navbar {
  position: fixed;
}
.cid-u5acxBmJll .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-u5acxBmJll .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u5acxBmJll .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u5acxBmJll .dropdown-item:after {
  right: 1rem !important;
}
.cid-u5acxBmJll .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u5acxBmJll .dropdown-item:hover:before,
.cid-u5acxBmJll .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u5acxBmJll .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5acxBmJll .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5acxBmJll .nav-link {
  position: relative;
}
.cid-u5acxBmJll .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5acxBmJll .container {
    flex-wrap: nowrap;
  }
}
.cid-u5acxBmJll .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u5acxBmJll .navbar-nav .nav-item {
  margin: 0;
}
.cid-u5acxBmJll .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u5acxBmJll .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u5acxBmJll .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u5acxBmJll .dropdown-menu,
.cid-u5acxBmJll .navbar.opened {
  background: #ffffff !important;
}
.cid-u5acxBmJll .nav-item:focus,
.cid-u5acxBmJll .nav-link:focus {
  outline: none;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5acxBmJll .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5acxBmJll .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5acxBmJll .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u5acxBmJll .navbar.opened {
  transition: all 0.3s;
}
.cid-u5acxBmJll .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5acxBmJll .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u5acxBmJll .navbar .navbar-logo img {
  width: auto;
}
.cid-u5acxBmJll .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5acxBmJll .navbar.collapsed {
  justify-content: center;
}
.cid-u5acxBmJll .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5acxBmJll .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5acxBmJll .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-u5acxBmJll .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5acxBmJll .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5acxBmJll .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-u5acxBmJll .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5acxBmJll .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5acxBmJll .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5acxBmJll .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5acxBmJll .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5acxBmJll .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5acxBmJll .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5acxBmJll .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-u5acxBmJll .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5acxBmJll .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5acxBmJll .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5acxBmJll .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5acxBmJll .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5acxBmJll .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5acxBmJll .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5acxBmJll .navbar.navbar-short {
  min-height: 100px;
}
.cid-u5acxBmJll .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u5acxBmJll .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5acxBmJll .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5acxBmJll .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5acxBmJll .dropdown-item.active,
.cid-u5acxBmJll .dropdown-item:active {
  background-color: transparent;
}
.cid-u5acxBmJll .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5acxBmJll .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5acxBmJll .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5acxBmJll .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5acxBmJll .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5acxBmJll .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5acxBmJll ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5acxBmJll .navbar-buttons {
  text-align: center;
}
.cid-u5acxBmJll button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u5acxBmJll .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5acxBmJll a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5acxBmJll .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-u5acxBmJll .navbar {
    height: 70px;
  }
  .cid-u5acxBmJll .navbar.opened {
    height: auto;
  }
  .cid-u5acxBmJll .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5acxBmJll .container,
.cid-u5acxBmJll .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5acxBmJll .container,
  .cid-u5acxBmJll .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u5acxBmJll .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u5acxBmJll .navbar-collapse {
  min-height: 98px;
}
.cid-u5acxBmJll .mbr-section-btn {
  max-width: 35%;
}
.cid-u5acxBmJll .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u5acxBmJll {
    min-height: 70px !important;
  }
  .cid-u5acxBmJll .navbar {
    min-height: 70px !important;
  }
  .cid-u5acxBmJll .container-fluid {
    padding: 0 7%;
  }
  .cid-u5acxBmJll .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u5acxBmJll .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u5acxBmJll .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u5acxBmJll .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u5acxBmJll .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u5acxBmJll .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-tBH7gvrGie {
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-tBH7gvrGie .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH7gvrGie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH7gvrGie .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH7gvrGie .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH7gvrGie .container {
    padding: 0;
  }
}
.cid-tBH7gvrGie .title-wrapper {
  padding: 0 16px;
}
.cid-tBH7gvrGie .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBH7gvrGie .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-tBH7gvrGie .title-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tBH7gvrGie .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tBH7gvrGie .mbr-section-title {
  color: #ffffff;
}
.cid-tBH7gvrGie .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tBH7gvrGie .mbr-section-title,
.cid-tBH7gvrGie .mbr-section-btn {
  text-align: center;
}
.cid-u54f73PN6D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-u54f73PN6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u54f73PN6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u54f73PN6D .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u54f73PN6D .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u54f73PN6D .container {
    padding: 0;
  }
}
.cid-u54f73PN6D .row {
  justify-content: center;
  margin: 0;
}
.cid-u54f73PN6D .card {
  border-radius: 0;
  padding: 0;
}
.cid-u54f73PN6D .card .card-wrapper {
  background-color: #d17756;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u54f73PN6D .card .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-u54f73PN6D .card .card-wrapper .card-wrap .icon-wrap {
  margin-bottom: 20px;
}
.cid-u54f73PN6D .card .card-wrapper .card-wrap .icon-wrap .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #ffffff;
}
.cid-u54f73PN6D .card .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u54f73PN6D .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u54f73PN6D .card .card-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-u54f73PN6D .card:nth-child(2n) .card-wrapper {
  background-color: #235d81;
}
.cid-u54f73PN6D .mbr-card-title {
  color: #ffffff;
}
.cid-u54f73PN6D .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u54f73PN6D .mbr-card-title,
.cid-u54f73PN6D .mbr-section-btn,
.cid-u54f73PN6D .icon-wrap {
  text-align: center;
}
.cid-uY8WzieDbc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY8WzieDbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8WzieDbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY8WzieDbc .mbr-section-title DIV {
  text-align: center;
}
.cid-uY8WzieDbc .mbr-section-title {
  text-align: center;
  color: #263a5c;
}
.cid-u5T4Z9aQyi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-u5T4Z9aQyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5T4Z9aQyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5T4Z9aQyi b,
.cid-u5T4Z9aQyi strong {
  font-weight: 900;
}
.cid-u5T4Z9aQyi .mbr-section-title {
  color: #17003b;
}
.cid-u5T4Z9aQyi .mbr-section-subtitle {
  color: #17003b;
}
.cid-u5T5MGvUqq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-u5T5MGvUqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5T5MGvUqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5T5MGvUqq b,
.cid-u5T5MGvUqq strong {
  font-weight: 900;
}
.cid-u5T5MGvUqq .mbr-section-title {
  color: #17003b;
}
.cid-u5T5MGvUqq .mbr-section-subtitle {
  color: #17003b;
}
.cid-u5T6sNKin7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-u5T6sNKin7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5T6sNKin7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5T6sNKin7 b,
.cid-u5T6sNKin7 strong {
  font-weight: 900;
}
.cid-u5T6sNKin7 .mbr-section-title {
  color: #17003b;
}
.cid-u5T6sNKin7 .mbr-section-subtitle {
  color: #17003b;
}
.cid-u54hPJVFBI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-u54hPJVFBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u54hPJVFBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u54hPJVFBI .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u54hPJVFBI .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-u54hPJVFBI .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-u54hPJVFBI .mbr-text {
  color: #6e716f;
  text-align: center;
}
.cid-u54hHiWaGg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u54hHiWaGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u54hHiWaGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u54hHiWaGg b,
.cid-u54hHiWaGg strong {
  font-weight: 900;
}
.cid-u54hHiWaGg .mbr-section-title {
  color: #17003b;
}
.cid-u54hHiWaGg .mbr-section-subtitle {
  color: #17003b;
}
.cid-upqZKq7kLj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upqZKq7kLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-upqZKq7kLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upqZKq7kLj .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-upqZKq7kLj .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-upqZKq7kLj .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-upqZKq7kLj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-upqZKq7kLj img {
  border-radius: 2rem;
}
.cid-upqZKq7kLj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-upqZKq7kLj .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-upqZKq7kLj .mbr-text,
.cid-upqZKq7kLj .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u54n4jtfyg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-u54n4jtfyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u54n4jtfyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u54n4jtfyg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u54n4jtfyg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u54n4jtfyg .container {
    padding: 0 24px;
  }
}
.cid-u54n4jtfyg .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u54n4jtfyg .image-wrapper {
  height: 100%;
}
.cid-u54n4jtfyg .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u54n4jtfyg .image-wrapper img {
    height: 350px;
  }
}
.cid-u54n4jtfyg .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u54n4jtfyg .content-wrapper {
    padding: 24px;
  }
}
.cid-u54n4jtfyg .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u54n4jtfyg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u54n4jtfyg .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u54n4jtfyg .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u54n4jtfyg .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u54n4jtfyg .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u54n4jtfyg .mbr-section-title {
  color: #141414;
}
.cid-u54n4jtfyg .mbr-text {
  color: #141414;
}
.cid-u8Q0nM2mTo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdfcfa;
}
.cid-u8Q0nM2mTo .mbr-media {
  position: relative;
}
.cid-u8Q0nM2mTo .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u8Q0nM2mTo .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u8Q0nM2mTo .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  background: white;
  padding: 1.5rem;
  border-radius: 50%;
}
.cid-u8Q0nM2mTo a {
  background-image: none !important;
}
.cid-u8Q0nM2mTo .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8Q0nM2mTo .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8Q0nM2mTo .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8Q0nM2mTo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8Q0nM2mTo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8Q0nM2mTo .mbr-section-title {
  color: #12496b;
}
.cid-u5a3F2DSeF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5a3F2DSeF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5a3F2DSeF .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-u5a3F2DSeF .container {
    padding: 0 24px;
  }
}
.cid-u5a3F2DSeF .row {
  justify-content: center;
}
.cid-u5a3F2DSeF .row .card {
  justify-content: center;
}
.cid-u5a3F2DSeF .google-map {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-u5a3F2DSeF .google-map {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u5a3F2DSeF .google-map iframe {
  height: 780px;
  filter: grayscale(100%);
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-u5a3F2DSeF .google-map iframe {
    height: 350px;
  }
}
.cid-u5a3F2DSeF .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u5a3F2DSeF .content-wrapper {
    padding: 0;
  }
}
.cid-u5a3F2DSeF .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u5a3F2DSeF .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u5a3F2DSeF .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u5a3F2DSeF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5a3F2DSeF .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u5a3F2DSeF .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-u5a3F2DSeF .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .card-number_2 {
  background-color: #f2fafd;
}
.cid-u5a3F2DSeF .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-u5a3F2DSeF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
.cid-u5a3F2DSeF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
.cid-u5a3F2DSeF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #fff2fb;
  border-radius: 16px;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-u5a3F2DSeF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
  .cid-u5a3F2DSeF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
  .cid-u5a3F2DSeF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
    margin-right: 16px;
  }
}
.cid-u5a3F2DSeF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u5a3F2DSeF .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u5a3F2DSeF .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u5a3F2DSeF .mbr-section-title {
  color: #262642;
}
.cid-u5a3F2DSeF .mbr-section-subtitle {
  color: #af5331;
}
.cid-u5a3F2DSeF .card-text {
  color: #af5331;
}
.cid-u5a3F2DSeF .card-number_1 {
  color: #990066;
}
.cid-u5a3F2DSeF .card-number_2 {
  color: #4A8DFF;
}
.cid-u5a8JCC57q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u5a8JCC57q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5a8JCC57q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5a8JCC57q .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-u5a8JCC57q .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-u5a8JCC57q .container {
    max-width: 1400px;
  }
}
.cid-u5a8JCC57q .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-u5a8JCC57q .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-u5a8JCC57q .row {
  justify-content: center;
}
.cid-u5a8JCC57q .card-title,
.cid-u5a8JCC57q .iconfont-wrapper,
.cid-u5a8JCC57q .dot {
  color: #000000;
}
.cid-u5CWwHsKzw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ebebeb;
}
.cid-u5CWwHsKzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CWwHsKzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CWwHsKzw .mbr-iconfont {
  color: #ff526b;
  font-size: 5rem;
  width: 5rem;
}
.cid-u5CWwHsKzw .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-u5aafuU8HG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u5aafuU8HG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u5aafuU8HG .item-wrapper {
  background: #235d81;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-u5acxBmJll {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u5acxBmJll nav.navbar {
  position: fixed;
}
.cid-u5acxBmJll .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-u5acxBmJll .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u5acxBmJll .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u5acxBmJll .dropdown-item:after {
  right: 1rem !important;
}
.cid-u5acxBmJll .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u5acxBmJll .dropdown-item:hover:before,
.cid-u5acxBmJll .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u5acxBmJll .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5acxBmJll .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5acxBmJll .nav-link {
  position: relative;
}
.cid-u5acxBmJll .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5acxBmJll .container {
    flex-wrap: nowrap;
  }
}
.cid-u5acxBmJll .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u5acxBmJll .navbar-nav .nav-item {
  margin: 0;
}
.cid-u5acxBmJll .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u5acxBmJll .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u5acxBmJll .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u5acxBmJll .dropdown-menu,
.cid-u5acxBmJll .navbar.opened {
  background: #ffffff !important;
}
.cid-u5acxBmJll .nav-item:focus,
.cid-u5acxBmJll .nav-link:focus {
  outline: none;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5acxBmJll .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5acxBmJll .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5acxBmJll .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u5acxBmJll .navbar.opened {
  transition: all 0.3s;
}
.cid-u5acxBmJll .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5acxBmJll .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u5acxBmJll .navbar .navbar-logo img {
  width: auto;
}
.cid-u5acxBmJll .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5acxBmJll .navbar.collapsed {
  justify-content: center;
}
.cid-u5acxBmJll .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5acxBmJll .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5acxBmJll .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-u5acxBmJll .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5acxBmJll .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5acxBmJll .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-u5acxBmJll .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5acxBmJll .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5acxBmJll .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5acxBmJll .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5acxBmJll .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5acxBmJll .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5acxBmJll .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5acxBmJll .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-u5acxBmJll .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5acxBmJll .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5acxBmJll .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5acxBmJll .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5acxBmJll .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5acxBmJll .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5acxBmJll .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5acxBmJll .navbar.navbar-short {
  min-height: 100px;
}
.cid-u5acxBmJll .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u5acxBmJll .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5acxBmJll .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5acxBmJll .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5acxBmJll .dropdown-item.active,
.cid-u5acxBmJll .dropdown-item:active {
  background-color: transparent;
}
.cid-u5acxBmJll .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5acxBmJll .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5acxBmJll .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5acxBmJll .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5acxBmJll .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5acxBmJll .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5acxBmJll ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5acxBmJll .navbar-buttons {
  text-align: center;
}
.cid-u5acxBmJll button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u5acxBmJll .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5acxBmJll a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5acxBmJll .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-u5acxBmJll .navbar {
    height: 70px;
  }
  .cid-u5acxBmJll .navbar.opened {
    height: auto;
  }
  .cid-u5acxBmJll .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5acxBmJll .container,
.cid-u5acxBmJll .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5acxBmJll .container,
  .cid-u5acxBmJll .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u5acxBmJll .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u5acxBmJll .navbar-collapse {
  min-height: 98px;
}
.cid-u5acxBmJll .mbr-section-btn {
  max-width: 35%;
}
.cid-u5acxBmJll .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u5acxBmJll {
    min-height: 70px !important;
  }
  .cid-u5acxBmJll .navbar {
    min-height: 70px !important;
  }
  .cid-u5acxBmJll .container-fluid {
    padding: 0 7%;
  }
  .cid-u5acxBmJll .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u5acxBmJll .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u5acxBmJll .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u5acxBmJll .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u5acxBmJll .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u5acxBmJll .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-tBHaUdXRgc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-tBHaUdXRgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHaUdXRgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHaUdXRgc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBHaUdXRgc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBHaUdXRgc .container {
    padding: 0;
  }
}
.cid-tBHaUdXRgc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tBHaUdXRgc .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tBHaUdXRgc .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-tBHaUdXRgc .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-tBHaUdXRgc .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tBHaUdXRgc .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tBHaUdXRgc .mbr-section-title {
  color: #ffffff;
}
.cid-tBHaUdXRgc .mbr-box {
  color: #ffffff;
}
.cid-tBHaUdXRgc .mbr-section-btn {
  text-align: center;
}
.cid-u5aeJ2zFN8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-u5aeJ2zFN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5aeJ2zFN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5aeJ2zFN8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5aeJ2zFN8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5aeJ2zFN8 .container {
    padding: 0;
  }
}
.cid-u5aeJ2zFN8 .row {
  justify-content: center;
  margin: 0;
}
.cid-u5aeJ2zFN8 .card {
  border-radius: 0;
  padding: 0;
}
.cid-u5aeJ2zFN8 .card .card-wrapper {
  background-color: #d17756;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u5aeJ2zFN8 .card .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-u5aeJ2zFN8 .card .card-wrapper .card-wrap .icon-wrap {
  margin-bottom: 20px;
}
.cid-u5aeJ2zFN8 .card .card-wrapper .card-wrap .icon-wrap .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #ffffff;
}
.cid-u5aeJ2zFN8 .card .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u5aeJ2zFN8 .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5aeJ2zFN8 .card .card-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-u5aeJ2zFN8 .card:nth-child(2n) .card-wrapper {
  background-color: #235d81;
}
.cid-u5aeJ2zFN8 .mbr-card-title {
  color: #ffffff;
}
.cid-u5aeJ2zFN8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u5aeJ2zFN8 .mbr-card-title,
.cid-u5aeJ2zFN8 .mbr-section-btn,
.cid-u5aeJ2zFN8 .icon-wrap {
  text-align: center;
}
.cid-u5ahnOp1IM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-u5ahnOp1IM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5ahnOp1IM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5ahnOp1IM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5ahnOp1IM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5ahnOp1IM .container {
    padding: 0;
  }
}
.cid-u5ahnOp1IM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5ahnOp1IM .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u5ahnOp1IM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u5ahnOp1IM .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u5ahnOp1IM .mbr-section-title {
  color: #263652;
  text-align: center;
}
.cid-u5ahnOp1IM .mbr-text {
  color: #263652;
  text-align: center;
}
.cid-u8PWKvfjRl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f4ed;
}
.cid-u8PWKvfjRl .mbr-media {
  position: relative;
}
.cid-u8PWKvfjRl .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u8PWKvfjRl .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u8PWKvfjRl .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  background: white;
  padding: 1.5rem;
  border-radius: 50%;
}
.cid-u8PWKvfjRl a {
  background-image: none !important;
}
.cid-u8PWKvfjRl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8PWKvfjRl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8PWKvfjRl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8PWKvfjRl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8PWKvfjRl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8PWKvfjRl .mbr-section-title {
  color: #232323;
}
.cid-u5aiB9A6o5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.cid-u5aiB9A6o5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5aiB9A6o5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5aiB9A6o5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u5aiB9A6o5 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u5aiB9A6o5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u5aiB9A6o5 .container {
    padding: 0 16px;
  }
}
.cid-u5aiB9A6o5 .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5aiB9A6o5 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u5aiB9A6o5 .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-u5aiB9A6o5 .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-u5aiB9A6o5 .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-u5aiB9A6o5 .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-u5aiB9A6o5 .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-u5aiB9A6o5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u5aiB9A6o5 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-u5aiB9A6o5 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u5aiB9A6o5 .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-u5aiB9A6o5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5aiB9A6o5 .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-u5aiB9A6o5 .mbr-section-title {
  color: #1c1c1c;
  text-align: center;
}
.cid-u5aiB9A6o5 .mbr-desc {
  color: #1c1c1c;
  text-align: center;
}
.cid-u5aiB9A6o5 .mbr-text {
  color: #1c1c1c;
  text-align: center;
}
.cid-u5almpaUqN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-u5almpaUqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5almpaUqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5almpaUqN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5almpaUqN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5almpaUqN .container {
    padding: 0;
  }
}
.cid-u5almpaUqN .row {
  justify-content: center;
}
.cid-u5almpaUqN .title-wrapper {
  padding: 0 16px;
}
.cid-u5almpaUqN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u5almpaUqN .mbr-section-title {
  color: #263652;
  text-align: center;
}
.cid-u5al2Hw28N {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u5al2Hw28N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5al2Hw28N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5al2Hw28N p {
  line-height: 2;
}
.cid-u5al2Hw28N a:hover {
  text-decoration: underline;
}
.cid-u5al2Hw28N .mbr-text {
  text-align: center;
}
.cid-u5al2Hw28N .mbr-section-title {
  text-align: center;
}
.cid-u54pOVjTzC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.cid-u54pOVjTzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u54pOVjTzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u54pOVjTzC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u54pOVjTzC .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u54pOVjTzC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u54pOVjTzC .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u54pOVjTzC .container {
    padding: 0 16px;
  }
}
.cid-u54pOVjTzC .row {
  justify-content: space-between;
}
.cid-u54pOVjTzC .row:hover,
.cid-u54pOVjTzC .row:focus {
  cursor: pointer;
}
.cid-u54pOVjTzC .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u54pOVjTzC .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u54pOVjTzC .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-u54pOVjTzC .image-wrapper img {
    height: 300px;
  }
}
.cid-u54pOVjTzC .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u54pOVjTzC .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u54pOVjTzC .mbr-section-title {
  color: #000000;
}
.cid-u54pOVjTzC .mbr-text {
  color: #000000;
}
.cid-u5aafuU8HG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u5aafuU8HG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u5aafuU8HG .item-wrapper {
  background: #235d81;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-u5f31OLie4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u5f31OLie4 nav.navbar {
  position: fixed;
}
.cid-u5f31OLie4 .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-u5f31OLie4 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u5f31OLie4 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u5f31OLie4 .dropdown-item:after {
  right: 1rem !important;
}
.cid-u5f31OLie4 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u5f31OLie4 .dropdown-item:hover:before,
.cid-u5f31OLie4 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u5f31OLie4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5f31OLie4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5f31OLie4 .nav-link {
  position: relative;
}
.cid-u5f31OLie4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5f31OLie4 .container {
    flex-wrap: nowrap;
  }
}
.cid-u5f31OLie4 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u5f31OLie4 .navbar-nav .nav-item {
  margin: 0;
}
.cid-u5f31OLie4 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u5f31OLie4 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u5f31OLie4 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u5f31OLie4 .dropdown-menu,
.cid-u5f31OLie4 .navbar.opened {
  background: #ffffff !important;
}
.cid-u5f31OLie4 .nav-item:focus,
.cid-u5f31OLie4 .nav-link:focus {
  outline: none;
}
.cid-u5f31OLie4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5f31OLie4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5f31OLie4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5f31OLie4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5f31OLie4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5f31OLie4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5f31OLie4 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u5f31OLie4 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5f31OLie4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5f31OLie4 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u5f31OLie4 .navbar .navbar-logo img {
  width: auto;
}
.cid-u5f31OLie4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5f31OLie4 .navbar.collapsed {
  justify-content: center;
}
.cid-u5f31OLie4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5f31OLie4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5f31OLie4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-u5f31OLie4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5f31OLie4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5f31OLie4 .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-u5f31OLie4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5f31OLie4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5f31OLie4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5f31OLie4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5f31OLie4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5f31OLie4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5f31OLie4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5f31OLie4 .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-u5f31OLie4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5f31OLie4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5f31OLie4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5f31OLie4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5f31OLie4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5f31OLie4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5f31OLie4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5f31OLie4 .navbar.navbar-short {
  min-height: 100px;
}
.cid-u5f31OLie4 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u5f31OLie4 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5f31OLie4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5f31OLie4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5f31OLie4 .dropdown-item.active,
.cid-u5f31OLie4 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5f31OLie4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5f31OLie4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5f31OLie4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5f31OLie4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5f31OLie4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5f31OLie4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5f31OLie4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5f31OLie4 .navbar-buttons {
  text-align: center;
}
.cid-u5f31OLie4 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u5f31OLie4 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u5f31OLie4 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u5f31OLie4 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u5f31OLie4 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u5f31OLie4 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u5f31OLie4 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u5f31OLie4 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5f31OLie4 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u5f31OLie4 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u5f31OLie4 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5f31OLie4 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u5f31OLie4 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u5f31OLie4 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u5f31OLie4 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5f31OLie4 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u5f31OLie4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5f31OLie4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5f31OLie4 .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-u5f31OLie4 .navbar {
    height: 70px;
  }
  .cid-u5f31OLie4 .navbar.opened {
    height: auto;
  }
  .cid-u5f31OLie4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5f31OLie4 .container,
.cid-u5f31OLie4 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5f31OLie4 .container,
  .cid-u5f31OLie4 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u5f31OLie4 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u5f31OLie4 .navbar-collapse {
  min-height: 98px;
}
.cid-u5f31OLie4 .mbr-section-btn {
  max-width: 35%;
}
.cid-u5f31OLie4 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u5f31OLie4 {
    min-height: 70px !important;
  }
  .cid-u5f31OLie4 .navbar {
    min-height: 70px !important;
  }
  .cid-u5f31OLie4 .container-fluid {
    padding: 0 7%;
  }
  .cid-u5f31OLie4 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u5f31OLie4 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u5f31OLie4 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u5f31OLie4 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u5f31OLie4 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u5f31OLie4 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u5f31OLie4 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u5f31OLie4 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u5f31OLie4 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u5f31OLie4 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-tBHaUdXRgc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.webp");
}
.cid-tBHaUdXRgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHaUdXRgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHaUdXRgc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBHaUdXRgc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBHaUdXRgc .container {
    padding: 0;
  }
}
.cid-tBHaUdXRgc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tBHaUdXRgc .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tBHaUdXRgc .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-tBHaUdXRgc .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-tBHaUdXRgc .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tBHaUdXRgc .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tBHaUdXRgc .mbr-section-title {
  color: #ffffff;
}
.cid-tBHaUdXRgc .mbr-box {
  color: #ffffff;
}
.cid-tBHaUdXRgc .mbr-section-btn {
  text-align: center;
}
.cid-u5eNQbrP2k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f3f4;
}
.cid-u5eNQbrP2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5eNQbrP2k .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-u5eNQbrP2k .container {
    padding: 0 22px;
  }
}
.cid-u5eNQbrP2k .row {
  justify-content: space-between;
}
.cid-u5eNQbrP2k .row .card {
  justify-content: center;
}
.cid-u5eNQbrP2k .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u5eNQbrP2k .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u5eNQbrP2k .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-u5eNQbrP2k .image-wrapper {
  position: relative;
}
.cid-u5eNQbrP2k .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-u5eNQbrP2k .image-wrapper img {
    height: 350px;
  }
}
.cid-u5eNQbrP2k .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u5eNQbrP2k .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u5eNQbrP2k .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u5eOBLbsdG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdfcfa;
}
.cid-u5eOBLbsdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5eOBLbsdG .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-u5eOBLbsdG .container {
    padding: 0 22px;
  }
}
.cid-u5eOBLbsdG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5eOBLbsdG .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-u5eRgi22CT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5eRgi22CT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5eRgi22CT .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-u5eRgi22CT .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u5eRgi22CT .container {
    padding: 0 12px;
  }
}
.cid-u5eRgi22CT .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5eRgi22CT .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-u5eRgi22CT .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-u5eRgi22CT .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-u5eRgi22CT .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u5eRgi22CT .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u5eRgi22CT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5eRgi22CT .mbr-section-title {
  color: #222222;
}
.cid-u5eRgi22CT .mbr-text {
  color: #222222;
}
.cid-u5eRgi22CT .mbr-text,
.cid-u5eRgi22CT .mbr-section-btn {
  text-align: right;
}
.cid-u6yQreIQ2d {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.cid-u6yQreIQ2d .row {
  flex-direction: row-reverse;
}
.cid-u6yQreIQ2d .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u6yQreIQ2d .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #af5331;
}
.cid-u6yQreIQ2d .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-u6yQreIQ2d .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-u6yQreIQ2d .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-u6yQreIQ2d .col-12 {
    padding: 0 2rem;
  }
  .cid-u6yQreIQ2d .row {
    margin: 0 -2rem;
  }
}
.cid-u6yQreIQ2d .mbr-text,
.cid-u6yQreIQ2d .mbr-section-btn {
  color: #1a449a;
}
.cid-u5eQeyWexz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u5eQeyWexz .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u5eQeyWexz .item-wrapper {
  background: #235d81;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-u5acxBmJll {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u5acxBmJll nav.navbar {
  position: fixed;
}
.cid-u5acxBmJll .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-u5acxBmJll .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u5acxBmJll .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u5acxBmJll .dropdown-item:after {
  right: 1rem !important;
}
.cid-u5acxBmJll .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u5acxBmJll .dropdown-item:hover:before,
.cid-u5acxBmJll .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u5acxBmJll .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5acxBmJll .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5acxBmJll .nav-link {
  position: relative;
}
.cid-u5acxBmJll .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5acxBmJll .container {
    flex-wrap: nowrap;
  }
}
.cid-u5acxBmJll .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u5acxBmJll .navbar-nav .nav-item {
  margin: 0;
}
.cid-u5acxBmJll .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u5acxBmJll .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u5acxBmJll .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u5acxBmJll .dropdown-menu,
.cid-u5acxBmJll .navbar.opened {
  background: #ffffff !important;
}
.cid-u5acxBmJll .nav-item:focus,
.cid-u5acxBmJll .nav-link:focus {
  outline: none;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5acxBmJll .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5acxBmJll .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5acxBmJll .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u5acxBmJll .navbar.opened {
  transition: all 0.3s;
}
.cid-u5acxBmJll .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5acxBmJll .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u5acxBmJll .navbar .navbar-logo img {
  width: auto;
}
.cid-u5acxBmJll .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5acxBmJll .navbar.collapsed {
  justify-content: center;
}
.cid-u5acxBmJll .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5acxBmJll .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5acxBmJll .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-u5acxBmJll .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5acxBmJll .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5acxBmJll .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-u5acxBmJll .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5acxBmJll .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5acxBmJll .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5acxBmJll .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5acxBmJll .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5acxBmJll .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5acxBmJll .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5acxBmJll .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-u5acxBmJll .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5acxBmJll .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5acxBmJll .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5acxBmJll .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5acxBmJll .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5acxBmJll .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5acxBmJll .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5acxBmJll .navbar.navbar-short {
  min-height: 100px;
}
.cid-u5acxBmJll .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u5acxBmJll .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5acxBmJll .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5acxBmJll .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5acxBmJll .dropdown-item.active,
.cid-u5acxBmJll .dropdown-item:active {
  background-color: transparent;
}
.cid-u5acxBmJll .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5acxBmJll .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5acxBmJll .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5acxBmJll .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5acxBmJll .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5acxBmJll .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5acxBmJll ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5acxBmJll .navbar-buttons {
  text-align: center;
}
.cid-u5acxBmJll button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u5acxBmJll .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5acxBmJll a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5acxBmJll .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-u5acxBmJll .navbar {
    height: 70px;
  }
  .cid-u5acxBmJll .navbar.opened {
    height: auto;
  }
  .cid-u5acxBmJll .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5acxBmJll .container,
.cid-u5acxBmJll .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5acxBmJll .container,
  .cid-u5acxBmJll .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u5acxBmJll .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u5acxBmJll .navbar-collapse {
  min-height: 98px;
}
.cid-u5acxBmJll .mbr-section-btn {
  max-width: 35%;
}
.cid-u5acxBmJll .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u5acxBmJll {
    min-height: 70px !important;
  }
  .cid-u5acxBmJll .navbar {
    min-height: 70px !important;
  }
  .cid-u5acxBmJll .container-fluid {
    padding: 0 7%;
  }
  .cid-u5acxBmJll .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u5acxBmJll .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u5acxBmJll .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u5acxBmJll .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u5acxBmJll .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u5acxBmJll .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-u5eTlb05X2 {
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-u5eTlb05X2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5eTlb05X2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5eTlb05X2 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.cid-u5eTlb05X2 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.cid-u5eTlb05X2 .mbr-text {
  color: #FFFFFF;
}
.cid-u5eTlb05X2 .mbr-section-btn {
  margin-top: 18px;
}
.cid-u5xbuYkhnL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdfcfa;
}
.cid-u5xbuYkhnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xbuYkhnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5xbuYkhnL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5xbuYkhnL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5xbuYkhnL .container {
    padding: 0;
  }
}
.cid-u5xbuYkhnL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5xbuYkhnL .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u5xbuYkhnL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u5xbuYkhnL .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u5xbuYkhnL .mbr-section-title {
  color: #263652;
  text-align: center;
}
.cid-u5xbuYkhnL .mbr-text {
  color: #263652;
  text-align: center;
}
.cid-u5eZfSZsRX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (min-width: 1400px) {
  .cid-u5eZfSZsRX .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-u5eZfSZsRX .mbr-text {
  color: #353535;
}
.cid-u5eZfSZsRX .mbr-section-title {
  color: #000000;
}
.cid-u5f18cDpbS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5f18cDpbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5f18cDpbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5f18cDpbS .row {
  justify-content: space-between;
}
.cid-u5f18cDpbS .mbr-text,
.cid-u5f18cDpbS .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-u5f18cDpbS h2 {
  width: fit-content;
  float: left;
  border: 2px solid currentColor;
  padding: 1rem 3rem;
  padding-bottom: 0.5rem;
  margin: 0;
  border-radius: 1rem;
  border-top-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  margin-bottom: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-u5f18cDpbS h2 {
    padding: 1rem 1rem;
    margin-right: 1rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-u5f18cDpbS .mbr-section-subtitle {
  color: #000000;
}
.cid-u5eWMVbEks {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3b6e8f;
}
.cid-u5eWMVbEks .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5eWMVbEks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5eWMVbEks .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u5eWMVbEks .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u5eWMVbEks .container {
    padding: 0 30px;
  }
}
.cid-u5eWMVbEks .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u5eWMVbEks .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u5eWMVbEks .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-u5eWMVbEks .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-u5eWMVbEks .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-u5eWMVbEks .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-u5eWMVbEks .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u5eWMVbEks .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-u5eWMVbEks .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5eWMVbEks .mbr-section-title {
  color: #ffffff;
}
.cid-u5eWMVbEks .mbr-card-title {
  color: #2b2b2b;
}
.cid-u5eWMVbEks .mbr-text {
  color: #263652;
}
.cid-u5eWMVbEks .mbr-number {
  color: #FE5115;
}
.cid-u5aafuU8HG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u5aafuU8HG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u5aafuU8HG .item-wrapper {
  background: #235d81;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-u5f6ETsmjb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u5f6ETsmjb nav.navbar {
  position: fixed;
}
.cid-u5f6ETsmjb .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-u5f6ETsmjb .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u5f6ETsmjb .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u5f6ETsmjb .dropdown-item:after {
  right: 1rem !important;
}
.cid-u5f6ETsmjb .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u5f6ETsmjb .dropdown-item:hover:before,
.cid-u5f6ETsmjb .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u5f6ETsmjb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5f6ETsmjb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5f6ETsmjb .nav-link {
  position: relative;
}
.cid-u5f6ETsmjb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5f6ETsmjb .container {
    flex-wrap: nowrap;
  }
}
.cid-u5f6ETsmjb .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u5f6ETsmjb .navbar-nav .nav-item {
  margin: 0;
}
.cid-u5f6ETsmjb .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u5f6ETsmjb .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u5f6ETsmjb .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u5f6ETsmjb .dropdown-menu,
.cid-u5f6ETsmjb .navbar.opened {
  background: #ffffff !important;
}
.cid-u5f6ETsmjb .nav-item:focus,
.cid-u5f6ETsmjb .nav-link:focus {
  outline: none;
}
.cid-u5f6ETsmjb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5f6ETsmjb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5f6ETsmjb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5f6ETsmjb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5f6ETsmjb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5f6ETsmjb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5f6ETsmjb .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u5f6ETsmjb .navbar.opened {
  transition: all 0.3s;
}
.cid-u5f6ETsmjb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5f6ETsmjb .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u5f6ETsmjb .navbar .navbar-logo img {
  width: auto;
}
.cid-u5f6ETsmjb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5f6ETsmjb .navbar.collapsed {
  justify-content: center;
}
.cid-u5f6ETsmjb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5f6ETsmjb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5f6ETsmjb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-u5f6ETsmjb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5f6ETsmjb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5f6ETsmjb .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-u5f6ETsmjb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5f6ETsmjb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5f6ETsmjb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5f6ETsmjb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5f6ETsmjb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5f6ETsmjb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5f6ETsmjb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5f6ETsmjb .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-u5f6ETsmjb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5f6ETsmjb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5f6ETsmjb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5f6ETsmjb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5f6ETsmjb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5f6ETsmjb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5f6ETsmjb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5f6ETsmjb .navbar.navbar-short {
  min-height: 100px;
}
.cid-u5f6ETsmjb .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u5f6ETsmjb .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5f6ETsmjb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5f6ETsmjb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5f6ETsmjb .dropdown-item.active,
.cid-u5f6ETsmjb .dropdown-item:active {
  background-color: transparent;
}
.cid-u5f6ETsmjb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5f6ETsmjb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5f6ETsmjb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5f6ETsmjb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5f6ETsmjb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5f6ETsmjb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5f6ETsmjb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5f6ETsmjb .navbar-buttons {
  text-align: center;
}
.cid-u5f6ETsmjb button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u5f6ETsmjb button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u5f6ETsmjb button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u5f6ETsmjb button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u5f6ETsmjb button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u5f6ETsmjb button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u5f6ETsmjb button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u5f6ETsmjb button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5f6ETsmjb button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u5f6ETsmjb button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u5f6ETsmjb button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5f6ETsmjb nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u5f6ETsmjb nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u5f6ETsmjb nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u5f6ETsmjb nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5f6ETsmjb nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u5f6ETsmjb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5f6ETsmjb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5f6ETsmjb .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-u5f6ETsmjb .navbar {
    height: 70px;
  }
  .cid-u5f6ETsmjb .navbar.opened {
    height: auto;
  }
  .cid-u5f6ETsmjb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5f6ETsmjb .container,
.cid-u5f6ETsmjb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5f6ETsmjb .container,
  .cid-u5f6ETsmjb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u5f6ETsmjb .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u5f6ETsmjb .navbar-collapse {
  min-height: 98px;
}
.cid-u5f6ETsmjb .mbr-section-btn {
  max-width: 35%;
}
.cid-u5f6ETsmjb .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u5f6ETsmjb {
    min-height: 70px !important;
  }
  .cid-u5f6ETsmjb .navbar {
    min-height: 70px !important;
  }
  .cid-u5f6ETsmjb .container-fluid {
    padding: 0 7%;
  }
  .cid-u5f6ETsmjb .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u5f6ETsmjb .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u5f6ETsmjb .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u5f6ETsmjb .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u5f6ETsmjb .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u5f6ETsmjb .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u5f6ETsmjb .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u5f6ETsmjb .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u5f6ETsmjb .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u5f6ETsmjb .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-u5f2GmKl9m {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.webp");
}
.cid-u5f2GmKl9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5f2GmKl9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5f2GmKl9m .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5f2GmKl9m .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5f2GmKl9m .container {
    padding: 0;
  }
}
.cid-u5f2GmKl9m .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u5f2GmKl9m .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u5f2GmKl9m .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u5f2GmKl9m .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u5f2GmKl9m .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u5f2GmKl9m .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u5f2GmKl9m .mbr-section-title {
  color: #ffffff;
}
.cid-u5f2GmKl9m .mbr-box {
  color: #ffffff;
}
.cid-u5f2GmKl9m .mbr-section-btn {
  text-align: center;
}
.cid-u5f2GowFMV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f3f4;
}
.cid-u5f2GowFMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5f2GowFMV .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-u5f2GowFMV .container {
    padding: 0 22px;
  }
}
.cid-u5f2GowFMV .row {
  justify-content: space-between;
}
.cid-u5f2GowFMV .row .card {
  justify-content: center;
}
.cid-u5f2GowFMV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u5f2GowFMV .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u5f2GowFMV .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-u5f2GowFMV .image-wrapper {
  position: relative;
}
.cid-u5f2GowFMV .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-u5f2GowFMV .image-wrapper img {
    height: 350px;
  }
}
.cid-u5f2GowFMV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u5f2GowFMV .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u5f2GowFMV .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u5f4kjaaNz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (min-width: 1400px) {
  .cid-u5f4kjaaNz .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-u5f4kjaaNz .mbr-text {
  color: #353535;
}
.cid-u5f4kjaaNz .mbr-section-title {
  color: #000000;
}
.cid-u5f2GsaVWd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5f2GsaVWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5f2GsaVWd .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-u5f2GsaVWd .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u5f2GsaVWd .container {
    padding: 0 12px;
  }
}
.cid-u5f2GsaVWd .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5f2GsaVWd .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-u5f2GsaVWd .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-u5f2GsaVWd .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-u5f2GsaVWd .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u5f2GsaVWd .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u5f2GsaVWd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5f2GsaVWd .mbr-section-title {
  color: #222222;
}
.cid-u5f2GsaVWd .mbr-text {
  color: #222222;
}
.cid-u5f2GsaVWd .mbr-text,
.cid-u5f2GsaVWd .mbr-section-btn {
  text-align: right;
}
.cid-u5f2GuXdgF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u5f2GuXdgF .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u5f2GuXdgF .item-wrapper {
  background: #235d81;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-u5acxBmJll {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u5acxBmJll nav.navbar {
  position: fixed;
}
.cid-u5acxBmJll .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-u5acxBmJll .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u5acxBmJll .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u5acxBmJll .dropdown-item:after {
  right: 1rem !important;
}
.cid-u5acxBmJll .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u5acxBmJll .dropdown-item:hover:before,
.cid-u5acxBmJll .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u5acxBmJll .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5acxBmJll .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5acxBmJll .nav-link {
  position: relative;
}
.cid-u5acxBmJll .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5acxBmJll .container {
    flex-wrap: nowrap;
  }
}
.cid-u5acxBmJll .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u5acxBmJll .navbar-nav .nav-item {
  margin: 0;
}
.cid-u5acxBmJll .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u5acxBmJll .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u5acxBmJll .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u5acxBmJll .dropdown-menu,
.cid-u5acxBmJll .navbar.opened {
  background: #ffffff !important;
}
.cid-u5acxBmJll .nav-item:focus,
.cid-u5acxBmJll .nav-link:focus {
  outline: none;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5acxBmJll .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5acxBmJll .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5acxBmJll .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u5acxBmJll .navbar.opened {
  transition: all 0.3s;
}
.cid-u5acxBmJll .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5acxBmJll .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u5acxBmJll .navbar .navbar-logo img {
  width: auto;
}
.cid-u5acxBmJll .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5acxBmJll .navbar.collapsed {
  justify-content: center;
}
.cid-u5acxBmJll .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5acxBmJll .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5acxBmJll .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-u5acxBmJll .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5acxBmJll .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5acxBmJll .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-u5acxBmJll .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5acxBmJll .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5acxBmJll .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5acxBmJll .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5acxBmJll .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5acxBmJll .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5acxBmJll .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5acxBmJll .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-u5acxBmJll .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5acxBmJll .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5acxBmJll .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5acxBmJll .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5acxBmJll .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5acxBmJll .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5acxBmJll .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5acxBmJll .navbar.navbar-short {
  min-height: 100px;
}
.cid-u5acxBmJll .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u5acxBmJll .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5acxBmJll .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5acxBmJll .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5acxBmJll .dropdown-item.active,
.cid-u5acxBmJll .dropdown-item:active {
  background-color: transparent;
}
.cid-u5acxBmJll .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5acxBmJll .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5acxBmJll .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5acxBmJll .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5acxBmJll .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5acxBmJll .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5acxBmJll ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5acxBmJll .navbar-buttons {
  text-align: center;
}
.cid-u5acxBmJll button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u5acxBmJll .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5acxBmJll a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5acxBmJll .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-u5acxBmJll .navbar {
    height: 70px;
  }
  .cid-u5acxBmJll .navbar.opened {
    height: auto;
  }
  .cid-u5acxBmJll .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5acxBmJll .container,
.cid-u5acxBmJll .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5acxBmJll .container,
  .cid-u5acxBmJll .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u5acxBmJll .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u5acxBmJll .navbar-collapse {
  min-height: 98px;
}
.cid-u5acxBmJll .mbr-section-btn {
  max-width: 35%;
}
.cid-u5acxBmJll .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u5acxBmJll {
    min-height: 70px !important;
  }
  .cid-u5acxBmJll .navbar {
    min-height: 70px !important;
  }
  .cid-u5acxBmJll .container-fluid {
    padding: 0 7%;
  }
  .cid-u5acxBmJll .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u5acxBmJll .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u5acxBmJll .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u5acxBmJll .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u5acxBmJll .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u5acxBmJll .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-u5CMkXWpGY {
  background-image: url("../../../assets/images/20190915-115640-2000x1500.webp");
}
.cid-u5CMkXWpGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CMkXWpGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CMkXWpGY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5CMkXWpGY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5CMkXWpGY .container {
    padding: 0;
  }
}
.cid-u5CMkXWpGY .title-wrapper {
  padding: 0 16px;
}
.cid-u5CMkXWpGY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u5CMkXWpGY .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-u5CMkXWpGY .title-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u5CMkXWpGY .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u5CMkXWpGY .mbr-section-title {
  color: #ffffff;
}
.cid-u5CMkXWpGY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u5CMkXWpGY .mbr-section-title,
.cid-u5CMkXWpGY .mbr-section-btn {
  text-align: center;
}
.cid-u5xhfC46YB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-u5xhfC46YB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xhfC46YB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5xhfC46YB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u5xhfC46YB .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u5xhfC46YB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u5xhfC46YB .container {
    padding: 0 16px;
  }
}
.cid-u5xhfC46YB .row {
  justify-content: space-between;
}
.cid-u5xhfC46YB .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5xhfC46YB .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u5xhfC46YB .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-u5xhfC46YB .content-wrapper {
  position: relative;
}
.cid-u5xhfC46YB .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u5xhfC46YB .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u5xhfC46YB .mbr-text {
  color: #333333;
}
.cid-u5xhfC46YB .mbr-text,
.cid-u5xhfC46YB .icon-wrapper {
  color: #263a5c;
  text-align: center;
}
.cid-u5xhI9fVHK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5xhI9fVHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xhI9fVHK .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-u5xhI9fVHK .container {
    padding: 0 22px;
  }
}
.cid-u5xhI9fVHK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5xhI9fVHK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u5xiUAX3eG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-u5xiUAX3eG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xiUAX3eG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5xiUAX3eG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u5xiUAX3eG .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u5xiUAX3eG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u5xiUAX3eG .container {
    padding: 0 16px;
  }
}
.cid-u5xiUAX3eG .row {
  justify-content: space-between;
}
.cid-u5xiUAX3eG .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5xiUAX3eG .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u5xiUAX3eG .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-u5xiUAX3eG .content-wrapper {
  position: relative;
}
.cid-u5xiUAX3eG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u5xiUAX3eG .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u5xiUAX3eG .mbr-text {
  color: #333333;
}
.cid-u5xjfCwJ0e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5xjfCwJ0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xjfCwJ0e .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-u5xjfCwJ0e .container {
    padding: 0 22px;
  }
}
.cid-u5xjfCwJ0e .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5xjfCwJ0e .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u5xjROTggO {
  background-color: #f0f0f0;
}
.cid-u5xjROTggO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xjROTggO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5xjROTggO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u5xjROTggO .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u5xjROTggO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u5xjROTggO .container {
    padding: 0 16px;
  }
}
.cid-u5xjROTggO .image-wrapper img {
  height: 900px;
  border-radius: .5em !important;
  object-fit: cover;
  box-shadow: 0 14px 20px #333333;
}
@media (max-width: 992px) {
  .cid-u5xjROTggO .image-wrapper img {
    width: 100%;
    height: 450px;
  }
}
.cid-u5xjROTggO .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-u5xkiILXdo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u5xkiILXdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xkiILXdo .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-u5xkiILXdo .container {
    padding: 0 22px;
  }
}
.cid-u5xkiILXdo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5xkiILXdo .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u5xlk4GodC {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/picture4-2000x1410.webp");
}
.cid-u5xlk4GodC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xlk4GodC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5xlk4GodC img {
  width: 220px;
}
.cid-u5xlk4GodC .img-col {
  border-left: 1px solid gray;
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .cid-u5xlk4GodC {
    align-items: center;
  }
  .cid-u5xlk4GodC .row {
    justify-content: flex-start;
  }
}
.cid-u5xlk4GodC .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-u5xlk4GodC .mbr-text,
.cid-u5xlk4GodC .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u5xlk4GodC .mbr-section-title,
.cid-u5xlk4GodC .line {
  color: #ffffff;
}
.cid-u5xlk4GodC h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u5xlk4GodC h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u5xlk4GodC .mbr-section-subtitle,
.cid-u5xlk4GodC .align {
  text-align: left;
  color: #ffffff;
}
.cid-u5xlLUgosg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5xlLUgosg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xlLUgosg .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-u5xlLUgosg .container {
    padding: 0 22px;
  }
}
.cid-u5xlLUgosg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5xlLUgosg .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u5xrd2YGFr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u5xrd2YGFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xrd2YGFr .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-u5xrd2YGFr .container {
    padding: 0 24px;
  }
}
.cid-u5xrd2YGFr .image-wrapper {
  position: relative;
}
.cid-u5xrd2YGFr .image-wrapper img {
  height: 800px;
  border-radius: .6rem !important;
  object-fit: cover;
}
.cid-u5aafuU8HG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u5aafuU8HG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u5aafuU8HG .item-wrapper {
  background: #235d81;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-u5acxBmJll {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u5acxBmJll nav.navbar {
  position: fixed;
}
.cid-u5acxBmJll .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-u5acxBmJll .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u5acxBmJll .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u5acxBmJll .dropdown-item:after {
  right: 1rem !important;
}
.cid-u5acxBmJll .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u5acxBmJll .dropdown-item:hover:before,
.cid-u5acxBmJll .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u5acxBmJll .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5acxBmJll .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5acxBmJll .nav-link {
  position: relative;
}
.cid-u5acxBmJll .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5acxBmJll .container {
    flex-wrap: nowrap;
  }
}
.cid-u5acxBmJll .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u5acxBmJll .navbar-nav .nav-item {
  margin: 0;
}
.cid-u5acxBmJll .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u5acxBmJll .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u5acxBmJll .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u5acxBmJll .dropdown-menu,
.cid-u5acxBmJll .navbar.opened {
  background: #ffffff !important;
}
.cid-u5acxBmJll .nav-item:focus,
.cid-u5acxBmJll .nav-link:focus {
  outline: none;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5acxBmJll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5acxBmJll .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5acxBmJll .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5acxBmJll .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u5acxBmJll .navbar.opened {
  transition: all 0.3s;
}
.cid-u5acxBmJll .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5acxBmJll .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u5acxBmJll .navbar .navbar-logo img {
  width: auto;
}
.cid-u5acxBmJll .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5acxBmJll .navbar.collapsed {
  justify-content: center;
}
.cid-u5acxBmJll .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5acxBmJll .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5acxBmJll .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-u5acxBmJll .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5acxBmJll .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5acxBmJll .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-u5acxBmJll .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5acxBmJll .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5acxBmJll .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5acxBmJll .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5acxBmJll .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5acxBmJll .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5acxBmJll .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5acxBmJll .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-u5acxBmJll .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5acxBmJll .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5acxBmJll .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5acxBmJll .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5acxBmJll .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5acxBmJll .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5acxBmJll .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5acxBmJll .navbar.navbar-short {
  min-height: 100px;
}
.cid-u5acxBmJll .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u5acxBmJll .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5acxBmJll .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5acxBmJll .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5acxBmJll .dropdown-item.active,
.cid-u5acxBmJll .dropdown-item:active {
  background-color: transparent;
}
.cid-u5acxBmJll .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5acxBmJll .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5acxBmJll .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5acxBmJll .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5acxBmJll .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5acxBmJll .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5acxBmJll ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5acxBmJll .navbar-buttons {
  text-align: center;
}
.cid-u5acxBmJll button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u5acxBmJll button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u5acxBmJll button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u5acxBmJll nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u5acxBmJll nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u5acxBmJll .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5acxBmJll a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5acxBmJll .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-u5acxBmJll .navbar {
    height: 70px;
  }
  .cid-u5acxBmJll .navbar.opened {
    height: auto;
  }
  .cid-u5acxBmJll .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5acxBmJll .container,
.cid-u5acxBmJll .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5acxBmJll .container,
  .cid-u5acxBmJll .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u5acxBmJll .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u5acxBmJll .navbar-collapse {
  min-height: 98px;
}
.cid-u5acxBmJll .mbr-section-btn {
  max-width: 35%;
}
.cid-u5acxBmJll .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u5acxBmJll {
    min-height: 70px !important;
  }
  .cid-u5acxBmJll .navbar {
    min-height: 70px !important;
  }
  .cid-u5acxBmJll .container-fluid {
    padding: 0 7%;
  }
  .cid-u5acxBmJll .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u5acxBmJll .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u5acxBmJll .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u5acxBmJll .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u5acxBmJll .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u5acxBmJll .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u5acxBmJll .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-u5xs7rIF9g {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/pxl-20230114-154020783-1-2000x1506.webp");
}
.cid-u5xs7rIF9g .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-u5xs7rIF9g .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u5xs7rIF9g {
    align-items: center;
  }
  .cid-u5xs7rIF9g .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u5xs7rIF9g .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u5xs7rIF9g {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u5xs7rIF9g .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u5xs7rIF9g .content-wrap {
    width: 100%;
  }
}
.cid-u5xs7rIF9g .mbr-section-title {
  text-align: left;
}
.cid-u5xs7rIF9g .mbr-text,
.cid-u5xs7rIF9g .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u5xsZrEeSK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdfcfa;
}
.cid-u5xsZrEeSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xsZrEeSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5xsZrEeSK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5xsZrEeSK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5xsZrEeSK .container {
    padding: 0;
  }
}
.cid-u5xsZrEeSK .row {
  justify-content: center;
}
.cid-u5xsZrEeSK .title-wrapper {
  padding: 0 16px;
}
.cid-u5xsZrEeSK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u5xsZrEeSK .mbr-section-title {
  color: #263652;
  text-align: center;
}
.cid-u5xu5Rn877 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f0f0f0;
}
.cid-u5xu5Rn877 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xu5Rn877 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5xu5Rn877 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u5xu5Rn877 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u5xu5Rn877 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u5xu5Rn877 .container {
    padding: 0 16px;
  }
}
.cid-u5xu5Rn877 .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-u5xu5Rn877 .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-u5xu5Rn877 .item {
    margin-bottom: 24px;
  }
}
.cid-u5xu5Rn877 .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-u5xu5Rn877 .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u5xu5Rn877 .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-u5xu5Rn877 .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-u5xu5Rn877 .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u5xu5Rn877 .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-u5xu5Rn877 .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-u5xu5Rn877 .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-u5xu5Rn877 .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #f0f0f0;
}
.cid-u5xu5Rn877 .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-u5xu5Rn877 .card-text {
  color: #333333;
  text-align: left;
}
.cid-u5xu5Rn877 .card-name {
  color: #080808;
}
.cid-u5xwzkwqlE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5xwzkwqlE .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-u5xwzkwqlE .panel-group {
  border: none;
}
.cid-u5xwzkwqlE .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-u5xwzkwqlE .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u5xwzkwqlE .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u5xwzkwqlE .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-u5xwzkwqlE .img-col {
  padding: 0;
}
.cid-u5xwzkwqlE span {
  margin-right: 1rem;
}
.cid-u5xwzkwqlE .img-item {
  height: 100%;
}
.cid-u5xwzkwqlE img {
  height: 100%;
  object-fit: cover;
}
.cid-u5xwzkwqlE .collapsed span {
  transform: rotate(0deg);
}
.cid-u5xwzkwqlE .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-u5xwzkwqlE p {
  margin-bottom: 0.3rem;
}
.cid-u5xwzkwqlE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-u5xwzkwqlE .card {
  padding: 0;
}
.cid-u5xwzkwqlE .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-u5xwzkwqlE .panel-text {
    padding-left: 0;
  }
}
.cid-u5xwzkwqlE .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u5xwzkwqlE .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u5xwzkwqlE .panel-title-edit,
.cid-u5xwzkwqlE .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-u5xB1w36XL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5xB1w36XL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u5xB1w36XL h4,
.cid-u5xB1w36XL p {
  padding-bottom: 1rem;
}
.cid-u5xB1w36XL .col-auto,
.cid-u5xB1w36XL .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5xB1w36XL .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-u5xB1w36XL .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-u5xB1w36XL .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u5xB1w36XL .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-u5xB1w36XL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u5xB1w36XL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u5xB1w36XL .form-control,
.cid-u5xB1w36XL .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-u5xB1w36XL .form-control::-webkit-input-placeholder,
.cid-u5xB1w36XL .field-input::-webkit-input-placeholder,
.cid-u5xB1w36XL .form-control::-webkit-input-placeholder,
.cid-u5xB1w36XL .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-u5xB1w36XL .form-control:-moz-placeholder,
.cid-u5xB1w36XL .field-input:-moz-placeholder,
.cid-u5xB1w36XL .form-control:-moz-placeholder,
.cid-u5xB1w36XL .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-u5xB1w36XL .form-control:hover,
.cid-u5xB1w36XL .field-input:hover,
.cid-u5xB1w36XL .form-control:focus,
.cid-u5xB1w36XL .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-u5xB1w36XL .form-control:hover::-webkit-input-placeholder,
.cid-u5xB1w36XL .field-input:hover::-webkit-input-placeholder,
.cid-u5xB1w36XL .form-control:focus::-webkit-input-placeholder,
.cid-u5xB1w36XL .field-input:focus::-webkit-input-placeholder,
.cid-u5xB1w36XL .form-control:hover::-webkit-input-placeholder,
.cid-u5xB1w36XL .field-input:hover::-webkit-input-placeholder,
.cid-u5xB1w36XL .form-control:focus::-webkit-input-placeholder,
.cid-u5xB1w36XL .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-u5xB1w36XL .form-control:hover:-moz-placeholder,
.cid-u5xB1w36XL .field-input:hover:-moz-placeholder,
.cid-u5xB1w36XL .form-control:focus:-moz-placeholder,
.cid-u5xB1w36XL .field-input:focus:-moz-placeholder,
.cid-u5xB1w36XL .form-control:hover:-moz-placeholder,
.cid-u5xB1w36XL .field-input:hover:-moz-placeholder,
.cid-u5xB1w36XL .form-control:focus:-moz-placeholder,
.cid-u5xB1w36XL .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-u5xB1w36XL .jq-number__spin:hover,
.cid-u5xB1w36XL .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u5xB1w36XL .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u5xB1w36XL .jq-selectbox li,
.cid-u5xB1w36XL .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u5xB1w36XL .jq-selectbox li:hover,
.cid-u5xB1w36XL .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-u5xB1w36XL .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u5xB1w36XL .jq-number__spin.minus:hover:after,
.cid-u5xB1w36XL .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u5xB1w36XL .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u5xB1w36XL .jq-number__spin.minus:after,
.cid-u5xB1w36XL .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u5xB1w36XL input::-webkit-clear-button {
  display: none;
}
.cid-u5xB1w36XL input::-webkit-inner-spin-button {
  display: none;
}
.cid-u5xB1w36XL input::-webkit-outer-spin-button {
  display: none;
}
.cid-u5xB1w36XL input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u5SMscsdyL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ebebeb;
}
.cid-u5SMscsdyL p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u5SMscsdyL .row {
    justify-content: flex-start !important;
  }
}
.cid-u5SMscsdyL .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u5SMscsdyL .mbr-section-title {
  text-align: center;
}
.cid-u5SMscsdyL .mbr-section-subtitle {
  text-align: center;
}
.cid-u5SMscsdyL .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-u5SMscsdyL .card-container {
    margin-bottom: 2rem;
  }
}
.cid-u5SMscsdyL .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-u5SMscsdyL .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-u5SMscsdyL .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-u5SMscsdyL P {
  color: #af5331;
}
.cid-u5xEHJfpsy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f1f1f1;
}
.cid-u5xEHJfpsy .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u5xEHJfpsy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u5xEHJfpsy .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u5xEHJfpsy .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u5xEHJfpsy .container {
    padding: 0 14px;
  }
}
.cid-u5xEHJfpsy .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u5xEHJfpsy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u5xEHJfpsy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-u5xEHJfpsy .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u5xEHJfpsy .embla__slide .slide-content {
  width: 100%;
}
.cid-u5xEHJfpsy .embla__slide .slide-content .item-wrapper {
  position: relative;
  border-radius: 0 !important;
}
.cid-u5xEHJfpsy .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #01004c;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-u5xEHJfpsy .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-u5xEHJfpsy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid #01004c;
}
.cid-u5xEHJfpsy .embla__button--next,
.cid-u5xEHJfpsy .embla__button--prev {
  display: flex;
}
.cid-u5xEHJfpsy .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #af5331 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u5xEHJfpsy .embla__button:hover {
  opacity: .7 !important;
}
.cid-u5xEHJfpsy .embla__button.embla__button--prev {
  right: 7rem;
  margin-left: 2.5rem;
}
.cid-u5xEHJfpsy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5xEHJfpsy .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-u5xEHJfpsy .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u5xEHJfpsy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u5xEHJfpsy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u5xEHJfpsy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u5xEHJfpsy .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-u5xJOn8ruL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-u5xJOn8ruL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xJOn8ruL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5xJOn8ruL .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-u5xJOn8ruL .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5xJOn8ruL .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u5xJOn8ruL .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u5xJOn8ruL .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u5xJOn8ruL .image-wrapper {
  padding: 0 1rem;
}
.cid-u5xJOn8ruL img,
.cid-u5xJOn8ruL .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u5xJOn8ruL img,
  .cid-u5xJOn8ruL .image-wrapper {
    max-height: 350px;
  }
}
.cid-u5xJOn8ruL .mbr-section-title {
  color: #000000;
}
.cid-u5xJOn8ruL .mbr-text {
  color: #000000;
}
.cid-u5xJOn8ruL .mbr-text,
.cid-u5xJOn8ruL .mbr-section-btn {
  text-align: left;
}
.cid-u5CPGegorJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5CPGegorJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CPGegorJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CPGegorJ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u5CPGegorJ .mbr-section-title {
  color: #24262b;
}
.cid-u5CPGegorJ .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-u5CPGegorJ .cards-row {
  row-gap: 32px;
}
.cid-u5CPGegorJ .card {
  border-radius: 0;
}
.cid-u5CPGegorJ .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-u5CPGegorJ .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-u5CPGegorJ .icons-wrap {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.cid-u5CPGegorJ .icons-wrap .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-u5CPGegorJ .icons-wrap .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 18px;
  color: #b79b6c;
}
.cid-u5CPGegorJ .card-title {
  margin-bottom: 8px;
  color: #24262b;
}
.cid-u5CPGegorJ .card-subtitle {
  color: #24262b;
}
.cid-u5CPGegorJ .card-bottom-wrap {
  margin-top: 24px;
}
.cid-u5CPGegorJ .card-name {
  color: #24262b;
}
.cid-u5CPGegorJ .card-text {
  color: #24262b;
}
.cid-u5aafuU8HG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u5aafuU8HG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u5aafuU8HG .item-wrapper {
  background: #235d81;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-u78YApLqcb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u78YApLqcb nav.navbar {
  position: fixed;
}
.cid-u78YApLqcb .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-u78YApLqcb .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u78YApLqcb .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u78YApLqcb .dropdown-item:after {
  right: 1rem !important;
}
.cid-u78YApLqcb .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u78YApLqcb .dropdown-item:hover:before,
.cid-u78YApLqcb .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u78YApLqcb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u78YApLqcb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u78YApLqcb .nav-link {
  position: relative;
}
.cid-u78YApLqcb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u78YApLqcb .container {
    flex-wrap: nowrap;
  }
}
.cid-u78YApLqcb .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u78YApLqcb .navbar-nav .nav-item {
  margin: 0;
}
.cid-u78YApLqcb .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u78YApLqcb .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u78YApLqcb .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u78YApLqcb .dropdown-menu,
.cid-u78YApLqcb .navbar.opened {
  background: #ffffff !important;
}
.cid-u78YApLqcb .nav-item:focus,
.cid-u78YApLqcb .nav-link:focus {
  outline: none;
}
.cid-u78YApLqcb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u78YApLqcb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u78YApLqcb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u78YApLqcb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u78YApLqcb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u78YApLqcb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u78YApLqcb .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u78YApLqcb .navbar.opened {
  transition: all 0.3s;
}
.cid-u78YApLqcb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u78YApLqcb .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u78YApLqcb .navbar .navbar-logo img {
  width: auto;
}
.cid-u78YApLqcb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u78YApLqcb .navbar.collapsed {
  justify-content: center;
}
.cid-u78YApLqcb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u78YApLqcb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u78YApLqcb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-u78YApLqcb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u78YApLqcb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u78YApLqcb .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-u78YApLqcb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u78YApLqcb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u78YApLqcb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u78YApLqcb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u78YApLqcb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u78YApLqcb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u78YApLqcb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u78YApLqcb .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-u78YApLqcb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u78YApLqcb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u78YApLqcb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u78YApLqcb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u78YApLqcb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u78YApLqcb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u78YApLqcb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u78YApLqcb .navbar.navbar-short {
  min-height: 100px;
}
.cid-u78YApLqcb .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u78YApLqcb .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u78YApLqcb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u78YApLqcb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u78YApLqcb .dropdown-item.active,
.cid-u78YApLqcb .dropdown-item:active {
  background-color: transparent;
}
.cid-u78YApLqcb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u78YApLqcb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u78YApLqcb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u78YApLqcb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u78YApLqcb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u78YApLqcb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u78YApLqcb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u78YApLqcb .navbar-buttons {
  text-align: center;
}
.cid-u78YApLqcb button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u78YApLqcb button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u78YApLqcb button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u78YApLqcb button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u78YApLqcb button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u78YApLqcb button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u78YApLqcb button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u78YApLqcb button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u78YApLqcb button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u78YApLqcb button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u78YApLqcb button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u78YApLqcb nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u78YApLqcb nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u78YApLqcb nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u78YApLqcb nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u78YApLqcb nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u78YApLqcb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u78YApLqcb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u78YApLqcb .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-u78YApLqcb .navbar {
    height: 70px;
  }
  .cid-u78YApLqcb .navbar.opened {
    height: auto;
  }
  .cid-u78YApLqcb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u78YApLqcb .container,
.cid-u78YApLqcb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u78YApLqcb .container,
  .cid-u78YApLqcb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u78YApLqcb .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u78YApLqcb .navbar-collapse {
  min-height: 98px;
}
.cid-u78YApLqcb .mbr-section-btn {
  max-width: 35%;
}
.cid-u78YApLqcb .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u78YApLqcb {
    min-height: 70px !important;
  }
  .cid-u78YApLqcb .navbar {
    min-height: 70px !important;
  }
  .cid-u78YApLqcb .container-fluid {
    padding: 0 7%;
  }
  .cid-u78YApLqcb .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u78YApLqcb .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u78YApLqcb .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u78YApLqcb .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u78YApLqcb .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u78YApLqcb .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u78YApLqcb .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u78YApLqcb .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u78YApLqcb .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u78YApLqcb .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-v1rIlKvIkM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-v1rIlKvIkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1rIlKvIkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1rIlKvIkM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v1rIlKvIkM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1rIlKvIkM .container {
    padding: 0;
  }
}
.cid-v1rIlKvIkM .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v1rIlKvIkM .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-v1rIlKvIkM .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-v1rIlKvIkM .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-v1rIlKvIkM .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-v1rIlKvIkM .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-v1rIlKvIkM .mbr-section-title {
  color: #ffffff;
}
.cid-v1rIlKvIkM .mbr-box {
  color: #ffffff;
}
.cid-v1rIlKvIkM .mbr-section-btn {
  text-align: center;
}
.cid-v1rJR9Q2y6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-v1rJR9Q2y6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1rJR9Q2y6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1rJR9Q2y6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v1rJR9Q2y6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1rJR9Q2y6 .container {
    padding: 0;
  }
}
.cid-v1rJR9Q2y6 .row {
  margin: 0;
}
.cid-v1rJR9Q2y6 .card {
  border-radius: 0;
  padding: 0;
}
.cid-v1rJR9Q2y6 .card .box-wrapper {
  background-color: #ebebeb;
  height: 100%;
}
.cid-v1rJR9Q2y6 .card .box-wrapper .mbr-box {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.cid-v1rJR9Q2y6 .card .title-wrapper {
  padding: 145px 100px;
}
@media (max-width: 992px) {
  .cid-v1rJR9Q2y6 .card .title-wrapper {
    padding: 30px 16px;
  }
}
.cid-v1rJR9Q2y6 .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1rJR9Q2y6 .card .title-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-v1rJR9Q2y6 .card .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-v1rJR9Q2y6 .card .image-wrapper {
  padding: 90px 0;
}
@media (max-width: 992px) {
  .cid-v1rJR9Q2y6 .card .image-wrapper {
    padding: 0;
  }
}
.cid-v1rJR9Q2y6 .card .image-wrapper img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1rJR9Q2y6 .card .image-wrapper img {
    height: 300px;
  }
}
.cid-v1rJR9Q2y6 .mbr-text {
  color: #263652;
}
.cid-v1rJR9Q2y6 .mbr-box {
  color: #ffffff;
}
.cid-v2nXEOir4b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.cid-v2nXEOir4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2nXEOir4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2nXEOir4b .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v2nXEOir4b .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v2nXEOir4b .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v2nXEOir4b .container {
    padding: 0 16px;
  }
}
.cid-v2nXEOir4b .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2nXEOir4b .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2nXEOir4b .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-v2nXEOir4b .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-v2nXEOir4b .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-v2nXEOir4b .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-v2nXEOir4b .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-v2nXEOir4b .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2nXEOir4b .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v2nXEOir4b .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2nXEOir4b .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-v2nXEOir4b .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2nXEOir4b .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-v2nXEOir4b .mbr-section-title {
  color: #1c1c1c;
}
.cid-v2nXEOir4b .mbr-desc {
  color: #1c1c1c;
  text-align: center;
}
.cid-v2nXEOir4b .mbr-text {
  color: #1c1c1c;
}
.cid-v1rTrwnYDm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-v1rTrwnYDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1rTrwnYDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1rTrwnYDm .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v1rTrwnYDm .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v1rTrwnYDm .container {
    padding: 0 26px;
  }
}
.cid-v1rTrwnYDm .row {
  justify-content: center;
}
.cid-v1rTrwnYDm .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-v1rTrwnYDm .text-wrapper .mbr-section-btn .btn {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-v1rTrwnYDm .text-wrapper .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v1rTrwnYDm .mbr-text,
.cid-v1rTrwnYDm .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v1rTrwnYDm .mbr-text,
.cid-v1rTrwnYDm .mbr-section-btn {
  text-align: center;
  color: #263652;
}
.cid-v45AUq8LgB {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #fdfcfa, #ebebeb);
}
.cid-v45AUq8LgB img {
  width: 200px;
  height: auto;
}
.cid-v45AUq8LgB .imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-v45AUq8LgB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v45AUq8LgB .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v45AUq8LgB .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-v45AUq8LgB .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #263652;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 900px) {
  .cid-v45AUq8LgB .green-audio-player {
    width: 300px;
  }
}
.cid-v45AUq8LgB .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-v45AUq8LgB .green-audio-player.player-accessible .controls:hover,
.cid-v45AUq8LgB .green-audio-player.player-accessible .volume__button:hover,
.cid-v45AUq8LgB .green-audio-player.player-accessible .volume__controls:hover,
.cid-v45AUq8LgB .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-v45AUq8LgB .green-audio-player svg,
.cid-v45AUq8LgB .green-audio-player img {
  display: block;
}
.cid-v45AUq8LgB .green-audio-player .holder {
  position: relative;
}
.cid-v45AUq8LgB .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-v45AUq8LgB .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v45AUq8LgB .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-v45AUq8LgB .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-v45AUq8LgB .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-v45AUq8LgB .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-v45AUq8LgB .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-v45AUq8LgB .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-v45AUq8LgB .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-v45AUq8LgB .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-v45AUq8LgB .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-v45AUq8LgB .green-audio-player .controls span {
  cursor: default;
}
.cid-v45AUq8LgB .green-audio-player .controls:focus {
  outline: none;
}
.cid-v45AUq8LgB .green-audio-player .volume {
  position: relative;
}
.cid-v45AUq8LgB .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-v45AUq8LgB .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-v45AUq8LgB .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v45AUq8LgB .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-v45AUq8LgB .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-v45AUq8LgB .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-v45AUq8LgB .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-v45AUq8LgB .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-v45AUq8LgB .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-v45AUq8LgB .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-v45AUq8LgB .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-v45AUq8LgB .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-v45AUq8LgB .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-v45AUq8LgB .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-v45AUq8LgB .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v45AUq8LgB .green-audio-player .download:focus {
  outline: none;
}
.cid-v45AUq8LgB .green-audio-player:focus {
  outline: none;
}
.cid-v45AUq8LgB .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-v45AUq8LgB .hidden {
  display: none;
}
.cid-v45AUq8LgB .mbr-section-subtitle {
  text-align: left;
}
.cid-v45C8PcVLa {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #fdfcfa, #bbbbbb);
}
.cid-v45C8PcVLa img {
  width: 200px;
  height: auto;
}
.cid-v45C8PcVLa .imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-v45C8PcVLa .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v45C8PcVLa .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v45C8PcVLa .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-v45C8PcVLa .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #263652;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 900px) {
  .cid-v45C8PcVLa .green-audio-player {
    width: 300px;
  }
}
.cid-v45C8PcVLa .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-v45C8PcVLa .green-audio-player.player-accessible .controls:hover,
.cid-v45C8PcVLa .green-audio-player.player-accessible .volume__button:hover,
.cid-v45C8PcVLa .green-audio-player.player-accessible .volume__controls:hover,
.cid-v45C8PcVLa .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-v45C8PcVLa .green-audio-player svg,
.cid-v45C8PcVLa .green-audio-player img {
  display: block;
}
.cid-v45C8PcVLa .green-audio-player .holder {
  position: relative;
}
.cid-v45C8PcVLa .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-v45C8PcVLa .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v45C8PcVLa .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-v45C8PcVLa .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-v45C8PcVLa .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-v45C8PcVLa .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-v45C8PcVLa .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-v45C8PcVLa .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-v45C8PcVLa .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-v45C8PcVLa .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-v45C8PcVLa .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-v45C8PcVLa .green-audio-player .controls span {
  cursor: default;
}
.cid-v45C8PcVLa .green-audio-player .controls:focus {
  outline: none;
}
.cid-v45C8PcVLa .green-audio-player .volume {
  position: relative;
}
.cid-v45C8PcVLa .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-v45C8PcVLa .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-v45C8PcVLa .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v45C8PcVLa .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-v45C8PcVLa .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-v45C8PcVLa .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-v45C8PcVLa .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-v45C8PcVLa .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-v45C8PcVLa .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-v45C8PcVLa .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-v45C8PcVLa .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-v45C8PcVLa .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-v45C8PcVLa .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-v45C8PcVLa .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-v45C8PcVLa .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v45C8PcVLa .green-audio-player .download:focus {
  outline: none;
}
.cid-v45C8PcVLa .green-audio-player:focus {
  outline: none;
}
.cid-v45C8PcVLa .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-v45C8PcVLa .hidden {
  display: none;
}
.cid-v45C8PcVLa .mbr-section-subtitle {
  text-align: left;
}
.cid-v1UgA0z8Ej {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #3b6e8f, #ffffff);
}
.cid-v1UgA0z8Ej .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-v1UgA0z8Ej .green-audio-player {
  width: 397px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 24px;
  user-select: none;
  background-color: #284271;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 725px) {
  .cid-v1UgA0z8Ej .green-audio-player {
    width: 300px;
  }
}
.cid-v1UgA0z8Ej .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-v1UgA0z8Ej .green-audio-player.player-accessible .controls:hover,
.cid-v1UgA0z8Ej .green-audio-player.player-accessible .volume__button:hover,
.cid-v1UgA0z8Ej .green-audio-player.player-accessible .volume__controls:hover,
.cid-v1UgA0z8Ej .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-v1UgA0z8Ej .green-audio-player svg,
.cid-v1UgA0z8Ej .green-audio-player img {
  display: block;
}
.cid-v1UgA0z8Ej .green-audio-player .holder {
  position: relative;
}
.cid-v1UgA0z8Ej .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-v1UgA0z8Ej .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v1UgA0z8Ej .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-v1UgA0z8Ej .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-v1UgA0z8Ej .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-v1UgA0z8Ej .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-v1UgA0z8Ej .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-v1UgA0z8Ej .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-v1UgA0z8Ej .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-v1UgA0z8Ej .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-v1UgA0z8Ej .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-v1UgA0z8Ej .green-audio-player .controls span {
  cursor: default;
}
.cid-v1UgA0z8Ej .green-audio-player .controls:focus {
  outline: none;
}
.cid-v1UgA0z8Ej .green-audio-player .volume {
  position: relative;
}
.cid-v1UgA0z8Ej .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-v1UgA0z8Ej .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v1UgA0z8Ej .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-v1UgA0z8Ej .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-v1UgA0z8Ej .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-v1UgA0z8Ej .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-v1UgA0z8Ej .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-v1UgA0z8Ej .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-v1UgA0z8Ej .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-v1UgA0z8Ej .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-v1UgA0z8Ej .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-v1UgA0z8Ej .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-v1UgA0z8Ej .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-v1UgA0z8Ej .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-v1UgA0z8Ej .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v1UgA0z8Ej .green-audio-player .download:focus {
  outline: none;
}
.cid-v1UgA0z8Ej .green-audio-player:focus {
  outline: none;
}
.cid-v1UgA0z8Ej .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-v1UgA0z8Ej .hidden {
  display: none;
}
.cid-v1Uha1rX1s {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-v1Uha1rX1s .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-v1Uha1rX1s .green-audio-player {
  width: 397px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 24px;
  user-select: none;
  background-color: #284271;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 725px) {
  .cid-v1Uha1rX1s .green-audio-player {
    width: 300px;
  }
}
.cid-v1Uha1rX1s .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-v1Uha1rX1s .green-audio-player.player-accessible .controls:hover,
.cid-v1Uha1rX1s .green-audio-player.player-accessible .volume__button:hover,
.cid-v1Uha1rX1s .green-audio-player.player-accessible .volume__controls:hover,
.cid-v1Uha1rX1s .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-v1Uha1rX1s .green-audio-player svg,
.cid-v1Uha1rX1s .green-audio-player img {
  display: block;
}
.cid-v1Uha1rX1s .green-audio-player .holder {
  position: relative;
}
.cid-v1Uha1rX1s .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-v1Uha1rX1s .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v1Uha1rX1s .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-v1Uha1rX1s .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-v1Uha1rX1s .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-v1Uha1rX1s .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-v1Uha1rX1s .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-v1Uha1rX1s .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-v1Uha1rX1s .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-v1Uha1rX1s .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-v1Uha1rX1s .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-v1Uha1rX1s .green-audio-player .controls span {
  cursor: default;
}
.cid-v1Uha1rX1s .green-audio-player .controls:focus {
  outline: none;
}
.cid-v1Uha1rX1s .green-audio-player .volume {
  position: relative;
}
.cid-v1Uha1rX1s .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-v1Uha1rX1s .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v1Uha1rX1s .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-v1Uha1rX1s .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-v1Uha1rX1s .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-v1Uha1rX1s .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-v1Uha1rX1s .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-v1Uha1rX1s .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-v1Uha1rX1s .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-v1Uha1rX1s .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-v1Uha1rX1s .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-v1Uha1rX1s .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-v1Uha1rX1s .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-v1Uha1rX1s .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-v1Uha1rX1s .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v1Uha1rX1s .green-audio-player .download:focus {
  outline: none;
}
.cid-v1Uha1rX1s .green-audio-player:focus {
  outline: none;
}
.cid-v1Uha1rX1s .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-v1Uha1rX1s .hidden {
  display: none;
}
.cid-v21302VQeV {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-v21302VQeV .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-v21302VQeV .green-audio-player {
  width: 397px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 24px;
  user-select: none;
  background-color: #284271;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 725px) {
  .cid-v21302VQeV .green-audio-player {
    width: 300px;
  }
}
.cid-v21302VQeV .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-v21302VQeV .green-audio-player.player-accessible .controls:hover,
.cid-v21302VQeV .green-audio-player.player-accessible .volume__button:hover,
.cid-v21302VQeV .green-audio-player.player-accessible .volume__controls:hover,
.cid-v21302VQeV .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-v21302VQeV .green-audio-player svg,
.cid-v21302VQeV .green-audio-player img {
  display: block;
}
.cid-v21302VQeV .green-audio-player .holder {
  position: relative;
}
.cid-v21302VQeV .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-v21302VQeV .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v21302VQeV .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-v21302VQeV .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-v21302VQeV .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-v21302VQeV .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-v21302VQeV .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-v21302VQeV .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-v21302VQeV .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-v21302VQeV .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-v21302VQeV .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-v21302VQeV .green-audio-player .controls span {
  cursor: default;
}
.cid-v21302VQeV .green-audio-player .controls:focus {
  outline: none;
}
.cid-v21302VQeV .green-audio-player .volume {
  position: relative;
}
.cid-v21302VQeV .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-v21302VQeV .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v21302VQeV .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-v21302VQeV .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-v21302VQeV .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-v21302VQeV .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-v21302VQeV .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-v21302VQeV .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-v21302VQeV .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-v21302VQeV .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-v21302VQeV .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-v21302VQeV .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-v21302VQeV .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-v21302VQeV .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-v21302VQeV .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v21302VQeV .green-audio-player .download:focus {
  outline: none;
}
.cid-v21302VQeV .green-audio-player:focus {
  outline: none;
}
.cid-v21302VQeV .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-v21302VQeV .hidden {
  display: none;
}
.cid-v2itpmpbkx {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-v2itpmpbkx .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-v2itpmpbkx .green-audio-player {
  width: 397px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 24px;
  user-select: none;
  background-color: #284271;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 725px) {
  .cid-v2itpmpbkx .green-audio-player {
    width: 300px;
  }
}
.cid-v2itpmpbkx .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-v2itpmpbkx .green-audio-player.player-accessible .controls:hover,
.cid-v2itpmpbkx .green-audio-player.player-accessible .volume__button:hover,
.cid-v2itpmpbkx .green-audio-player.player-accessible .volume__controls:hover,
.cid-v2itpmpbkx .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-v2itpmpbkx .green-audio-player svg,
.cid-v2itpmpbkx .green-audio-player img {
  display: block;
}
.cid-v2itpmpbkx .green-audio-player .holder {
  position: relative;
}
.cid-v2itpmpbkx .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-v2itpmpbkx .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v2itpmpbkx .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-v2itpmpbkx .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-v2itpmpbkx .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-v2itpmpbkx .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-v2itpmpbkx .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-v2itpmpbkx .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-v2itpmpbkx .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-v2itpmpbkx .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-v2itpmpbkx .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-v2itpmpbkx .green-audio-player .controls span {
  cursor: default;
}
.cid-v2itpmpbkx .green-audio-player .controls:focus {
  outline: none;
}
.cid-v2itpmpbkx .green-audio-player .volume {
  position: relative;
}
.cid-v2itpmpbkx .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-v2itpmpbkx .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v2itpmpbkx .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-v2itpmpbkx .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-v2itpmpbkx .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-v2itpmpbkx .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-v2itpmpbkx .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-v2itpmpbkx .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-v2itpmpbkx .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-v2itpmpbkx .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-v2itpmpbkx .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-v2itpmpbkx .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-v2itpmpbkx .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-v2itpmpbkx .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-v2itpmpbkx .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v2itpmpbkx .green-audio-player .download:focus {
  outline: none;
}
.cid-v2itpmpbkx .green-audio-player:focus {
  outline: none;
}
.cid-v2itpmpbkx .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-v2itpmpbkx .hidden {
  display: none;
}
.cid-v2ucqpqAFI {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-v2ucqpqAFI .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-v2ucqpqAFI .green-audio-player {
  width: 397px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 24px;
  user-select: none;
  background-color: #284271;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 725px) {
  .cid-v2ucqpqAFI .green-audio-player {
    width: 300px;
  }
}
.cid-v2ucqpqAFI .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-v2ucqpqAFI .green-audio-player.player-accessible .controls:hover,
.cid-v2ucqpqAFI .green-audio-player.player-accessible .volume__button:hover,
.cid-v2ucqpqAFI .green-audio-player.player-accessible .volume__controls:hover,
.cid-v2ucqpqAFI .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-v2ucqpqAFI .green-audio-player svg,
.cid-v2ucqpqAFI .green-audio-player img {
  display: block;
}
.cid-v2ucqpqAFI .green-audio-player .holder {
  position: relative;
}
.cid-v2ucqpqAFI .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-v2ucqpqAFI .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v2ucqpqAFI .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-v2ucqpqAFI .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-v2ucqpqAFI .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-v2ucqpqAFI .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-v2ucqpqAFI .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-v2ucqpqAFI .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-v2ucqpqAFI .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-v2ucqpqAFI .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-v2ucqpqAFI .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-v2ucqpqAFI .green-audio-player .controls span {
  cursor: default;
}
.cid-v2ucqpqAFI .green-audio-player .controls:focus {
  outline: none;
}
.cid-v2ucqpqAFI .green-audio-player .volume {
  position: relative;
}
.cid-v2ucqpqAFI .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-v2ucqpqAFI .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v2ucqpqAFI .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-v2ucqpqAFI .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-v2ucqpqAFI .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-v2ucqpqAFI .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-v2ucqpqAFI .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-v2ucqpqAFI .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-v2ucqpqAFI .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-v2ucqpqAFI .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-v2ucqpqAFI .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-v2ucqpqAFI .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-v2ucqpqAFI .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-v2ucqpqAFI .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-v2ucqpqAFI .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v2ucqpqAFI .green-audio-player .download:focus {
  outline: none;
}
.cid-v2ucqpqAFI .green-audio-player:focus {
  outline: none;
}
.cid-v2ucqpqAFI .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-v2ucqpqAFI .hidden {
  display: none;
}
.cid-v2FPx3pUgd {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-v2FPx3pUgd .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-v2FPx3pUgd .green-audio-player {
  width: 397px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 24px;
  user-select: none;
  background-color: #284271;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 725px) {
  .cid-v2FPx3pUgd .green-audio-player {
    width: 300px;
  }
}
.cid-v2FPx3pUgd .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-v2FPx3pUgd .green-audio-player.player-accessible .controls:hover,
.cid-v2FPx3pUgd .green-audio-player.player-accessible .volume__button:hover,
.cid-v2FPx3pUgd .green-audio-player.player-accessible .volume__controls:hover,
.cid-v2FPx3pUgd .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-v2FPx3pUgd .green-audio-player svg,
.cid-v2FPx3pUgd .green-audio-player img {
  display: block;
}
.cid-v2FPx3pUgd .green-audio-player .holder {
  position: relative;
}
.cid-v2FPx3pUgd .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-v2FPx3pUgd .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v2FPx3pUgd .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-v2FPx3pUgd .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-v2FPx3pUgd .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-v2FPx3pUgd .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-v2FPx3pUgd .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-v2FPx3pUgd .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-v2FPx3pUgd .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-v2FPx3pUgd .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-v2FPx3pUgd .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-v2FPx3pUgd .green-audio-player .controls span {
  cursor: default;
}
.cid-v2FPx3pUgd .green-audio-player .controls:focus {
  outline: none;
}
.cid-v2FPx3pUgd .green-audio-player .volume {
  position: relative;
}
.cid-v2FPx3pUgd .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-v2FPx3pUgd .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v2FPx3pUgd .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-v2FPx3pUgd .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-v2FPx3pUgd .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-v2FPx3pUgd .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-v2FPx3pUgd .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-v2FPx3pUgd .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-v2FPx3pUgd .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-v2FPx3pUgd .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-v2FPx3pUgd .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-v2FPx3pUgd .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-v2FPx3pUgd .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-v2FPx3pUgd .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-v2FPx3pUgd .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v2FPx3pUgd .green-audio-player .download:focus {
  outline: none;
}
.cid-v2FPx3pUgd .green-audio-player:focus {
  outline: none;
}
.cid-v2FPx3pUgd .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-v2FPx3pUgd .hidden {
  display: none;
}
.cid-v2XsjcyUng {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-v2XsjcyUng .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-v2XsjcyUng .green-audio-player {
  width: 397px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 24px;
  user-select: none;
  background-color: #284271;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 725px) {
  .cid-v2XsjcyUng .green-audio-player {
    width: 300px;
  }
}
.cid-v2XsjcyUng .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-v2XsjcyUng .green-audio-player.player-accessible .controls:hover,
.cid-v2XsjcyUng .green-audio-player.player-accessible .volume__button:hover,
.cid-v2XsjcyUng .green-audio-player.player-accessible .volume__controls:hover,
.cid-v2XsjcyUng .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-v2XsjcyUng .green-audio-player svg,
.cid-v2XsjcyUng .green-audio-player img {
  display: block;
}
.cid-v2XsjcyUng .green-audio-player .holder {
  position: relative;
}
.cid-v2XsjcyUng .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-v2XsjcyUng .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v2XsjcyUng .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-v2XsjcyUng .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-v2XsjcyUng .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-v2XsjcyUng .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-v2XsjcyUng .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-v2XsjcyUng .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-v2XsjcyUng .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-v2XsjcyUng .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-v2XsjcyUng .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-v2XsjcyUng .green-audio-player .controls span {
  cursor: default;
}
.cid-v2XsjcyUng .green-audio-player .controls:focus {
  outline: none;
}
.cid-v2XsjcyUng .green-audio-player .volume {
  position: relative;
}
.cid-v2XsjcyUng .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-v2XsjcyUng .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v2XsjcyUng .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-v2XsjcyUng .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-v2XsjcyUng .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-v2XsjcyUng .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-v2XsjcyUng .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-v2XsjcyUng .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-v2XsjcyUng .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-v2XsjcyUng .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-v2XsjcyUng .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-v2XsjcyUng .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-v2XsjcyUng .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-v2XsjcyUng .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-v2XsjcyUng .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v2XsjcyUng .green-audio-player .download:focus {
  outline: none;
}
.cid-v2XsjcyUng .green-audio-player:focus {
  outline: none;
}
.cid-v2XsjcyUng .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-v2XsjcyUng .hidden {
  display: none;
}
.cid-v3f6LdHhD1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-v3f6LdHhD1 .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-v3f6LdHhD1 .green-audio-player {
  width: 397px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 24px;
  user-select: none;
  background-color: #284271;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 725px) {
  .cid-v3f6LdHhD1 .green-audio-player {
    width: 300px;
  }
}
.cid-v3f6LdHhD1 .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-v3f6LdHhD1 .green-audio-player.player-accessible .controls:hover,
.cid-v3f6LdHhD1 .green-audio-player.player-accessible .volume__button:hover,
.cid-v3f6LdHhD1 .green-audio-player.player-accessible .volume__controls:hover,
.cid-v3f6LdHhD1 .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-v3f6LdHhD1 .green-audio-player svg,
.cid-v3f6LdHhD1 .green-audio-player img {
  display: block;
}
.cid-v3f6LdHhD1 .green-audio-player .holder {
  position: relative;
}
.cid-v3f6LdHhD1 .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-v3f6LdHhD1 .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v3f6LdHhD1 .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-v3f6LdHhD1 .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-v3f6LdHhD1 .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-v3f6LdHhD1 .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-v3f6LdHhD1 .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-v3f6LdHhD1 .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-v3f6LdHhD1 .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-v3f6LdHhD1 .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-v3f6LdHhD1 .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-v3f6LdHhD1 .green-audio-player .controls span {
  cursor: default;
}
.cid-v3f6LdHhD1 .green-audio-player .controls:focus {
  outline: none;
}
.cid-v3f6LdHhD1 .green-audio-player .volume {
  position: relative;
}
.cid-v3f6LdHhD1 .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-v3f6LdHhD1 .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v3f6LdHhD1 .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-v3f6LdHhD1 .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-v3f6LdHhD1 .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-v3f6LdHhD1 .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-v3f6LdHhD1 .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-v3f6LdHhD1 .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-v3f6LdHhD1 .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-v3f6LdHhD1 .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-v3f6LdHhD1 .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-v3f6LdHhD1 .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-v3f6LdHhD1 .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-v3f6LdHhD1 .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-v3f6LdHhD1 .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v3f6LdHhD1 .green-audio-player .download:focus {
  outline: none;
}
.cid-v3f6LdHhD1 .green-audio-player:focus {
  outline: none;
}
.cid-v3f6LdHhD1 .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-v3f6LdHhD1 .hidden {
  display: none;
}
.cid-v3vtLomBfH {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-v3vtLomBfH .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-v3vtLomBfH .green-audio-player {
  width: 397px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 24px;
  user-select: none;
  background-color: #284271;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 725px) {
  .cid-v3vtLomBfH .green-audio-player {
    width: 300px;
  }
}
.cid-v3vtLomBfH .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-v3vtLomBfH .green-audio-player.player-accessible .controls:hover,
.cid-v3vtLomBfH .green-audio-player.player-accessible .volume__button:hover,
.cid-v3vtLomBfH .green-audio-player.player-accessible .volume__controls:hover,
.cid-v3vtLomBfH .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-v3vtLomBfH .green-audio-player svg,
.cid-v3vtLomBfH .green-audio-player img {
  display: block;
}
.cid-v3vtLomBfH .green-audio-player .holder {
  position: relative;
}
.cid-v3vtLomBfH .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-v3vtLomBfH .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v3vtLomBfH .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-v3vtLomBfH .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-v3vtLomBfH .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-v3vtLomBfH .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-v3vtLomBfH .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-v3vtLomBfH .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-v3vtLomBfH .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-v3vtLomBfH .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-v3vtLomBfH .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-v3vtLomBfH .green-audio-player .controls span {
  cursor: default;
}
.cid-v3vtLomBfH .green-audio-player .controls:focus {
  outline: none;
}
.cid-v3vtLomBfH .green-audio-player .volume {
  position: relative;
}
.cid-v3vtLomBfH .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-v3vtLomBfH .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v3vtLomBfH .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-v3vtLomBfH .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-v3vtLomBfH .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-v3vtLomBfH .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-v3vtLomBfH .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-v3vtLomBfH .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-v3vtLomBfH .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-v3vtLomBfH .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-v3vtLomBfH .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-v3vtLomBfH .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-v3vtLomBfH .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-v3vtLomBfH .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-v3vtLomBfH .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v3vtLomBfH .green-audio-player .download:focus {
  outline: none;
}
.cid-v3vtLomBfH .green-audio-player:focus {
  outline: none;
}
.cid-v3vtLomBfH .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-v3vtLomBfH .hidden {
  display: none;
}
.cid-v3Csr6CdHJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-v3Csr6CdHJ .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-v3Csr6CdHJ .green-audio-player {
  width: 397px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 24px;
  user-select: none;
  background-color: #284271;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 725px) {
  .cid-v3Csr6CdHJ .green-audio-player {
    width: 300px;
  }
}
.cid-v3Csr6CdHJ .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-v3Csr6CdHJ .green-audio-player.player-accessible .controls:hover,
.cid-v3Csr6CdHJ .green-audio-player.player-accessible .volume__button:hover,
.cid-v3Csr6CdHJ .green-audio-player.player-accessible .volume__controls:hover,
.cid-v3Csr6CdHJ .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-v3Csr6CdHJ .green-audio-player svg,
.cid-v3Csr6CdHJ .green-audio-player img {
  display: block;
}
.cid-v3Csr6CdHJ .green-audio-player .holder {
  position: relative;
}
.cid-v3Csr6CdHJ .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-v3Csr6CdHJ .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v3Csr6CdHJ .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-v3Csr6CdHJ .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-v3Csr6CdHJ .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-v3Csr6CdHJ .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-v3Csr6CdHJ .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-v3Csr6CdHJ .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-v3Csr6CdHJ .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-v3Csr6CdHJ .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-v3Csr6CdHJ .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-v3Csr6CdHJ .green-audio-player .controls span {
  cursor: default;
}
.cid-v3Csr6CdHJ .green-audio-player .controls:focus {
  outline: none;
}
.cid-v3Csr6CdHJ .green-audio-player .volume {
  position: relative;
}
.cid-v3Csr6CdHJ .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-v3Csr6CdHJ .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v3Csr6CdHJ .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-v3Csr6CdHJ .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-v3Csr6CdHJ .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-v3Csr6CdHJ .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-v3Csr6CdHJ .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-v3Csr6CdHJ .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-v3Csr6CdHJ .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-v3Csr6CdHJ .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-v3Csr6CdHJ .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-v3Csr6CdHJ .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-v3Csr6CdHJ .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-v3Csr6CdHJ .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-v3Csr6CdHJ .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v3Csr6CdHJ .green-audio-player .download:focus {
  outline: none;
}
.cid-v3Csr6CdHJ .green-audio-player:focus {
  outline: none;
}
.cid-v3Csr6CdHJ .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-v3Csr6CdHJ .hidden {
  display: none;
}
.cid-v3NXwbSnWO {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-v3NXwbSnWO .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-v3NXwbSnWO .green-audio-player {
  width: 397px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 24px;
  user-select: none;
  background-color: #284271;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 725px) {
  .cid-v3NXwbSnWO .green-audio-player {
    width: 300px;
  }
}
.cid-v3NXwbSnWO .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-v3NXwbSnWO .green-audio-player.player-accessible .controls:hover,
.cid-v3NXwbSnWO .green-audio-player.player-accessible .volume__button:hover,
.cid-v3NXwbSnWO .green-audio-player.player-accessible .volume__controls:hover,
.cid-v3NXwbSnWO .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-v3NXwbSnWO .green-audio-player svg,
.cid-v3NXwbSnWO .green-audio-player img {
  display: block;
}
.cid-v3NXwbSnWO .green-audio-player .holder {
  position: relative;
}
.cid-v3NXwbSnWO .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-v3NXwbSnWO .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v3NXwbSnWO .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-v3NXwbSnWO .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-v3NXwbSnWO .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-v3NXwbSnWO .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-v3NXwbSnWO .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-v3NXwbSnWO .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-v3NXwbSnWO .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-v3NXwbSnWO .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-v3NXwbSnWO .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-v3NXwbSnWO .green-audio-player .controls span {
  cursor: default;
}
.cid-v3NXwbSnWO .green-audio-player .controls:focus {
  outline: none;
}
.cid-v3NXwbSnWO .green-audio-player .volume {
  position: relative;
}
.cid-v3NXwbSnWO .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-v3NXwbSnWO .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v3NXwbSnWO .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-v3NXwbSnWO .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-v3NXwbSnWO .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-v3NXwbSnWO .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-v3NXwbSnWO .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-v3NXwbSnWO .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-v3NXwbSnWO .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-v3NXwbSnWO .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-v3NXwbSnWO .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-v3NXwbSnWO .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-v3NXwbSnWO .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-v3NXwbSnWO .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-v3NXwbSnWO .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-v3NXwbSnWO .green-audio-player .download:focus {
  outline: none;
}
.cid-v3NXwbSnWO .green-audio-player:focus {
  outline: none;
}
.cid-v3NXwbSnWO .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-v3NXwbSnWO .hidden {
  display: none;
}
.cid-v45HwnNOJC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dcede8;
}
.cid-v45HwnNOJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45HwnNOJC .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-v45HwnNOJC .container {
    padding: 0 16px;
  }
}
.cid-v45HwnNOJC .card {
  justify-content: center;
}
.cid-v45HwnNOJC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v45HwnNOJC .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v45HwnNOJC .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v45HwnNOJC .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v45HwnNOJC .mbr-section-title {
  color: #080808;
}
.cid-v45HwnNOJC .mbr-text {
  color: #333333;
}
.cid-v45HwnNOJC .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v45HwnNOJC .mbr-section-btn {
    text-align: left;
  }
}
.cid-v4hhrIACxh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-v4hhrIACxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4hhrIACxh .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-v4hhrIACxh .container {
    padding: 0 16px;
  }
}
.cid-v4hhrIACxh .card {
  justify-content: center;
}
.cid-v4hhrIACxh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4hhrIACxh .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v4hhrIACxh .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v4hhrIACxh .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v4hhrIACxh .mbr-section-title {
  color: #080808;
}
.cid-v4hhrIACxh .mbr-text {
  color: #333333;
}
.cid-v4hhrIACxh .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v4hhrIACxh .mbr-section-btn {
    text-align: left;
  }
}
.cid-v4t1nHkdEp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dcede8;
}
.cid-v4t1nHkdEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4t1nHkdEp .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-v4t1nHkdEp .container {
    padding: 0 16px;
  }
}
.cid-v4t1nHkdEp .card {
  justify-content: center;
}
.cid-v4t1nHkdEp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4t1nHkdEp .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v4t1nHkdEp .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v4t1nHkdEp .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v4t1nHkdEp .mbr-section-title {
  color: #080808;
}
.cid-v4t1nHkdEp .mbr-text {
  color: #333333;
}
.cid-v4t1nHkdEp .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v4t1nHkdEp .mbr-section-btn {
    text-align: left;
  }
}
.cid-v4K2VH67mR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-v4K2VH67mR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4K2VH67mR .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-v4K2VH67mR .container {
    padding: 0 16px;
  }
}
.cid-v4K2VH67mR .card {
  justify-content: center;
}
.cid-v4K2VH67mR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4K2VH67mR .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v4K2VH67mR .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v4K2VH67mR .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v4K2VH67mR .mbr-section-title {
  color: #080808;
}
.cid-v4K2VH67mR .mbr-text {
  color: #333333;
}
.cid-v4K2VH67mR .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v4K2VH67mR .mbr-section-btn {
    text-align: left;
  }
}
.cid-v57XH7sLgG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dcede8;
}
.cid-v57XH7sLgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v57XH7sLgG .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-v57XH7sLgG .container {
    padding: 0 16px;
  }
}
.cid-v57XH7sLgG .card {
  justify-content: center;
}
.cid-v57XH7sLgG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v57XH7sLgG .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v57XH7sLgG .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v57XH7sLgG .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v57XH7sLgG .mbr-section-title {
  color: #080808;
}
.cid-v57XH7sLgG .mbr-text {
  color: #333333;
}
.cid-v57XH7sLgG .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v57XH7sLgG .mbr-section-btn {
    text-align: left;
  }
}
.cid-v57Y8SGSx5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-v57Y8SGSx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v57Y8SGSx5 .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-v57Y8SGSx5 .container {
    padding: 0 16px;
  }
}
.cid-v57Y8SGSx5 .card {
  justify-content: center;
}
.cid-v57Y8SGSx5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v57Y8SGSx5 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v57Y8SGSx5 .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v57Y8SGSx5 .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v57Y8SGSx5 .mbr-section-title {
  color: #080808;
}
.cid-v57Y8SGSx5 .mbr-text {
  color: #333333;
}
.cid-v57Y8SGSx5 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v57Y8SGSx5 .mbr-section-btn {
    text-align: left;
  }
}
.cid-v5oZ9ZhYii {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dcede8;
}
.cid-v5oZ9ZhYii .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5oZ9ZhYii .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-v5oZ9ZhYii .container {
    padding: 0 16px;
  }
}
.cid-v5oZ9ZhYii .card {
  justify-content: center;
}
.cid-v5oZ9ZhYii .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5oZ9ZhYii .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v5oZ9ZhYii .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v5oZ9ZhYii .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v5oZ9ZhYii .mbr-section-title {
  color: #080808;
}
.cid-v5oZ9ZhYii .mbr-text {
  color: #333333;
}
.cid-v5oZ9ZhYii .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5oZ9ZhYii .mbr-section-btn {
    text-align: left;
  }
}
.cid-v5B6TxmTTD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-v5B6TxmTTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5B6TxmTTD .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-v5B6TxmTTD .container {
    padding: 0 16px;
  }
}
.cid-v5B6TxmTTD .card {
  justify-content: center;
}
.cid-v5B6TxmTTD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5B6TxmTTD .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v5B6TxmTTD .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v5B6TxmTTD .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v5B6TxmTTD .mbr-section-title {
  color: #080808;
}
.cid-v5B6TxmTTD .mbr-text {
  color: #333333;
}
.cid-v5B6TxmTTD .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5B6TxmTTD .mbr-section-btn {
    text-align: left;
  }
}
.cid-v5MPQPYz0K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dcede8;
}
.cid-v5MPQPYz0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5MPQPYz0K .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-v5MPQPYz0K .container {
    padding: 0 16px;
  }
}
.cid-v5MPQPYz0K .card {
  justify-content: center;
}
.cid-v5MPQPYz0K .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5MPQPYz0K .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v5MPQPYz0K .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v5MPQPYz0K .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v5MPQPYz0K .mbr-section-title {
  color: #080808;
}
.cid-v5MPQPYz0K .mbr-text {
  color: #333333;
}
.cid-v5MPQPYz0K .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5MPQPYz0K .mbr-section-btn {
    text-align: left;
  }
}
.cid-v5YG18W7u2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-v5YG18W7u2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5YG18W7u2 .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-v5YG18W7u2 .container {
    padding: 0 16px;
  }
}
.cid-v5YG18W7u2 .card {
  justify-content: center;
}
.cid-v5YG18W7u2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5YG18W7u2 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v5YG18W7u2 .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v5YG18W7u2 .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v5YG18W7u2 .mbr-section-title {
  color: #080808;
}
.cid-v5YG18W7u2 .mbr-text {
  color: #333333;
}
.cid-v5YG18W7u2 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5YG18W7u2 .mbr-section-btn {
    text-align: left;
  }
}
.cid-v6g5GCAW8H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dcede8;
}
.cid-v6g5GCAW8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6g5GCAW8H .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-v6g5GCAW8H .container {
    padding: 0 16px;
  }
}
.cid-v6g5GCAW8H .card {
  justify-content: center;
}
.cid-v6g5GCAW8H .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6g5GCAW8H .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v6g5GCAW8H .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v6g5GCAW8H .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v6g5GCAW8H .mbr-section-title {
  color: #080808;
}
.cid-v6g5GCAW8H .mbr-text {
  color: #333333;
}
.cid-v6g5GCAW8H .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v6g5GCAW8H .mbr-section-btn {
    text-align: left;
  }
}
.cid-v8iP8HDbVu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-v8iP8HDbVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8iP8HDbVu .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-v8iP8HDbVu .container {
    padding: 0 16px;
  }
}
.cid-v8iP8HDbVu .card {
  justify-content: center;
}
.cid-v8iP8HDbVu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8iP8HDbVu .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v8iP8HDbVu .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v8iP8HDbVu .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v8iP8HDbVu .mbr-section-title {
  color: #080808;
}
.cid-v8iP8HDbVu .mbr-text {
  color: #333333;
}
.cid-v8iP8HDbVu .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v8iP8HDbVu .mbr-section-btn {
    text-align: left;
  }
}
.cid-v8XB8oIteL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dcede8;
}
.cid-v8XB8oIteL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8XB8oIteL .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-v8XB8oIteL .container {
    padding: 0 16px;
  }
}
.cid-v8XB8oIteL .card {
  justify-content: center;
}
.cid-v8XB8oIteL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8XB8oIteL .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v8XB8oIteL .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v8XB8oIteL .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v8XB8oIteL .mbr-section-title {
  color: #080808;
}
.cid-v8XB8oIteL .mbr-text {
  color: #333333;
}
.cid-v8XB8oIteL .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v8XB8oIteL .mbr-section-btn {
    text-align: left;
  }
}
.cid-v8XLF8K3fB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-v8XLF8K3fB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8XLF8K3fB .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-v8XLF8K3fB .container {
    padding: 0 16px;
  }
}
.cid-v8XLF8K3fB .card {
  justify-content: center;
}
.cid-v8XLF8K3fB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8XLF8K3fB .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v8XLF8K3fB .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v8XLF8K3fB .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v8XLF8K3fB .mbr-section-title {
  color: #080808;
}
.cid-v8XLF8K3fB .mbr-text {
  color: #333333;
}
.cid-v8XLF8K3fB .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v8XLF8K3fB .mbr-section-btn {
    text-align: left;
  }
}
.cid-v8XMgeGLUZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dcede8;
}
.cid-v8XMgeGLUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8XMgeGLUZ .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-v8XMgeGLUZ .container {
    padding: 0 16px;
  }
}
.cid-v8XMgeGLUZ .card {
  justify-content: center;
}
.cid-v8XMgeGLUZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8XMgeGLUZ .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v8XMgeGLUZ .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v8XMgeGLUZ .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v8XMgeGLUZ .mbr-section-title {
  color: #080808;
}
.cid-v8XMgeGLUZ .mbr-text {
  color: #333333;
}
.cid-v8XMgeGLUZ .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v8XMgeGLUZ .mbr-section-btn {
    text-align: left;
  }
}
.cid-v9y0RNnuZZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-v9y0RNnuZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9y0RNnuZZ .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-v9y0RNnuZZ .container {
    padding: 0 16px;
  }
}
.cid-v9y0RNnuZZ .card {
  justify-content: center;
}
.cid-v9y0RNnuZZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9y0RNnuZZ .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v9y0RNnuZZ .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v9y0RNnuZZ .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v9y0RNnuZZ .mbr-section-title {
  color: #080808;
}
.cid-v9y0RNnuZZ .mbr-text {
  color: #333333;
}
.cid-v9y0RNnuZZ .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v9y0RNnuZZ .mbr-section-btn {
    text-align: left;
  }
}
.cid-v9y1sUNxaj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dcede8;
}
.cid-v9y1sUNxaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9y1sUNxaj .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-v9y1sUNxaj .container {
    padding: 0 16px;
  }
}
.cid-v9y1sUNxaj .card {
  justify-content: center;
}
.cid-v9y1sUNxaj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9y1sUNxaj .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v9y1sUNxaj .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v9y1sUNxaj .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v9y1sUNxaj .mbr-section-title {
  color: #080808;
}
.cid-v9y1sUNxaj .mbr-text {
  color: #333333;
}
.cid-v9y1sUNxaj .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v9y1sUNxaj .mbr-section-btn {
    text-align: left;
  }
}
.cid-v9y1AUBEMz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-v9y1AUBEMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9y1AUBEMz .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-v9y1AUBEMz .container {
    padding: 0 16px;
  }
}
.cid-v9y1AUBEMz .card {
  justify-content: center;
}
.cid-v9y1AUBEMz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9y1AUBEMz .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v9y1AUBEMz .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v9y1AUBEMz .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v9y1AUBEMz .mbr-section-title {
  color: #080808;
}
.cid-v9y1AUBEMz .mbr-text {
  color: #333333;
}
.cid-v9y1AUBEMz .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v9y1AUBEMz .mbr-section-btn {
    text-align: left;
  }
}
.cid-v219EUutPN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-v219EUutPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v219EUutPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v219EUutPN .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v219EUutPN .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v219EUutPN .container {
    padding: 0 26px;
  }
}
.cid-v219EUutPN .row {
  justify-content: center;
}
.cid-v219EUutPN .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-v219EUutPN .text-wrapper .mbr-section-btn .btn {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-v219EUutPN .text-wrapper .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v219EUutPN .mbr-text,
.cid-v219EUutPN .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v219EUutPN .mbr-text,
.cid-v219EUutPN .mbr-section-btn {
  text-align: center;
  color: #263652;
}
.cid-v5MRFAYNG3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-v5MRFAYNG3::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-v5MRFAYNG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5MRFAYNG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v5MRFAYNG3 .container {
    padding: 0 16px;
  }
}
.cid-v5MRFAYNG3 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v5MRFAYNG3 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v5MRFAYNG3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5MRFAYNG3 .mbr-section-title {
  color: #f1634f;
}
.cid-v5MRFAYNG3 .mbr-text {
  color: #000000;
}
.cid-v5MSjDeZBa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-v5MSjDeZBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5MSjDeZBa .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-v5MSjDeZBa .container {
    padding: 0 16px;
  }
}
.cid-v5MSjDeZBa .card {
  justify-content: center;
}
.cid-v5MSjDeZBa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5MSjDeZBa .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v5MSjDeZBa .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v5MSjDeZBa .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v5MSjDeZBa .mbr-section-title {
  color: #080808;
}
.cid-v5MSjDeZBa .mbr-text {
  color: #333333;
}
.cid-v5MSjDeZBa .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5MSjDeZBa .mbr-section-btn {
    text-align: left;
  }
}
.cid-v5YGyRBVJ2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-v5YGyRBVJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5YGyRBVJ2 .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-v5YGyRBVJ2 .container {
    padding: 0 16px;
  }
}
.cid-v5YGyRBVJ2 .card {
  justify-content: center;
}
.cid-v5YGyRBVJ2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5YGyRBVJ2 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v5YGyRBVJ2 .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v5YGyRBVJ2 .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v5YGyRBVJ2 .mbr-section-title {
  color: #080808;
}
.cid-v5YGyRBVJ2 .mbr-text {
  color: #333333;
}
.cid-v5YGyRBVJ2 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5YGyRBVJ2 .mbr-section-btn {
    text-align: left;
  }
}
.cid-v6g67ihO0D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-v6g67ihO0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6g67ihO0D .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-v6g67ihO0D .container {
    padding: 0 16px;
  }
}
.cid-v6g67ihO0D .card {
  justify-content: center;
}
.cid-v6g67ihO0D .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6g67ihO0D .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v6g67ihO0D .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v6g67ihO0D .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v6g67ihO0D .mbr-section-title {
  color: #080808;
}
.cid-v6g67ihO0D .mbr-text {
  color: #333333;
}
.cid-v6g67ihO0D .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v6g67ihO0D .mbr-section-btn {
    text-align: left;
  }
}
.cid-v8iOU9TFou {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-v8iOU9TFou .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8iOU9TFou .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-v8iOU9TFou .container {
    padding: 0 16px;
  }
}
.cid-v8iOU9TFou .card {
  justify-content: center;
}
.cid-v8iOU9TFou .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8iOU9TFou .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v8iOU9TFou .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v8iOU9TFou .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v8iOU9TFou .mbr-section-title {
  color: #080808;
}
.cid-v8iOU9TFou .mbr-text {
  color: #333333;
}
.cid-v8iOU9TFou .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v8iOU9TFou .mbr-section-btn {
    text-align: left;
  }
}
.cid-v8XAYl21kV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-v8XAYl21kV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8XAYl21kV .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-v8XAYl21kV .container {
    padding: 0 16px;
  }
}
.cid-v8XAYl21kV .card {
  justify-content: center;
}
.cid-v8XAYl21kV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8XAYl21kV .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v8XAYl21kV .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v8XAYl21kV .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v8XAYl21kV .mbr-section-title {
  color: #080808;
}
.cid-v8XAYl21kV .mbr-text {
  color: #333333;
}
.cid-v8XAYl21kV .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v8XAYl21kV .mbr-section-btn {
    text-align: left;
  }
}
.cid-v8XI4qvCuA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-v8XI4qvCuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8XI4qvCuA .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-v8XI4qvCuA .container {
    padding: 0 16px;
  }
}
.cid-v8XI4qvCuA .card {
  justify-content: center;
}
.cid-v8XI4qvCuA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8XI4qvCuA .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v8XI4qvCuA .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v8XI4qvCuA .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v8XI4qvCuA .mbr-section-title {
  color: #080808;
}
.cid-v8XI4qvCuA .mbr-text {
  color: #333333;
}
.cid-v8XI4qvCuA .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v8XI4qvCuA .mbr-section-btn {
    text-align: left;
  }
}
.cid-v8XIbjSOTq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-v8XIbjSOTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8XIbjSOTq .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-v8XIbjSOTq .container {
    padding: 0 16px;
  }
}
.cid-v8XIbjSOTq .card {
  justify-content: center;
}
.cid-v8XIbjSOTq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8XIbjSOTq .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v8XIbjSOTq .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v8XIbjSOTq .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v8XIbjSOTq .mbr-section-title {
  color: #080808;
}
.cid-v8XIbjSOTq .mbr-text {
  color: #333333;
}
.cid-v8XIbjSOTq .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v8XIbjSOTq .mbr-section-btn {
    text-align: left;
  }
}
.cid-v9y0u8Oo3S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-v9y0u8Oo3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9y0u8Oo3S .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-v9y0u8Oo3S .container {
    padding: 0 16px;
  }
}
.cid-v9y0u8Oo3S .card {
  justify-content: center;
}
.cid-v9y0u8Oo3S .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9y0u8Oo3S .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v9y0u8Oo3S .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v9y0u8Oo3S .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v9y0u8Oo3S .mbr-section-title {
  color: #080808;
}
.cid-v9y0u8Oo3S .mbr-text {
  color: #333333;
}
.cid-v9y0u8Oo3S .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v9y0u8Oo3S .mbr-section-btn {
    text-align: left;
  }
}
.cid-v9y0Bhbqqa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-v9y0Bhbqqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9y0Bhbqqa .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-v9y0Bhbqqa .container {
    padding: 0 16px;
  }
}
.cid-v9y0Bhbqqa .card {
  justify-content: center;
}
.cid-v9y0Bhbqqa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9y0Bhbqqa .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v9y0Bhbqqa .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v9y0Bhbqqa .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v9y0Bhbqqa .mbr-section-title {
  color: #080808;
}
.cid-v9y0Bhbqqa .mbr-text {
  color: #333333;
}
.cid-v9y0Bhbqqa .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v9y0Bhbqqa .mbr-section-btn {
    text-align: left;
  }
}
.cid-v9y0IoO92g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-v9y0IoO92g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9y0IoO92g .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-v9y0IoO92g .container {
    padding: 0 16px;
  }
}
.cid-v9y0IoO92g .card {
  justify-content: center;
}
.cid-v9y0IoO92g .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9y0IoO92g .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v9y0IoO92g .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v9y0IoO92g .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-v9y0IoO92g .mbr-section-title {
  color: #080808;
}
.cid-v9y0IoO92g .mbr-text {
  color: #333333;
}
.cid-v9y0IoO92g .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v9y0IoO92g .mbr-section-btn {
    text-align: left;
  }
}
.cid-u78YAtjOJu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u78YAtjOJu .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u78YAtjOJu .item-wrapper {
  background: #235d81;
  border-radius: 2rem;
  padding: 1.5rem;
}
