.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2.625rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-4 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c49341 !important;
}
.bg-success {
  background-color: #008661 !important;
}
.bg-info {
  background-color: #0d41a8 !important;
}
.bg-warning {
  background-color: #c49341 !important;
}
.bg-danger {
  background-color: #c9000a !important;
}
.btn-primary .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #c49341 !important;
  border-color: #c49341 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d0a968 !important;
  border-color: #d0a968 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d0a968 !important;
  border-color: #d0a968 !important;
}
.btn-secondary .mbr-iconfont {
  border: 1px solid #757575;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #757575 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #757575 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #0d41a8 !important;
  border-color: #0d41a8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1153d7 !important;
  border-color: #1153d7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1153d7 !important;
  border-color: #1153d7 !important;
}
.btn-success .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #008661 !important;
  border-color: #008661 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #00b986 !important;
  border-color: #00b986 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #00b986 !important;
  border-color: #00b986 !important;
}
.btn-warning .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #c49341 !important;
  border-color: #c49341 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d0a968 !important;
  border-color: #d0a968 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d0a968 !important;
  border-color: #d0a968 !important;
}
.btn-danger .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #c9000a !important;
  border-color: #c9000a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fc000d !important;
  border-color: #fc000d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fc000d !important;
  border-color: #fc000d !important;
}
.btn-white .mbr-iconfont {
  border: 1px solid #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  border: 1px solid #c49341;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #c49341;
  color: #c49341;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #856329 !important;
  background-color: transparent !important;
  border-color: #856329 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 1px solid #856329;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c49341 !important;
  border-color: #c49341 !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 1px solid #f4f4f4;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f4f4f4;
  color: #f4f4f4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c9c9c9 !important;
  background-color: transparent !important;
  border-color: #c9c9c9 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 1px solid #c9c9c9;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-info-outline .mbr-iconfont {
  border: 1px solid #0d41a8;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0d41a8;
  color: #0d41a8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #072258 !important;
  background-color: transparent !important;
  border-color: #072258 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 1px solid #072258;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0d41a8 !important;
  border-color: #0d41a8 !important;
}
.btn-success-outline .mbr-iconfont {
  border: 1px solid #008661;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #008661;
  color: #008661;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002f22 !important;
  background-color: transparent !important;
  border-color: #002f22 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 1px solid #002f22;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #008661 !important;
  border-color: #008661 !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 1px solid #c49341;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c49341;
  color: #c49341;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #856329 !important;
  background-color: transparent !important;
  border-color: #856329 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 1px solid #856329;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c49341 !important;
  border-color: #c49341 !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 1px solid #c9000a;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c9000a;
  color: #c9000a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #720006 !important;
  background-color: transparent !important;
  border-color: #720006 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 1px solid #720006;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c9000a !important;
  border-color: #c9000a !important;
}
.btn-black-outline .mbr-iconfont {
  border: 1px solid #232323;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 1px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 1px solid #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  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: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 1px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #c49341 !important;
}
.text-secondary {
  color: #f4f4f4 !important;
}
.text-success {
  color: #008661 !important;
}
.text-info {
  color: #0d41a8 !important;
}
.text-warning {
  color: #c49341 !important;
}
.text-danger {
  color: #c9000a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #795a26 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c1c1c1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #002017 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #061c49 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #795a26 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #630005 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #c49341;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0d41a8;
}
.alert-warning {
  background-color: #c49341;
}
.alert-danger {
  background-color: #c9000a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c49341;
  border-color: #c49341;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c49341;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2caa2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #06ffba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #447ef1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e2caa2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff969b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #c49341 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #c49341;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c49341;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c49341;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c49341;
  border-bottom-color: #c49341;
}
.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: #000000 !important;
  background-color: #c49341 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f4f4f4 !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='%23c49341' %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 {
  padding: 17px 26px;
  font-weight: 400;
  flex-direction: row-reverse;
  border-radius: 0 !important;
  padding: 22px 42px;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  border-radius: 100%;
  border: 1px solid inherit;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.embla__button {
  border-radius: 2rem;
  border-radius: 0 !important;
}
.item-number {
  border-radius: 1rem;
  border-radius: 0 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.item-tag {
  border-radius: 100px !important;
  border-radius: 0 !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 1rem !important;
  border-radius: 0 !important;
}
.cid-uLkkWvgkqj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLkkWvgkqj nav.navbar {
  position: fixed;
}
.cid-uLkkWvgkqj .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-uLkkWvgkqj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uLkkWvgkqj .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400 !important;
}
.cid-uLkkWvgkqj .dropdown-item:hover,
.cid-uLkkWvgkqj .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uLkkWvgkqj .dropdown-item:hover span {
  color: white;
}
.cid-uLkkWvgkqj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLkkWvgkqj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLkkWvgkqj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLkkWvgkqj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLkkWvgkqj .nav-link {
  position: relative;
}
.cid-uLkkWvgkqj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uLkkWvgkqj .container {
    flex-wrap: nowrap;
  }
}
.cid-uLkkWvgkqj .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uLkkWvgkqj .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uLkkWvgkqj .dropdown-menu,
.cid-uLkkWvgkqj .navbar.opened {
  background: #ffffff !important;
}
.cid-uLkkWvgkqj .nav-item:focus,
.cid-uLkkWvgkqj .nav-link:focus {
  outline: none;
}
.cid-uLkkWvgkqj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLkkWvgkqj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uLkkWvgkqj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLkkWvgkqj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLkkWvgkqj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLkkWvgkqj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLkkWvgkqj .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkkWvgkqj .navbar.opened {
  transition: all 0.3s;
}
.cid-uLkkWvgkqj .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uLkkWvgkqj .navbar .navbar-logo img {
  width: auto;
}
.cid-uLkkWvgkqj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLkkWvgkqj .navbar.collapsed {
  justify-content: center;
}
.cid-uLkkWvgkqj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLkkWvgkqj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLkkWvgkqj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uLkkWvgkqj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLkkWvgkqj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLkkWvgkqj .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-uLkkWvgkqj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLkkWvgkqj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLkkWvgkqj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLkkWvgkqj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLkkWvgkqj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLkkWvgkqj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLkkWvgkqj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLkkWvgkqj .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-uLkkWvgkqj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLkkWvgkqj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLkkWvgkqj .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uLkkWvgkqj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uLkkWvgkqj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLkkWvgkqj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLkkWvgkqj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLkkWvgkqj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uLkkWvgkqj .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uLkkWvgkqj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLkkWvgkqj .navbar-brand .navbar-caption:hover,
.cid-uLkkWvgkqj .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uLkkWvgkqj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLkkWvgkqj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uLkkWvgkqj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uLkkWvgkqj .dropdown-item.active,
.cid-uLkkWvgkqj .dropdown-item:active {
  background-color: transparent;
}
.cid-uLkkWvgkqj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLkkWvgkqj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLkkWvgkqj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLkkWvgkqj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLkkWvgkqj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uLkkWvgkqj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uLkkWvgkqj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLkkWvgkqj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uLkkWvgkqj ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uLkkWvgkqj .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uLkkWvgkqj .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uLkkWvgkqj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uLkkWvgkqj button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkkWvgkqj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLkkWvgkqj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uLkkWvgkqj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkkWvgkqj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkkWvgkqj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uLkkWvgkqj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkkWvgkqj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLkkWvgkqj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLkkWvgkqj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkkWvgkqj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLkkWvgkqj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLkkWvgkqj .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-uLkkWvgkqj .navbar {
    height: 70px;
  }
  .cid-uLkkWvgkqj .navbar.opened {
    height: auto;
  }
  .cid-uLkkWvgkqj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLkkWvgkqj .navbar-nav {
  margin: 0 auto;
}
.cid-uLkkWvgkqj .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uLkkWvgkqj .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uLkkWvgkqj .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uLkkWvgkqj .nav-item .nav-link:hover,
.cid-uLkkWvgkqj .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
  opacity: .7;
}
.cid-uLkkWvgkqj .nav-item .nav-link:hover::after,
.cid-uLkkWvgkqj .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uLkkWvgkqj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uLkkWvgkqj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uLkkWvgkqj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uLkkWvgkqj .navbar {
    justify-content: flex-start !important;
  }
  .cid-uLkkWvgkqj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uLkkWvgkqj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uLkkWvgkqj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uLkkWvgkqj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uLkkWvgkqj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uLkkWvgkqj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uLkkWvgkqj .content-wrap {
  min-height: 60px;
}
.cid-uOYIgam2o1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-433002695-2000x857.jpeg");
}
.cid-uOYIgam2o1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOYIgam2o1 .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-uOYIgam2o1 .container {
    padding: 0 15px;
  }
}
.cid-uOYIgam2o1 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uOYIgam2o1 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOYIgam2o1 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uOYIgam2o1 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uOYIgam2o1 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uOYIgam2o1 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uOYIgam2o1 .mbr-section-title {
  color: #131c28;
}
.cid-uOYIgam2o1 .mbr-desc {
  color: #f4f4f4;
}
.cid-uOYIgam2o1 .mbr-section-title,
.cid-uOYIgam2o1 .mbr-section-btn {
  color: #f4f4f4;
}
.cid-uOYIgam2o1 .mbr-text {
  color: #ededee;
}
.cid-uOGj727fQQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uOGj727fQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGj727fQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGj727fQQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uOGj727fQQ .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOGj727fQQ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uOGj727fQQ .items-wrapper {
  margin: 0 -5px;
}
.cid-uOGj727fQQ .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uOGj727fQQ .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uOGj727fQQ .items-wrapper .item .item-wrapper {
  padding: 80px 20px 20px 20px;
  height: 100%;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uOGj727fQQ .items-wrapper .item .item-wrapper {
    padding: 60px 20px 20px;
  }
}
.cid-uOGj727fQQ .items-wrapper .item .item-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.cid-uOGj727fQQ .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #cc8400;
}
.cid-uOGj727fQQ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uOGj727fQQ .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOGj727fQQ .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uOGj727fQQ .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 0;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uOGj727fQQ .items-wrapper .item .item-wrapper .item-content .item-price {
    margin-top: 20px;
  }
}
.cid-uOGj727fQQ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOGj727fQQ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOGj727fQQ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOGj727fQQ .mbr-section-title {
  color: #093388;
}
.cid-uOGj727fQQ .item-title {
  color: #093388;
}
.cid-uOGj727fQQ .item-text {
  color: #58595b;
}
.cid-uOGj727fQQ .item-price {
  color: #093388;
}
.cid-uOGj727fQQ .mbr-section-title,
.cid-uOGj727fQQ .title-wrapper {
  color: #353535;
}
.cid-uOGj727fQQ .item-title,
.cid-uOGj727fQQ .mbr-section-btn,
.cid-uOGj727fQQ .icon-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uOM7nLWYlm {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #d7d2d2;
}
.cid-uOM7nLWYlm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM7nLWYlm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM7nLWYlm .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOM7nLWYlm .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOM7nLWYlm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 462px;
  max-width: 462px;
}
@media (max-width: 767px) {
  .cid-uOM7nLWYlm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOM7nLWYlm .embla__slide .slide-content {
  width: 100%;
}
.cid-uOM7nLWYlm .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uOM7nLWYlm .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uOM7nLWYlm .embla__slide .slide-content .item-wrapper .item-img img {
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOM7nLWYlm .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOM7nLWYlm .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .cid-uOM7nLWYlm .embla__slide .slide-content .item-wrapper .item-content {
    padding-right: 0;
  }
}
.cid-uOM7nLWYlm .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uOM7nLWYlm .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uOM7nLWYlm .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOM7nLWYlm .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOM7nLWYlm .embla__button--next,
.cid-uOM7nLWYlm .embla__button--prev {
  display: flex;
}
.cid-uOM7nLWYlm .embla__button {
  top: 0;
  width: 54px;
  height: 42px;
  font-size: 22px;
  background-color: #c49341 !important;
  color: #f4f4f4 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -5rem;
}
@media (max-width: 992px) {
  .cid-uOM7nLWYlm .embla__button {
    top: 0;
  }
}
.cid-uOM7nLWYlm .embla__button:hover {
  opacity: .6 !important;
}
.cid-uOM7nLWYlm .embla__button.embla__button--prev {
  right: 76px;
}
@media (max-width: 768px) {
  .cid-uOM7nLWYlm .embla__button.embla__button--prev {
    right: 64px;
  }
}
.cid-uOM7nLWYlm .embla__button.embla__button--next {
  right: 12px;
}
@media (max-width: 768px) {
  .cid-uOM7nLWYlm .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uOM7nLWYlm .embla {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  padding-top: 0;
}
@media (max-width: 992px) {
  .cid-uOM7nLWYlm .embla {
    padding-top: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uOM7nLWYlm .embla {
    padding-top: 4rem;
  }
}
.cid-uOM7nLWYlm .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOM7nLWYlm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOM7nLWYlm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOM7nLWYlm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOM7nLWYlm .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOM7nLWYlm .mbr-section-title {
  color: #093388;
}
.cid-uOM7nLWYlm .item-name {
  color: #093388;
}
.cid-uOM7nLWYlm .item-role {
  color: #58595b;
}
.cid-uOM7nLWYlm .item-number {
  color: #f4f4f4;
}
.cid-uOM7nLWYlm .mbr-section-title,
.cid-uOM7nLWYlm .title-wrapper {
  color: #353535;
}
.cid-uOM7nLWYlm .item-name,
.cid-uOM7nLWYlm .mbr-section-btn {
  color: #58595b;
}
.cid-uOQ1zhNI7M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOQ1zhNI7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQ1zhNI7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQ1zhNI7M .container,
.cid-uOQ1zhNI7M .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOQ1zhNI7M .container,
  .cid-uOQ1zhNI7M .container-fluid {
    padding: 0 20px;
  }
}
.cid-uOQ1zhNI7M .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #c49341;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uOQ1zhNI7M .row {
    padding: 85px 8px;
  }
}
.cid-uOQ1zhNI7M .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uOQ1zhNI7M .title-wrapper {
    padding: 0;
  }
}
.cid-uOQ1zhNI7M .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .cid-uOQ1zhNI7M .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOQ1zhNI7M .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uOQ1zhNI7M .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uOQ1zhNI7M .image-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-uOQ1zhNI7M .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uOQ1zhNI7M .image-wrapper img {
    height: 300px;
  }
}
.cid-uOQ1zhNI7M .mbr-section-title {
  color: #3d4045;
}
.cid-uOQ1zhNI7M .mbr-text {
  color: #3d4045;
}
.cid-uLkl2oYMlp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-uLkl2oYMlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLkl2oYMlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLkl2oYMlp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLkl2oYMlp .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uLkl2oYMlp .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uLkl2oYMlp .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uLkl2oYMlp .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uLkl2oYMlp .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLkl2oYMlp .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLkl2oYMlp .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLkl2oYMlp .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uLkl2oYMlp .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLkl2oYMlp .mbr-section-title {
  color: #f4f4f4;
}
.cid-uLkl2oYMlp .mbr-text {
  color: #d7d2d2;
}
.cid-uOYpZ55JID {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uOYpZ55JID .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOYpZ55JID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOYpZ55JID .row {
  justify-content: space-between;
}
.cid-uOYpZ55JID .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #c49341;
}
@media (max-width: 992px) {
  .cid-uOYpZ55JID .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOYpZ55JID .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOYpZ55JID .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOYpZ55JID .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOYpZ55JID .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOYpZ55JID .mbr-label {
  color: #000000;
}
.cid-uOYpZ55JID .mbr-section-title {
  color: #353535;
}
.cid-uOYpZ55JID .mbr-desc {
  color: #000000;
}
.cid-uOYpZ55JID .mbr-text {
  color: #8a8a8a;
}
.cid-uLkl9v0tIk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uLkl9v0tIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLkl9v0tIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLkl9v0tIk .row {
  justify-content: center;
}
.cid-uLkl9v0tIk .row .card {
  justify-content: space-between;
}
.cid-uLkl9v0tIk .content-wrapper {
  margin-bottom: 20px;
}
.cid-uLkl9v0tIk .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uLkl9v0tIk .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uLkl9v0tIk .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uLkl9v0tIk .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uLkl9v0tIk .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLkl9v0tIk .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: contain;
}
.cid-uLkl9v0tIk .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLkl9v0tIk .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLkl9v0tIk .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uLkl9v0tIk .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uLkl9v0tIk .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uLkl9v0tIk .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLkl9v0tIk .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uLkl9v0tIk .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLkl9v0tIk .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uLkl9v0tIk .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #353535;
}
.cid-uLkl9v0tIk .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uLkl9v0tIk .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLkl9v0tIk .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #c49341;
  margin-bottom: 20px;
}
.cid-uLkl9v0tIk .mbr-copy {
  margin-bottom: 0;
  color: #ededee;
  text-align: center;
}
.cid-uLkl9v0tIk .mbr-section-title {
  color: #093388;
}
.cid-uLkl9v0tIk .mbr-list-title {
  color: #ededee;
  text-align: left;
}
.cid-uLkl9v0tIk .list {
  color: #58595b;
}
.cid-uLkl9v0tIk .mbr-section-title,
.cid-uLkl9v0tIk .mbr-section-btn,
.cid-uLkl9v0tIk .content-wrapper {
  text-align: center;
  color: #ededee;
}
.cid-uLkl9v0tIk .list,
.cid-uLkl9v0tIk .item-wrap,
.cid-uLkl9v0tIk .list-wrapper {
  color: #353535;
}
.cid-uOQdN9veVN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOQdN9veVN nav.navbar {
  position: fixed;
}
.cid-uOQdN9veVN .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-uOQdN9veVN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOQdN9veVN .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400 !important;
}
.cid-uOQdN9veVN .dropdown-item:hover,
.cid-uOQdN9veVN .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uOQdN9veVN .dropdown-item:hover span {
  color: white;
}
.cid-uOQdN9veVN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOQdN9veVN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOQdN9veVN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOQdN9veVN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOQdN9veVN .nav-link {
  position: relative;
}
.cid-uOQdN9veVN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOQdN9veVN .container {
    flex-wrap: nowrap;
  }
}
.cid-uOQdN9veVN .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOQdN9veVN .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uOQdN9veVN .dropdown-menu,
.cid-uOQdN9veVN .navbar.opened {
  background: #ffffff !important;
}
.cid-uOQdN9veVN .nav-item:focus,
.cid-uOQdN9veVN .nav-link:focus {
  outline: none;
}
.cid-uOQdN9veVN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOQdN9veVN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOQdN9veVN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOQdN9veVN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOQdN9veVN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOQdN9veVN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOQdN9veVN .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOQdN9veVN .navbar.opened {
  transition: all 0.3s;
}
.cid-uOQdN9veVN .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOQdN9veVN .navbar .navbar-logo img {
  width: auto;
}
.cid-uOQdN9veVN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOQdN9veVN .navbar.collapsed {
  justify-content: center;
}
.cid-uOQdN9veVN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOQdN9veVN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOQdN9veVN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uOQdN9veVN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOQdN9veVN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOQdN9veVN .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-uOQdN9veVN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOQdN9veVN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOQdN9veVN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOQdN9veVN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOQdN9veVN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOQdN9veVN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOQdN9veVN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOQdN9veVN .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-uOQdN9veVN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOQdN9veVN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOQdN9veVN .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOQdN9veVN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOQdN9veVN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOQdN9veVN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOQdN9veVN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOQdN9veVN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uOQdN9veVN .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOQdN9veVN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOQdN9veVN .navbar-brand .navbar-caption:hover,
.cid-uOQdN9veVN .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uOQdN9veVN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOQdN9veVN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOQdN9veVN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uOQdN9veVN .dropdown-item.active,
.cid-uOQdN9veVN .dropdown-item:active {
  background-color: transparent;
}
.cid-uOQdN9veVN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOQdN9veVN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOQdN9veVN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOQdN9veVN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOQdN9veVN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOQdN9veVN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOQdN9veVN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOQdN9veVN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOQdN9veVN ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOQdN9veVN .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOQdN9veVN .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uOQdN9veVN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOQdN9veVN button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOQdN9veVN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOQdN9veVN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOQdN9veVN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOQdN9veVN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOQdN9veVN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOQdN9veVN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOQdN9veVN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOQdN9veVN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOQdN9veVN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOQdN9veVN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOQdN9veVN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOQdN9veVN .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-uOQdN9veVN .navbar {
    height: 70px;
  }
  .cid-uOQdN9veVN .navbar.opened {
    height: auto;
  }
  .cid-uOQdN9veVN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOQdN9veVN .navbar-nav {
  margin: 0 auto;
}
.cid-uOQdN9veVN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOQdN9veVN .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOQdN9veVN .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOQdN9veVN .nav-item .nav-link:hover,
.cid-uOQdN9veVN .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
  opacity: .7;
}
.cid-uOQdN9veVN .nav-item .nav-link:hover::after,
.cid-uOQdN9veVN .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOQdN9veVN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOQdN9veVN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOQdN9veVN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOQdN9veVN .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOQdN9veVN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOQdN9veVN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOQdN9veVN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOQdN9veVN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOQdN9veVN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOQdN9veVN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOQdN9veVN .content-wrap {
  min-height: 60px;
}
.cid-uOQdN9YvmZ {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-467282942-2000x1200.jpg");
}
.cid-uOQdN9YvmZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQdN9YvmZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQdN9YvmZ .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uOQdN9YvmZ .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uOQdN9YvmZ .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uOQdN9YvmZ .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uOQdN9YvmZ .mbr-section-btn {
  padding-top: 40px;
}
.cid-uOQdN9YvmZ .mbr-text,
.cid-uOQdN9YvmZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uOQdNakIzp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOQdNakIzp .media-container-row .mbr-text {
  text-align: left;
  color: #c49341;
}
.cid-uOQdNaFJIF {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ededee;
}
.cid-uOQdNaFJIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQdNaFJIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQdNaFJIF .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uOQdNaFJIF .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOQdNaFJIF .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uOQdNaFJIF .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #c49341;
  margin-bottom: 20px;
}
.cid-uOQdNaFJIF .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #c49341;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uOQdNaFJIF .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uOQdNaFJIF .items-wrapper {
  margin: 0 -5px;
}
.cid-uOQdNaFJIF .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uOQdNaFJIF .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uOQdNaFJIF .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ffffff;
}
.cid-uOQdNaFJIF .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOQdNaFJIF .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOQdNaFJIF .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #c49341;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uOQdNaFJIF .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uOQdNaFJIF .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uOQdNaFJIF .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOQdNaFJIF .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uOQdNaFJIF .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOQdNaFJIF .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOQdNaFJIF .mbr-section-title {
  color: #093388;
}
.cid-uOQdNaFJIF .item-title {
  color: #093388;
}
.cid-uOQdNaFJIF .item-text {
  color: #58595b;
}
.cid-uOQdNaFJIF .item-title,
.cid-uOQdNaFJIF .mbr-section-btn,
.cid-uOQdNaFJIF .icon-wrapper {
  color: #353535;
}
.cid-uOYpOUi9KC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uOYpOUi9KC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOYpOUi9KC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOYpOUi9KC .row {
  justify-content: space-between;
}
.cid-uOYpOUi9KC .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #c49341;
}
@media (max-width: 992px) {
  .cid-uOYpOUi9KC .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOYpOUi9KC .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOYpOUi9KC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOYpOUi9KC .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOYpOUi9KC .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOYpOUi9KC .mbr-label {
  color: #000000;
}
.cid-uOYpOUi9KC .mbr-section-title {
  color: #353535;
}
.cid-uOYpOUi9KC .mbr-desc {
  color: #000000;
}
.cid-uOYpOUi9KC .mbr-text {
  color: #8a8a8a;
}
.cid-uOQdNbuQij {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOQdNbuQij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQdNbuQij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQdNbuQij .row {
  justify-content: center;
}
.cid-uOQdNbuQij .row .card {
  justify-content: space-between;
}
.cid-uOQdNbuQij .content-wrapper {
  margin-bottom: 20px;
}
.cid-uOQdNbuQij .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uOQdNbuQij .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uOQdNbuQij .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uOQdNbuQij .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uOQdNbuQij .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOQdNbuQij .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: contain;
}
.cid-uOQdNbuQij .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOQdNbuQij .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOQdNbuQij .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOQdNbuQij .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uOQdNbuQij .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uOQdNbuQij .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOQdNbuQij .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOQdNbuQij .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOQdNbuQij .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uOQdNbuQij .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #353535;
}
.cid-uOQdNbuQij .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uOQdNbuQij .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOQdNbuQij .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #c49341;
  margin-bottom: 20px;
}
.cid-uOQdNbuQij .mbr-copy {
  margin-bottom: 0;
  color: #ededee;
  text-align: center;
}
.cid-uOQdNbuQij .mbr-section-title {
  color: #093388;
}
.cid-uOQdNbuQij .mbr-list-title {
  color: #ededee;
  text-align: left;
}
.cid-uOQdNbuQij .list {
  color: #58595b;
}
.cid-uOQdNbuQij .mbr-section-title,
.cid-uOQdNbuQij .mbr-section-btn,
.cid-uOQdNbuQij .content-wrapper {
  text-align: center;
  color: #ededee;
}
.cid-uOQdNbuQij .list,
.cid-uOQdNbuQij .item-wrap,
.cid-uOQdNbuQij .list-wrapper {
  color: #353535;
}
.cid-uOQfMvKcDK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOQfMvKcDK nav.navbar {
  position: fixed;
}
.cid-uOQfMvKcDK .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-uOQfMvKcDK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOQfMvKcDK .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400 !important;
}
.cid-uOQfMvKcDK .dropdown-item:hover,
.cid-uOQfMvKcDK .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uOQfMvKcDK .dropdown-item:hover span {
  color: white;
}
.cid-uOQfMvKcDK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOQfMvKcDK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOQfMvKcDK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOQfMvKcDK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOQfMvKcDK .nav-link {
  position: relative;
}
.cid-uOQfMvKcDK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOQfMvKcDK .container {
    flex-wrap: nowrap;
  }
}
.cid-uOQfMvKcDK .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOQfMvKcDK .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uOQfMvKcDK .dropdown-menu,
.cid-uOQfMvKcDK .navbar.opened {
  background: #ffffff !important;
}
.cid-uOQfMvKcDK .nav-item:focus,
.cid-uOQfMvKcDK .nav-link:focus {
  outline: none;
}
.cid-uOQfMvKcDK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOQfMvKcDK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOQfMvKcDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOQfMvKcDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOQfMvKcDK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOQfMvKcDK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOQfMvKcDK .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOQfMvKcDK .navbar.opened {
  transition: all 0.3s;
}
.cid-uOQfMvKcDK .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOQfMvKcDK .navbar .navbar-logo img {
  width: auto;
}
.cid-uOQfMvKcDK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOQfMvKcDK .navbar.collapsed {
  justify-content: center;
}
.cid-uOQfMvKcDK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOQfMvKcDK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOQfMvKcDK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uOQfMvKcDK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOQfMvKcDK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOQfMvKcDK .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-uOQfMvKcDK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOQfMvKcDK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOQfMvKcDK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOQfMvKcDK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOQfMvKcDK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOQfMvKcDK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOQfMvKcDK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOQfMvKcDK .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-uOQfMvKcDK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOQfMvKcDK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOQfMvKcDK .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOQfMvKcDK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOQfMvKcDK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOQfMvKcDK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOQfMvKcDK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOQfMvKcDK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uOQfMvKcDK .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOQfMvKcDK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOQfMvKcDK .navbar-brand .navbar-caption:hover,
.cid-uOQfMvKcDK .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uOQfMvKcDK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOQfMvKcDK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOQfMvKcDK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uOQfMvKcDK .dropdown-item.active,
.cid-uOQfMvKcDK .dropdown-item:active {
  background-color: transparent;
}
.cid-uOQfMvKcDK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOQfMvKcDK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOQfMvKcDK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOQfMvKcDK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOQfMvKcDK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOQfMvKcDK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOQfMvKcDK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOQfMvKcDK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOQfMvKcDK ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOQfMvKcDK .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOQfMvKcDK .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uOQfMvKcDK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOQfMvKcDK button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOQfMvKcDK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOQfMvKcDK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOQfMvKcDK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOQfMvKcDK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOQfMvKcDK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOQfMvKcDK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOQfMvKcDK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOQfMvKcDK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOQfMvKcDK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOQfMvKcDK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOQfMvKcDK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOQfMvKcDK .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-uOQfMvKcDK .navbar {
    height: 70px;
  }
  .cid-uOQfMvKcDK .navbar.opened {
    height: auto;
  }
  .cid-uOQfMvKcDK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOQfMvKcDK .navbar-nav {
  margin: 0 auto;
}
.cid-uOQfMvKcDK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOQfMvKcDK .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOQfMvKcDK .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOQfMvKcDK .nav-item .nav-link:hover,
.cid-uOQfMvKcDK .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
  opacity: .7;
}
.cid-uOQfMvKcDK .nav-item .nav-link:hover::after,
.cid-uOQfMvKcDK .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOQfMvKcDK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOQfMvKcDK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOQfMvKcDK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOQfMvKcDK .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOQfMvKcDK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOQfMvKcDK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOQfMvKcDK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOQfMvKcDK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOQfMvKcDK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOQfMvKcDK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOQfMvKcDK .content-wrap {
  min-height: 60px;
}
.cid-uOQfMweEyz {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-1055294314-2000x1000.jpg");
}
.cid-uOQfMweEyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQfMweEyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQfMweEyz .mbr-title {
  margin-bottom: 30px;
  color: #ededee;
}
@media (max-width: 575px) {
  .cid-uOQfMweEyz .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uOQfMweEyz .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uOQfMweEyz .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uOQfMweEyz .mbr-section-btn {
  padding-top: 40px;
}
.cid-uOQfMweEyz .mbr-text,
.cid-uOQfMweEyz .mbr-section-btn {
  color: #ededee;
}
.cid-uOQfMwDa5u {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOQfMwDa5u .media-container-row .mbr-text {
  text-align: left;
  color: #c49341;
}
.cid-uP8pas25Ur {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ededee;
}
.cid-uP8pas25Ur img {
  width: 150px;
  margin: auto;
}
.cid-uP8pas25Ur .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uP8pas25Ur .card {
    max-width: 16.6%;
  }
}
.cid-uP8pas25Ur .mbr-section-head {
  max-width: 800px;
  margin: auto;
}
.cid-uP8pas25Ur .mbr-section-subtitle {
  color: #353535;
  text-align: center;
}
.cid-uP8pas25Ur .mbr-section-title {
  color: #353535;
}
.cid-uOZ36JNfZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOZ36JNfZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOZ36JNfZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOZ36JNfZs .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uOZ36JNfZs .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uOZ36JNfZs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOZ36JNfZs .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uOZ36JNfZs .container {
    padding: 0 16px;
  }
}
.cid-uOZ36JNfZs .row {
  justify-content: center;
}
.cid-uOZ36JNfZs .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ededee;
}
@media (max-width: 1200px) {
  .cid-uOZ36JNfZs .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOZ36JNfZs .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-uOZ36JNfZs .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-uOZ36JNfZs .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-uOZ36JNfZs .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-uOZ36JNfZs .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOZ36JNfZs .content-wrapper .content-wrap {
  padding-left: 64px;
}
@media (max-width: 1200px) {
  .cid-uOZ36JNfZs .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uOZ36JNfZs .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uOZ36JNfZs .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uOZ36JNfZs .mbr-section-title {
  color: #000000;
}
.cid-uOZ36JNfZs .mbr-text {
  color: #000000;
}
.cid-uOQw6llhWU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uOQw6llhWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQw6llhWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQw6llhWU .row {
  justify-content: space-between;
}
.cid-uOQw6llhWU .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #c49341;
}
@media (max-width: 992px) {
  .cid-uOQw6llhWU .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOQw6llhWU .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOQw6llhWU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOQw6llhWU .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOQw6llhWU .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOQw6llhWU .mbr-label {
  color: #000000;
}
.cid-uOQw6llhWU .mbr-section-title {
  color: #353535;
}
.cid-uOQw6llhWU .mbr-desc {
  color: #000000;
}
.cid-uOQw6llhWU .mbr-text {
  color: #8a8a8a;
}
.cid-uOQfMxMJ1g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOQfMxMJ1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQfMxMJ1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQfMxMJ1g .row {
  justify-content: center;
}
.cid-uOQfMxMJ1g .row .card {
  justify-content: space-between;
}
.cid-uOQfMxMJ1g .content-wrapper {
  margin-bottom: 20px;
}
.cid-uOQfMxMJ1g .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uOQfMxMJ1g .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uOQfMxMJ1g .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uOQfMxMJ1g .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uOQfMxMJ1g .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOQfMxMJ1g .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: contain;
}
.cid-uOQfMxMJ1g .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOQfMxMJ1g .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOQfMxMJ1g .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOQfMxMJ1g .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uOQfMxMJ1g .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uOQfMxMJ1g .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOQfMxMJ1g .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOQfMxMJ1g .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOQfMxMJ1g .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uOQfMxMJ1g .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #353535;
}
.cid-uOQfMxMJ1g .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uOQfMxMJ1g .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOQfMxMJ1g .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #c49341;
  margin-bottom: 20px;
}
.cid-uOQfMxMJ1g .mbr-copy {
  margin-bottom: 0;
  color: #ededee;
  text-align: center;
}
.cid-uOQfMxMJ1g .mbr-section-title {
  color: #093388;
}
.cid-uOQfMxMJ1g .mbr-list-title {
  color: #ededee;
  text-align: left;
}
.cid-uOQfMxMJ1g .list {
  color: #58595b;
}
.cid-uOQfMxMJ1g .mbr-section-title,
.cid-uOQfMxMJ1g .mbr-section-btn,
.cid-uOQfMxMJ1g .content-wrapper {
  text-align: center;
  color: #ededee;
}
.cid-uOQfMxMJ1g .list,
.cid-uOQfMxMJ1g .item-wrap,
.cid-uOQfMxMJ1g .list-wrapper {
  color: #353535;
}
.cid-uOQx7zTCXq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOQx7zTCXq nav.navbar {
  position: fixed;
}
.cid-uOQx7zTCXq .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-uOQx7zTCXq .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOQx7zTCXq .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400 !important;
}
.cid-uOQx7zTCXq .dropdown-item:hover,
.cid-uOQx7zTCXq .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uOQx7zTCXq .dropdown-item:hover span {
  color: white;
}
.cid-uOQx7zTCXq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOQx7zTCXq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOQx7zTCXq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOQx7zTCXq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOQx7zTCXq .nav-link {
  position: relative;
}
.cid-uOQx7zTCXq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOQx7zTCXq .container {
    flex-wrap: nowrap;
  }
}
.cid-uOQx7zTCXq .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOQx7zTCXq .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uOQx7zTCXq .dropdown-menu,
.cid-uOQx7zTCXq .navbar.opened {
  background: #ffffff !important;
}
.cid-uOQx7zTCXq .nav-item:focus,
.cid-uOQx7zTCXq .nav-link:focus {
  outline: none;
}
.cid-uOQx7zTCXq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOQx7zTCXq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOQx7zTCXq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOQx7zTCXq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOQx7zTCXq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOQx7zTCXq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOQx7zTCXq .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOQx7zTCXq .navbar.opened {
  transition: all 0.3s;
}
.cid-uOQx7zTCXq .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOQx7zTCXq .navbar .navbar-logo img {
  width: auto;
}
.cid-uOQx7zTCXq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOQx7zTCXq .navbar.collapsed {
  justify-content: center;
}
.cid-uOQx7zTCXq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOQx7zTCXq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOQx7zTCXq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uOQx7zTCXq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOQx7zTCXq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOQx7zTCXq .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-uOQx7zTCXq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOQx7zTCXq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOQx7zTCXq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOQx7zTCXq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOQx7zTCXq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOQx7zTCXq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOQx7zTCXq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOQx7zTCXq .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-uOQx7zTCXq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOQx7zTCXq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOQx7zTCXq .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOQx7zTCXq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOQx7zTCXq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOQx7zTCXq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOQx7zTCXq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOQx7zTCXq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uOQx7zTCXq .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOQx7zTCXq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOQx7zTCXq .navbar-brand .navbar-caption:hover,
.cid-uOQx7zTCXq .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uOQx7zTCXq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOQx7zTCXq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOQx7zTCXq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uOQx7zTCXq .dropdown-item.active,
.cid-uOQx7zTCXq .dropdown-item:active {
  background-color: transparent;
}
.cid-uOQx7zTCXq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOQx7zTCXq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOQx7zTCXq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOQx7zTCXq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOQx7zTCXq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOQx7zTCXq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOQx7zTCXq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOQx7zTCXq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOQx7zTCXq ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOQx7zTCXq .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOQx7zTCXq .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uOQx7zTCXq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOQx7zTCXq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOQx7zTCXq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOQx7zTCXq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOQx7zTCXq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOQx7zTCXq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOQx7zTCXq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOQx7zTCXq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOQx7zTCXq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOQx7zTCXq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOQx7zTCXq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOQx7zTCXq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOQx7zTCXq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOQx7zTCXq .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-uOQx7zTCXq .navbar {
    height: 70px;
  }
  .cid-uOQx7zTCXq .navbar.opened {
    height: auto;
  }
  .cid-uOQx7zTCXq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOQx7zTCXq .navbar-nav {
  margin: 0 auto;
}
.cid-uOQx7zTCXq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOQx7zTCXq .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOQx7zTCXq .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOQx7zTCXq .nav-item .nav-link:hover,
.cid-uOQx7zTCXq .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
  opacity: .7;
}
.cid-uOQx7zTCXq .nav-item .nav-link:hover::after,
.cid-uOQx7zTCXq .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOQx7zTCXq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOQx7zTCXq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOQx7zTCXq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOQx7zTCXq .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOQx7zTCXq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOQx7zTCXq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOQx7zTCXq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOQx7zTCXq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOQx7zTCXq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOQx7zTCXq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOQx7zTCXq .content-wrap {
  min-height: 60px;
}
.cid-uOQx7Bc4sn {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-1461260431-2000x1121.jpg");
}
.cid-uOQx7Bc4sn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQx7Bc4sn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQx7Bc4sn .mbr-title {
  margin-bottom: 30px;
  color: #f4f4f4;
}
@media (max-width: 575px) {
  .cid-uOQx7Bc4sn .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uOQx7Bc4sn .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uOQx7Bc4sn .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uOQx7Bc4sn .mbr-section-btn {
  padding-top: 40px;
}
.cid-uOQx7Bc4sn .mbr-text,
.cid-uOQx7Bc4sn .mbr-section-btn {
  color: #f4f4f4;
}
.cid-uOQx7C9ZId {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOQx7C9ZId .media-container-row .mbr-text {
  text-align: left;
  color: #c49341;
}
.cid-uOQx7CP94t {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-uOQx7CP94t img {
  width: 150px;
  margin: auto;
}
.cid-uOQx7CP94t .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uOQx7CP94t .card {
    max-width: 16.6%;
  }
}
.cid-uOQx7CP94t .mbr-section-head {
  max-width: 800px;
  margin: auto;
}
.cid-uOQx7CP94t .mbr-section-subtitle {
  color: #353535;
  text-align: center;
}
.cid-uOQx7CP94t .mbr-section-title {
  color: #353535;
}
.cid-uOQy0wFl1m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/adobestock-1082690963-2000x1164.png");
}
.cid-uOQy0wFl1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQy0wFl1m .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-uOQy0wFl1m .container {
    padding: 0 20px;
  }
}
.cid-uOQy0wFl1m .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uOQy0wFl1m .row {
    padding: 46px 0;
  }
}
.cid-uOQy0wFl1m .row .card {
  justify-content: flex-end;
}
.cid-uOQy0wFl1m .content-wrapper {
  margin-bottom: 50px;
}
.cid-uOQy0wFl1m .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uOQy0wFl1m .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOQy0wFl1m .tabs-wrap {
  margin-bottom: 40px;
  text-align: right;
}
.cid-uOQy0wFl1m .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uOQy0wFl1m .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 5px 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uOQy0wFl1m .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uOQy0wFl1m .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: #dcdde0;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uOQy0wFl1m .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #000000;
  color: #ffffff;
}
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f4f4f4;
  border-radius: 20px !important;
  padding: 60px 40px 40px;
}
@media (max-width: 1200px) {
  .cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item {
    padding: 60px 20px 40px;
  }
}
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 20px;
}
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-role {
  margin-bottom: 25px;
}
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-primary,
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-secondary,
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-success,
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-info,
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-warning,
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-danger,
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-black,
.cid-uOQy0wFl1m .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-white {
  border: 2px solid #c49341 !important;
}
.cid-uOQy0wFl1m .mbr-section-title {
  color: #000000;
}
.cid-uOQy0wFl1m .mbr-desc {
  color: #000000;
}
.cid-uOQy0wFl1m .card-name {
  color: #000000;
}
.cid-uOQy0wFl1m .card-role {
  color: #000000;
  text-align: center;
}
.cid-uOQy0wFl1m .list,
.cid-uOQy0wFl1m .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOQy0wFl1m .card-name,
.cid-uOQy0wFl1m .mbr-section-btn {
  text-align: center;
}
.cid-uOQDYjl2SF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uOQDYjl2SF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQDYjl2SF .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uOQDYjl2SF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOQDYjl2SF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQDYjl2SF .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #c49341;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #000000;
  height: 80px;
  border-radius: 50%;
}
.cid-uOQDYjl2SF .card-title,
.cid-uOQDYjl2SF .iconfont-wrapper,
.cid-uOQDYjl2SF .card-text {
  color: #000000;
  text-align: center;
}
.cid-uOQDYjl2SF .content-head {
  max-width: 800px;
}
.cid-uOQDYjl2SF .mbr-section-title {
  color: #000000;
}
.cid-uOQDYjl2SF .mbr-section-btn {
  text-align: center;
}
.cid-uOQDYjl2SF .card-text,
.cid-uOQDYjl2SF .mbr-section-btn {
  text-align: center;
}
.cid-uOQDYjl2SF .card-title,
.cid-uOQDYjl2SF .iconfont-wrapper {
  text-align: center;
}
.cid-uOQx7DZ58l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uOQx7DZ58l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQx7DZ58l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQx7DZ58l .row {
  justify-content: space-between;
}
.cid-uOQx7DZ58l .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #c49341;
}
@media (max-width: 992px) {
  .cid-uOQx7DZ58l .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOQx7DZ58l .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOQx7DZ58l .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOQx7DZ58l .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOQx7DZ58l .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOQx7DZ58l .mbr-label {
  color: #000000;
}
.cid-uOQx7DZ58l .mbr-section-title {
  color: #353535;
}
.cid-uOQx7DZ58l .mbr-desc {
  color: #000000;
}
.cid-uOQx7DZ58l .mbr-text {
  color: #8a8a8a;
}
.cid-uOQx7EEp6G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOQx7EEp6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQx7EEp6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQx7EEp6G .row {
  justify-content: center;
}
.cid-uOQx7EEp6G .row .card {
  justify-content: space-between;
}
.cid-uOQx7EEp6G .content-wrapper {
  margin-bottom: 20px;
}
.cid-uOQx7EEp6G .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uOQx7EEp6G .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uOQx7EEp6G .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uOQx7EEp6G .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uOQx7EEp6G .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOQx7EEp6G .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: contain;
}
.cid-uOQx7EEp6G .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOQx7EEp6G .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOQx7EEp6G .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOQx7EEp6G .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uOQx7EEp6G .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uOQx7EEp6G .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOQx7EEp6G .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOQx7EEp6G .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOQx7EEp6G .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uOQx7EEp6G .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #353535;
}
.cid-uOQx7EEp6G .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uOQx7EEp6G .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOQx7EEp6G .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #c49341;
  margin-bottom: 20px;
}
.cid-uOQx7EEp6G .mbr-copy {
  margin-bottom: 0;
  color: #ededee;
  text-align: center;
}
.cid-uOQx7EEp6G .mbr-section-title {
  color: #093388;
}
.cid-uOQx7EEp6G .mbr-list-title {
  color: #ededee;
  text-align: left;
}
.cid-uOQx7EEp6G .list {
  color: #58595b;
}
.cid-uOQx7EEp6G .mbr-section-title,
.cid-uOQx7EEp6G .mbr-section-btn,
.cid-uOQx7EEp6G .content-wrapper {
  text-align: center;
  color: #ededee;
}
.cid-uOQx7EEp6G .list,
.cid-uOQx7EEp6G .item-wrap,
.cid-uOQx7EEp6G .list-wrapper {
  color: #353535;
}
.cid-uOQI114R4f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOQI114R4f nav.navbar {
  position: fixed;
}
.cid-uOQI114R4f .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-uOQI114R4f .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOQI114R4f .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400 !important;
}
.cid-uOQI114R4f .dropdown-item:hover,
.cid-uOQI114R4f .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uOQI114R4f .dropdown-item:hover span {
  color: white;
}
.cid-uOQI114R4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOQI114R4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOQI114R4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOQI114R4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOQI114R4f .nav-link {
  position: relative;
}
.cid-uOQI114R4f .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOQI114R4f .container {
    flex-wrap: nowrap;
  }
}
.cid-uOQI114R4f .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOQI114R4f .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uOQI114R4f .dropdown-menu,
.cid-uOQI114R4f .navbar.opened {
  background: #ffffff !important;
}
.cid-uOQI114R4f .nav-item:focus,
.cid-uOQI114R4f .nav-link:focus {
  outline: none;
}
.cid-uOQI114R4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOQI114R4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOQI114R4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOQI114R4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOQI114R4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOQI114R4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOQI114R4f .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOQI114R4f .navbar.opened {
  transition: all 0.3s;
}
.cid-uOQI114R4f .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOQI114R4f .navbar .navbar-logo img {
  width: auto;
}
.cid-uOQI114R4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOQI114R4f .navbar.collapsed {
  justify-content: center;
}
.cid-uOQI114R4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOQI114R4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOQI114R4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uOQI114R4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOQI114R4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOQI114R4f .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-uOQI114R4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOQI114R4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOQI114R4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOQI114R4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOQI114R4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOQI114R4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOQI114R4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOQI114R4f .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-uOQI114R4f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOQI114R4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOQI114R4f .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOQI114R4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOQI114R4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOQI114R4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOQI114R4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOQI114R4f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uOQI114R4f .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOQI114R4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOQI114R4f .navbar-brand .navbar-caption:hover,
.cid-uOQI114R4f .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uOQI114R4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOQI114R4f .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOQI114R4f .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uOQI114R4f .dropdown-item.active,
.cid-uOQI114R4f .dropdown-item:active {
  background-color: transparent;
}
.cid-uOQI114R4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOQI114R4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOQI114R4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOQI114R4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOQI114R4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOQI114R4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOQI114R4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOQI114R4f ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOQI114R4f ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOQI114R4f .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOQI114R4f .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uOQI114R4f .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOQI114R4f button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOQI114R4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOQI114R4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOQI114R4f button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOQI114R4f button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOQI114R4f button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOQI114R4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOQI114R4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOQI114R4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOQI114R4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOQI114R4f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOQI114R4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOQI114R4f .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-uOQI114R4f .navbar {
    height: 70px;
  }
  .cid-uOQI114R4f .navbar.opened {
    height: auto;
  }
  .cid-uOQI114R4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOQI114R4f .navbar-nav {
  margin: 0 auto;
}
.cid-uOQI114R4f .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOQI114R4f .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOQI114R4f .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOQI114R4f .nav-item .nav-link:hover,
.cid-uOQI114R4f .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
  opacity: .7;
}
.cid-uOQI114R4f .nav-item .nav-link:hover::after,
.cid-uOQI114R4f .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOQI114R4f .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOQI114R4f .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOQI114R4f .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOQI114R4f .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOQI114R4f .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOQI114R4f .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOQI114R4f .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOQI114R4f .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOQI114R4f .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOQI114R4f .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOQI114R4f .content-wrap {
  min-height: 60px;
}
.cid-uOQI11LdTv {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-465184658-2000x1000.jpg");
}
.cid-uOQI11LdTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQI11LdTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQI11LdTv .mbr-title {
  margin-bottom: 30px;
  color: #f4f4f4;
}
@media (max-width: 575px) {
  .cid-uOQI11LdTv .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uOQI11LdTv .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uOQI11LdTv .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uOQI11LdTv .mbr-section-btn {
  padding-top: 40px;
}
.cid-uOQI11LdTv .mbr-text,
.cid-uOQI11LdTv .mbr-section-btn {
  color: #f4f4f4;
}
.cid-uOQI12omcZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOQI12omcZ .media-container-row .mbr-text {
  text-align: left;
  color: #c49341;
}
.cid-uOQIsFl4VB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededee;
}
.cid-uOQIsFl4VB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQIsFl4VB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQIsFl4VB .mbr-text {
  color: #000000;
}
.cid-uOQIsFl4VB .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uOQIsFl4VB .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uOQIsFl4VB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOQIsFl4VB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uOQIsFl4VB .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOQIsFl4VB .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uOQIsFl4VB .mbr-number {
  color: #c49341;
  text-align: left;
}
.cid-uOQIsFl4VB .mbr-section-title {
  color: #353535;
}
.cid-uOQIsFl4VB .card-text,
.cid-uOQIsFl4VB .item .mbr-section-btn {
  text-align: left;
}
.cid-uOQIsFl4VB .card-title,
.cid-uOQIsFl4VB .iconfont-wrapper {
  text-align: left;
}
.cid-uOQIsFl4VB .mbr-section-subtitle,
.cid-uOQIsFl4VB .main-button {
  text-align: left;
  color: #58595b;
}
.cid-uOQIsFl4VB .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uOQIsFl4VB .item-content .item-footer {
  margin-top: auto;
}
.cid-uOQIsFl4VB .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOQIsFl4VB .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uOQIsFl4VB .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uOQIsFl4VB .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uOQKshbOgY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uOQKshbOgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQKshbOgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQKshbOgY .row {
  justify-content: space-between;
}
.cid-uOQKshbOgY .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #c49341;
}
@media (max-width: 992px) {
  .cid-uOQKshbOgY .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOQKshbOgY .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOQKshbOgY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOQKshbOgY .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOQKshbOgY .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOQKshbOgY .mbr-label {
  color: #000000;
}
.cid-uOQKshbOgY .mbr-section-title {
  color: #353535;
}
.cid-uOQKshbOgY .mbr-desc {
  color: #000000;
}
.cid-uOQKshbOgY .mbr-text {
  color: #8a8a8a;
}
.cid-uOQI148ydM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOQI148ydM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQI148ydM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQI148ydM .row {
  justify-content: center;
}
.cid-uOQI148ydM .row .card {
  justify-content: space-between;
}
.cid-uOQI148ydM .content-wrapper {
  margin-bottom: 20px;
}
.cid-uOQI148ydM .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uOQI148ydM .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uOQI148ydM .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uOQI148ydM .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uOQI148ydM .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOQI148ydM .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: contain;
}
.cid-uOQI148ydM .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOQI148ydM .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOQI148ydM .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOQI148ydM .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uOQI148ydM .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uOQI148ydM .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOQI148ydM .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOQI148ydM .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOQI148ydM .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uOQI148ydM .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #353535;
}
.cid-uOQI148ydM .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uOQI148ydM .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOQI148ydM .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #c49341;
  margin-bottom: 20px;
}
.cid-uOQI148ydM .mbr-copy {
  margin-bottom: 0;
  color: #ededee;
  text-align: center;
}
.cid-uOQI148ydM .mbr-section-title {
  color: #093388;
}
.cid-uOQI148ydM .mbr-list-title {
  color: #ededee;
  text-align: left;
}
.cid-uOQI148ydM .list {
  color: #58595b;
}
.cid-uOQI148ydM .mbr-section-title,
.cid-uOQI148ydM .mbr-section-btn,
.cid-uOQI148ydM .content-wrapper {
  text-align: center;
  color: #ededee;
}
.cid-uOQI148ydM .list,
.cid-uOQI148ydM .item-wrap,
.cid-uOQI148ydM .list-wrapper {
  color: #353535;
}
.cid-uOQMmGL1Lf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOQMmGL1Lf nav.navbar {
  position: fixed;
}
.cid-uOQMmGL1Lf .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-uOQMmGL1Lf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOQMmGL1Lf .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400 !important;
}
.cid-uOQMmGL1Lf .dropdown-item:hover,
.cid-uOQMmGL1Lf .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uOQMmGL1Lf .dropdown-item:hover span {
  color: white;
}
.cid-uOQMmGL1Lf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOQMmGL1Lf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOQMmGL1Lf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOQMmGL1Lf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOQMmGL1Lf .nav-link {
  position: relative;
}
.cid-uOQMmGL1Lf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOQMmGL1Lf .container {
    flex-wrap: nowrap;
  }
}
.cid-uOQMmGL1Lf .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOQMmGL1Lf .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uOQMmGL1Lf .dropdown-menu,
.cid-uOQMmGL1Lf .navbar.opened {
  background: #ffffff !important;
}
.cid-uOQMmGL1Lf .nav-item:focus,
.cid-uOQMmGL1Lf .nav-link:focus {
  outline: none;
}
.cid-uOQMmGL1Lf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOQMmGL1Lf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOQMmGL1Lf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOQMmGL1Lf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOQMmGL1Lf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOQMmGL1Lf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOQMmGL1Lf .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOQMmGL1Lf .navbar.opened {
  transition: all 0.3s;
}
.cid-uOQMmGL1Lf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOQMmGL1Lf .navbar .navbar-logo img {
  width: auto;
}
.cid-uOQMmGL1Lf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOQMmGL1Lf .navbar.collapsed {
  justify-content: center;
}
.cid-uOQMmGL1Lf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOQMmGL1Lf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOQMmGL1Lf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uOQMmGL1Lf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOQMmGL1Lf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOQMmGL1Lf .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-uOQMmGL1Lf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOQMmGL1Lf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOQMmGL1Lf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOQMmGL1Lf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOQMmGL1Lf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOQMmGL1Lf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOQMmGL1Lf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOQMmGL1Lf .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-uOQMmGL1Lf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOQMmGL1Lf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOQMmGL1Lf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOQMmGL1Lf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOQMmGL1Lf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOQMmGL1Lf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOQMmGL1Lf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOQMmGL1Lf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uOQMmGL1Lf .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOQMmGL1Lf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOQMmGL1Lf .navbar-brand .navbar-caption:hover,
.cid-uOQMmGL1Lf .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uOQMmGL1Lf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOQMmGL1Lf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOQMmGL1Lf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uOQMmGL1Lf .dropdown-item.active,
.cid-uOQMmGL1Lf .dropdown-item:active {
  background-color: transparent;
}
.cid-uOQMmGL1Lf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOQMmGL1Lf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOQMmGL1Lf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOQMmGL1Lf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOQMmGL1Lf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOQMmGL1Lf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOQMmGL1Lf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOQMmGL1Lf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOQMmGL1Lf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOQMmGL1Lf .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOQMmGL1Lf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uOQMmGL1Lf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOQMmGL1Lf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOQMmGL1Lf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOQMmGL1Lf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOQMmGL1Lf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOQMmGL1Lf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOQMmGL1Lf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOQMmGL1Lf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOQMmGL1Lf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOQMmGL1Lf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOQMmGL1Lf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOQMmGL1Lf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOQMmGL1Lf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOQMmGL1Lf .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-uOQMmGL1Lf .navbar {
    height: 70px;
  }
  .cid-uOQMmGL1Lf .navbar.opened {
    height: auto;
  }
  .cid-uOQMmGL1Lf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOQMmGL1Lf .navbar-nav {
  margin: 0 auto;
}
.cid-uOQMmGL1Lf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOQMmGL1Lf .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOQMmGL1Lf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOQMmGL1Lf .nav-item .nav-link:hover,
.cid-uOQMmGL1Lf .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
  opacity: .7;
}
.cid-uOQMmGL1Lf .nav-item .nav-link:hover::after,
.cid-uOQMmGL1Lf .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOQMmGL1Lf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOQMmGL1Lf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOQMmGL1Lf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOQMmGL1Lf .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOQMmGL1Lf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOQMmGL1Lf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOQMmGL1Lf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOQMmGL1Lf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOQMmGL1Lf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOQMmGL1Lf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOQMmGL1Lf .content-wrap {
  min-height: 60px;
}
.cid-uOQMmHqGW4 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-464938984-2000x1200.jpeg");
}
.cid-uOQMmHqGW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQMmHqGW4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQMmHqGW4 .mbr-title {
  margin-bottom: 30px;
  color: #f4f4f4;
}
@media (max-width: 575px) {
  .cid-uOQMmHqGW4 .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uOQMmHqGW4 .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uOQMmHqGW4 .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uOQMmHqGW4 .mbr-section-btn {
  padding-top: 40px;
}
.cid-uOQMmHqGW4 .mbr-text,
.cid-uOQMmHqGW4 .mbr-section-btn {
  color: #f4f4f4;
}
.cid-uOQMmHWZMV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOQMmHWZMV .media-container-row .mbr-text {
  text-align: left;
  color: #c49341;
}
.cid-uOQNb27uJV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ededee;
  overflow: hidden;
}
.cid-uOQNb27uJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQNb27uJV .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-uOQNb27uJV .container {
    padding: 0 16px;
  }
}
.cid-uOQNb27uJV .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOQNb27uJV .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uOQNb27uJV .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uOQNb27uJV .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uOQNb27uJV .content-wrapper .nav.nav-tabs {
  display: block;
  border: none;
  padding: 50px;
  border-radius: 14px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOQNb27uJV .content-wrapper .nav.nav-tabs {
    padding: 32px;
  }
}
.cid-uOQNb27uJV .content-wrapper .nav.nav-tabs .nav-item {
  padding: 24px 0;
  border-bottom: 1px solid #c49341;
  border-radius: 0;
}
.cid-uOQNb27uJV .content-wrapper .nav.nav-tabs .nav-item:first-child {
  padding-top: 0;
}
.cid-uOQNb27uJV .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #353535;
  transition: all 0.3s ease-in-out;
}
.cid-uOQNb27uJV .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #c49341;
  background-color: transparent;
}
.cid-uOQNb27uJV .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 50px;
}
.cid-uOQNb27uJV .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 100px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOQNb27uJV .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-uOQNb27uJV .mbr-section-title {
  color: #000000;
}
.cid-uOQNb27uJV .mbr-text {
  color: #000000;
}
.cid-uOQNb27uJV .mbr-section-title,
.cid-uOQNb27uJV .nav-link {
  color: #353535;
}
.cid-uOQMmIYoCZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uOQMmIYoCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQMmIYoCZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQMmIYoCZ .row {
  justify-content: space-between;
}
.cid-uOQMmIYoCZ .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #c49341;
}
@media (max-width: 992px) {
  .cid-uOQMmIYoCZ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOQMmIYoCZ .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOQMmIYoCZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOQMmIYoCZ .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOQMmIYoCZ .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOQMmIYoCZ .mbr-label {
  color: #000000;
}
.cid-uOQMmIYoCZ .mbr-section-title {
  color: #353535;
}
.cid-uOQMmIYoCZ .mbr-desc {
  color: #000000;
}
.cid-uOQMmIYoCZ .mbr-text {
  color: #8a8a8a;
}
.cid-uOQMmJyHNk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOQMmJyHNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQMmJyHNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQMmJyHNk .row {
  justify-content: center;
}
.cid-uOQMmJyHNk .row .card {
  justify-content: space-between;
}
.cid-uOQMmJyHNk .content-wrapper {
  margin-bottom: 20px;
}
.cid-uOQMmJyHNk .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uOQMmJyHNk .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uOQMmJyHNk .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uOQMmJyHNk .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uOQMmJyHNk .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOQMmJyHNk .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: contain;
}
.cid-uOQMmJyHNk .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOQMmJyHNk .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOQMmJyHNk .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOQMmJyHNk .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uOQMmJyHNk .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uOQMmJyHNk .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOQMmJyHNk .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOQMmJyHNk .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOQMmJyHNk .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uOQMmJyHNk .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #353535;
}
.cid-uOQMmJyHNk .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uOQMmJyHNk .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOQMmJyHNk .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #c49341;
  margin-bottom: 20px;
}
.cid-uOQMmJyHNk .mbr-copy {
  margin-bottom: 0;
  color: #ededee;
  text-align: center;
}
.cid-uOQMmJyHNk .mbr-section-title {
  color: #093388;
}
.cid-uOQMmJyHNk .mbr-list-title {
  color: #ededee;
  text-align: left;
}
.cid-uOQMmJyHNk .list {
  color: #58595b;
}
.cid-uOQMmJyHNk .mbr-section-title,
.cid-uOQMmJyHNk .mbr-section-btn,
.cid-uOQMmJyHNk .content-wrapper {
  text-align: center;
  color: #ededee;
}
.cid-uOQMmJyHNk .list,
.cid-uOQMmJyHNk .item-wrap,
.cid-uOQMmJyHNk .list-wrapper {
  color: #353535;
}
.cid-uOQZXFWPas {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOQZXFWPas nav.navbar {
  position: fixed;
}
.cid-uOQZXFWPas .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-uOQZXFWPas .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOQZXFWPas .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400 !important;
}
.cid-uOQZXFWPas .dropdown-item:hover,
.cid-uOQZXFWPas .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uOQZXFWPas .dropdown-item:hover span {
  color: white;
}
.cid-uOQZXFWPas .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOQZXFWPas .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOQZXFWPas .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOQZXFWPas .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOQZXFWPas .nav-link {
  position: relative;
}
.cid-uOQZXFWPas .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOQZXFWPas .container {
    flex-wrap: nowrap;
  }
}
.cid-uOQZXFWPas .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOQZXFWPas .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uOQZXFWPas .dropdown-menu,
.cid-uOQZXFWPas .navbar.opened {
  background: #ffffff !important;
}
.cid-uOQZXFWPas .nav-item:focus,
.cid-uOQZXFWPas .nav-link:focus {
  outline: none;
}
.cid-uOQZXFWPas .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOQZXFWPas .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOQZXFWPas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOQZXFWPas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOQZXFWPas .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOQZXFWPas .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOQZXFWPas .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOQZXFWPas .navbar.opened {
  transition: all 0.3s;
}
.cid-uOQZXFWPas .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOQZXFWPas .navbar .navbar-logo img {
  width: auto;
}
.cid-uOQZXFWPas .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOQZXFWPas .navbar.collapsed {
  justify-content: center;
}
.cid-uOQZXFWPas .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOQZXFWPas .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOQZXFWPas .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uOQZXFWPas .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOQZXFWPas .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOQZXFWPas .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-uOQZXFWPas .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOQZXFWPas .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOQZXFWPas .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOQZXFWPas .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOQZXFWPas .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOQZXFWPas .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOQZXFWPas .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOQZXFWPas .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-uOQZXFWPas .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOQZXFWPas .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOQZXFWPas .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOQZXFWPas .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOQZXFWPas .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOQZXFWPas .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOQZXFWPas .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOQZXFWPas .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uOQZXFWPas .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOQZXFWPas .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOQZXFWPas .navbar-brand .navbar-caption:hover,
.cid-uOQZXFWPas .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uOQZXFWPas .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOQZXFWPas .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOQZXFWPas .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uOQZXFWPas .dropdown-item.active,
.cid-uOQZXFWPas .dropdown-item:active {
  background-color: transparent;
}
.cid-uOQZXFWPas .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOQZXFWPas .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOQZXFWPas .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOQZXFWPas .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOQZXFWPas .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOQZXFWPas .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOQZXFWPas .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOQZXFWPas ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOQZXFWPas ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOQZXFWPas .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOQZXFWPas .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uOQZXFWPas .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOQZXFWPas button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOQZXFWPas button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOQZXFWPas button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOQZXFWPas button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOQZXFWPas button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOQZXFWPas button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOQZXFWPas nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOQZXFWPas nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOQZXFWPas nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOQZXFWPas nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOQZXFWPas .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOQZXFWPas a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOQZXFWPas .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-uOQZXFWPas .navbar {
    height: 70px;
  }
  .cid-uOQZXFWPas .navbar.opened {
    height: auto;
  }
  .cid-uOQZXFWPas .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOQZXFWPas .navbar-nav {
  margin: 0 auto;
}
.cid-uOQZXFWPas .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOQZXFWPas .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOQZXFWPas .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOQZXFWPas .nav-item .nav-link:hover,
.cid-uOQZXFWPas .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
  opacity: .7;
}
.cid-uOQZXFWPas .nav-item .nav-link:hover::after,
.cid-uOQZXFWPas .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOQZXFWPas .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOQZXFWPas .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOQZXFWPas .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOQZXFWPas .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOQZXFWPas .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOQZXFWPas .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOQZXFWPas .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOQZXFWPas .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOQZXFWPas .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOQZXFWPas .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOQZXFWPas .content-wrap {
  min-height: 60px;
}
.cid-uOQZXGZqXS {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-464938984-2000x1200.jpeg");
}
.cid-uOQZXGZqXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQZXGZqXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQZXGZqXS .mbr-title {
  margin-bottom: 30px;
  color: #f4f4f4;
}
@media (max-width: 575px) {
  .cid-uOQZXGZqXS .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uOQZXGZqXS .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uOQZXGZqXS .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uOQZXGZqXS .mbr-section-btn {
  padding-top: 40px;
}
.cid-uOQZXGZqXS .mbr-text,
.cid-uOQZXGZqXS .mbr-section-btn {
  color: #f4f4f4;
}
.cid-uOQZXHSB8b {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOQZXHSB8b .media-container-row .mbr-text {
  text-align: left;
  color: #c49341;
}
.cid-uOQZXKbCI1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ededee;
}
.cid-uOQZXKbCI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQZXKbCI1 .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-uOQZXKbCI1 .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-uOQZXKbCI1 .container {
    padding: 0 4px;
  }
}
.cid-uOQZXKbCI1 .row {
  margin: 0;
}
.cid-uOQZXKbCI1 .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOQZXKbCI1 .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOQZXKbCI1 .row .panel-group .card {
  border-bottom: 1px solid #c49341;
  border-radius: 0 !important;
}
.cid-uOQZXKbCI1 .row .panel-group .card:first-child {
  border-top: 1px solid #c49341;
}
.cid-uOQZXKbCI1 .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uOQZXKbCI1 .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uOQZXKbCI1 .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOQZXKbCI1 .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOQZXKbCI1 .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uOQZXKbCI1 .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOQZXKbCI1 .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uOQZXKbCI1 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOQZXKbCI1 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uOQZXKbCI1 .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-uOQZXKbCI1 .panel-title-edit,
.cid-uOQZXKbCI1 .mbr-iconfont {
  color: #c49341;
}
.cid-uOQZXKbCI1 .mbr-text {
  color: #58595b;
}
.cid-uOQZXLir4n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uOQZXLir4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQZXLir4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQZXLir4n .row {
  justify-content: space-between;
}
.cid-uOQZXLir4n .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #c49341;
}
@media (max-width: 992px) {
  .cid-uOQZXLir4n .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOQZXLir4n .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOQZXLir4n .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOQZXLir4n .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOQZXLir4n .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOQZXLir4n .mbr-label {
  color: #000000;
}
.cid-uOQZXLir4n .mbr-section-title {
  color: #353535;
}
.cid-uOQZXLir4n .mbr-desc {
  color: #000000;
}
.cid-uOQZXLir4n .mbr-text {
  color: #8a8a8a;
}
.cid-uOQZXMrQS2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOQZXMrQS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQZXMrQS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQZXMrQS2 .row {
  justify-content: center;
}
.cid-uOQZXMrQS2 .row .card {
  justify-content: space-between;
}
.cid-uOQZXMrQS2 .content-wrapper {
  margin-bottom: 20px;
}
.cid-uOQZXMrQS2 .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uOQZXMrQS2 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uOQZXMrQS2 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uOQZXMrQS2 .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uOQZXMrQS2 .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOQZXMrQS2 .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: contain;
}
.cid-uOQZXMrQS2 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOQZXMrQS2 .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOQZXMrQS2 .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOQZXMrQS2 .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uOQZXMrQS2 .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uOQZXMrQS2 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOQZXMrQS2 .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOQZXMrQS2 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOQZXMrQS2 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uOQZXMrQS2 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #353535;
}
.cid-uOQZXMrQS2 .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uOQZXMrQS2 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOQZXMrQS2 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #c49341;
  margin-bottom: 20px;
}
.cid-uOQZXMrQS2 .mbr-copy {
  margin-bottom: 0;
  color: #ededee;
  text-align: center;
}
.cid-uOQZXMrQS2 .mbr-section-title {
  color: #093388;
}
.cid-uOQZXMrQS2 .mbr-list-title {
  color: #ededee;
  text-align: left;
}
.cid-uOQZXMrQS2 .list {
  color: #58595b;
}
.cid-uOQZXMrQS2 .mbr-section-title,
.cid-uOQZXMrQS2 .mbr-section-btn,
.cid-uOQZXMrQS2 .content-wrapper {
  text-align: center;
  color: #ededee;
}
.cid-uOQZXMrQS2 .list,
.cid-uOQZXMrQS2 .item-wrap,
.cid-uOQZXMrQS2 .list-wrapper {
  color: #353535;
}
.cid-uOR4jt1hKr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOR4jt1hKr nav.navbar {
  position: fixed;
}
.cid-uOR4jt1hKr .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-uOR4jt1hKr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOR4jt1hKr .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400 !important;
}
.cid-uOR4jt1hKr .dropdown-item:hover,
.cid-uOR4jt1hKr .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uOR4jt1hKr .dropdown-item:hover span {
  color: white;
}
.cid-uOR4jt1hKr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOR4jt1hKr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOR4jt1hKr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOR4jt1hKr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOR4jt1hKr .nav-link {
  position: relative;
}
.cid-uOR4jt1hKr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOR4jt1hKr .container {
    flex-wrap: nowrap;
  }
}
.cid-uOR4jt1hKr .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOR4jt1hKr .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uOR4jt1hKr .dropdown-menu,
.cid-uOR4jt1hKr .navbar.opened {
  background: #ffffff !important;
}
.cid-uOR4jt1hKr .nav-item:focus,
.cid-uOR4jt1hKr .nav-link:focus {
  outline: none;
}
.cid-uOR4jt1hKr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOR4jt1hKr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOR4jt1hKr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOR4jt1hKr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOR4jt1hKr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOR4jt1hKr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOR4jt1hKr .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOR4jt1hKr .navbar.opened {
  transition: all 0.3s;
}
.cid-uOR4jt1hKr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOR4jt1hKr .navbar .navbar-logo img {
  width: auto;
}
.cid-uOR4jt1hKr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOR4jt1hKr .navbar.collapsed {
  justify-content: center;
}
.cid-uOR4jt1hKr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOR4jt1hKr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOR4jt1hKr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uOR4jt1hKr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOR4jt1hKr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOR4jt1hKr .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-uOR4jt1hKr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOR4jt1hKr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOR4jt1hKr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOR4jt1hKr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOR4jt1hKr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOR4jt1hKr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOR4jt1hKr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOR4jt1hKr .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-uOR4jt1hKr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOR4jt1hKr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOR4jt1hKr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOR4jt1hKr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOR4jt1hKr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOR4jt1hKr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOR4jt1hKr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOR4jt1hKr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uOR4jt1hKr .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOR4jt1hKr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOR4jt1hKr .navbar-brand .navbar-caption:hover,
.cid-uOR4jt1hKr .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uOR4jt1hKr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOR4jt1hKr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOR4jt1hKr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uOR4jt1hKr .dropdown-item.active,
.cid-uOR4jt1hKr .dropdown-item:active {
  background-color: transparent;
}
.cid-uOR4jt1hKr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOR4jt1hKr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOR4jt1hKr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOR4jt1hKr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOR4jt1hKr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOR4jt1hKr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOR4jt1hKr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOR4jt1hKr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOR4jt1hKr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOR4jt1hKr .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOR4jt1hKr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uOR4jt1hKr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOR4jt1hKr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOR4jt1hKr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOR4jt1hKr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOR4jt1hKr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOR4jt1hKr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOR4jt1hKr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOR4jt1hKr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOR4jt1hKr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOR4jt1hKr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOR4jt1hKr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOR4jt1hKr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOR4jt1hKr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOR4jt1hKr .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-uOR4jt1hKr .navbar {
    height: 70px;
  }
  .cid-uOR4jt1hKr .navbar.opened {
    height: auto;
  }
  .cid-uOR4jt1hKr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOR4jt1hKr .navbar-nav {
  margin: 0 auto;
}
.cid-uOR4jt1hKr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOR4jt1hKr .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOR4jt1hKr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOR4jt1hKr .nav-item .nav-link:hover,
.cid-uOR4jt1hKr .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
  opacity: .7;
}
.cid-uOR4jt1hKr .nav-item .nav-link:hover::after,
.cid-uOR4jt1hKr .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOR4jt1hKr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOR4jt1hKr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOR4jt1hKr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOR4jt1hKr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOR4jt1hKr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOR4jt1hKr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOR4jt1hKr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOR4jt1hKr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOR4jt1hKr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOR4jt1hKr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOR4jt1hKr .content-wrap {
  min-height: 60px;
}
.cid-uOR4ju9yKW {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-1536603380-2000x1000.jpg");
}
.cid-uOR4ju9yKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOR4ju9yKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOR4ju9yKW .mbr-title {
  margin-bottom: 30px;
  color: #f4f4f4;
}
@media (max-width: 575px) {
  .cid-uOR4ju9yKW .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uOR4ju9yKW .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uOR4ju9yKW .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uOR4ju9yKW .mbr-section-btn {
  padding-top: 40px;
}
.cid-uOR4ju9yKW .mbr-text,
.cid-uOR4ju9yKW .mbr-section-btn {
  color: #f4f4f4;
}
.cid-uOR4jve8f3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOR4jve8f3 .media-container-row .mbr-text {
  text-align: left;
  color: #c49341;
}
.cid-uOR6ttBRgo {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ededee;
}
.cid-uOR6ttBRgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOR6ttBRgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOR6ttBRgo .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOR6ttBRgo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOR6ttBRgo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOR6ttBRgo .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uOR6ttBRgo .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOR6ttBRgo .item {
    margin-bottom: 16px;
  }
}
.cid-uOR6ttBRgo .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uOR6ttBRgo .item .item-wrapper {
    height: 350px;
  }
}
.cid-uOR6ttBRgo .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #272b2e, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uOR6ttBRgo .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOR6ttBRgo .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOR6ttBRgo .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOR6ttBRgo .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOR6ttBRgo .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uOR6ttBRgo .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uOR6ttBRgo .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #c49341;
  margin: 0;
}
.cid-uOR6ttBRgo .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uOR6ttBRgo .item-tag {
  color: #ffffff;
}
.cid-uOR6ttBRgo .item-name {
  color: #ffffff;
}
.cid-uOR6ttBRgo .mbr-section-title,
.cid-uOR6ttBRgo .mbr-section-btn {
  text-align: left;
}
.cid-uOR4jxzkY8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uOR4jxzkY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOR4jxzkY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOR4jxzkY8 .row {
  justify-content: space-between;
}
.cid-uOR4jxzkY8 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #c49341;
}
@media (max-width: 992px) {
  .cid-uOR4jxzkY8 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOR4jxzkY8 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOR4jxzkY8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOR4jxzkY8 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOR4jxzkY8 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOR4jxzkY8 .mbr-label {
  color: #000000;
}
.cid-uOR4jxzkY8 .mbr-section-title {
  color: #353535;
}
.cid-uOR4jxzkY8 .mbr-desc {
  color: #000000;
}
.cid-uOR4jxzkY8 .mbr-text {
  color: #8a8a8a;
}
.cid-uOR4jy9oT9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOR4jy9oT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOR4jy9oT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOR4jy9oT9 .row {
  justify-content: center;
}
.cid-uOR4jy9oT9 .row .card {
  justify-content: space-between;
}
.cid-uOR4jy9oT9 .content-wrapper {
  margin-bottom: 20px;
}
.cid-uOR4jy9oT9 .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uOR4jy9oT9 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uOR4jy9oT9 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uOR4jy9oT9 .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uOR4jy9oT9 .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOR4jy9oT9 .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: contain;
}
.cid-uOR4jy9oT9 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOR4jy9oT9 .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOR4jy9oT9 .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOR4jy9oT9 .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uOR4jy9oT9 .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uOR4jy9oT9 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOR4jy9oT9 .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOR4jy9oT9 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOR4jy9oT9 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uOR4jy9oT9 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #353535;
}
.cid-uOR4jy9oT9 .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uOR4jy9oT9 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOR4jy9oT9 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #c49341;
  margin-bottom: 20px;
}
.cid-uOR4jy9oT9 .mbr-copy {
  margin-bottom: 0;
  color: #ededee;
  text-align: center;
}
.cid-uOR4jy9oT9 .mbr-section-title {
  color: #093388;
}
.cid-uOR4jy9oT9 .mbr-list-title {
  color: #ededee;
  text-align: left;
}
.cid-uOR4jy9oT9 .list {
  color: #58595b;
}
.cid-uOR4jy9oT9 .mbr-section-title,
.cid-uOR4jy9oT9 .mbr-section-btn,
.cid-uOR4jy9oT9 .content-wrapper {
  text-align: center;
  color: #ededee;
}
.cid-uOR4jy9oT9 .list,
.cid-uOR4jy9oT9 .item-wrap,
.cid-uOR4jy9oT9 .list-wrapper {
  color: #353535;
}
.cid-uOR93GSbGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOR93GSbGZ nav.navbar {
  position: fixed;
}
.cid-uOR93GSbGZ .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-uOR93GSbGZ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOR93GSbGZ .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400 !important;
}
.cid-uOR93GSbGZ .dropdown-item:hover,
.cid-uOR93GSbGZ .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uOR93GSbGZ .dropdown-item:hover span {
  color: white;
}
.cid-uOR93GSbGZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOR93GSbGZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOR93GSbGZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOR93GSbGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOR93GSbGZ .nav-link {
  position: relative;
}
.cid-uOR93GSbGZ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOR93GSbGZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uOR93GSbGZ .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOR93GSbGZ .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uOR93GSbGZ .dropdown-menu,
.cid-uOR93GSbGZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uOR93GSbGZ .nav-item:focus,
.cid-uOR93GSbGZ .nav-link:focus {
  outline: none;
}
.cid-uOR93GSbGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOR93GSbGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOR93GSbGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOR93GSbGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOR93GSbGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOR93GSbGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOR93GSbGZ .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOR93GSbGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uOR93GSbGZ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOR93GSbGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uOR93GSbGZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOR93GSbGZ .navbar.collapsed {
  justify-content: center;
}
.cid-uOR93GSbGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOR93GSbGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOR93GSbGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uOR93GSbGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOR93GSbGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOR93GSbGZ .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-uOR93GSbGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOR93GSbGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOR93GSbGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOR93GSbGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOR93GSbGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOR93GSbGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOR93GSbGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOR93GSbGZ .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-uOR93GSbGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOR93GSbGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOR93GSbGZ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOR93GSbGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOR93GSbGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOR93GSbGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOR93GSbGZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOR93GSbGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uOR93GSbGZ .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOR93GSbGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOR93GSbGZ .navbar-brand .navbar-caption:hover,
.cid-uOR93GSbGZ .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uOR93GSbGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOR93GSbGZ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOR93GSbGZ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uOR93GSbGZ .dropdown-item.active,
.cid-uOR93GSbGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uOR93GSbGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOR93GSbGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOR93GSbGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOR93GSbGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOR93GSbGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOR93GSbGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOR93GSbGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOR93GSbGZ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOR93GSbGZ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOR93GSbGZ .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOR93GSbGZ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uOR93GSbGZ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOR93GSbGZ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOR93GSbGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOR93GSbGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOR93GSbGZ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOR93GSbGZ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOR93GSbGZ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOR93GSbGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOR93GSbGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOR93GSbGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOR93GSbGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOR93GSbGZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOR93GSbGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOR93GSbGZ .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-uOR93GSbGZ .navbar {
    height: 70px;
  }
  .cid-uOR93GSbGZ .navbar.opened {
    height: auto;
  }
  .cid-uOR93GSbGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOR93GSbGZ .navbar-nav {
  margin: 0 auto;
}
.cid-uOR93GSbGZ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOR93GSbGZ .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOR93GSbGZ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOR93GSbGZ .nav-item .nav-link:hover,
.cid-uOR93GSbGZ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
  opacity: .7;
}
.cid-uOR93GSbGZ .nav-item .nav-link:hover::after,
.cid-uOR93GSbGZ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOR93GSbGZ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOR93GSbGZ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOR93GSbGZ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOR93GSbGZ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOR93GSbGZ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOR93GSbGZ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOR93GSbGZ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOR93GSbGZ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOR93GSbGZ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOR93GSbGZ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOR93GSbGZ .content-wrap {
  min-height: 60px;
}
.cid-uOR93HT5SM {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-962059698-2000x3569.jpg");
}
.cid-uOR93HT5SM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOR93HT5SM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOR93HT5SM .mbr-title {
  margin-bottom: 30px;
  color: #f4f4f4;
}
@media (max-width: 575px) {
  .cid-uOR93HT5SM .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uOR93HT5SM .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uOR93HT5SM .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uOR93HT5SM .mbr-section-btn {
  padding-top: 40px;
}
.cid-uOR93HT5SM .mbr-text,
.cid-uOR93HT5SM .mbr-section-btn {
  color: #f4f4f4;
}
.cid-uOR93IGOod {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOR93IGOod .media-container-row .mbr-text {
  text-align: left;
  color: #c49341;
}
.cid-uOReyPNVKr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ededee;
}
.cid-uOReyPNVKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOReyPNVKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOReyPNVKr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uOReyPNVKr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOReyPNVKr .embla__slide .slide-content {
  width: 100%;
}
.cid-uOReyPNVKr .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOReyPNVKr .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uOReyPNVKr .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  display: inline-flex;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #e4ed64;
}
.cid-uOReyPNVKr .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uOReyPNVKr .embla__button--next,
.cid-uOReyPNVKr .embla__button--prev {
  display: flex;
}
.cid-uOReyPNVKr .embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-uOReyPNVKr .embla__button {
    top: 0;
  }
}
.cid-uOReyPNVKr .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uOReyPNVKr .embla__button.embla__button--prev {
  left: 0;
}
.cid-uOReyPNVKr .embla__button.embla__button--next {
  right: 0;
}
.cid-uOReyPNVKr .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-uOReyPNVKr .embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uOReyPNVKr .embla__viewport {
    width: 100%;
  }
}
.cid-uOReyPNVKr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOReyPNVKr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOReyPNVKr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOReyPNVKr .item-text {
  color: #000000;
  text-align: center;
}
.cid-uOReyPNVKr .item-name,
.cid-uOReyPNVKr .name-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOReyPNVKr .item-role {
  color: #8a8a8a;
  text-align: center;
}
.cid-uORaSp6B9c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uORaSp6B9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORaSp6B9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORaSp6B9c .row {
  justify-content: space-between;
}
.cid-uORaSp6B9c .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #c49341;
}
@media (max-width: 992px) {
  .cid-uORaSp6B9c .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uORaSp6B9c .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uORaSp6B9c .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uORaSp6B9c .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uORaSp6B9c .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uORaSp6B9c .mbr-label {
  color: #000000;
}
.cid-uORaSp6B9c .mbr-section-title {
  color: #353535;
}
.cid-uORaSp6B9c .mbr-desc {
  color: #353535;
}
.cid-uORaSp6B9c .mbr-text {
  color: #8a8a8a;
}
.cid-uORaSp6B9c .mbr-text,
.cid-uORaSp6B9c .mbr-section-btn {
  color: #353535;
}
.cid-uORh0c3Snk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/adobestock-876902042-2000x608.jpeg");
}
.cid-uORh0c3Snk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORh0c3Snk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORh0c3Snk .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  border: 1px solid #c49341;
}
@media (max-width: 992px) {
  .cid-uORh0c3Snk .label-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uORh0c3Snk .mbr-section-title {
  margin-bottom: 50px;
  color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uORh0c3Snk .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uORh0c3Snk .items-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uORh0c3Snk .items-wrapper {
    display: block;
  }
}
.cid-uORh0c3Snk .item {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORh0c3Snk .item {
    padding-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uORh0c3Snk .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 15px;
}
.cid-uORh0c3Snk .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uORh0c3Snk .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 15px;
}
.cid-uORh0c3Snk .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uORh0c3Snk .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uORh0c3Snk .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uORh0c3Snk .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uORh0c3Snk .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uORh0c3Snk .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uORh0c3Snk .mbr-label {
  color: #000000;
}
.cid-uORh0c3Snk .card-title {
  color: #000000;
}
.cid-uORh0c3Snk .card-text {
  color: #8a8a8a;
}
.cid-uORh0c3Snk .card-title,
.cid-uORh0c3Snk .title-wrapper {
  color: #f4f4f4;
}
.cid-uORh0c3Snk .card-text,
.cid-uORh0c3Snk .mbr-section-btn {
  color: #f4f4f4;
}
.cid-uORh0c3Snk .mbr-label,
.cid-uORh0c3Snk .label-wrapper {
  color: #f4f4f4;
}
.cid-uORffqpNmV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ededee;
}
.cid-uORffqpNmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORffqpNmV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORffqpNmV .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uORffqpNmV .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uORffqpNmV .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uORffqpNmV .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #c49341;
  margin-bottom: 20px;
}
.cid-uORffqpNmV .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #c49341;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uORffqpNmV .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uORffqpNmV .items-wrapper {
  margin: 0 -5px;
}
.cid-uORffqpNmV .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uORffqpNmV .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uORffqpNmV .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ffffff;
}
.cid-uORffqpNmV .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uORffqpNmV .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uORffqpNmV .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #093388;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uORffqpNmV .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uORffqpNmV .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uORffqpNmV .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORffqpNmV .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uORffqpNmV .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uORffqpNmV .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uORffqpNmV .mbr-section-title {
  color: #093388;
}
.cid-uORffqpNmV .item-title {
  color: #093388;
}
.cid-uORffqpNmV .item-text {
  color: #58595b;
}
.cid-uORffqpNmV .item-title,
.cid-uORffqpNmV .mbr-section-btn,
.cid-uORffqpNmV .icon-wrapper {
  color: #000000;
}
.cid-uORffqpNmV .mbr-section-title,
.cid-uORffqpNmV .title-wrapper {
  color: #353535;
}
.cid-uOYrDNc1uE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uOYrDNc1uE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOYrDNc1uE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOYrDNc1uE .row {
  justify-content: space-between;
}
.cid-uOYrDNc1uE .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #c49341;
}
@media (max-width: 992px) {
  .cid-uOYrDNc1uE .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOYrDNc1uE .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOYrDNc1uE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOYrDNc1uE .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOYrDNc1uE .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOYrDNc1uE .mbr-label {
  color: #000000;
}
.cid-uOYrDNc1uE .mbr-section-title {
  color: #353535;
}
.cid-uOYrDNc1uE .mbr-desc {
  color: #000000;
}
.cid-uOYrDNc1uE .mbr-text {
  color: #8a8a8a;
}
.cid-uOR93LsYyC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOR93LsYyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOR93LsYyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOR93LsYyC .row {
  justify-content: center;
}
.cid-uOR93LsYyC .row .card {
  justify-content: space-between;
}
.cid-uOR93LsYyC .content-wrapper {
  margin-bottom: 20px;
}
.cid-uOR93LsYyC .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uOR93LsYyC .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uOR93LsYyC .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uOR93LsYyC .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uOR93LsYyC .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOR93LsYyC .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: contain;
}
.cid-uOR93LsYyC .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOR93LsYyC .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOR93LsYyC .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOR93LsYyC .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uOR93LsYyC .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uOR93LsYyC .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOR93LsYyC .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOR93LsYyC .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOR93LsYyC .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uOR93LsYyC .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #353535;
}
.cid-uOR93LsYyC .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uOR93LsYyC .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOR93LsYyC .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #c49341;
  margin-bottom: 20px;
}
.cid-uOR93LsYyC .mbr-copy {
  margin-bottom: 0;
  color: #ededee;
  text-align: center;
}
.cid-uOR93LsYyC .mbr-section-title {
  color: #093388;
}
.cid-uOR93LsYyC .mbr-list-title {
  color: #ededee;
  text-align: left;
}
.cid-uOR93LsYyC .list {
  color: #58595b;
}
.cid-uOR93LsYyC .mbr-section-title,
.cid-uOR93LsYyC .mbr-section-btn,
.cid-uOR93LsYyC .content-wrapper {
  text-align: center;
  color: #ededee;
}
.cid-uOR93LsYyC .list,
.cid-uOR93LsYyC .item-wrap,
.cid-uOR93LsYyC .list-wrapper {
  color: #353535;
}
