body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.0625rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.3rem 0.6rem;
  border-radius: 10px;
}
.btn-sm {
  padding: 0.3rem 0.6rem;
  border-radius: 10px;
}
.btn-md {
  padding: 0.3rem 0.6rem;
  border-radius: 10px;
}
.btn-lg {
  padding: 0.5rem 1rem;
  border-radius: 10px;
}
.bg-primary {
  background-color: #f1a208 !important;
}
.bg-success {
  background-color: #40841d !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #bbbbbb !important;
}
.bg-danger {
  background-color: #232323 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f1a208 !important;
  border-color: #f1a208 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d6a05 !important;
  border-color: #9d6a05 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d6a05 !important;
  border-color: #9d6a05 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #045a8d !important;
  border-color: #045a8d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #022439 !important;
  border-color: #022439 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #022439 !important;
  border-color: #022439 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40841d !important;
  border-color: #40841d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1e3d0d !important;
  border-color: #1e3d0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1e3d0d !important;
  border-color: #1e3d0d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1a208;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9d6a05 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f1a208 !important;
  border-color: #f1a208 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #045a8d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #022439 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #045a8d !important;
  border-color: #045a8d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40841d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1e3d0d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40841d !important;
  border-color: #40841d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f1a208 !important;
}
.text-secondary {
  color: #045a8d !important;
}
.text-success {
  color: #40841d !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #bbbbbb !important;
}
.text-danger {
  color: #232323 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8e6005 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #011b2a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #17300b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #888888 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f1a208;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #bbbbbb;
}
.alert-danger {
  background-color: #232323;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 20px;
}
.mbr-gallery-filter li a {
  border-radius: 20px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f1a208;
  border-color: #f1a208;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 20px !important;
}
a,
a:hover {
  color: #f1a208;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdebc8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7ad749;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d5d5d5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #f1a208 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f1a208;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 20px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 20px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f1a208;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f1a208;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f1a208;
  border-bottom-color: #f1a208;
}
.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: #f1a208 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #045a8d !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='%23f1a208' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  line-height: 165%;
  letter-spacing: 1px;
  padding: 10px 20px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 14px 40px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #f1a208;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  color: #ffffff !important;
  background-color: #f1a208 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #045a8d;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  color: #f1a208 !important;
  background-color: #045a8d !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #40841d;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  color: #ffffff !important;
  background-color: #40841d !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #f1a208 !important;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #bbbbbb;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  color: #f1a208 !important;
  background-color: #bbbbbb !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #232323;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  color: #ffffff !important;
  background-color: #232323 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  color: #ffffff !important;
  background-color: #000000!important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  color: #f1a208 !important;
  background-color: #ffffff !important;
}
.cid-ufXX0H4ZQr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ufXX0H4ZQr .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;
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ufXX0H4ZQr .btn {
  font-weight: 400;
}
.cid-ufXX0H4ZQr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufXX0H4ZQr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ufXX0H4ZQr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufXX0H4ZQr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufXX0H4ZQr .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ufXX0H4ZQr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ufXX0H4ZQr .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ufXX0H4ZQr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ufXX0H4ZQr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .cid-ufXX0H4ZQr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ufXX0H4ZQr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ufXX0H4ZQr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ufXX0H4ZQr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ufXX0H4ZQr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ufXX0H4ZQr .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ufXX0H4ZQr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ufXX0H4ZQr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ufXX0H4ZQr .container {
  display: flex;
  height: 100px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ufXX0H4ZQr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ufXX0H4ZQr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufXX0H4ZQr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-ufXX0H4ZQr .nav-item:focus,
.cid-ufXX0H4ZQr .nav-link:focus {
  outline: none;
}
.cid-ufXX0H4ZQr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufXX0H4ZQr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufXX0H4ZQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufXX0H4ZQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufXX0H4ZQr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufXX0H4ZQr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufXX0H4ZQr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ufXX0H4ZQr .navbar.opened {
  transition: all 0.25s;
}
.cid-ufXX0H4ZQr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufXX0H4ZQr .navbar .navbar-logo img {
  width: auto;
}
.cid-ufXX0H4ZQr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ufXX0H4ZQr .navbar.collapsed {
  justify-content: center;
}
.cid-ufXX0H4ZQr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufXX0H4ZQr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1024px) {
  .cid-ufXX0H4ZQr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ufXX0H4ZQr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufXX0H4ZQr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufXX0H4ZQr .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-ufXX0H4ZQr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufXX0H4ZQr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufXX0H4ZQr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .navbar {
    min-height: 72px;
  }
  .cid-ufXX0H4ZQr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ufXX0H4ZQr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufXX0H4ZQr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufXX0H4ZQr .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-ufXX0H4ZQr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufXX0H4ZQr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ufXX0H4ZQr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufXX0H4ZQr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufXX0H4ZQr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ufXX0H4ZQr .dropdown-item.active,
.cid-ufXX0H4ZQr .dropdown-item:active {
  background-color: transparent;
}
.cid-ufXX0H4ZQr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufXX0H4ZQr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufXX0H4ZQr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufXX0H4ZQr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufXX0H4ZQr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ufXX0H4ZQr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ufXX0H4ZQr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufXX0H4ZQr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ufXX0H4ZQr .navbar-buttons {
    text-align: left;
  }
}
.cid-ufXX0H4ZQr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #045a8d;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufXX0H4ZQr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufXX0H4ZQr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufXX0H4ZQr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufXX0H4ZQr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufXX0H4ZQr .navbar-dropdown {
  padding: 0;
  background: rgba(255, 255, 255, 0.8) !important;
  position: fixed;
}
.cid-ufXX0H4ZQr .opacityScroll {
  background: #ffffff !important;
}
.cid-ufXX0H4ZQr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufXX0H4ZQr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufXX0H4ZQr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufXX0H4ZQr .navbar {
    height: 70px;
  }
  .cid-ufXX0H4ZQr .navbar.opened {
    height: auto;
  }
  .cid-ufXX0H4ZQr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ufXX0H4ZQr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ufXX0H4ZQr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ufXX0H4ZQr .navbar-brand {
    margin-right: auto;
  }
  .cid-ufXX0H4ZQr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ufXX0H4ZQr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ufXX0H4ZQr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufXX0H4ZQr .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ufXX0H4ZQr .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ufXX0H4ZQr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubrozCWZAC {
  overflow: hidden;
  background-image: url("../../../assets/images/adobestock-410088296-sm-2000x1334.jpeg");
}
.cid-ubrozCWZAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubrozCWZAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubrozCWZAC .container-fluid {
  padding: 0 100px;
}
@media (max-width: 992px) {
  .cid-ubrozCWZAC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ubrozCWZAC .container {
    padding: 0 16px;
  }
}
.cid-ubrozCWZAC .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ubrozCWZAC .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ubrozCWZAC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ubrozCWZAC .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ubrozCWZAC .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ubrozCWZAC .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ubrozCWZAC .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-ubrozCWZAC .image-wrapper {
    min-height: 300px;
  }
}
.cid-ubrozCWZAC .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  border: 30px solid #08323c;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .cid-ubrozCWZAC .image-wrapper .image-wrap {
    border: 15px solid #08323c;
    border-radius: 20px;
  }
}
.cid-ubrozCWZAC .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-ubrozCWZAC .image-wrapper .sec-image {
  position: absolute;
  bottom: 6rem;
  left: -4rem;
  height: 180px;
  width: 220px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-ubrozCWZAC .image-wrapper .sec-image {
    display: none;
  }
}
.cid-ubrozCWZAC .mbr-section-title {
  color: #08323C;
}
.cid-ubrozCWZAC .mbr-text {
  color: #ffd263;
}
.cid-ubrozCWZAC .mbr-section-title,
.cid-ubrozCWZAC .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubrozCWZAC .title-wrapper {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .cid-ubrozCWZAC .row {
    margin-top: 50px;
  }
}
.cid-ubrozCWZAC h1 {
  word-wrap: normal;
}
.cid-ubrsKKKA3D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubrsKKKA3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubrsKKKA3D .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-ubrsKKKA3D .container {
    padding: 0 16px;
  }
}
.cid-ubrsKKKA3D .title-wrapper {
  position: relative;
}
.cid-ubrsKKKA3D .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ubrsKKKA3D .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ubrsKKKA3D .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ubrsKKKA3D .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ubrsKKKA3D .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-ubrsKKKA3D .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ubrsKKKA3D .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-ubrsKKKA3D .mbr-section-title {
  color: #08323C;
}
.cid-ubrsKKKA3D .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-ubrsKKKA3D .mbr-section-title,
.cid-ubrsKKKA3D .mbr-section-btn {
  text-align: center;
  color: #045a8d;
}
.cid-ubrs4JPw4W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40841d;
}
.cid-ubrs4JPw4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubrs4JPw4W .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-ubrs4JPw4W .container {
    padding: 0 16px;
  }
}
.cid-ubrs4JPw4W .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ubrs4JPw4W .card {
    margin-bottom: 60px;
  }
}
.cid-ubrs4JPw4W .card .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ubrs4JPw4W .card .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ubrs4JPw4W .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-ubrs4JPw4W .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
  border-radius: 100%;
}
.cid-ubrs4JPw4W .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ffffff;
  color: #045a8d;
  border-radius: 100%;
  z-index: 1;
}
.cid-ubrs4JPw4W .card .content-wrapper .mbr-section-title {
  margin-bottom: 14px;
}
.cid-ubrs4JPw4W .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ubrs4JPw4W .mbr-section-title {
  color: #08323C;
}
.cid-ubrs4JPw4W .mbr-text {
  color: #08323C;
}
.cid-ubrs4JPw4W .mbr-section-title,
.cid-ubrs4JPw4W .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ubrBXbvAQg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubrBXbvAQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubrBXbvAQg .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-ubrBXbvAQg .container {
    padding: 0 16px;
  }
}
.cid-ubrBXbvAQg .title-wrapper {
  position: relative;
}
.cid-ubrBXbvAQg .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ubrBXbvAQg .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ubrBXbvAQg .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ubrBXbvAQg .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ubrBXbvAQg .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-ubrBXbvAQg .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ubrBXbvAQg .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-ubrBXbvAQg .mbr-section-title {
  color: #08323C;
}
.cid-ubrBXbvAQg .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-ubrBXbvAQg .mbr-section-title,
.cid-ubrBXbvAQg .mbr-section-btn {
  text-align: center;
  color: #045a8d;
}
.cid-ueL3S72DZj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-ueL3S72DZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueL3S72DZj .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-ueL3S72DZj .container {
    padding: 0 16px;
  }
}
.cid-ueL3S72DZj .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-ueL3S72DZj .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-ueL3S72DZj .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-ueL3S72DZj .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ueL3S72DZj .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-ueL3S72DZj .mbr-section-btn-main {
  margin-bottom: 14px;
  text-align: right;
}
.cid-ueL3S72DZj .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-ueL3S72DZj .item .item-wrapper:hover .item-img img,
.cid-ueL3S72DZj .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-ueL3S72DZj .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-ueL3S72DZj .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ueL3S72DZj .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus {
  color: #f1a208 !important;
}
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus {
  color: #045a8d !important;
}
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus {
  color: #40841d !important;
}
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus {
  color: #bbbbbb !important;
}
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus {
  color: #232323 !important;
}
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-ueL3S72DZj .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-ueL3S72DZj .mbr-section-title {
  color: #000000;
}
.cid-ueL3S72DZj .mbr-desc {
  color: #6f6f6f;
}
.cid-ueL3S72DZj .item-text {
  color: #000000;
}
.cid-ueL3S72DZj .item-text,
.cid-ueL3S72DZj .mbr-section-btn {
  color: #045a8d;
}
.cid-ubsTnxqRWr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ubsTnxqRWr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ubsTnxqRWr H4 {
  color: #f1a208;
}
.cid-ubrAO6bFid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-ubrAO6bFid .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubrAO6bFid .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-ubrAO6bFid .container {
    padding: 0 16px;
  }
}
.cid-ubrAO6bFid .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ubrAO6bFid .card {
    margin-bottom: 40px;
  }
}
.cid-ubrAO6bFid .card .content-wrapper .title-wrapper {
  text-align: center;
}
.cid-ubrAO6bFid .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ubrAO6bFid .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ubrAO6bFid .card .content-wrapper .title-wrapper .title-wrap img {
  width: 200px;
  height: auto;
  object-fit: contain;
  margin-right: 1rem;
  text-align: center;
}
.cid-ubrAO6bFid .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubrAO6bFid .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ubrAO6bFid .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ubrAO6bFid .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ubrAO6bFid .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ubrAO6bFid .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ubrAO6bFid .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-ubrAO6bFid .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ubrAO6bFid .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ubrAO6bFid .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ubrAO6bFid .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ubrAO6bFid .mbr-section-title {
  color: #ffffff;
}
.cid-ubrAO6bFid .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-ubrAO6bFid .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ubrAO6bFid .list {
  color: #ffffff;
  text-align: center;
}
.cid-ufXX0H4ZQr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ufXX0H4ZQr .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;
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ufXX0H4ZQr .btn {
  font-weight: 400;
}
.cid-ufXX0H4ZQr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufXX0H4ZQr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ufXX0H4ZQr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufXX0H4ZQr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufXX0H4ZQr .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ufXX0H4ZQr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ufXX0H4ZQr .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ufXX0H4ZQr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ufXX0H4ZQr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .cid-ufXX0H4ZQr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ufXX0H4ZQr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ufXX0H4ZQr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ufXX0H4ZQr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ufXX0H4ZQr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ufXX0H4ZQr .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ufXX0H4ZQr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ufXX0H4ZQr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ufXX0H4ZQr .container {
  display: flex;
  height: 100px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ufXX0H4ZQr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ufXX0H4ZQr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufXX0H4ZQr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-ufXX0H4ZQr .nav-item:focus,
.cid-ufXX0H4ZQr .nav-link:focus {
  outline: none;
}
.cid-ufXX0H4ZQr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufXX0H4ZQr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufXX0H4ZQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufXX0H4ZQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufXX0H4ZQr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufXX0H4ZQr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufXX0H4ZQr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ufXX0H4ZQr .navbar.opened {
  transition: all 0.25s;
}
.cid-ufXX0H4ZQr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufXX0H4ZQr .navbar .navbar-logo img {
  width: auto;
}
.cid-ufXX0H4ZQr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ufXX0H4ZQr .navbar.collapsed {
  justify-content: center;
}
.cid-ufXX0H4ZQr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufXX0H4ZQr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1024px) {
  .cid-ufXX0H4ZQr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ufXX0H4ZQr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufXX0H4ZQr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufXX0H4ZQr .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-ufXX0H4ZQr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufXX0H4ZQr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufXX0H4ZQr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .navbar {
    min-height: 72px;
  }
  .cid-ufXX0H4ZQr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ufXX0H4ZQr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufXX0H4ZQr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufXX0H4ZQr .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-ufXX0H4ZQr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufXX0H4ZQr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ufXX0H4ZQr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufXX0H4ZQr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufXX0H4ZQr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ufXX0H4ZQr .dropdown-item.active,
.cid-ufXX0H4ZQr .dropdown-item:active {
  background-color: transparent;
}
.cid-ufXX0H4ZQr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufXX0H4ZQr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufXX0H4ZQr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufXX0H4ZQr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufXX0H4ZQr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ufXX0H4ZQr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ufXX0H4ZQr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufXX0H4ZQr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ufXX0H4ZQr .navbar-buttons {
    text-align: left;
  }
}
.cid-ufXX0H4ZQr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #045a8d;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufXX0H4ZQr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufXX0H4ZQr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufXX0H4ZQr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufXX0H4ZQr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufXX0H4ZQr .navbar-dropdown {
  padding: 0;
  background: rgba(255, 255, 255, 0.8) !important;
  position: fixed;
}
.cid-ufXX0H4ZQr .opacityScroll {
  background: #ffffff !important;
}
.cid-ufXX0H4ZQr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufXX0H4ZQr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufXX0H4ZQr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufXX0H4ZQr .navbar {
    height: 70px;
  }
  .cid-ufXX0H4ZQr .navbar.opened {
    height: auto;
  }
  .cid-ufXX0H4ZQr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ufXX0H4ZQr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ufXX0H4ZQr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ufXX0H4ZQr .navbar-brand {
    margin-right: auto;
  }
  .cid-ufXX0H4ZQr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ufXX0H4ZQr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ufXX0H4ZQr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufXX0H4ZQr .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ufXX0H4ZQr .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ufXX0H4ZQr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubrZXrYo82 {
  background-image: url("../../../assets/images/adobestock-357236249-2000x1333.jpg");
}
.cid-ubrZXrYo82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubrZXrYo82 .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-ubrZXrYo82 .container {
    padding: 0 16px;
  }
}
.cid-ubrZXrYo82 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ubrZXrYo82 .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ubrZXrYo82 .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ubrZXrYo82 .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ubrZXrYo82 .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ubrZXrYo82 .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ubrZXrYo82 .image-wrapper {
  position: relative;
  margin: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-ubrZXrYo82 .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ubrZXrYo82 .image-wrapper {
    margin: 0;
  }
}
.cid-ubrZXrYo82 .image-wrapper .image_1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ubrZXrYo82 .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ubrZXrYo82 .image-wrapper .image_2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ubrZXrYo82 .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ubrZXrYo82 .image-wrapper .image_3 {
  width: 70%;
  height: 215px;
  margin-top: 65%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ubrZXrYo82 .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-ubrZXrYo82 .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ubrZXrYo82 .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-ubrZXrYo82 .mbr-section-title {
  color: #ffffff;
}
.cid-ubrZXrYo82 .mbr-text {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubrZXrYo82 .mbr-section-title {
    padding-top: 50px;
  }
}
.cid-ubs2kCbcdu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ubs2kCbcdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubs2kCbcdu .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-ubs2kCbcdu .container {
    padding: 0 16px;
  }
}
.cid-ubs2kCbcdu .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-ubs2kCbcdu .title-wrapper {
    padding-right: 0;
  }
}
.cid-ubs2kCbcdu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubs2kCbcdu .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ubs2kCbcdu .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubs2kCbcdu .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ubs2kCbcdu .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #045a8d;
}
@media (max-width: 992px) {
  .cid-ubs2kCbcdu .title-wrapper .line {
    display: none;
  }
}
.cid-ubs2kCbcdu .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ubs2kCbcdu .card {
    margin-bottom: 40px;
  }
}
.cid-ubs2kCbcdu .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ubs2kCbcdu .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ubs2kCbcdu .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-ubs2kCbcdu .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #40841d;
  opacity: .2;
  border-radius: 100%;
}
.cid-ubs2kCbcdu .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #40841d;
  color: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.cid-ubs2kCbcdu .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ubs2kCbcdu .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ubs2kCbcdu .mbr-section-title {
  color: #045a8d;
}
.cid-ubs2kCbcdu .mbr-text {
  color: #08323C;
}
.cid-ubs2kCbcdu .mbr-card-title,
.cid-ubs2kCbcdu .icon-wrapper {
  color: #045a8d;
}
.cid-ubsbNcbzGI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-104157038-sm-2000x1333.jpg");
}
.cid-ubsbNcbzGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubsbNcbzGI .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-ubsbNcbzGI .container {
    padding: 0 16px;
  }
}
.cid-ubsbNcbzGI .row {
  justify-content: center;
}
.cid-ubsbNcbzGI .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ubsbNcbzGI .image-wrapper {
  margin-bottom: 40px;
}
.cid-ubsbNcbzGI .image-wrapper img {
  height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .cid-ubsbNcbzGI .image-wrapper img {
    height: 280px;
  }
}
.cid-ubsbNcbzGI .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ubsbNcbzGI .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-ubsbNcbzGI .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-ubrAO6bFid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-ubrAO6bFid .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubrAO6bFid .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-ubrAO6bFid .container {
    padding: 0 16px;
  }
}
.cid-ubrAO6bFid .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ubrAO6bFid .card {
    margin-bottom: 40px;
  }
}
.cid-ubrAO6bFid .card .content-wrapper .title-wrapper {
  text-align: center;
}
.cid-ubrAO6bFid .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ubrAO6bFid .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ubrAO6bFid .card .content-wrapper .title-wrapper .title-wrap img {
  width: 200px;
  height: auto;
  object-fit: contain;
  margin-right: 1rem;
  text-align: center;
}
.cid-ubrAO6bFid .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubrAO6bFid .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ubrAO6bFid .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ubrAO6bFid .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ubrAO6bFid .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ubrAO6bFid .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ubrAO6bFid .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-ubrAO6bFid .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ubrAO6bFid .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ubrAO6bFid .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ubrAO6bFid .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ubrAO6bFid .mbr-section-title {
  color: #ffffff;
}
.cid-ubrAO6bFid .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-ubrAO6bFid .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ubrAO6bFid .list {
  color: #ffffff;
  text-align: center;
}
.cid-ufXX0H4ZQr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ufXX0H4ZQr .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;
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ufXX0H4ZQr .btn {
  font-weight: 400;
}
.cid-ufXX0H4ZQr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufXX0H4ZQr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ufXX0H4ZQr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufXX0H4ZQr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufXX0H4ZQr .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ufXX0H4ZQr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ufXX0H4ZQr .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ufXX0H4ZQr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ufXX0H4ZQr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .cid-ufXX0H4ZQr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ufXX0H4ZQr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ufXX0H4ZQr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ufXX0H4ZQr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ufXX0H4ZQr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ufXX0H4ZQr .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ufXX0H4ZQr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ufXX0H4ZQr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ufXX0H4ZQr .container {
  display: flex;
  height: 100px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ufXX0H4ZQr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ufXX0H4ZQr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufXX0H4ZQr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-ufXX0H4ZQr .nav-item:focus,
.cid-ufXX0H4ZQr .nav-link:focus {
  outline: none;
}
.cid-ufXX0H4ZQr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufXX0H4ZQr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufXX0H4ZQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufXX0H4ZQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufXX0H4ZQr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufXX0H4ZQr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufXX0H4ZQr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ufXX0H4ZQr .navbar.opened {
  transition: all 0.25s;
}
.cid-ufXX0H4ZQr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufXX0H4ZQr .navbar .navbar-logo img {
  width: auto;
}
.cid-ufXX0H4ZQr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ufXX0H4ZQr .navbar.collapsed {
  justify-content: center;
}
.cid-ufXX0H4ZQr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufXX0H4ZQr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1024px) {
  .cid-ufXX0H4ZQr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ufXX0H4ZQr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufXX0H4ZQr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufXX0H4ZQr .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-ufXX0H4ZQr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufXX0H4ZQr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufXX0H4ZQr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .navbar {
    min-height: 72px;
  }
  .cid-ufXX0H4ZQr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ufXX0H4ZQr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufXX0H4ZQr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufXX0H4ZQr .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-ufXX0H4ZQr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufXX0H4ZQr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ufXX0H4ZQr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufXX0H4ZQr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufXX0H4ZQr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ufXX0H4ZQr .dropdown-item.active,
.cid-ufXX0H4ZQr .dropdown-item:active {
  background-color: transparent;
}
.cid-ufXX0H4ZQr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufXX0H4ZQr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufXX0H4ZQr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufXX0H4ZQr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufXX0H4ZQr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ufXX0H4ZQr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ufXX0H4ZQr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufXX0H4ZQr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ufXX0H4ZQr .navbar-buttons {
    text-align: left;
  }
}
.cid-ufXX0H4ZQr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #045a8d;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufXX0H4ZQr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufXX0H4ZQr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufXX0H4ZQr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufXX0H4ZQr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufXX0H4ZQr .navbar-dropdown {
  padding: 0;
  background: rgba(255, 255, 255, 0.8) !important;
  position: fixed;
}
.cid-ufXX0H4ZQr .opacityScroll {
  background: #ffffff !important;
}
.cid-ufXX0H4ZQr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufXX0H4ZQr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufXX0H4ZQr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufXX0H4ZQr .navbar {
    height: 70px;
  }
  .cid-ufXX0H4ZQr .navbar.opened {
    height: auto;
  }
  .cid-ufXX0H4ZQr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ufXX0H4ZQr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ufXX0H4ZQr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ufXX0H4ZQr .navbar-brand {
    margin-right: auto;
  }
  .cid-ufXX0H4ZQr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ufXX0H4ZQr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ufXX0H4ZQr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufXX0H4ZQr .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ufXX0H4ZQr .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ufXX0H4ZQr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubsksGJmkS {
  background-image: url("../../../assets/images/adobestock-629919002-sm-2000x1334.jpg");
}
.cid-ubsksGJmkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubsksGJmkS .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-ubsksGJmkS .container {
    padding: 0 16px;
  }
}
.cid-ubsksGJmkS .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ubsksGJmkS .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ubsksGJmkS .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ubsksGJmkS .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ubsksGJmkS .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ubsksGJmkS .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ubsksGJmkS .image-wrapper {
  position: relative;
  margin: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-ubsksGJmkS .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ubsksGJmkS .image-wrapper {
    margin: 0;
  }
}
.cid-ubsksGJmkS .image-wrapper .image_1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ubsksGJmkS .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ubsksGJmkS .image-wrapper .image_2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ubsksGJmkS .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ubsksGJmkS .image-wrapper .image_3 {
  width: 70%;
  height: 215px;
  margin-top: 65%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ubsksGJmkS .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-ubsksGJmkS .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ubsksGJmkS .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-ubsksGJmkS .mbr-section-title {
  color: #ffffff;
}
.cid-ubsksGJmkS .mbr-text {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubsksGJmkS .mbr-section-title {
    padding-top: 50px;
  }
}
.cid-ubspkVn8OP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubspkVn8OP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubspkVn8OP .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-ubspkVn8OP .container {
    padding: 0 16px;
  }
}
.cid-ubspkVn8OP .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #045a8d;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-ubspkVn8OP .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ubspkVn8OP .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ubspkVn8OP .image-wrapper img {
    height: 300px;
  }
}
.cid-ubspkVn8OP .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubspkVn8OP .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ubspkVn8OP .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubspkVn8OP .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ubspkVn8OP .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubspkVn8OP .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ubspkVn8OP .mbr-section-title,
.cid-ubspkVn8OP .mbr-section-btn {
  color: #40841d;
}
.cid-ubspkVn8OP .mbr-desc {
  color: #045a8d;
}
.cid-ubsssYfVsI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dce2e3;
}
.cid-ubsssYfVsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubsssYfVsI .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-ubsssYfVsI .container {
    padding: 0 16px;
  }
}
.cid-ubsssYfVsI .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #40841d;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-ubsssYfVsI .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-ubsssYfVsI .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ubsssYfVsI .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ubsssYfVsI .image-wrapper img {
    height: 300px;
  }
}
.cid-ubsssYfVsI .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubsssYfVsI .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ubsssYfVsI .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubsssYfVsI .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ubsssYfVsI .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubsssYfVsI .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ubsssYfVsI .mbr-section-title,
.cid-ubsssYfVsI .mbr-section-btn {
  color: #40841d;
}
.cid-ubsssYfVsI .mbr-desc {
  color: #045a8d;
}
.cid-ubstnv3jIy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-ubstnv3jIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubstnv3jIy .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-ubstnv3jIy .container {
    padding: 0 16px;
  }
}
.cid-ubstnv3jIy .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #045a8d;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-ubstnv3jIy .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ubstnv3jIy .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ubstnv3jIy .image-wrapper img {
    height: 300px;
  }
}
.cid-ubstnv3jIy .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubstnv3jIy .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ubstnv3jIy .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubstnv3jIy .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ubstnv3jIy .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubstnv3jIy .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ubstnv3jIy .mbr-section-title,
.cid-ubstnv3jIy .mbr-section-btn {
  color: #045a8d;
}
.cid-ubsksILSOJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-106531658-2000x1332.jpg");
}
.cid-ubsksILSOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubsksILSOJ .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-ubsksILSOJ .container {
    padding: 0 16px;
  }
}
.cid-ubsksILSOJ .row {
  justify-content: center;
}
.cid-ubsksILSOJ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ubsksILSOJ .image-wrapper {
  margin-bottom: 40px;
}
.cid-ubsksILSOJ .image-wrapper img {
  height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .cid-ubsksILSOJ .image-wrapper img {
    height: 280px;
  }
}
.cid-ubsksILSOJ .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ubsksILSOJ .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-ubsksILSOJ .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-ubsksJkWyB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-ubsksJkWyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubsksJkWyB .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-ubsksJkWyB .container {
    padding: 0 16px;
  }
}
.cid-ubsksJkWyB .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ubsksJkWyB .card {
    margin-bottom: 40px;
  }
}
.cid-ubsksJkWyB .card .content-wrapper .title-wrapper {
  text-align: center;
}
.cid-ubsksJkWyB .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ubsksJkWyB .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ubsksJkWyB .card .content-wrapper .title-wrapper .title-wrap img {
  width: 200px;
  height: auto;
  object-fit: contain;
  margin-right: 1rem;
  text-align: center;
}
.cid-ubsksJkWyB .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubsksJkWyB .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ubsksJkWyB .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ubsksJkWyB .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ubsksJkWyB .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ubsksJkWyB .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ubsksJkWyB .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-ubsksJkWyB .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ubsksJkWyB .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ubsksJkWyB .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ubsksJkWyB .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ubsksJkWyB .mbr-section-title {
  color: #ffffff;
}
.cid-ubsksJkWyB .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-ubsksJkWyB .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ubsksJkWyB .list {
  color: #ffffff;
  text-align: center;
}
.cid-ufXX0H4ZQr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ufXX0H4ZQr .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;
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ufXX0H4ZQr .btn {
  font-weight: 400;
}
.cid-ufXX0H4ZQr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufXX0H4ZQr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ufXX0H4ZQr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufXX0H4ZQr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufXX0H4ZQr .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ufXX0H4ZQr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ufXX0H4ZQr .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ufXX0H4ZQr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ufXX0H4ZQr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .cid-ufXX0H4ZQr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ufXX0H4ZQr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ufXX0H4ZQr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ufXX0H4ZQr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ufXX0H4ZQr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ufXX0H4ZQr .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ufXX0H4ZQr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ufXX0H4ZQr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ufXX0H4ZQr .container {
  display: flex;
  height: 100px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ufXX0H4ZQr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ufXX0H4ZQr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufXX0H4ZQr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-ufXX0H4ZQr .nav-item:focus,
.cid-ufXX0H4ZQr .nav-link:focus {
  outline: none;
}
.cid-ufXX0H4ZQr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufXX0H4ZQr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufXX0H4ZQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufXX0H4ZQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufXX0H4ZQr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufXX0H4ZQr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufXX0H4ZQr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ufXX0H4ZQr .navbar.opened {
  transition: all 0.25s;
}
.cid-ufXX0H4ZQr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufXX0H4ZQr .navbar .navbar-logo img {
  width: auto;
}
.cid-ufXX0H4ZQr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ufXX0H4ZQr .navbar.collapsed {
  justify-content: center;
}
.cid-ufXX0H4ZQr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufXX0H4ZQr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1024px) {
  .cid-ufXX0H4ZQr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ufXX0H4ZQr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufXX0H4ZQr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufXX0H4ZQr .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-ufXX0H4ZQr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufXX0H4ZQr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufXX0H4ZQr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ufXX0H4ZQr .navbar {
    min-height: 72px;
  }
  .cid-ufXX0H4ZQr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ufXX0H4ZQr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufXX0H4ZQr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufXX0H4ZQr .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-ufXX0H4ZQr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufXX0H4ZQr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ufXX0H4ZQr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufXX0H4ZQr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufXX0H4ZQr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ufXX0H4ZQr .dropdown-item.active,
.cid-ufXX0H4ZQr .dropdown-item:active {
  background-color: transparent;
}
.cid-ufXX0H4ZQr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufXX0H4ZQr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufXX0H4ZQr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufXX0H4ZQr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufXX0H4ZQr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ufXX0H4ZQr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ufXX0H4ZQr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufXX0H4ZQr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ufXX0H4ZQr .navbar-buttons {
    text-align: left;
  }
}
.cid-ufXX0H4ZQr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #045a8d;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufXX0H4ZQr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufXX0H4ZQr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufXX0H4ZQr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufXX0H4ZQr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufXX0H4ZQr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufXX0H4ZQr .navbar-dropdown {
  padding: 0;
  background: rgba(255, 255, 255, 0.8) !important;
  position: fixed;
}
.cid-ufXX0H4ZQr .opacityScroll {
  background: #ffffff !important;
}
.cid-ufXX0H4ZQr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufXX0H4ZQr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufXX0H4ZQr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufXX0H4ZQr .navbar {
    height: 70px;
  }
  .cid-ufXX0H4ZQr .navbar.opened {
    height: auto;
  }
  .cid-ufXX0H4ZQr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ufXX0H4ZQr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ufXX0H4ZQr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ufXX0H4ZQr .navbar-brand {
    margin-right: auto;
  }
  .cid-ufXX0H4ZQr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ufXX0H4ZQr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ufXX0H4ZQr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ufXX0H4ZQr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ufXX0H4ZQr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufXX0H4ZQr .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ufXX0H4ZQr .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ufXX0H4ZQr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubsNrhpUm5 {
  background-image: url("../../../assets/images/adobestock-299340178-2000x1038.jpg");
}
.cid-ubsNrhpUm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubsNrhpUm5 .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-ubsNrhpUm5 .container {
    padding: 0 16px;
  }
}
.cid-ubsNrhpUm5 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ubsNrhpUm5 .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ubsNrhpUm5 .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ubsNrhpUm5 .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ubsNrhpUm5 .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ubsNrhpUm5 .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ubsNrhpUm5 .image-wrapper {
  position: relative;
  margin: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-ubsNrhpUm5 .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ubsNrhpUm5 .image-wrapper {
    margin: 0;
  }
}
.cid-ubsNrhpUm5 .image-wrapper .image_1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ubsNrhpUm5 .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ubsNrhpUm5 .image-wrapper .image_2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ubsNrhpUm5 .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ubsNrhpUm5 .image-wrapper .image_3 {
  width: 70%;
  height: 215px;
  margin-top: 65%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ubsNrhpUm5 .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-ubsNrhpUm5 .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ubsNrhpUm5 .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-ubsNrhpUm5 .mbr-section-title {
  color: #ffffff;
}
.cid-ubsNrhpUm5 .mbr-text {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubsNrhpUm5 .mbr-section-title {
    padding-top: 50px;
  }
}
.cid-ubsPfFV0hq {
  overflow: hidden;
  background-color: #045a8d;
}
.cid-ubsPfFV0hq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubsPfFV0hq .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-ubsPfFV0hq .container {
    padding: 0 24px;
  }
}
.cid-ubsPfFV0hq .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-ubsPfFV0hq .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ubsPfFV0hq .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-ubsPfFV0hq .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-ubsPfFV0hq .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-ubsPfFV0hq .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ubsPfFV0hq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ubsPfFV0hq .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #40841d;
  margin-left: 16px;
  border: 1px solid #40841d;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ubsPfFV0hq .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-ubsPfFV0hq .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #40841d;
  color: #ffffff;
}
.cid-ubsPfFV0hq .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #40841d;
  color: #ffffff;
}
.cid-ubsPfFV0hq .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-ubsPfFV0hq .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-ubsPfFV0hq .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ubsPfFV0hq .mbr-desc {
  color: #202020;
}
.cid-ubsPfFV0hq .mbr-section-title {
  color: #ffffff;
}
.cid-ubsPfFV0hq .panel-title-edit {
  color: #40841d;
}
.cid-ubsPfFV0hq .panel-text {
  color: #202020;
}
.cid-ubsNrj4PtB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-479182226-sm-2000x1333.jpg");
}
.cid-ubsNrj4PtB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubsNrj4PtB .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-ubsNrj4PtB .container {
    padding: 0 16px;
  }
}
.cid-ubsNrj4PtB .row {
  justify-content: center;
}
.cid-ubsNrj4PtB .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ubsNrj4PtB .image-wrapper {
  margin-bottom: 40px;
}
.cid-ubsNrj4PtB .image-wrapper img {
  height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .cid-ubsNrj4PtB .image-wrapper img {
    height: 280px;
  }
}
.cid-ubsNrj4PtB .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ubsNrj4PtB .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-ubsNrj4PtB .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-ubsRE3SgQr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40841d;
}
.cid-ubsRE3SgQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubsRE3SgQr .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-ubsRE3SgQr .container {
    padding: 0 16px;
  }
}
.cid-ubsRE3SgQr .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ubsRE3SgQr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ubsRE3SgQr .title-wrapper .mbr-section-title span {
  color: #181818;
}
.cid-ubsRE3SgQr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ubsRE3SgQr .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-ubsRE3SgQr .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubsRE3SgQr .mbr-text {
  color: #e1eeec;
}
.cid-ubsSiNydBy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-498507414-sm-2000x1335.jpg");
}
.cid-ubsSiNydBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubsSiNydBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubsSiNydBy .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ubsSiNydBy .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ubsSiNydBy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ubsSiNydBy .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ubsSiNydBy .container {
    padding: 0 16px;
  }
}
.cid-ubsSiNydBy .row {
  justify-content: center;
  height: 500px;
}
@media (max-width: 992px) {
  .cid-ubsSiNydBy .row {
    height: 350px;
  }
}
.cid-ubsNrjuz2U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-ubsNrjuz2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubsNrjuz2U .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-ubsNrjuz2U .container {
    padding: 0 16px;
  }
}
.cid-ubsNrjuz2U .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ubsNrjuz2U .card {
    margin-bottom: 40px;
  }
}
.cid-ubsNrjuz2U .card .content-wrapper .title-wrapper {
  text-align: center;
}
.cid-ubsNrjuz2U .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ubsNrjuz2U .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ubsNrjuz2U .card .content-wrapper .title-wrapper .title-wrap img {
  width: 200px;
  height: auto;
  object-fit: contain;
  margin-right: 1rem;
  text-align: center;
}
.cid-ubsNrjuz2U .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubsNrjuz2U .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ubsNrjuz2U .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ubsNrjuz2U .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ubsNrjuz2U .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ubsNrjuz2U .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ubsNrjuz2U .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-ubsNrjuz2U .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ubsNrjuz2U .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ubsNrjuz2U .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ubsNrjuz2U .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ubsNrjuz2U .mbr-section-title {
  color: #ffffff;
}
.cid-ubsNrjuz2U .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-ubsNrjuz2U .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ubsNrjuz2U .list {
  color: #ffffff;
  text-align: center;
}
