.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fff0eb;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 7.6rem;
  line-height: .85;
  letter-spacing: -0.0375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 9.5rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 5.5rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-2 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 4.5rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-5 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 6.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.32rem;
    font-size: calc( 3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.4rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #004e89 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #004e89 !important;
  border-color: #004e89 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #006bbc !important;
  border-color: #006bbc !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #006bbc !important;
  border-color: #006bbc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f7c59f !important;
  border-color: #f7c59f !important;
  color: #8b430c !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fbe1ce !important;
  border-color: #fbe1ce !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #8b430c !important;
  background-color: #fbe1ce !important;
  border-color: #fbe1ce !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #004e89;
  color: #004e89;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #001d32 !important;
  background-color: transparent !important;
  border-color: #001d32 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #004e89 !important;
  border-color: #004e89 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f7c59f;
  color: #f7c59f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f0954f !important;
  background-color: transparent !important;
  border-color: #f0954f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #8b430c !important;
  background-color: #f7c59f !important;
  border-color: #f7c59f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.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: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #004e89 !important;
}
.text-secondary {
  color: #f7c59f !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001423 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ef8c41 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #004e89;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #004e89;
  border-color: #004e89;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #004e89;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0995ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #004e89 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #004e89;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !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: #004e89;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #004e89;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #004e89;
  border-bottom-color: #004e89;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #004e89 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f7c59f !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='%23004e89' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 15px 32px;
  border-radius: 10px !important;
  margin: 8px;
  border-width: 2px !important;
  flex-direction: row-reverse;
  font-weight: 600 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: .75rem;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.03);
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #004e89 !important;
}
img {
  border-radius: 16px !important;
}
.cid-umUEgeO9ng {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-umUEgeO9ng .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-umUEgeO9ng .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-umUEgeO9ng .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umUEgeO9ng .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-umUEgeO9ng .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-umUEgeO9ng .menu_box .navbar.opened,
  .cid-umUEgeO9ng .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-umUEgeO9ng nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-umUEgeO9ng .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-umUEgeO9ng .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umUEgeO9ng .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-umUEgeO9ng .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-umUEgeO9ng .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-umUEgeO9ng .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-umUEgeO9ng .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-umUEgeO9ng .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-umUEgeO9ng .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-umUEgeO9ng .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-umUEgeO9ng .offcanvas-body .mbr-text,
  .cid-umUEgeO9ng .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-umUEgeO9ng .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-umUEgeO9ng .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-umUEgeO9ng .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-umUEgeO9ng .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-umUEgeO9ng .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-umUEgeO9ng .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-umUEgeO9ng .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-umUEgeO9ng ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-umUEgeO9ng .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-umUEgeO9ng .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-umUEgeO9ng .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-umUEgeO9ng li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-umUEgeO9ng .lg_brand {
    margin: 0 1rem;
  }
  .cid-umUEgeO9ng .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-umUEgeO9ng .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-umUEgeO9ng .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-umUEgeO9ng .nav-item {
    margin: 0 !important;
  }
}
.cid-umUEgeO9ng .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-umUEgeO9ng .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-umUEgeO9ng .nav-item .nav-link:hover,
.cid-umUEgeO9ng .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-umUEgeO9ng .nav-item .nav-link:hover::before,
.cid-umUEgeO9ng .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-umUEgeO9ng .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-umUEgeO9ng .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-umUEgeO9ng .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-umUEgeO9ng .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-umUEgeO9ng .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-umUEgeO9ng .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-umUEgeO9ng .offcanvas_box {
    display: none;
  }
}
.cid-umUEgeO9ng .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-umUEgeO9ng .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-umUEgeO9ng .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-umUEgeO9ng .container {
  display: flex;
  margin: auto;
}
.cid-umUEgeO9ng .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-umUEgeO9ng .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-umUEgeO9ng .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-umUEgeO9ng .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-umUEgeO9ng .navbar-nav {
    margin: 0;
  }
}
.cid-umUEgeO9ng .dropdown-menu,
.cid-umUEgeO9ng .navbar.opened {
  background-color: false !important;
}
.cid-umUEgeO9ng .nav-item:focus,
.cid-umUEgeO9ng .nav-link:focus {
  outline: none;
}
.cid-umUEgeO9ng .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umUEgeO9ng .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umUEgeO9ng .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umUEgeO9ng .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umUEgeO9ng .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umUEgeO9ng .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umUEgeO9ng .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-umUEgeO9ng .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-umUEgeO9ng .navbar.opened {
  transition: all 0.3s;
}
.cid-umUEgeO9ng .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-umUEgeO9ng .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-umUEgeO9ng .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-umUEgeO9ng .navbar.collapsed {
  justify-content: center;
}
.cid-umUEgeO9ng .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umUEgeO9ng .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umUEgeO9ng .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umUEgeO9ng .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umUEgeO9ng .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umUEgeO9ng .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-umUEgeO9ng .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-umUEgeO9ng .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-umUEgeO9ng .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-umUEgeO9ng .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umUEgeO9ng .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umUEgeO9ng .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-umUEgeO9ng .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umUEgeO9ng .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-umUEgeO9ng .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umUEgeO9ng .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-umUEgeO9ng .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-umUEgeO9ng .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-umUEgeO9ng .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-umUEgeO9ng .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umUEgeO9ng .navbar .icons-menu {
    padding: 0;
  }
}
.cid-umUEgeO9ng .navbar.navbar-short {
  min-height: 60px;
}
.cid-umUEgeO9ng .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umUEgeO9ng .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umUEgeO9ng .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umUEgeO9ng .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-umUEgeO9ng .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umUEgeO9ng .dropdown-item.active,
.cid-umUEgeO9ng .dropdown-item:active {
  background-color: transparent;
}
.cid-umUEgeO9ng .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-umUEgeO9ng .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umUEgeO9ng .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umUEgeO9ng .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umUEgeO9ng ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-umUEgeO9ng .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umUEgeO9ng button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-umUEgeO9ng button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-umUEgeO9ng button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umUEgeO9ng button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umUEgeO9ng button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umUEgeO9ng button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umUEgeO9ng nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umUEgeO9ng nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umUEgeO9ng nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umUEgeO9ng nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umUEgeO9ng a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-umUEgeO9ng .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umUEgeO9ng .navbar {
    height: 70px;
  }
  .cid-umUEgeO9ng .navbar.opened {
    height: auto;
  }
  .cid-umUEgeO9ng .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umUEgeO9ng .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-umUEgeO9ng .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-umUEgeO9ng .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umUEgeO9ng .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-umUEgeO9ng .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-umUEgeO9ng .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-umUEgeO9ng .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-umUEgeO9ng .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-umUEgeO9ng .text_widget {
  margin-bottom: 32px;
}
.cid-umUEgeO9ng .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-umUEgeO9ng .text_widget a:hover,
.cid-umUEgeO9ng .text_widget a:focus {
  opacity: 0.8;
}
.cid-umUEgeO9ng .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-umUEgeO9ng .navbar-caption {
  color: #000000;
}
.cid-umUEgeO9ng .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-umUEgeO9ng .mbr-section-subtitle,
.cid-umUEgeO9ng .text_widget,
.cid-umUEgeO9ng .mbr-section-btn {
  text-align: center;
}
.cid-umUEgeO9ng a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-umUEgeO9ng .nav-link,
.cid-umUEgeO9ng .dropdown-item {
  color: #000000;
}
.cid-umUEgeY6Vc {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #002040;
}
.cid-umUEgeY6Vc .mbr-fallback-image.disabled {
  display: none;
}
.cid-umUEgeY6Vc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umUEgeY6Vc .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-umUEgeY6Vc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-umUEgeY6Vc .container {
    padding: 0 16px;
  }
}
.cid-umUEgeY6Vc .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-umUEgeY6Vc .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-umUEgeY6Vc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-umUEgeY6Vc .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-umUEgeY6Vc .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-umUEgeY6Vc .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-umUEgeY6Vc .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-umUEgeY6Vc .item .item-wrapper .item-img img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-umUEgeY6Vc .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-umUEgeY6Vc .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-umUEgeY6Vc .mbr-section-title {
  color: #c5ab50;
  text-align: center;
}
.cid-umUEgeY6Vc .item-text {
  color: #000000;
}
.cid-umUEgeY6Vc .item-text,
.cid-umUEgeY6Vc .mbr-section-btn {
  color: #c5ab50;
}
.cid-un9nEwTwOT {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #002040;
}
.cid-un9nEwTwOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9nEwTwOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9nEwTwOT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9nEwTwOT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9nEwTwOT .container {
    padding: 0 16px;
  }
}
.cid-un9nEwTwOT .row {
  position: relative;
  z-index: 1;
}
.cid-un9nEwTwOT .card {
  justify-content: flex-end;
}
.cid-un9nEwTwOT .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #355fff;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9nEwTwOT .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9nEwTwOT .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-un9nEwTwOT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9nEwTwOT .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-un9nEwTwOT .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9nEwTwOT .tabs-wrapper {
  text-align: right;
}
.cid-un9nEwTwOT .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #355fff;
  box-shadow: 4px 6px 0 0 #004e89;
  margin-bottom: 24px;
}
.cid-un9nEwTwOT .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-un9nEwTwOT .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-un9nEwTwOT .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-un9nEwTwOT .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ff6b35;
  color: #000000;
}
.cid-un9nEwTwOT .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #355fff;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-un9nEwTwOT .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-un9nEwTwOT .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-un9nEwTwOT .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-un9nEwTwOT .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-un9nEwTwOT .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-un9nEwTwOT .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-un9nEwTwOT .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-un9nEwTwOT .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-un9nEwTwOT .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-un9nEwTwOT .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-un9nEwTwOT .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #004e89;
}
@media (max-width: 992px) {
  .cid-un9nEwTwOT .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-un9nEwTwOT .mbr-section-title {
  color: #000000;
}
.cid-un9nEwTwOT .mbr-section-subtitle {
  color: #000000;
}
.cid-un9nEwTwOT .mbr-text {
  color: #000000;
}
.cid-un9nEwTwOT .item-title {
  color: #c5ab50;
}
.cid-un9nEwTwOT .item-text {
  color: #c5ab50;
}
.cid-un9nEwTwOT .mbr-section-subtitle,
.cid-un9nEwTwOT .subtitle-wrapper {
  color: #c5ab50;
}
.cid-un9nEwTwOT .mbr-section-title,
.cid-un9nEwTwOT .tabs-wrapper {
  color: #c5ab50;
}
.cid-un9nEwTwOT .mbr-text,
.cid-un9nEwTwOT .text-wrapper {
  color: #c5ab50;
}
.cid-umUEgf1Pzn {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #002040;
  overflow: hidden;
}
.cid-umUEgf1Pzn .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-umUEgf1Pzn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-umUEgf1Pzn .container {
    padding: 0 16px;
  }
}
.cid-umUEgf1Pzn .row {
  justify-content: center;
}
.cid-umUEgf1Pzn .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #c5ab50;
}
.cid-umUEgf1Pzn .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #c5ab50;
  text-align: right;
}
.cid-umUEgf1Pzn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-umUEgf1Pzn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-umUEgf1Pzn .embla__slide .slide-content {
  width: 100%;
}
.cid-umUEgf1Pzn .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-umUEgf1Pzn .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-umUEgf1Pzn .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-umUEgf1Pzn .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-umUEgf1Pzn .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-umUEgf1Pzn .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-umUEgf1Pzn .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-umUEgf1Pzn .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-umUEgf1Pzn .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-umUEgf1Pzn .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-umUEgf1Pzn .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-umUEgf1Pzn .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-umUEgf1Pzn .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-umUEgf1Pzn .embla__button--next,
.cid-umUEgf1Pzn .embla__button--prev {
  display: flex;
}
.cid-umUEgf1Pzn .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-umUEgf1Pzn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umUEgf1Pzn .embla__button:hover {
  opacity: 0.5;
}
.cid-umUEgf1Pzn .embla__button.embla__button--prev {
  left: 16px;
}
.cid-umUEgf1Pzn .embla__button.embla__button--next {
  right: 16px;
}
.cid-umUEgf1Pzn .embla {
  position: relative;
  width: 100%;
}
.cid-umUEgf1Pzn .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-umUEgf1Pzn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umUEgf1Pzn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umUEgf1Pzn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umUEgf1Pzn .item-text {
  color: #000000;
}
.cid-umUEgf1Pzn .item-name {
  color: #000000;
}
.cid-umUEgf1Pzn .item-role {
  color: #000000;
}
.cid-umUEgf1Pzn .item-name,
.cid-umUEgf1Pzn .image-wrapper {
  color: #000000;
}
.cid-umUEgf1Pzn .item-role,
.cid-umUEgf1Pzn .image-wrapper {
  color: #000000;
}
.cid-umUEgf1Pzn .item-text1 {
  color: #c5ab50;
}
.cid-umUEgf1Pzn .item-name1 {
  color: #c5ab50;
}
.cid-umUEgf1Pzn .item-role1 {
  color: #c5ab50;
}
.cid-umUEgf1Pzn .item-text2 {
  color: #c5ab50;
}
.cid-umUEgf1Pzn .item-name2 {
  color: #c5ab50;
}
.cid-umUEgf1Pzn .item-role2 {
  color: #c5ab50;
}
.cid-umUEgf1Pzn .item-text3 {
  color: #c5ab50;
}
.cid-umUEgf1Pzn .item-name3 {
  color: #c5ab50;
}
.cid-umUEgf1Pzn .item-role3 {
  color: #c5ab50;
}
.cid-umUEgfikGW {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #002040;
}
.cid-umUEgfikGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-umUEgfikGW .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-umUEgfikGW .container {
    padding: 0 16px;
  }
}
.cid-umUEgfikGW .row {
  position: relative;
  z-index: 1;
}
.cid-umUEgfikGW .card {
  justify-content: center;
}
.cid-umUEgfikGW .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-umUEgfikGW .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umUEgfikGW .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-umUEgfikGW .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-umUEgfikGW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-umUEgfikGW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-umUEgfikGW .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-umUEgfikGW .items-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-umUEgfikGW .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-umUEgfikGW .items-wrapper .item {
  position: relative;
}
.cid-umUEgfikGW .items-wrapper .item .item-wrapper .card-box {
  padding: 40px 16px;
  background-color: #ff6b35;
  border-radius: 16px;
}
.cid-umUEgfikGW .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #000000;
  display: inline-flex;
}
.cid-umUEgfikGW .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-umUEgfikGW .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-umUEgfikGW .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umUEgfikGW .mbr-section-title {
  color: #000000;
}
.cid-umUEgfikGW .mbr-section-subtitle {
  color: #000000;
}
.cid-umUEgfikGW .mbr-text,
.cid-umUEgfikGW .text-wrapper {
  color: #c5ab50;
  text-align: right;
}
.cid-umUEgfikGW .item-title {
  color: #000000;
}
.cid-umUEgfikGW .item-title,
.cid-umUEgfikGW .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-umUEgfikGW .mbr-section-subtitle,
.cid-umUEgfikGW .subtitle-wrapper {
  color: #c5ab50;
}
.cid-umUEgfikGW .mbr-section-title,
.cid-umUEgfikGW .mbr-section-btn {
  color: #c5ab50;
}
.cid-un9XdseeMY {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #002040;
}
.cid-un9XdseeMY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-un9XdseeMY textarea {
  min-height: 200px;
}
.cid-un9XdseeMY .btn {
  padding: 1rem 3rem;
}
.cid-un9XdseeMY .form-control,
.cid-un9XdseeMY .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-un9XdseeMY .form-control::-webkit-input-placeholder,
.cid-un9XdseeMY .field-input::-webkit-input-placeholder,
.cid-un9XdseeMY .form-control::-webkit-input-placeholder,
.cid-un9XdseeMY .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-un9XdseeMY .form-control:-moz-placeholder,
.cid-un9XdseeMY .field-input:-moz-placeholder,
.cid-un9XdseeMY .form-control:-moz-placeholder,
.cid-un9XdseeMY .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-un9XdseeMY .form-control:hover,
.cid-un9XdseeMY .field-input:hover,
.cid-un9XdseeMY .form-control:focus,
.cid-un9XdseeMY .field-input:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-un9XdseeMY .form-control:hover::-webkit-input-placeholder,
.cid-un9XdseeMY .field-input:hover::-webkit-input-placeholder,
.cid-un9XdseeMY .form-control:focus::-webkit-input-placeholder,
.cid-un9XdseeMY .field-input:focus::-webkit-input-placeholder,
.cid-un9XdseeMY .form-control:hover::-webkit-input-placeholder,
.cid-un9XdseeMY .field-input:hover::-webkit-input-placeholder,
.cid-un9XdseeMY .form-control:focus::-webkit-input-placeholder,
.cid-un9XdseeMY .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-un9XdseeMY .form-control:hover:-moz-placeholder,
.cid-un9XdseeMY .field-input:hover:-moz-placeholder,
.cid-un9XdseeMY .form-control:focus:-moz-placeholder,
.cid-un9XdseeMY .field-input:focus:-moz-placeholder,
.cid-un9XdseeMY .form-control:hover:-moz-placeholder,
.cid-un9XdseeMY .field-input:hover:-moz-placeholder,
.cid-un9XdseeMY .form-control:focus:-moz-placeholder,
.cid-un9XdseeMY .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-un9XdseeMY .jq-number__spin:hover,
.cid-un9XdseeMY .jq-number__spin:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-un9XdseeMY .jq-number__spin {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-un9XdseeMY .jq-selectbox li,
.cid-un9XdseeMY .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-un9XdseeMY .jq-selectbox li:hover,
.cid-un9XdseeMY .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-un9XdseeMY .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-un9XdseeMY .jq-number__spin.minus:hover:after,
.cid-un9XdseeMY .jq-number__spin.plus:hover:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-un9XdseeMY .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-un9XdseeMY .jq-number__spin.minus:after,
.cid-un9XdseeMY .jq-number__spin.plus:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-un9XdseeMY input::-webkit-clear-button {
  display: none;
}
.cid-un9XdseeMY input::-webkit-inner-spin-button {
  display: none;
}
.cid-un9XdseeMY input::-webkit-outer-spin-button {
  display: none;
}
.cid-un9XdseeMY input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-un9XdseeMY .mbr-section-title {
  color: #c5ab50;
}
.cid-umUEgfkteM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-umUEgfkteM .mbr-fallback-image.disabled {
  display: none;
}
.cid-umUEgfkteM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umUEgfkteM .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-umUEgfkteM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-umUEgfkteM .container {
    padding: 0 16px;
  }
}
.cid-umUEgfkteM .row {
  position: relative;
  justify-content: center;
}
.cid-umUEgfkteM .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-umUEgfkteM .card {
  justify-content: center;
}
.cid-umUEgfkteM .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-umUEgfkteM .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-umUEgfkteM .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umUEgfkteM .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-umUEgfkteM .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-umUEgfkteM .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-umUEgfkteM .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-umUEgfkteM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-umUEgfkteM .nav-wrapper .list {
    display: block;
  }
}
.cid-umUEgfkteM .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-umUEgfkteM .nav-wrapper .list .item-wrap:hover::before,
.cid-umUEgfkteM .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-umUEgfkteM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-umUEgfkteM .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-umUEgfkteM .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-umUEgfkteM .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-umUEgfkteM .mbr-copy {
  color: #c5ab50;
}
.cid-umUEgfkteM .list,
.cid-umUEgfkteM .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-umUEgfkteM .list,
  .cid-umUEgfkteM .nav-wrapper {
    text-align: left;
  }
}
.cid-umUEgfkteM .list,
.cid-umUEgfkteM .item-wrap,
.cid-umUEgfkteM .nav-wrapper {
  color: #c5ab50;
}
.cid-LUazi9JRs6 P {
  color: #1281fc;
}
.cid-LUazi9JRs6 DIV {
  color: #ffffff;
}
.cid-LUazi9JRs6 H10 {
  color: #034e75;
}
.cid-LUazi9JRs6 .hidden {
  display: none;
}
.cid-LUazi9JRs6 .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 11px;
}
.cid-LUazi9JRs6 .icon-bar a {
  display: block;
  text-align: center;
  padding: 3px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 11px;
}
.cid-LUazi9JRs6 .icon-bar a:hover {
  background-color: #000000;
}
.cid-LUazi9JRs6 .flag {
  background: transparent;
}
.cid-LUazi9JRs6 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-LUazi9JRs6 .nav-right {
  float: left !important;
  position: relative;
}
.cid-LUazi9JRs6 #google_translate_element {
  display: none;
}
.cid-LUazi9JRs6 .goog-te-banner {
  display: none;
}
.cid-LUazi9JRs6 .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-LUazi9JRs6 .goog-te-spinner-pos {
  display: none !important;
}
.cid-LUazi9JRs6 body {
  top: 0px !important;
}
.cid-LUazi9JRs6 body body {
  top: 0 !important;
}
.cid-LUazi9JRs6 body .goog-te-banner-frame {
  display: none !important;
}
.cid-LUazi9JRs6 .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-LUazi9JRs6 .goog-tooltip {
  display: none !important;
}
.cid-LUazi9JRs6 .goog-tooltip:hover {
  display: none !important;
}
.cid-LUazi9JRs6 .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-LUazi9JRs6 #goog-gt-tt,
.cid-LUazi9JRs6 .goog-te-balloon-frame {
  display: none !important;
}
.cid-LUazi9JRs6 #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-LUazi9JRs6 .goog-logo-link {
  display: none !important;
}
.cid-LUazi9JRs6 .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-LUazi9JRs6 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-LUazi9JRs6 div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-un9ddeVdsp {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9ddeVdsp .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9ddeVdsp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-un9ddeVdsp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9ddeVdsp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9ddeVdsp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9ddeVdsp .menu_box .navbar.opened,
  .cid-un9ddeVdsp .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9ddeVdsp nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9ddeVdsp .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9ddeVdsp .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9ddeVdsp .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9ddeVdsp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9ddeVdsp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9ddeVdsp .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9ddeVdsp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9ddeVdsp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9ddeVdsp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9ddeVdsp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9ddeVdsp .offcanvas-body .mbr-text,
  .cid-un9ddeVdsp .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9ddeVdsp .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9ddeVdsp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9ddeVdsp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9ddeVdsp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9ddeVdsp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9ddeVdsp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9ddeVdsp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9ddeVdsp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9ddeVdsp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9ddeVdsp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9ddeVdsp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9ddeVdsp li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9ddeVdsp .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9ddeVdsp .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9ddeVdsp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9ddeVdsp .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9ddeVdsp .nav-item {
    margin: 0 !important;
  }
}
.cid-un9ddeVdsp .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9ddeVdsp .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9ddeVdsp .nav-item .nav-link:hover,
.cid-un9ddeVdsp .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9ddeVdsp .nav-item .nav-link:hover::before,
.cid-un9ddeVdsp .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9ddeVdsp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9ddeVdsp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9ddeVdsp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9ddeVdsp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9ddeVdsp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9ddeVdsp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9ddeVdsp .offcanvas_box {
    display: none;
  }
}
.cid-un9ddeVdsp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9ddeVdsp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9ddeVdsp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9ddeVdsp .container {
  display: flex;
  margin: auto;
}
.cid-un9ddeVdsp .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9ddeVdsp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9ddeVdsp .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9ddeVdsp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9ddeVdsp .navbar-nav {
    margin: 0;
  }
}
.cid-un9ddeVdsp .dropdown-menu,
.cid-un9ddeVdsp .navbar.opened {
  background-color: false !important;
}
.cid-un9ddeVdsp .nav-item:focus,
.cid-un9ddeVdsp .nav-link:focus {
  outline: none;
}
.cid-un9ddeVdsp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9ddeVdsp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9ddeVdsp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9ddeVdsp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9ddeVdsp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9ddeVdsp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9ddeVdsp .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9ddeVdsp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9ddeVdsp .navbar.opened {
  transition: all 0.3s;
}
.cid-un9ddeVdsp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9ddeVdsp .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9ddeVdsp .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9ddeVdsp .navbar.collapsed {
  justify-content: center;
}
.cid-un9ddeVdsp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9ddeVdsp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9ddeVdsp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9ddeVdsp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9ddeVdsp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9ddeVdsp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9ddeVdsp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9ddeVdsp .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9ddeVdsp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9ddeVdsp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9ddeVdsp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9ddeVdsp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9ddeVdsp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9ddeVdsp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9ddeVdsp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9ddeVdsp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9ddeVdsp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9ddeVdsp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9ddeVdsp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9ddeVdsp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9ddeVdsp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9ddeVdsp .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9ddeVdsp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9ddeVdsp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9ddeVdsp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9ddeVdsp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9ddeVdsp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9ddeVdsp .dropdown-item.active,
.cid-un9ddeVdsp .dropdown-item:active {
  background-color: transparent;
}
.cid-un9ddeVdsp .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9ddeVdsp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9ddeVdsp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9ddeVdsp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9ddeVdsp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9ddeVdsp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9ddeVdsp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-un9ddeVdsp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9ddeVdsp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9ddeVdsp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9ddeVdsp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9ddeVdsp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9ddeVdsp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9ddeVdsp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9ddeVdsp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9ddeVdsp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9ddeVdsp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9ddeVdsp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9ddeVdsp .navbar {
    height: 70px;
  }
  .cid-un9ddeVdsp .navbar.opened {
    height: auto;
  }
  .cid-un9ddeVdsp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9ddeVdsp .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9ddeVdsp .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9ddeVdsp .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9ddeVdsp .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9ddeVdsp .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9ddeVdsp .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9ddeVdsp .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9ddeVdsp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9ddeVdsp .text_widget {
  margin-bottom: 32px;
}
.cid-un9ddeVdsp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9ddeVdsp .text_widget a:hover,
.cid-un9ddeVdsp .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9ddeVdsp .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9ddeVdsp .navbar-caption {
  color: #000000;
}
.cid-un9ddeVdsp .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9ddeVdsp .mbr-section-subtitle,
.cid-un9ddeVdsp .text_widget,
.cid-un9ddeVdsp .mbr-section-btn {
  text-align: center;
}
.cid-un9ddeVdsp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9ddeVdsp .nav-link,
.cid-un9ddeVdsp .dropdown-item {
  color: #000000;
}
.cid-un9ddg33lh {
  padding-top: 11rem;
  padding-bottom: 3rem;
  background-color: #002040;
}
.cid-un9ddg33lh .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ddg33lh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ddg33lh .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ddg33lh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ddg33lh .container {
    padding: 0 16px;
  }
}
.cid-un9ddg33lh .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9ddg33lh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9ddg33lh .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9ddg33lh .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9ddg33lh .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9ddg33lh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9ddg33lh .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9ddg33lh .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9ddg33lh .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9ddg33lh .image-wrapper img {
    height: 350px;
  }
}
.cid-un9ddg33lh .mbr-section-title {
  color: #ffffff;
}
.cid-un9ddg33lh .mbr-text {
  color: #ffffff;
}
.cid-un9ddg33lh .mbr-section-title,
.cid-un9ddg33lh .mbr-section-btn {
  color: #c5ab50;
}
.cid-un9ddg33lh .mbr-text,
.cid-un9ddg33lh .text-wrapper {
  color: #c5ab50;
}
.cid-un9ddrEaFw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #002040;
}
.cid-un9ddrEaFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ddrEaFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ddrEaFw .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ddrEaFw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ddrEaFw .container {
    padding: 0 16px;
  }
}
.cid-un9ddrEaFw .card {
  justify-content: center;
}
.cid-un9ddrEaFw .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9ddrEaFw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9ddrEaFw .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9ddrEaFw .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9ddrEaFw .mbr-section-title {
  color: #000000;
}
.cid-un9ddrEaFw .mbr-text {
  color: #000000;
}
.cid-un9ddrEaFw .mbr-desc {
  color: #000000;
}
.cid-un9ddrEaFw .mbr-section-title,
.cid-un9ddrEaFw .title-wrapper {
  color: #000000;
}
.cid-un9ddrEaFw .mbr-text,
.cid-un9ddrEaFw .mbr-section-btn {
  color: #c5ab50;
}
.cid-un9ddgMoIb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #002040;
}
.cid-un9ddgMoIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ddgMoIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ddgMoIb .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ddgMoIb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ddgMoIb .container {
    padding: 0 16px;
  }
}
.cid-un9ddgMoIb .card {
  justify-content: flex-end;
}
.cid-un9ddgMoIb .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9ddgMoIb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9ddgMoIb .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9ddgMoIb .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9ddgMoIb .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9ddgMoIb .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9ddgMoIb .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9ddgMoIb .mbr-section-title {
  color: #ffffff;
}
.cid-un9ddgMoIb .mbr-text {
  color: #ffffff;
}
.cid-un9ddgMoIb .mbr-section-title,
.cid-un9ddgMoIb .mbr-section-btn {
  color: #000000;
}
.cid-un9ddgMoIb .mbr-text,
.cid-un9ddgMoIb .text-wrapper {
  color: #c5ab50;
}
.cid-un9ddhzYLA {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  position: relative;
  background-color: #002040;
}
.cid-un9ddhzYLA .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9ddhzYLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ddhzYLA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ddhzYLA .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ddhzYLA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ddhzYLA .container {
    padding: 0 16px;
  }
}
.cid-un9ddhzYLA .row {
  position: relative;
  z-index: 1;
}
.cid-un9ddhzYLA .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9ddhzYLA .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9ddhzYLA .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9ddhzYLA .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9ddhzYLA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9ddhzYLA .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9ddhzYLA .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9ddhzYLA .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9ddhzYLA .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9ddhzYLA .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9ddhzYLA .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9ddhzYLA .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9ddhzYLA .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9ddhzYLA .mbr-media {
  position: relative;
}
.cid-un9ddhzYLA .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9ddhzYLA a:hover {
  background-image: none !important;
}
.cid-un9ddhzYLA .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9ddhzYLA .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9ddhzYLA .icon-wrap:hover::before,
.cid-un9ddhzYLA .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9ddhzYLA .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9ddhzYLA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9ddhzYLA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9ddhzYLA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9ddhzYLA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9ddhzYLA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9ddhzYLA .mbr-section-title {
  color: #c5ab50;
}
.cid-un9ddhzYLA .mbr-section-subtitle {
  color: #000000;
}
.cid-un9ddhzYLA .mbr-text {
  color: #000000;
}
.cid-un9ddhzYLA .mbr-section-subtitle,
.cid-un9ddhzYLA .subtitle-wrapper {
  color: #000000;
}
.cid-un9ddhzYLA .mbr-text,
.cid-un9ddhzYLA .mbr-section-btn {
  color: #c5ab50;
}
.cid-un9ddilHm1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-un9ddilHm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ddilHm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ddilHm1 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ddilHm1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ddilHm1 .container {
    padding: 0 16px;
  }
}
.cid-un9ddilHm1 .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9ddilHm1 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9ddilHm1 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9ddilHm1 .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9ddilHm1 .item .item-wrapper {
  height: 100%;
}
.cid-un9ddilHm1 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9ddilHm1 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9ddilHm1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9ddilHm1 .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9ddilHm1 .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9ddilHm1 .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9ddilHm1 .item-title {
  color: #000000;
}
.cid-un9ddilHm1 .list {
  color: #000000;
}
.cid-un9ddilHm1 .item-title,
.cid-un9ddilHm1 .mbr-section-btn {
  color: #000000;
}
.cid-un9ddilHm1 .list,
.cid-un9ddilHm1 .item-wrap,
.cid-un9ddilHm1 .list-wrapper {
  color: #000000;
}
.cid-un9ddilHm1 .item-title1 {
  color: #FFFFFF;
}
.cid-un9ddilHm1 .list1,
.cid-un9ddilHm1 .item-wrap1,
.cid-un9ddilHm1 .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9ddilHm1 .item-title2 {
  color: #000000;
}
.cid-un9ddilHm1 .list2,
.cid-un9ddilHm1 .item-wrap2,
.cid-un9ddilHm1 .list-wrapper2 {
  color: #000000;
}
.cid-un9ddilHm1 .item-title3 {
  color: #000000;
}
.cid-un9ddilHm1 .list3,
.cid-un9ddilHm1 .item-wrap3,
.cid-un9ddilHm1 .list-wrapper3 {
  color: #000000;
}
.cid-un9ddiSKaR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-un9ddiSKaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ddiSKaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ddiSKaR .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ddiSKaR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ddiSKaR .container {
    padding: 0 16px;
  }
}
.cid-un9ddiSKaR .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9ddiSKaR .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9ddiSKaR .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9ddiSKaR .image-wrapper img {
    height: 350px;
  }
}
.cid-un9ddiSKaR .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9ddiSKaR .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9ddiSKaR .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9ddiSKaR .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9ddiSKaR .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9ddiSKaR .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #c5ab50;
}
@media (max-width: 992px) {
  .cid-un9ddiSKaR .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9ddiSKaR .mbr-section-title {
  color: #000000;
}
.cid-un9ddiSKaR .mbr-section-subtitle {
  color: #000000;
}
.cid-un9ddiSKaR .mbr-section-subtitle,
.cid-un9ddiSKaR .subtitle-wrapper {
  color: #000000;
}
.cid-un9ddiSKaR .mbr-section-title,
.cid-un9ddiSKaR .mbr-section-btn {
  color: #c5ab50;
}
.cid-un9ddk8S1F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-un9ddk8S1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ddk8S1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ddk8S1F .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ddk8S1F .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ddk8S1F .container {
    padding: 0 16px;
  }
}
.cid-un9ddk8S1F .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9ddk8S1F .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9ddk8S1F .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9ddk8S1F .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9ddk8S1F .item .item-wrapper {
  height: 100%;
}
.cid-un9ddk8S1F .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9ddk8S1F .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9ddk8S1F .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9ddk8S1F .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9ddk8S1F .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9ddk8S1F .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9ddk8S1F .item-title {
  color: #000000;
}
.cid-un9ddk8S1F .list {
  color: #000000;
}
.cid-un9ddk8S1F .item-title,
.cid-un9ddk8S1F .mbr-section-btn {
  color: #000000;
}
.cid-un9ddk8S1F .list,
.cid-un9ddk8S1F .item-wrap,
.cid-un9ddk8S1F .list-wrapper {
  color: #000000;
}
.cid-un9ddk8S1F .item-title1 {
  color: #FFFFFF;
}
.cid-un9ddk8S1F .list1,
.cid-un9ddk8S1F .item-wrap1,
.cid-un9ddk8S1F .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9ddk8S1F .item-title2 {
  color: #000000;
}
.cid-un9ddk8S1F .list2,
.cid-un9ddk8S1F .item-wrap2,
.cid-un9ddk8S1F .list-wrapper2 {
  color: #000000;
}
.cid-un9ddk8S1F .item-title3 {
  color: #000000;
}
.cid-un9ddk8S1F .list3,
.cid-un9ddk8S1F .item-wrap3,
.cid-un9ddk8S1F .list-wrapper3 {
  color: #000000;
}
.cid-un9ddnffFC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #002040;
  overflow: hidden;
}
.cid-un9ddnffFC .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ddnffFC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ddnffFC .container {
    padding: 0 16px;
  }
}
.cid-un9ddnffFC .row {
  justify-content: center;
}
.cid-un9ddnffFC .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #c5ab50;
}
.cid-un9ddnffFC .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #c5ab50;
  text-align: right;
}
.cid-un9ddnffFC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9ddnffFC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9ddnffFC .embla__slide .slide-content {
  width: 100%;
}
.cid-un9ddnffFC .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9ddnffFC .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9ddnffFC .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9ddnffFC .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9ddnffFC .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9ddnffFC .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9ddnffFC .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9ddnffFC .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9ddnffFC .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9ddnffFC .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9ddnffFC .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9ddnffFC .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9ddnffFC .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9ddnffFC .embla__button--next,
.cid-un9ddnffFC .embla__button--prev {
  display: flex;
}
.cid-un9ddnffFC .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9ddnffFC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9ddnffFC .embla__button:hover {
  opacity: 0.5;
}
.cid-un9ddnffFC .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9ddnffFC .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9ddnffFC .embla {
  position: relative;
  width: 100%;
}
.cid-un9ddnffFC .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9ddnffFC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9ddnffFC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9ddnffFC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9ddnffFC .item-text {
  color: #000000;
}
.cid-un9ddnffFC .item-name {
  color: #000000;
}
.cid-un9ddnffFC .item-role {
  color: #000000;
}
.cid-un9ddnffFC .item-name,
.cid-un9ddnffFC .image-wrapper {
  color: #000000;
}
.cid-un9ddnffFC .item-role,
.cid-un9ddnffFC .image-wrapper {
  color: #000000;
}
.cid-un9ddnffFC .item-text1 {
  color: #000000;
}
.cid-un9ddnffFC .item-name1 {
  color: #000000;
}
.cid-un9ddnffFC .item-role1 {
  color: #000000;
}
.cid-un9ddnffFC .item-text2 {
  color: #FFFFFF;
}
.cid-un9ddnffFC .item-name2 {
  color: #FFFFFF;
}
.cid-un9ddnffFC .item-role2 {
  color: #FFFFFF;
}
.cid-un9ddnffFC .item-text3 {
  color: #000000;
}
.cid-un9ddnffFC .item-name3 {
  color: #000000;
}
.cid-un9ddnffFC .item-role3 {
  color: #000000;
}
.cid-un9ddprvnR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9ddprvnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ddprvnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ddprvnR .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ddprvnR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ddprvnR .container {
    padding: 0 16px;
  }
}
.cid-un9ddprvnR .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9ddprvnR .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9ddprvnR .mbr-section-title {
  color: #ffffff;
}
.cid-un9ddprvnR .mbr-section-title,
.cid-un9ddprvnR .mbr-section-btn {
  text-align: center;
  color: #c5ab50;
}
.cid-un9ddsnxSL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-un9ddsnxSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ddsnxSL .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-un9ddsnxSL .container {
    padding: 0 16px;
  }
}
.cid-un9ddsnxSL .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9ddsnxSL .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9ddsnxSL .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9ddsnxSL .item .item-wrapper {
  height: 100%;
}
.cid-un9ddsnxSL .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9ddsnxSL .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9ddsnxSL .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9ddsnxSL .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9ddsnxSL .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9ddsnxSL .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9ddsnxSL .item-emoji {
  color: #000000;
}
.cid-un9ddsnxSL .item-title {
  color: #000000;
}
.cid-un9ddsnxSL .item-text {
  color: #000000;
}
.cid-un9ddsnxSL .item-title,
.cid-un9ddsnxSL .mbr-section-btn {
  color: #000000;
}
.cid-un9ddsnxSL .item-title1 {
  color: #000000;
}
.cid-un9ddsnxSL .item-text1 {
  color: #000000;
}
.cid-un9ddsnxSL .item-title2 {
  color: #FFFFFF;
}
.cid-un9ddsnxSL .item-text2 {
  color: #FFFFFF;
}
.cid-un9ddyJCD1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9ddyJCD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ddyJCD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ddyJCD1 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ddyJCD1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ddyJCD1 .container {
    padding: 0 16px;
  }
}
.cid-un9ddyJCD1 .row {
  position: relative;
  justify-content: center;
}
.cid-un9ddyJCD1 .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9ddyJCD1 .card {
  justify-content: center;
}
.cid-un9ddyJCD1 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9ddyJCD1 .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9ddyJCD1 .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9ddyJCD1 .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9ddyJCD1 .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9ddyJCD1 .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9ddyJCD1 .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9ddyJCD1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9ddyJCD1 .nav-wrapper .list {
    display: block;
  }
}
.cid-un9ddyJCD1 .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9ddyJCD1 .nav-wrapper .list .item-wrap:hover::before,
.cid-un9ddyJCD1 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9ddyJCD1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9ddyJCD1 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9ddyJCD1 .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9ddyJCD1 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9ddyJCD1 .mbr-copy {
  color: #c5ab50;
}
.cid-un9ddyJCD1 .list,
.cid-un9ddyJCD1 .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9ddyJCD1 .list,
  .cid-un9ddyJCD1 .nav-wrapper {
    text-align: left;
  }
}
.cid-un9ddyJCD1 .list,
.cid-un9ddyJCD1 .item-wrap,
.cid-un9ddyJCD1 .nav-wrapper {
  color: #c5ab50;
}
.cid-un9hj6ySPK {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9hj6ySPK .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9hj6ySPK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-un9hj6ySPK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9hj6ySPK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9hj6ySPK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9hj6ySPK .menu_box .navbar.opened,
  .cid-un9hj6ySPK .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9hj6ySPK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9hj6ySPK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9hj6ySPK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9hj6ySPK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9hj6ySPK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9hj6ySPK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9hj6ySPK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9hj6ySPK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9hj6ySPK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9hj6ySPK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9hj6ySPK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9hj6ySPK .offcanvas-body .mbr-text,
  .cid-un9hj6ySPK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9hj6ySPK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9hj6ySPK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9hj6ySPK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9hj6ySPK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9hj6ySPK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9hj6ySPK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9hj6ySPK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9hj6ySPK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9hj6ySPK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9hj6ySPK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9hj6ySPK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9hj6ySPK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9hj6ySPK .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9hj6ySPK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9hj6ySPK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9hj6ySPK .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9hj6ySPK .nav-item {
    margin: 0 !important;
  }
}
.cid-un9hj6ySPK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9hj6ySPK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9hj6ySPK .nav-item .nav-link:hover,
.cid-un9hj6ySPK .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9hj6ySPK .nav-item .nav-link:hover::before,
.cid-un9hj6ySPK .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9hj6ySPK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9hj6ySPK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9hj6ySPK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9hj6ySPK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9hj6ySPK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9hj6ySPK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9hj6ySPK .offcanvas_box {
    display: none;
  }
}
.cid-un9hj6ySPK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9hj6ySPK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9hj6ySPK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9hj6ySPK .container {
  display: flex;
  margin: auto;
}
.cid-un9hj6ySPK .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9hj6ySPK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9hj6ySPK .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9hj6ySPK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9hj6ySPK .navbar-nav {
    margin: 0;
  }
}
.cid-un9hj6ySPK .dropdown-menu,
.cid-un9hj6ySPK .navbar.opened {
  background-color: false !important;
}
.cid-un9hj6ySPK .nav-item:focus,
.cid-un9hj6ySPK .nav-link:focus {
  outline: none;
}
.cid-un9hj6ySPK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9hj6ySPK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9hj6ySPK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9hj6ySPK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9hj6ySPK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9hj6ySPK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9hj6ySPK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9hj6ySPK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9hj6ySPK .navbar.opened {
  transition: all 0.3s;
}
.cid-un9hj6ySPK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9hj6ySPK .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9hj6ySPK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9hj6ySPK .navbar.collapsed {
  justify-content: center;
}
.cid-un9hj6ySPK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9hj6ySPK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9hj6ySPK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9hj6ySPK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9hj6ySPK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9hj6ySPK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9hj6ySPK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9hj6ySPK .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9hj6ySPK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9hj6ySPK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9hj6ySPK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9hj6ySPK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9hj6ySPK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9hj6ySPK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9hj6ySPK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9hj6ySPK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9hj6ySPK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9hj6ySPK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9hj6ySPK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9hj6ySPK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9hj6ySPK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9hj6ySPK .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9hj6ySPK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9hj6ySPK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9hj6ySPK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9hj6ySPK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9hj6ySPK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9hj6ySPK .dropdown-item.active,
.cid-un9hj6ySPK .dropdown-item:active {
  background-color: transparent;
}
.cid-un9hj6ySPK .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9hj6ySPK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9hj6ySPK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9hj6ySPK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9hj6ySPK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9hj6ySPK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9hj6ySPK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-un9hj6ySPK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9hj6ySPK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9hj6ySPK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9hj6ySPK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9hj6ySPK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9hj6ySPK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9hj6ySPK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9hj6ySPK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9hj6ySPK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9hj6ySPK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9hj6ySPK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9hj6ySPK .navbar {
    height: 70px;
  }
  .cid-un9hj6ySPK .navbar.opened {
    height: auto;
  }
  .cid-un9hj6ySPK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9hj6ySPK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9hj6ySPK .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9hj6ySPK .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9hj6ySPK .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9hj6ySPK .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9hj6ySPK .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9hj6ySPK .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9hj6ySPK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9hj6ySPK .text_widget {
  margin-bottom: 32px;
}
.cid-un9hj6ySPK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9hj6ySPK .text_widget a:hover,
.cid-un9hj6ySPK .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9hj6ySPK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9hj6ySPK .navbar-caption {
  color: #000000;
}
.cid-un9hj6ySPK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9hj6ySPK .mbr-section-subtitle,
.cid-un9hj6ySPK .text_widget,
.cid-un9hj6ySPK .mbr-section-btn {
  text-align: center;
}
.cid-un9hj6ySPK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9hj6ySPK .nav-link,
.cid-un9hj6ySPK .dropdown-item {
  color: #000000;
}
.cid-un9hj9UOGn {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-un9hj9UOGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9hj9UOGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9hj9UOGn .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9hj9UOGn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9hj9UOGn .container {
    padding: 0 16px;
  }
}
.cid-un9hj9UOGn .row {
  position: relative;
  z-index: 1;
}
.cid-un9hj9UOGn .card {
  justify-content: flex-end;
}
.cid-un9hj9UOGn .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9hj9UOGn .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9hj9UOGn .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-un9hj9UOGn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9hj9UOGn .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-un9hj9UOGn .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9hj9UOGn .tabs-wrapper {
  text-align: right;
}
.cid-un9hj9UOGn .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #f7c59f;
  box-shadow: 4px 6px 0 0 #004e89;
  margin-bottom: 24px;
}
.cid-un9hj9UOGn .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-un9hj9UOGn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-un9hj9UOGn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-un9hj9UOGn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ff6b35;
  color: #000000;
}
.cid-un9hj9UOGn .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #f7c59f;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-un9hj9UOGn .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-un9hj9UOGn .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-un9hj9UOGn .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-un9hj9UOGn .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-un9hj9UOGn .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-un9hj9UOGn .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-un9hj9UOGn .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-un9hj9UOGn .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-un9hj9UOGn .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-un9hj9UOGn .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-un9hj9UOGn .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #004e89;
}
@media (max-width: 992px) {
  .cid-un9hj9UOGn .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-un9hj9UOGn .mbr-section-title {
  color: #000000;
}
.cid-un9hj9UOGn .mbr-section-subtitle {
  color: #000000;
}
.cid-un9hj9UOGn .mbr-text {
  color: #000000;
}
.cid-un9hj9UOGn .item-title {
  color: #000000;
}
.cid-un9hj9UOGn .item-text {
  color: #000000;
}
.cid-un9hj9UOGn .mbr-section-subtitle,
.cid-un9hj9UOGn .subtitle-wrapper {
  color: #000000;
}
.cid-un9hj9UOGn .mbr-section-title,
.cid-un9hj9UOGn .tabs-wrapper {
  color: #c5ab50;
}
.cid-un9hj9UOGn .mbr-text,
.cid-un9hj9UOGn .text-wrapper {
  color: #c5ab50;
}
.cid-un9hj8VJPq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #002040;
}
.cid-un9hj8VJPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9hj8VJPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9hj8VJPq .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9hj8VJPq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9hj8VJPq .container {
    padding: 0 16px;
  }
}
.cid-un9hj8VJPq .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9hj8VJPq .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9hj8VJPq .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9hj8VJPq .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9hj8VJPq .item .item-wrapper {
  height: 100%;
}
.cid-un9hj8VJPq .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9hj8VJPq .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9hj8VJPq .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9hj8VJPq .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9hj8VJPq .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9hj8VJPq .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9hj8VJPq .item-title {
  color: #000000;
}
.cid-un9hj8VJPq .list {
  color: #000000;
}
.cid-un9hj8VJPq .item-title,
.cid-un9hj8VJPq .mbr-section-btn {
  color: #000000;
}
.cid-un9hj8VJPq .list,
.cid-un9hj8VJPq .item-wrap,
.cid-un9hj8VJPq .list-wrapper {
  color: #000000;
}
.cid-un9hj8VJPq .item-title1 {
  color: #FFFFFF;
}
.cid-un9hj8VJPq .list1,
.cid-un9hj8VJPq .item-wrap1,
.cid-un9hj8VJPq .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9hj8VJPq .item-title2 {
  color: #000000;
}
.cid-un9hj8VJPq .list2,
.cid-un9hj8VJPq .item-wrap2,
.cid-un9hj8VJPq .list-wrapper2 {
  color: #000000;
}
.cid-un9hj8VJPq .item-title3 {
  color: #000000;
}
.cid-un9hj8VJPq .list3,
.cid-un9hj8VJPq .item-wrap3,
.cid-un9hj8VJPq .list-wrapper3 {
  color: #000000;
}
.cid-un9hjaB6Hy {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #002040;
}
.cid-un9hjaB6Hy .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9hjaB6Hy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9hjaB6Hy .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9hjaB6Hy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9hjaB6Hy .container {
    padding: 0 16px;
  }
}
.cid-un9hjaB6Hy .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9hjaB6Hy .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9hjaB6Hy .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9hjaB6Hy .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9hjaB6Hy .item .item-wrapper {
  height: 100%;
}
.cid-un9hjaB6Hy .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9hjaB6Hy .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9hjaB6Hy .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9hjaB6Hy .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9hjaB6Hy .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9hjaB6Hy .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9hjaB6Hy .item-title {
  color: #000000;
}
.cid-un9hjaB6Hy .list {
  color: #000000;
}
.cid-un9hjaB6Hy .item-title,
.cid-un9hjaB6Hy .mbr-section-btn {
  color: #000000;
}
.cid-un9hjaB6Hy .list,
.cid-un9hjaB6Hy .item-wrap,
.cid-un9hjaB6Hy .list-wrapper {
  color: #000000;
}
.cid-un9hjaB6Hy .item-title1 {
  color: #FFFFFF;
}
.cid-un9hjaB6Hy .list1,
.cid-un9hjaB6Hy .item-wrap1,
.cid-un9hjaB6Hy .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9hjaB6Hy .item-title2 {
  color: #000000;
}
.cid-un9hjaB6Hy .list2,
.cid-un9hjaB6Hy .item-wrap2,
.cid-un9hjaB6Hy .list-wrapper2 {
  color: #000000;
}
.cid-un9hjaB6Hy .item-title3 {
  color: #000000;
}
.cid-un9hjaB6Hy .list3,
.cid-un9hjaB6Hy .item-wrap3,
.cid-un9hjaB6Hy .list-wrapper3 {
  color: #000000;
}
.cid-un9hjbMIxz {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-un9hjbMIxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9hjbMIxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9hjbMIxz .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9hjbMIxz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9hjbMIxz .container {
    padding: 0 16px;
  }
}
.cid-un9hjbMIxz .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-un9hjbMIxz .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-un9hjbMIxz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9hjbMIxz .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-un9hjbMIxz .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-un9hjbMIxz .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-un9hjbMIxz .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-un9hjbMIxz .item .item-wrapper .item-img img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-un9hjbMIxz .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-un9hjbMIxz .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-un9hjbMIxz .mbr-section-title {
  color: #c5ab50;
  text-align: center;
}
.cid-un9hjbMIxz .item-text {
  color: #000000;
}
.cid-un9hjbMIxz .item-text,
.cid-un9hjbMIxz .mbr-section-btn {
  color: #c5ab50;
}
.cid-un9hjduAhx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #002040;
  overflow: hidden;
}
.cid-un9hjduAhx .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9hjduAhx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9hjduAhx .container {
    padding: 0 16px;
  }
}
.cid-un9hjduAhx .row {
  justify-content: center;
}
.cid-un9hjduAhx .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #c5ab50;
}
.cid-un9hjduAhx .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #c5ab50;
  text-align: right;
}
.cid-un9hjduAhx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9hjduAhx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9hjduAhx .embla__slide .slide-content {
  width: 100%;
}
.cid-un9hjduAhx .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9hjduAhx .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9hjduAhx .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9hjduAhx .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9hjduAhx .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9hjduAhx .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9hjduAhx .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9hjduAhx .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9hjduAhx .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9hjduAhx .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9hjduAhx .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9hjduAhx .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9hjduAhx .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9hjduAhx .embla__button--next,
.cid-un9hjduAhx .embla__button--prev {
  display: flex;
}
.cid-un9hjduAhx .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9hjduAhx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9hjduAhx .embla__button:hover {
  opacity: 0.5;
}
.cid-un9hjduAhx .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9hjduAhx .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9hjduAhx .embla {
  position: relative;
  width: 100%;
}
.cid-un9hjduAhx .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9hjduAhx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9hjduAhx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9hjduAhx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9hjduAhx .item-text {
  color: #000000;
}
.cid-un9hjduAhx .item-name {
  color: #000000;
}
.cid-un9hjduAhx .item-role {
  color: #000000;
}
.cid-un9hjduAhx .item-name,
.cid-un9hjduAhx .image-wrapper {
  color: #000000;
}
.cid-un9hjduAhx .item-role,
.cid-un9hjduAhx .image-wrapper {
  color: #000000;
}
.cid-un9hjduAhx .item-text1 {
  color: #000000;
}
.cid-un9hjduAhx .item-name1 {
  color: #000000;
}
.cid-un9hjduAhx .item-role1 {
  color: #000000;
}
.cid-un9hjduAhx .item-text2 {
  color: #FFFFFF;
}
.cid-un9hjduAhx .item-name2 {
  color: #FFFFFF;
}
.cid-un9hjduAhx .item-role2 {
  color: #FFFFFF;
}
.cid-un9hjduAhx .item-text3 {
  color: #000000;
}
.cid-un9hjduAhx .item-name3 {
  color: #000000;
}
.cid-un9hjduAhx .item-role3 {
  color: #000000;
}
.cid-un9hjeiDR3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-un9hjeiDR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9hjeiDR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9hjeiDR3 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9hjeiDR3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9hjeiDR3 .container {
    padding: 0 16px;
  }
}
.cid-un9hjeiDR3 .row {
  position: relative;
  z-index: 1;
}
.cid-un9hjeiDR3 .card {
  justify-content: flex-end;
}
.cid-un9hjeiDR3 .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-un9hjeiDR3 .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-un9hjeiDR3 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9hjeiDR3 .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-un9hjeiDR3 .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-un9hjeiDR3 .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-un9hjeiDR3 .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-un9hjeiDR3 .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9hjeiDR3 .card-wrapper .image-wrapper .card-desc {
    left: 0.5rem;
  }
}
.cid-un9hjeiDR3 .card-wrapper .card-wrap {
  background-color: #ff6b35;
  box-shadow: 4px 6px 0 0 #004e89;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9hjeiDR3 .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-un9hjeiDR3 .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-un9hjeiDR3 .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-un9hjeiDR3 .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-un9hjeiDR3 .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-un9hjeiDR3 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9hjeiDR3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-un9hjeiDR3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9hjeiDR3 .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-un9hjeiDR3 .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-un9hjeiDR3 .text-wrapper {
    margin-left: 0;
  }
}
.cid-un9hjeiDR3 .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9hjeiDR3 .mbr-section-title {
  color: #c5ab50;
  text-align: right;
}
.cid-un9hjeiDR3 .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-un9hjeiDR3 .mbr-text {
  color: #000000;
}
.cid-un9hjeiDR3 .card-desc {
  color: #000000;
}
.cid-un9hjeiDR3 .card-text {
  color: #000000;
}
.cid-un9hjeiDR3 .card-name {
  color: #000000;
}
.cid-un9hjeiDR3 .card-role {
  color: #000000;
}
.cid-un9hjeiDR3 .mbr-text,
.cid-un9hjeiDR3 .mbr-section-btn {
  color: #c5ab50;
}
.cid-un9hjokEa7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9hjokEa7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9hjokEa7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9hjokEa7 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9hjokEa7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9hjokEa7 .container {
    padding: 0 16px;
  }
}
.cid-un9hjokEa7 .row {
  position: relative;
  justify-content: center;
}
.cid-un9hjokEa7 .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9hjokEa7 .card {
  justify-content: center;
}
.cid-un9hjokEa7 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9hjokEa7 .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9hjokEa7 .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9hjokEa7 .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9hjokEa7 .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9hjokEa7 .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9hjokEa7 .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9hjokEa7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9hjokEa7 .nav-wrapper .list {
    display: block;
  }
}
.cid-un9hjokEa7 .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9hjokEa7 .nav-wrapper .list .item-wrap:hover::before,
.cid-un9hjokEa7 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9hjokEa7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9hjokEa7 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9hjokEa7 .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9hjokEa7 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9hjokEa7 .mbr-copy {
  color: #c5ab50;
}
.cid-un9hjokEa7 .list,
.cid-un9hjokEa7 .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9hjokEa7 .list,
  .cid-un9hjokEa7 .nav-wrapper {
    text-align: left;
  }
}
.cid-un9hjokEa7 .list,
.cid-un9hjokEa7 .item-wrap,
.cid-un9hjokEa7 .nav-wrapper {
  color: #c5ab50;
}
.cid-un9vrCY5P2 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9vrCY5P2 .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9vrCY5P2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-un9vrCY5P2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9vrCY5P2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9vrCY5P2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9vrCY5P2 .menu_box .navbar.opened,
  .cid-un9vrCY5P2 .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9vrCY5P2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9vrCY5P2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9vrCY5P2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9vrCY5P2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9vrCY5P2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9vrCY5P2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9vrCY5P2 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9vrCY5P2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9vrCY5P2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9vrCY5P2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9vrCY5P2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9vrCY5P2 .offcanvas-body .mbr-text,
  .cid-un9vrCY5P2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9vrCY5P2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9vrCY5P2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9vrCY5P2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9vrCY5P2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9vrCY5P2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9vrCY5P2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9vrCY5P2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9vrCY5P2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9vrCY5P2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9vrCY5P2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9vrCY5P2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9vrCY5P2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9vrCY5P2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9vrCY5P2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9vrCY5P2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9vrCY5P2 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9vrCY5P2 .nav-item {
    margin: 0 !important;
  }
}
.cid-un9vrCY5P2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9vrCY5P2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9vrCY5P2 .nav-item .nav-link:hover,
.cid-un9vrCY5P2 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9vrCY5P2 .nav-item .nav-link:hover::before,
.cid-un9vrCY5P2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9vrCY5P2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9vrCY5P2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9vrCY5P2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9vrCY5P2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9vrCY5P2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9vrCY5P2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9vrCY5P2 .offcanvas_box {
    display: none;
  }
}
.cid-un9vrCY5P2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9vrCY5P2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9vrCY5P2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9vrCY5P2 .container {
  display: flex;
  margin: auto;
}
.cid-un9vrCY5P2 .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9vrCY5P2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9vrCY5P2 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9vrCY5P2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9vrCY5P2 .navbar-nav {
    margin: 0;
  }
}
.cid-un9vrCY5P2 .dropdown-menu,
.cid-un9vrCY5P2 .navbar.opened {
  background-color: false !important;
}
.cid-un9vrCY5P2 .nav-item:focus,
.cid-un9vrCY5P2 .nav-link:focus {
  outline: none;
}
.cid-un9vrCY5P2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9vrCY5P2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9vrCY5P2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9vrCY5P2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9vrCY5P2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9vrCY5P2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9vrCY5P2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9vrCY5P2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9vrCY5P2 .navbar.opened {
  transition: all 0.3s;
}
.cid-un9vrCY5P2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9vrCY5P2 .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9vrCY5P2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9vrCY5P2 .navbar.collapsed {
  justify-content: center;
}
.cid-un9vrCY5P2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9vrCY5P2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9vrCY5P2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9vrCY5P2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9vrCY5P2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9vrCY5P2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9vrCY5P2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9vrCY5P2 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9vrCY5P2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9vrCY5P2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9vrCY5P2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9vrCY5P2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9vrCY5P2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9vrCY5P2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9vrCY5P2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9vrCY5P2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9vrCY5P2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9vrCY5P2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9vrCY5P2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9vrCY5P2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9vrCY5P2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9vrCY5P2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9vrCY5P2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9vrCY5P2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9vrCY5P2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9vrCY5P2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9vrCY5P2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9vrCY5P2 .dropdown-item.active,
.cid-un9vrCY5P2 .dropdown-item:active {
  background-color: transparent;
}
.cid-un9vrCY5P2 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9vrCY5P2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9vrCY5P2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9vrCY5P2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9vrCY5P2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9vrCY5P2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9vrCY5P2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-un9vrCY5P2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9vrCY5P2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9vrCY5P2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9vrCY5P2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9vrCY5P2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9vrCY5P2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9vrCY5P2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9vrCY5P2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9vrCY5P2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9vrCY5P2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9vrCY5P2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9vrCY5P2 .navbar {
    height: 70px;
  }
  .cid-un9vrCY5P2 .navbar.opened {
    height: auto;
  }
  .cid-un9vrCY5P2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9vrCY5P2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9vrCY5P2 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9vrCY5P2 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9vrCY5P2 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9vrCY5P2 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9vrCY5P2 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9vrCY5P2 .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9vrCY5P2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9vrCY5P2 .text_widget {
  margin-bottom: 32px;
}
.cid-un9vrCY5P2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9vrCY5P2 .text_widget a:hover,
.cid-un9vrCY5P2 .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9vrCY5P2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9vrCY5P2 .navbar-caption {
  color: #000000;
}
.cid-un9vrCY5P2 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9vrCY5P2 .mbr-section-subtitle,
.cid-un9vrCY5P2 .text_widget,
.cid-un9vrCY5P2 .mbr-section-btn {
  text-align: center;
}
.cid-un9vrCY5P2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9vrCY5P2 .nav-link,
.cid-un9vrCY5P2 .dropdown-item {
  color: #000000;
}
.cid-un9vrDHxbk {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #002040;
}
.cid-un9vrDHxbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9vrDHxbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9vrDHxbk .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9vrDHxbk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9vrDHxbk .container {
    padding: 0 16px;
  }
}
.cid-un9vrDHxbk .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9vrDHxbk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9vrDHxbk .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9vrDHxbk .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9vrDHxbk .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9vrDHxbk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9vrDHxbk .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9vrDHxbk .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9vrDHxbk .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9vrDHxbk .image-wrapper img {
    height: 350px;
  }
}
.cid-un9vrDHxbk .mbr-section-title {
  color: #ffffff;
}
.cid-un9vrDHxbk .mbr-text {
  color: #ffffff;
}
.cid-un9vrDHxbk .mbr-section-title,
.cid-un9vrDHxbk .mbr-section-btn {
  color: #c5ab50;
}
.cid-un9vrDHxbk .mbr-text,
.cid-un9vrDHxbk .text-wrapper {
  color: #c5ab50;
}
.cid-un9vrHgsZX {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #002040;
}
.cid-un9vrHgsZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9vrHgsZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9vrHgsZX .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9vrHgsZX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9vrHgsZX .container {
    padding: 0 16px;
  }
}
.cid-un9vrHgsZX .card {
  justify-content: center;
}
.cid-un9vrHgsZX .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9vrHgsZX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9vrHgsZX .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9vrHgsZX .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9vrHgsZX .mbr-section-title {
  color: #000000;
}
.cid-un9vrHgsZX .mbr-text {
  color: #000000;
}
.cid-un9vrHgsZX .mbr-desc {
  color: #000000;
}
.cid-un9vrHgsZX .mbr-section-title,
.cid-un9vrHgsZX .title-wrapper {
  color: #000000;
}
.cid-un9vrHgsZX .mbr-text,
.cid-un9vrHgsZX .mbr-section-btn {
  color: #c5ab50;
}
.cid-un9vrE4jKY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-un9vrE4jKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9vrE4jKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9vrE4jKY .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9vrE4jKY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9vrE4jKY .container {
    padding: 0 16px;
  }
}
.cid-un9vrE4jKY .card {
  justify-content: flex-end;
}
.cid-un9vrE4jKY .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9vrE4jKY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9vrE4jKY .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9vrE4jKY .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9vrE4jKY .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9vrE4jKY .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9vrE4jKY .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9vrE4jKY .mbr-section-title {
  color: #ffffff;
}
.cid-un9vrE4jKY .mbr-text {
  color: #ffffff;
}
.cid-un9vrE4jKY .mbr-section-title,
.cid-un9vrE4jKY .mbr-section-btn {
  color: #c5ab50;
}
.cid-un9vrE4jKY .mbr-text,
.cid-un9vrE4jKY .text-wrapper {
  color: #c5ab50;
}
.cid-un9vrF8PZm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-un9vrF8PZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9vrF8PZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9vrF8PZm .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9vrF8PZm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9vrF8PZm .container {
    padding: 0 16px;
  }
}
.cid-un9vrF8PZm .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9vrF8PZm .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9vrF8PZm .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9vrF8PZm .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9vrF8PZm .item .item-wrapper {
  height: 100%;
}
.cid-un9vrF8PZm .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9vrF8PZm .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9vrF8PZm .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9vrF8PZm .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9vrF8PZm .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9vrF8PZm .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9vrF8PZm .item-title {
  color: #000000;
}
.cid-un9vrF8PZm .list {
  color: #000000;
}
.cid-un9vrF8PZm .item-title,
.cid-un9vrF8PZm .mbr-section-btn {
  color: #000000;
}
.cid-un9vrF8PZm .list,
.cid-un9vrF8PZm .item-wrap,
.cid-un9vrF8PZm .list-wrapper {
  color: #000000;
}
.cid-un9vrF8PZm .item-title1 {
  color: #FFFFFF;
}
.cid-un9vrF8PZm .list1,
.cid-un9vrF8PZm .item-wrap1,
.cid-un9vrF8PZm .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9vrF8PZm .item-title2 {
  color: #000000;
}
.cid-un9vrF8PZm .list2,
.cid-un9vrF8PZm .item-wrap2,
.cid-un9vrF8PZm .list-wrapper2 {
  color: #000000;
}
.cid-un9vrF8PZm .item-title3 {
  color: #000000;
}
.cid-un9vrF8PZm .list3,
.cid-un9vrF8PZm .item-wrap3,
.cid-un9vrF8PZm .list-wrapper3 {
  color: #000000;
}
.cid-un9vrEroWp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #002040;
}
.cid-un9vrEroWp .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9vrEroWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9vrEroWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9vrEroWp .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9vrEroWp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9vrEroWp .container {
    padding: 0 16px;
  }
}
.cid-un9vrEroWp .row {
  position: relative;
  z-index: 1;
}
.cid-un9vrEroWp .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9vrEroWp .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9vrEroWp .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9vrEroWp .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9vrEroWp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9vrEroWp .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9vrEroWp .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9vrEroWp .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9vrEroWp .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9vrEroWp .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9vrEroWp .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9vrEroWp .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9vrEroWp .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9vrEroWp .mbr-media {
  position: relative;
}
.cid-un9vrEroWp .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9vrEroWp a:hover {
  background-image: none !important;
}
.cid-un9vrEroWp .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9vrEroWp .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9vrEroWp .icon-wrap:hover::before,
.cid-un9vrEroWp .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9vrEroWp .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9vrEroWp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9vrEroWp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9vrEroWp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9vrEroWp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9vrEroWp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9vrEroWp .mbr-section-title {
  color: #c5ab50;
}
.cid-un9vrEroWp .mbr-section-subtitle {
  color: #000000;
}
.cid-un9vrEroWp .mbr-text {
  color: #000000;
}
.cid-un9vrEroWp .mbr-section-subtitle,
.cid-un9vrEroWp .subtitle-wrapper {
  color: #000000;
}
.cid-un9vrEroWp .mbr-text,
.cid-un9vrEroWp .mbr-section-btn {
  color: #c5ab50;
}
.cid-un9vrFqBo9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-un9vrFqBo9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9vrFqBo9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9vrFqBo9 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9vrFqBo9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9vrFqBo9 .container {
    padding: 0 16px;
  }
}
.cid-un9vrFqBo9 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9vrFqBo9 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9vrFqBo9 .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9vrFqBo9 .image-wrapper img {
    height: 350px;
  }
}
.cid-un9vrFqBo9 .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9vrFqBo9 .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9vrFqBo9 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9vrFqBo9 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9vrFqBo9 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9vrFqBo9 .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #c5ab50;
}
@media (max-width: 992px) {
  .cid-un9vrFqBo9 .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9vrFqBo9 .mbr-section-title {
  color: #000000;
}
.cid-un9vrFqBo9 .mbr-section-subtitle {
  color: #000000;
}
.cid-un9vrFqBo9 .mbr-section-subtitle,
.cid-un9vrFqBo9 .subtitle-wrapper {
  color: #000000;
}
.cid-un9vrFqBo9 .mbr-section-title,
.cid-un9vrFqBo9 .mbr-section-btn {
  color: #c5ab50;
}
.cid-un9vrFH9Tu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-un9vrFH9Tu .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9vrFH9Tu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9vrFH9Tu .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9vrFH9Tu .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9vrFH9Tu .container {
    padding: 0 16px;
  }
}
.cid-un9vrFH9Tu .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9vrFH9Tu .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9vrFH9Tu .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9vrFH9Tu .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9vrFH9Tu .item .item-wrapper {
  height: 100%;
}
.cid-un9vrFH9Tu .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9vrFH9Tu .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9vrFH9Tu .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9vrFH9Tu .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9vrFH9Tu .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9vrFH9Tu .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9vrFH9Tu .item-title {
  color: #000000;
}
.cid-un9vrFH9Tu .list {
  color: #000000;
}
.cid-un9vrFH9Tu .item-title,
.cid-un9vrFH9Tu .mbr-section-btn {
  color: #000000;
}
.cid-un9vrFH9Tu .list,
.cid-un9vrFH9Tu .item-wrap,
.cid-un9vrFH9Tu .list-wrapper {
  color: #000000;
}
.cid-un9vrFH9Tu .item-title1 {
  color: #FFFFFF;
}
.cid-un9vrFH9Tu .list1,
.cid-un9vrFH9Tu .item-wrap1,
.cid-un9vrFH9Tu .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9vrFH9Tu .item-title2 {
  color: #000000;
}
.cid-un9vrFH9Tu .list2,
.cid-un9vrFH9Tu .item-wrap2,
.cid-un9vrFH9Tu .list-wrapper2 {
  color: #000000;
}
.cid-un9vrFH9Tu .item-title3 {
  color: #000000;
}
.cid-un9vrFH9Tu .list3,
.cid-un9vrFH9Tu .item-wrap3,
.cid-un9vrFH9Tu .list-wrapper3 {
  color: #000000;
}
.cid-un9vrG1dFU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #002040;
  overflow: hidden;
}
.cid-un9vrG1dFU .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9vrG1dFU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9vrG1dFU .container {
    padding: 0 16px;
  }
}
.cid-un9vrG1dFU .row {
  justify-content: center;
}
.cid-un9vrG1dFU .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #c5ab50;
}
.cid-un9vrG1dFU .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #c5ab50;
  text-align: right;
}
.cid-un9vrG1dFU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9vrG1dFU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9vrG1dFU .embla__slide .slide-content {
  width: 100%;
}
.cid-un9vrG1dFU .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9vrG1dFU .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9vrG1dFU .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9vrG1dFU .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9vrG1dFU .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9vrG1dFU .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9vrG1dFU .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9vrG1dFU .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9vrG1dFU .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9vrG1dFU .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9vrG1dFU .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9vrG1dFU .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9vrG1dFU .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9vrG1dFU .embla__button--next,
.cid-un9vrG1dFU .embla__button--prev {
  display: flex;
}
.cid-un9vrG1dFU .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9vrG1dFU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9vrG1dFU .embla__button:hover {
  opacity: 0.5;
}
.cid-un9vrG1dFU .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9vrG1dFU .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9vrG1dFU .embla {
  position: relative;
  width: 100%;
}
.cid-un9vrG1dFU .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9vrG1dFU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9vrG1dFU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9vrG1dFU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9vrG1dFU .item-text {
  color: #000000;
}
.cid-un9vrG1dFU .item-name {
  color: #000000;
}
.cid-un9vrG1dFU .item-role {
  color: #000000;
}
.cid-un9vrG1dFU .item-name,
.cid-un9vrG1dFU .image-wrapper {
  color: #000000;
}
.cid-un9vrG1dFU .item-role,
.cid-un9vrG1dFU .image-wrapper {
  color: #000000;
}
.cid-un9vrG1dFU .item-text1 {
  color: #000000;
}
.cid-un9vrG1dFU .item-name1 {
  color: #000000;
}
.cid-un9vrG1dFU .item-role1 {
  color: #000000;
}
.cid-un9vrG1dFU .item-text2 {
  color: #FFFFFF;
}
.cid-un9vrG1dFU .item-name2 {
  color: #FFFFFF;
}
.cid-un9vrG1dFU .item-role2 {
  color: #FFFFFF;
}
.cid-un9vrG1dFU .item-text3 {
  color: #000000;
}
.cid-un9vrG1dFU .item-name3 {
  color: #000000;
}
.cid-un9vrG1dFU .item-role3 {
  color: #000000;
}
.cid-un9vrGxypo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9vrGxypo .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9vrGxypo .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-un9vrGxypo .container {
    padding: 0 16px;
  }
}
.cid-un9vrGxypo .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9vrGxypo .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9vrGxypo .mbr-section-title {
  color: #ffffff;
}
.cid-un9vrGxypo .mbr-section-title,
.cid-un9vrGxypo .mbr-section-btn {
  text-align: center;
  color: #c5ab50;
}
.cid-un9vrHAbe6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-un9vrHAbe6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9vrHAbe6 .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-un9vrHAbe6 .container {
    padding: 0 16px;
  }
}
.cid-un9vrHAbe6 .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9vrHAbe6 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9vrHAbe6 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9vrHAbe6 .item .item-wrapper {
  height: 100%;
}
.cid-un9vrHAbe6 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9vrHAbe6 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9vrHAbe6 .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9vrHAbe6 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9vrHAbe6 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9vrHAbe6 .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9vrHAbe6 .item-emoji {
  color: #000000;
}
.cid-un9vrHAbe6 .item-title {
  color: #000000;
}
.cid-un9vrHAbe6 .item-text {
  color: #000000;
}
.cid-un9vrHAbe6 .item-title,
.cid-un9vrHAbe6 .mbr-section-btn {
  color: #000000;
}
.cid-un9vrHAbe6 .item-title1 {
  color: #000000;
}
.cid-un9vrHAbe6 .item-text1 {
  color: #000000;
}
.cid-un9vrHAbe6 .item-title2 {
  color: #FFFFFF;
}
.cid-un9vrHAbe6 .item-text2 {
  color: #FFFFFF;
}
.cid-un9HHDtZJR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-un9HHDtZJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9HHDtZJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9HHDtZJR .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9HHDtZJR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9HHDtZJR .container {
    padding: 0 30px;
  }
}
.cid-un9HHDtZJR .row {
  justify-content: center;
}
.cid-un9HHDtZJR .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9HHDtZJR .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9HHDtZJR .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9HHDtZJR .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9HHDtZJR .mbr-text {
  color: #c5ab50;
}
.cid-un9vrINH8k {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9vrINH8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9vrINH8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9vrINH8k .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9vrINH8k .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9vrINH8k .container {
    padding: 0 16px;
  }
}
.cid-un9vrINH8k .row {
  position: relative;
  justify-content: center;
}
.cid-un9vrINH8k .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9vrINH8k .card {
  justify-content: center;
}
.cid-un9vrINH8k .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9vrINH8k .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9vrINH8k .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9vrINH8k .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9vrINH8k .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9vrINH8k .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9vrINH8k .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9vrINH8k .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9vrINH8k .nav-wrapper .list {
    display: block;
  }
}
.cid-un9vrINH8k .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9vrINH8k .nav-wrapper .list .item-wrap:hover::before,
.cid-un9vrINH8k .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9vrINH8k .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9vrINH8k .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9vrINH8k .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9vrINH8k .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9vrINH8k .mbr-copy {
  color: #c5ab50;
}
.cid-un9vrINH8k .list,
.cid-un9vrINH8k .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9vrINH8k .list,
  .cid-un9vrINH8k .nav-wrapper {
    text-align: left;
  }
}
.cid-un9vrINH8k .list,
.cid-un9vrINH8k .item-wrap,
.cid-un9vrINH8k .nav-wrapper {
  color: #c5ab50;
}
.cid-un9w877KiX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9w877KiX .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9w877KiX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-un9w877KiX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9w877KiX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9w877KiX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9w877KiX .menu_box .navbar.opened,
  .cid-un9w877KiX .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9w877KiX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9w877KiX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9w877KiX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9w877KiX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9w877KiX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9w877KiX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9w877KiX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9w877KiX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9w877KiX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9w877KiX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9w877KiX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9w877KiX .offcanvas-body .mbr-text,
  .cid-un9w877KiX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9w877KiX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9w877KiX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9w877KiX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9w877KiX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9w877KiX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9w877KiX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9w877KiX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9w877KiX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9w877KiX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9w877KiX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9w877KiX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9w877KiX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9w877KiX .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9w877KiX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9w877KiX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9w877KiX .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9w877KiX .nav-item {
    margin: 0 !important;
  }
}
.cid-un9w877KiX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9w877KiX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9w877KiX .nav-item .nav-link:hover,
.cid-un9w877KiX .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9w877KiX .nav-item .nav-link:hover::before,
.cid-un9w877KiX .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9w877KiX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9w877KiX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9w877KiX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9w877KiX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9w877KiX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9w877KiX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9w877KiX .offcanvas_box {
    display: none;
  }
}
.cid-un9w877KiX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9w877KiX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9w877KiX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9w877KiX .container {
  display: flex;
  margin: auto;
}
.cid-un9w877KiX .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9w877KiX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9w877KiX .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9w877KiX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9w877KiX .navbar-nav {
    margin: 0;
  }
}
.cid-un9w877KiX .dropdown-menu,
.cid-un9w877KiX .navbar.opened {
  background-color: false !important;
}
.cid-un9w877KiX .nav-item:focus,
.cid-un9w877KiX .nav-link:focus {
  outline: none;
}
.cid-un9w877KiX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9w877KiX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9w877KiX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9w877KiX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9w877KiX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9w877KiX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9w877KiX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9w877KiX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9w877KiX .navbar.opened {
  transition: all 0.3s;
}
.cid-un9w877KiX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9w877KiX .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9w877KiX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9w877KiX .navbar.collapsed {
  justify-content: center;
}
.cid-un9w877KiX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9w877KiX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9w877KiX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9w877KiX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9w877KiX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9w877KiX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9w877KiX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9w877KiX .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9w877KiX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9w877KiX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9w877KiX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9w877KiX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9w877KiX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9w877KiX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9w877KiX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9w877KiX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9w877KiX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9w877KiX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9w877KiX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9w877KiX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9w877KiX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9w877KiX .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9w877KiX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9w877KiX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9w877KiX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9w877KiX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9w877KiX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9w877KiX .dropdown-item.active,
.cid-un9w877KiX .dropdown-item:active {
  background-color: transparent;
}
.cid-un9w877KiX .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9w877KiX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9w877KiX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9w877KiX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9w877KiX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9w877KiX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9w877KiX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-un9w877KiX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9w877KiX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9w877KiX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9w877KiX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9w877KiX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9w877KiX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9w877KiX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9w877KiX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9w877KiX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9w877KiX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9w877KiX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9w877KiX .navbar {
    height: 70px;
  }
  .cid-un9w877KiX .navbar.opened {
    height: auto;
  }
  .cid-un9w877KiX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9w877KiX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9w877KiX .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9w877KiX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9w877KiX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9w877KiX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9w877KiX .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9w877KiX .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9w877KiX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9w877KiX .text_widget {
  margin-bottom: 32px;
}
.cid-un9w877KiX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9w877KiX .text_widget a:hover,
.cid-un9w877KiX .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9w877KiX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9w877KiX .navbar-caption {
  color: #000000;
}
.cid-un9w877KiX .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9w877KiX .mbr-section-subtitle,
.cid-un9w877KiX .text_widget,
.cid-un9w877KiX .mbr-section-btn {
  text-align: center;
}
.cid-un9w877KiX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9w877KiX .nav-link,
.cid-un9w877KiX .dropdown-item {
  color: #000000;
}
.cid-un9w87AxCQ {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #4f35ff;
}
.cid-un9w87AxCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9w87AxCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9w87AxCQ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9w87AxCQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9w87AxCQ .container {
    padding: 0 16px;
  }
}
.cid-un9w87AxCQ .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9w87AxCQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9w87AxCQ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9w87AxCQ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9w87AxCQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9w87AxCQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9w87AxCQ .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9w87AxCQ .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9w87AxCQ .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9w87AxCQ .image-wrapper img {
    height: 350px;
  }
}
.cid-un9w87AxCQ .mbr-section-title {
  color: #ffffff;
}
.cid-un9w87AxCQ .mbr-text {
  color: #ffffff;
}
.cid-un9w87AxCQ .mbr-section-title,
.cid-un9w87AxCQ .mbr-section-btn {
  color: #000000;
}
.cid-un9w87AxCQ .mbr-text,
.cid-un9w87AxCQ .text-wrapper {
  color: #000000;
}
.cid-un9w8aLSeO {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9w8aLSeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9w8aLSeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9w8aLSeO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9w8aLSeO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9w8aLSeO .container {
    padding: 0 16px;
  }
}
.cid-un9w8aLSeO .card {
  justify-content: center;
}
.cid-un9w8aLSeO .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9w8aLSeO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9w8aLSeO .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9w8aLSeO .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9w8aLSeO .mbr-section-title {
  color: #000000;
}
.cid-un9w8aLSeO .mbr-text {
  color: #000000;
}
.cid-un9w8aLSeO .mbr-desc {
  color: #000000;
}
.cid-un9w8aLSeO .mbr-section-title,
.cid-un9w8aLSeO .title-wrapper {
  color: #000000;
}
.cid-un9w8aLSeO .mbr-text,
.cid-un9w8aLSeO .mbr-section-btn {
  color: #000000;
}
.cid-un9w87Tazj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9w87Tazj .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9w87Tazj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9w87Tazj .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9w87Tazj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9w87Tazj .container {
    padding: 0 16px;
  }
}
.cid-un9w87Tazj .card {
  justify-content: flex-end;
}
.cid-un9w87Tazj .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9w87Tazj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9w87Tazj .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9w87Tazj .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9w87Tazj .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9w87Tazj .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9w87Tazj .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9w87Tazj .mbr-section-title {
  color: #ffffff;
}
.cid-un9w87Tazj .mbr-text {
  color: #ffffff;
}
.cid-un9w87Tazj .mbr-section-title,
.cid-un9w87Tazj .mbr-section-btn {
  color: #000000;
}
.cid-un9w87Tazj .mbr-text,
.cid-un9w87Tazj .text-wrapper {
  color: #000000;
}
.cid-un9w88cx8I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9w88cx8I .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9w88cx8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9w88cx8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9w88cx8I .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9w88cx8I .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9w88cx8I .container {
    padding: 0 16px;
  }
}
.cid-un9w88cx8I .row {
  position: relative;
  z-index: 1;
}
.cid-un9w88cx8I .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9w88cx8I .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9w88cx8I .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9w88cx8I .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9w88cx8I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9w88cx8I .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9w88cx8I .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9w88cx8I .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9w88cx8I .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9w88cx8I .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9w88cx8I .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9w88cx8I .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9w88cx8I .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9w88cx8I .mbr-media {
  position: relative;
}
.cid-un9w88cx8I .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9w88cx8I a:hover {
  background-image: none !important;
}
.cid-un9w88cx8I .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9w88cx8I .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9w88cx8I .icon-wrap:hover::before,
.cid-un9w88cx8I .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9w88cx8I .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9w88cx8I .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9w88cx8I .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9w88cx8I .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9w88cx8I .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9w88cx8I .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9w88cx8I .mbr-section-title {
  color: #000000;
}
.cid-un9w88cx8I .mbr-section-subtitle {
  color: #000000;
}
.cid-un9w88cx8I .mbr-text {
  color: #000000;
}
.cid-un9w88cx8I .mbr-section-subtitle,
.cid-un9w88cx8I .subtitle-wrapper {
  color: #000000;
}
.cid-un9w88cx8I .mbr-text,
.cid-un9w88cx8I .mbr-section-btn {
  color: #000000;
}
.cid-un9w88E0k4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9w88E0k4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9w88E0k4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9w88E0k4 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9w88E0k4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9w88E0k4 .container {
    padding: 0 16px;
  }
}
.cid-un9w88E0k4 .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9w88E0k4 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9w88E0k4 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9w88E0k4 .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9w88E0k4 .item .item-wrapper {
  height: 100%;
}
.cid-un9w88E0k4 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9w88E0k4 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9w88E0k4 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9w88E0k4 .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9w88E0k4 .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9w88E0k4 .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9w88E0k4 .item-title {
  color: #000000;
}
.cid-un9w88E0k4 .list {
  color: #000000;
}
.cid-un9w88E0k4 .item-title,
.cid-un9w88E0k4 .mbr-section-btn {
  color: #000000;
}
.cid-un9w88E0k4 .list,
.cid-un9w88E0k4 .item-wrap,
.cid-un9w88E0k4 .list-wrapper {
  color: #000000;
}
.cid-un9w88E0k4 .item-title1 {
  color: #FFFFFF;
}
.cid-un9w88E0k4 .list1,
.cid-un9w88E0k4 .item-wrap1,
.cid-un9w88E0k4 .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9w88E0k4 .item-title2 {
  color: #000000;
}
.cid-un9w88E0k4 .list2,
.cid-un9w88E0k4 .item-wrap2,
.cid-un9w88E0k4 .list-wrapper2 {
  color: #000000;
}
.cid-un9w88E0k4 .item-title3 {
  color: #000000;
}
.cid-un9w88E0k4 .list3,
.cid-un9w88E0k4 .item-wrap3,
.cid-un9w88E0k4 .list-wrapper3 {
  color: #000000;
}
.cid-un9w88WrHX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9w88WrHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9w88WrHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9w88WrHX .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9w88WrHX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9w88WrHX .container {
    padding: 0 16px;
  }
}
.cid-un9w88WrHX .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9w88WrHX .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9w88WrHX .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9w88WrHX .image-wrapper img {
    height: 350px;
  }
}
.cid-un9w88WrHX .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9w88WrHX .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9w88WrHX .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9w88WrHX .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9w88WrHX .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9w88WrHX .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9w88WrHX .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9w88WrHX .mbr-section-title {
  color: #000000;
}
.cid-un9w88WrHX .mbr-section-subtitle {
  color: #000000;
}
.cid-un9w88WrHX .mbr-section-subtitle,
.cid-un9w88WrHX .subtitle-wrapper {
  color: #000000;
}
.cid-un9w88WrHX .mbr-section-title,
.cid-un9w88WrHX .mbr-section-btn {
  color: #000000;
}
.cid-un9w89ePZr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9w89ePZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9w89ePZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9w89ePZr .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9w89ePZr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9w89ePZr .container {
    padding: 0 16px;
  }
}
.cid-un9w89ePZr .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9w89ePZr .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9w89ePZr .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9w89ePZr .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9w89ePZr .item .item-wrapper {
  height: 100%;
}
.cid-un9w89ePZr .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9w89ePZr .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9w89ePZr .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9w89ePZr .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9w89ePZr .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9w89ePZr .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9w89ePZr .item-title {
  color: #000000;
}
.cid-un9w89ePZr .list {
  color: #000000;
}
.cid-un9w89ePZr .item-title,
.cid-un9w89ePZr .mbr-section-btn {
  color: #000000;
}
.cid-un9w89ePZr .list,
.cid-un9w89ePZr .item-wrap,
.cid-un9w89ePZr .list-wrapper {
  color: #000000;
}
.cid-un9w89ePZr .item-title1 {
  color: #FFFFFF;
}
.cid-un9w89ePZr .list1,
.cid-un9w89ePZr .item-wrap1,
.cid-un9w89ePZr .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9w89ePZr .item-title2 {
  color: #000000;
}
.cid-un9w89ePZr .list2,
.cid-un9w89ePZr .item-wrap2,
.cid-un9w89ePZr .list-wrapper2 {
  color: #000000;
}
.cid-un9w89ePZr .item-title3 {
  color: #000000;
}
.cid-un9w89ePZr .list3,
.cid-un9w89ePZr .item-wrap3,
.cid-un9w89ePZr .list-wrapper3 {
  color: #000000;
}
.cid-un9w89zpFj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9w89zpFj .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9w89zpFj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9w89zpFj .container {
    padding: 0 16px;
  }
}
.cid-un9w89zpFj .row {
  justify-content: center;
}
.cid-un9w89zpFj .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9w89zpFj .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9w89zpFj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9w89zpFj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9w89zpFj .embla__slide .slide-content {
  width: 100%;
}
.cid-un9w89zpFj .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9w89zpFj .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9w89zpFj .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9w89zpFj .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9w89zpFj .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9w89zpFj .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9w89zpFj .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9w89zpFj .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9w89zpFj .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9w89zpFj .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9w89zpFj .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9w89zpFj .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9w89zpFj .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9w89zpFj .embla__button--next,
.cid-un9w89zpFj .embla__button--prev {
  display: flex;
}
.cid-un9w89zpFj .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9w89zpFj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9w89zpFj .embla__button:hover {
  opacity: 0.5;
}
.cid-un9w89zpFj .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9w89zpFj .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9w89zpFj .embla {
  position: relative;
  width: 100%;
}
.cid-un9w89zpFj .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9w89zpFj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9w89zpFj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9w89zpFj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9w89zpFj .item-text {
  color: #000000;
}
.cid-un9w89zpFj .item-name {
  color: #000000;
}
.cid-un9w89zpFj .item-role {
  color: #000000;
}
.cid-un9w89zpFj .item-name,
.cid-un9w89zpFj .image-wrapper {
  color: #000000;
}
.cid-un9w89zpFj .item-role,
.cid-un9w89zpFj .image-wrapper {
  color: #000000;
}
.cid-un9w89zpFj .item-text1 {
  color: #000000;
}
.cid-un9w89zpFj .item-name1 {
  color: #000000;
}
.cid-un9w89zpFj .item-role1 {
  color: #000000;
}
.cid-un9w89zpFj .item-text2 {
  color: #FFFFFF;
}
.cid-un9w89zpFj .item-name2 {
  color: #FFFFFF;
}
.cid-un9w89zpFj .item-role2 {
  color: #FFFFFF;
}
.cid-un9w89zpFj .item-text3 {
  color: #000000;
}
.cid-un9w89zpFj .item-name3 {
  color: #000000;
}
.cid-un9w89zpFj .item-role3 {
  color: #000000;
}
.cid-un9w8a5SuS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9w8a5SuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9w8a5SuS .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-un9w8a5SuS .container {
    padding: 0 16px;
  }
}
.cid-un9w8a5SuS .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9w8a5SuS .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9w8a5SuS .mbr-section-title {
  color: #ffffff;
}
.cid-un9w8a5SuS .mbr-section-title,
.cid-un9w8a5SuS .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9w8ao69K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9w8ao69K .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9w8ao69K .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-un9w8ao69K .container {
    padding: 0 16px;
  }
}
.cid-un9w8ao69K .row {
  justify-content: center;
}
.cid-un9w8ao69K .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9w8ao69K .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9w8ao69K .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9w8ao69K .panel-group .card {
    padding: 24px;
  }
}
.cid-un9w8ao69K .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9w8ao69K .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9w8ao69K .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9w8ao69K .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9w8ao69K .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9w8ao69K .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9w8ao69K .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9w8ao69K .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9w8ao69K .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9w8ao69K .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9w8ao69K .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9w8ao69K .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9w8ao69K .mbr-section-title {
  color: #000000;
}
.cid-un9w8ao69K .panel-title-edit {
  color: #000000;
}
.cid-un9w8ao69K .panel-text {
  color: #000000;
}
.cid-un9w8ao69K .mbr-section-title,
.cid-un9w8ao69K .title-wrapper {
  color: #000000;
}
.cid-un9w8b9NWM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9w8b9NWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9w8b9NWM .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-un9w8b9NWM .container {
    padding: 0 16px;
  }
}
.cid-un9w8b9NWM .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9w8b9NWM .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9w8b9NWM .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9w8b9NWM .item .item-wrapper {
  height: 100%;
}
.cid-un9w8b9NWM .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9w8b9NWM .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9w8b9NWM .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9w8b9NWM .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9w8b9NWM .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9w8b9NWM .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9w8b9NWM .item-emoji {
  color: #000000;
}
.cid-un9w8b9NWM .item-title {
  color: #000000;
}
.cid-un9w8b9NWM .item-text {
  color: #000000;
}
.cid-un9w8b9NWM .item-title,
.cid-un9w8b9NWM .mbr-section-btn {
  color: #000000;
}
.cid-un9w8b9NWM .item-title1 {
  color: #000000;
}
.cid-un9w8b9NWM .item-text1 {
  color: #000000;
}
.cid-un9w8b9NWM .item-title2 {
  color: #FFFFFF;
}
.cid-un9w8b9NWM .item-text2 {
  color: #FFFFFF;
}
.cid-un9w8buQIp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9w8buQIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9w8buQIp .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-un9w8buQIp .container {
    padding: 0 16px;
  }
}
.cid-un9w8buQIp .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9w8buQIp .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9w8buQIp .item:hover .item-wrapper .card-box,
.cid-un9w8buQIp .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9w8buQIp .item:hover .item-wrapper .card-box .item-price,
.cid-un9w8buQIp .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9w8buQIp .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9w8buQIp .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9w8buQIp .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9w8buQIp .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9w8buQIp .item:hover .item-wrapper .card-box .btn-success,
.cid-un9w8buQIp .item:focus .item-wrapper .card-box .btn-success,
.cid-un9w8buQIp .item:hover .item-wrapper .card-box .btn-info,
.cid-un9w8buQIp .item:focus .item-wrapper .card-box .btn-info,
.cid-un9w8buQIp .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9w8buQIp .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9w8buQIp .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9w8buQIp .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9w8buQIp .item:hover .item-wrapper .card-box .btn-black,
.cid-un9w8buQIp .item:focus .item-wrapper .card-box .btn-black,
.cid-un9w8buQIp .item:hover .item-wrapper .card-box .btn-white,
.cid-un9w8buQIp .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9w8buQIp .item .item-wrapper {
  height: 100%;
}
.cid-un9w8buQIp .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9w8buQIp .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9w8buQIp .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9w8buQIp .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9w8buQIp .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9w8buQIp .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9w8buQIp .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9w8buQIp .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9w8buQIp .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9w8buQIp .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9w8buQIp .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9w8buQIp .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9w8buQIp .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9w8buQIp .item-title {
  color: #FF6B35;
}
.cid-un9w8buQIp .item-desc {
  color: #000000;
}
.cid-un9w8buQIp .item-price {
  color: #000000;
}
.cid-un9w8buQIp .list {
  color: #000000;
}
.cid-un9w8buQIp .item-price,
.cid-un9w8buQIp .mbr-section-btn {
  color: #000000;
}
.cid-un9w8buQIp .list,
.cid-un9w8buQIp .item-wrap,
.cid-un9w8buQIp .list-wrapper {
  color: #000000;
}
.cid-un9w8bV7L5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9w8bV7L5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9w8bV7L5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9w8bV7L5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9w8bV7L5 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9w8bV7L5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9w8bV7L5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9w8bV7L5 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9w8bV7L5 .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9w8bV7L5 .mbr-section-title {
  color: #ffffff;
}
.cid-un9w8bV7L5 .mbr-text,
.cid-un9w8bV7L5 .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9w8bV7L5 .mbr-section-title,
.cid-un9w8bV7L5 .mbr-section-btn {
  text-align: center;
}
.cid-un9HLqT4Dk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9HLqT4Dk .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9HLqT4Dk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9HLqT4Dk .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9HLqT4Dk .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9HLqT4Dk .container {
    padding: 0 30px;
  }
}
.cid-un9HLqT4Dk .row {
  justify-content: center;
}
.cid-un9HLqT4Dk .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9HLqT4Dk .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9HLqT4Dk .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9HLqT4Dk .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9HLqT4Dk .mbr-text {
  color: #000000;
}
.cid-un9w8chLSS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9w8chLSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9w8chLSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9w8chLSS .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9w8chLSS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9w8chLSS .container {
    padding: 0 16px;
  }
}
.cid-un9w8chLSS .row {
  position: relative;
  justify-content: center;
}
.cid-un9w8chLSS .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9w8chLSS .card {
  justify-content: center;
}
.cid-un9w8chLSS .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9w8chLSS .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9w8chLSS .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9w8chLSS .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9w8chLSS .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9w8chLSS .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9w8chLSS .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9w8chLSS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9w8chLSS .nav-wrapper .list {
    display: block;
  }
}
.cid-un9w8chLSS .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9w8chLSS .nav-wrapper .list .item-wrap:hover::before,
.cid-un9w8chLSS .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9w8chLSS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9w8chLSS .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9w8chLSS .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9w8chLSS .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9w8chLSS .mbr-copy {
  color: #c5ab50;
}
.cid-un9w8chLSS .list,
.cid-un9w8chLSS .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9w8chLSS .list,
  .cid-un9w8chLSS .nav-wrapper {
    text-align: left;
  }
}
.cid-un9w8chLSS .list,
.cid-un9w8chLSS .item-wrap,
.cid-un9w8chLSS .nav-wrapper {
  color: #c5ab50;
}
.cid-un9x3hbihD {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9x3hbihD .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9x3hbihD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-un9x3hbihD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9x3hbihD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9x3hbihD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9x3hbihD .menu_box .navbar.opened,
  .cid-un9x3hbihD .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9x3hbihD nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9x3hbihD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9x3hbihD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9x3hbihD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9x3hbihD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9x3hbihD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9x3hbihD .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9x3hbihD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9x3hbihD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9x3hbihD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9x3hbihD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9x3hbihD .offcanvas-body .mbr-text,
  .cid-un9x3hbihD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9x3hbihD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9x3hbihD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9x3hbihD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9x3hbihD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9x3hbihD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9x3hbihD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9x3hbihD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9x3hbihD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9x3hbihD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9x3hbihD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9x3hbihD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9x3hbihD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9x3hbihD .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9x3hbihD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9x3hbihD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9x3hbihD .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9x3hbihD .nav-item {
    margin: 0 !important;
  }
}
.cid-un9x3hbihD .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9x3hbihD .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9x3hbihD .nav-item .nav-link:hover,
.cid-un9x3hbihD .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9x3hbihD .nav-item .nav-link:hover::before,
.cid-un9x3hbihD .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9x3hbihD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9x3hbihD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9x3hbihD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9x3hbihD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9x3hbihD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9x3hbihD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9x3hbihD .offcanvas_box {
    display: none;
  }
}
.cid-un9x3hbihD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9x3hbihD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9x3hbihD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9x3hbihD .container {
  display: flex;
  margin: auto;
}
.cid-un9x3hbihD .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9x3hbihD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9x3hbihD .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9x3hbihD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9x3hbihD .navbar-nav {
    margin: 0;
  }
}
.cid-un9x3hbihD .dropdown-menu,
.cid-un9x3hbihD .navbar.opened {
  background-color: false !important;
}
.cid-un9x3hbihD .nav-item:focus,
.cid-un9x3hbihD .nav-link:focus {
  outline: none;
}
.cid-un9x3hbihD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9x3hbihD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9x3hbihD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9x3hbihD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9x3hbihD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9x3hbihD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9x3hbihD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9x3hbihD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9x3hbihD .navbar.opened {
  transition: all 0.3s;
}
.cid-un9x3hbihD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9x3hbihD .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9x3hbihD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9x3hbihD .navbar.collapsed {
  justify-content: center;
}
.cid-un9x3hbihD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9x3hbihD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9x3hbihD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9x3hbihD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9x3hbihD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9x3hbihD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9x3hbihD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9x3hbihD .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9x3hbihD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9x3hbihD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9x3hbihD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9x3hbihD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9x3hbihD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9x3hbihD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9x3hbihD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9x3hbihD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9x3hbihD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9x3hbihD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9x3hbihD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9x3hbihD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9x3hbihD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9x3hbihD .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9x3hbihD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9x3hbihD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9x3hbihD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9x3hbihD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9x3hbihD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9x3hbihD .dropdown-item.active,
.cid-un9x3hbihD .dropdown-item:active {
  background-color: transparent;
}
.cid-un9x3hbihD .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9x3hbihD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9x3hbihD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9x3hbihD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9x3hbihD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9x3hbihD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9x3hbihD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-un9x3hbihD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9x3hbihD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9x3hbihD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9x3hbihD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9x3hbihD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9x3hbihD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9x3hbihD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9x3hbihD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9x3hbihD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9x3hbihD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9x3hbihD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9x3hbihD .navbar {
    height: 70px;
  }
  .cid-un9x3hbihD .navbar.opened {
    height: auto;
  }
  .cid-un9x3hbihD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9x3hbihD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9x3hbihD .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9x3hbihD .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9x3hbihD .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9x3hbihD .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9x3hbihD .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9x3hbihD .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9x3hbihD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9x3hbihD .text_widget {
  margin-bottom: 32px;
}
.cid-un9x3hbihD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9x3hbihD .text_widget a:hover,
.cid-un9x3hbihD .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9x3hbihD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9x3hbihD .navbar-caption {
  color: #000000;
}
.cid-un9x3hbihD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9x3hbihD .mbr-section-subtitle,
.cid-un9x3hbihD .text_widget,
.cid-un9x3hbihD .mbr-section-btn {
  text-align: center;
}
.cid-un9x3hbihD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9x3hbihD .nav-link,
.cid-un9x3hbihD .dropdown-item {
  color: #000000;
}
.cid-un9x3hCXNU {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #4f35ff;
}
.cid-un9x3hCXNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x3hCXNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x3hCXNU .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x3hCXNU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x3hCXNU .container {
    padding: 0 16px;
  }
}
.cid-un9x3hCXNU .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9x3hCXNU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9x3hCXNU .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9x3hCXNU .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9x3hCXNU .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9x3hCXNU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9x3hCXNU .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9x3hCXNU .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9x3hCXNU .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9x3hCXNU .image-wrapper img {
    height: 350px;
  }
}
.cid-un9x3hCXNU .mbr-section-title {
  color: #ffffff;
}
.cid-un9x3hCXNU .mbr-text {
  color: #ffffff;
}
.cid-un9x3hCXNU .mbr-section-title,
.cid-un9x3hCXNU .mbr-section-btn {
  color: #000000;
}
.cid-un9x3hCXNU .mbr-text,
.cid-un9x3hCXNU .text-wrapper {
  color: #000000;
}
.cid-un9x3kX6Uc {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9x3kX6Uc .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x3kX6Uc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x3kX6Uc .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x3kX6Uc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x3kX6Uc .container {
    padding: 0 16px;
  }
}
.cid-un9x3kX6Uc .card {
  justify-content: center;
}
.cid-un9x3kX6Uc .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9x3kX6Uc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9x3kX6Uc .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9x3kX6Uc .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9x3kX6Uc .mbr-section-title {
  color: #000000;
}
.cid-un9x3kX6Uc .mbr-text {
  color: #000000;
}
.cid-un9x3kX6Uc .mbr-desc {
  color: #000000;
}
.cid-un9x3kX6Uc .mbr-section-title,
.cid-un9x3kX6Uc .title-wrapper {
  color: #000000;
}
.cid-un9x3kX6Uc .mbr-text,
.cid-un9x3kX6Uc .mbr-section-btn {
  color: #000000;
}
.cid-un9x3hSypJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9x3hSypJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x3hSypJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x3hSypJ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x3hSypJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x3hSypJ .container {
    padding: 0 16px;
  }
}
.cid-un9x3hSypJ .card {
  justify-content: flex-end;
}
.cid-un9x3hSypJ .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9x3hSypJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9x3hSypJ .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9x3hSypJ .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9x3hSypJ .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9x3hSypJ .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9x3hSypJ .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9x3hSypJ .mbr-section-title {
  color: #ffffff;
}
.cid-un9x3hSypJ .mbr-text {
  color: #ffffff;
}
.cid-un9x3hSypJ .mbr-section-title,
.cid-un9x3hSypJ .mbr-section-btn {
  color: #000000;
}
.cid-un9x3hSypJ .mbr-text,
.cid-un9x3hSypJ .text-wrapper {
  color: #000000;
}
.cid-un9x3i9dgw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9x3i9dgw .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9x3i9dgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x3i9dgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x3i9dgw .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x3i9dgw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x3i9dgw .container {
    padding: 0 16px;
  }
}
.cid-un9x3i9dgw .row {
  position: relative;
  z-index: 1;
}
.cid-un9x3i9dgw .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9x3i9dgw .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9x3i9dgw .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9x3i9dgw .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9x3i9dgw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9x3i9dgw .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9x3i9dgw .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9x3i9dgw .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9x3i9dgw .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9x3i9dgw .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9x3i9dgw .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9x3i9dgw .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9x3i9dgw .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9x3i9dgw .mbr-media {
  position: relative;
}
.cid-un9x3i9dgw .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9x3i9dgw a:hover {
  background-image: none !important;
}
.cid-un9x3i9dgw .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9x3i9dgw .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9x3i9dgw .icon-wrap:hover::before,
.cid-un9x3i9dgw .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9x3i9dgw .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9x3i9dgw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9x3i9dgw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9x3i9dgw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9x3i9dgw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9x3i9dgw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9x3i9dgw .mbr-section-title {
  color: #000000;
}
.cid-un9x3i9dgw .mbr-section-subtitle {
  color: #000000;
}
.cid-un9x3i9dgw .mbr-text {
  color: #000000;
}
.cid-un9x3i9dgw .mbr-section-subtitle,
.cid-un9x3i9dgw .subtitle-wrapper {
  color: #000000;
}
.cid-un9x3i9dgw .mbr-text,
.cid-un9x3i9dgw .mbr-section-btn {
  color: #000000;
}
.cid-un9x3iCntH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9x3iCntH .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x3iCntH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x3iCntH .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x3iCntH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x3iCntH .container {
    padding: 0 16px;
  }
}
.cid-un9x3iCntH .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9x3iCntH .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9x3iCntH .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9x3iCntH .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9x3iCntH .item .item-wrapper {
  height: 100%;
}
.cid-un9x3iCntH .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9x3iCntH .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9x3iCntH .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9x3iCntH .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9x3iCntH .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9x3iCntH .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9x3iCntH .item-title {
  color: #000000;
}
.cid-un9x3iCntH .list {
  color: #000000;
}
.cid-un9x3iCntH .item-title,
.cid-un9x3iCntH .mbr-section-btn {
  color: #000000;
}
.cid-un9x3iCntH .list,
.cid-un9x3iCntH .item-wrap,
.cid-un9x3iCntH .list-wrapper {
  color: #000000;
}
.cid-un9x3iCntH .item-title1 {
  color: #FFFFFF;
}
.cid-un9x3iCntH .list1,
.cid-un9x3iCntH .item-wrap1,
.cid-un9x3iCntH .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9x3iCntH .item-title2 {
  color: #000000;
}
.cid-un9x3iCntH .list2,
.cid-un9x3iCntH .item-wrap2,
.cid-un9x3iCntH .list-wrapper2 {
  color: #000000;
}
.cid-un9x3iCntH .item-title3 {
  color: #000000;
}
.cid-un9x3iCntH .list3,
.cid-un9x3iCntH .item-wrap3,
.cid-un9x3iCntH .list-wrapper3 {
  color: #000000;
}
.cid-un9x3iUxDi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9x3iUxDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x3iUxDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x3iUxDi .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x3iUxDi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x3iUxDi .container {
    padding: 0 16px;
  }
}
.cid-un9x3iUxDi .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9x3iUxDi .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9x3iUxDi .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9x3iUxDi .image-wrapper img {
    height: 350px;
  }
}
.cid-un9x3iUxDi .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9x3iUxDi .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9x3iUxDi .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9x3iUxDi .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9x3iUxDi .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9x3iUxDi .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9x3iUxDi .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9x3iUxDi .mbr-section-title {
  color: #000000;
}
.cid-un9x3iUxDi .mbr-section-subtitle {
  color: #000000;
}
.cid-un9x3iUxDi .mbr-section-subtitle,
.cid-un9x3iUxDi .subtitle-wrapper {
  color: #000000;
}
.cid-un9x3iUxDi .mbr-section-title,
.cid-un9x3iUxDi .mbr-section-btn {
  color: #000000;
}
.cid-un9x3jgyQc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9x3jgyQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x3jgyQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x3jgyQc .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x3jgyQc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x3jgyQc .container {
    padding: 0 16px;
  }
}
.cid-un9x3jgyQc .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9x3jgyQc .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9x3jgyQc .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9x3jgyQc .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9x3jgyQc .item .item-wrapper {
  height: 100%;
}
.cid-un9x3jgyQc .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9x3jgyQc .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9x3jgyQc .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9x3jgyQc .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9x3jgyQc .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9x3jgyQc .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9x3jgyQc .item-title {
  color: #000000;
}
.cid-un9x3jgyQc .list {
  color: #000000;
}
.cid-un9x3jgyQc .item-title,
.cid-un9x3jgyQc .mbr-section-btn {
  color: #000000;
}
.cid-un9x3jgyQc .list,
.cid-un9x3jgyQc .item-wrap,
.cid-un9x3jgyQc .list-wrapper {
  color: #000000;
}
.cid-un9x3jgyQc .item-title1 {
  color: #FFFFFF;
}
.cid-un9x3jgyQc .list1,
.cid-un9x3jgyQc .item-wrap1,
.cid-un9x3jgyQc .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9x3jgyQc .item-title2 {
  color: #000000;
}
.cid-un9x3jgyQc .list2,
.cid-un9x3jgyQc .item-wrap2,
.cid-un9x3jgyQc .list-wrapper2 {
  color: #000000;
}
.cid-un9x3jgyQc .item-title3 {
  color: #000000;
}
.cid-un9x3jgyQc .list3,
.cid-un9x3jgyQc .item-wrap3,
.cid-un9x3jgyQc .list-wrapper3 {
  color: #000000;
}
.cid-un9x3jzGmn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9x3jzGmn .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x3jzGmn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x3jzGmn .container {
    padding: 0 16px;
  }
}
.cid-un9x3jzGmn .row {
  justify-content: center;
}
.cid-un9x3jzGmn .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9x3jzGmn .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9x3jzGmn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9x3jzGmn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9x3jzGmn .embla__slide .slide-content {
  width: 100%;
}
.cid-un9x3jzGmn .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9x3jzGmn .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9x3jzGmn .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9x3jzGmn .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9x3jzGmn .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9x3jzGmn .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9x3jzGmn .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9x3jzGmn .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9x3jzGmn .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9x3jzGmn .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9x3jzGmn .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9x3jzGmn .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9x3jzGmn .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9x3jzGmn .embla__button--next,
.cid-un9x3jzGmn .embla__button--prev {
  display: flex;
}
.cid-un9x3jzGmn .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9x3jzGmn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9x3jzGmn .embla__button:hover {
  opacity: 0.5;
}
.cid-un9x3jzGmn .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9x3jzGmn .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9x3jzGmn .embla {
  position: relative;
  width: 100%;
}
.cid-un9x3jzGmn .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9x3jzGmn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9x3jzGmn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9x3jzGmn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9x3jzGmn .item-text {
  color: #000000;
}
.cid-un9x3jzGmn .item-name {
  color: #000000;
}
.cid-un9x3jzGmn .item-role {
  color: #000000;
}
.cid-un9x3jzGmn .item-name,
.cid-un9x3jzGmn .image-wrapper {
  color: #000000;
}
.cid-un9x3jzGmn .item-role,
.cid-un9x3jzGmn .image-wrapper {
  color: #000000;
}
.cid-un9x3jzGmn .item-text1 {
  color: #000000;
}
.cid-un9x3jzGmn .item-name1 {
  color: #000000;
}
.cid-un9x3jzGmn .item-role1 {
  color: #000000;
}
.cid-un9x3jzGmn .item-text2 {
  color: #FFFFFF;
}
.cid-un9x3jzGmn .item-name2 {
  color: #FFFFFF;
}
.cid-un9x3jzGmn .item-role2 {
  color: #FFFFFF;
}
.cid-un9x3jzGmn .item-text3 {
  color: #000000;
}
.cid-un9x3jzGmn .item-name3 {
  color: #000000;
}
.cid-un9x3jzGmn .item-role3 {
  color: #000000;
}
.cid-un9x3kehrC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9x3kehrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x3kehrC .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-un9x3kehrC .container {
    padding: 0 16px;
  }
}
.cid-un9x3kehrC .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9x3kehrC .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9x3kehrC .mbr-section-title {
  color: #ffffff;
}
.cid-un9x3kehrC .mbr-section-title,
.cid-un9x3kehrC .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9x3kx9lb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9x3kx9lb .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x3kx9lb .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-un9x3kx9lb .container {
    padding: 0 16px;
  }
}
.cid-un9x3kx9lb .row {
  justify-content: center;
}
.cid-un9x3kx9lb .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9x3kx9lb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9x3kx9lb .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9x3kx9lb .panel-group .card {
    padding: 24px;
  }
}
.cid-un9x3kx9lb .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9x3kx9lb .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9x3kx9lb .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9x3kx9lb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9x3kx9lb .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9x3kx9lb .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9x3kx9lb .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9x3kx9lb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9x3kx9lb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9x3kx9lb .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9x3kx9lb .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9x3kx9lb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9x3kx9lb .mbr-section-title {
  color: #000000;
}
.cid-un9x3kx9lb .panel-title-edit {
  color: #000000;
}
.cid-un9x3kx9lb .panel-text {
  color: #000000;
}
.cid-un9x3kx9lb .mbr-section-title,
.cid-un9x3kx9lb .title-wrapper {
  color: #000000;
}
.cid-un9x3ljawp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9x3ljawp .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x3ljawp .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-un9x3ljawp .container {
    padding: 0 16px;
  }
}
.cid-un9x3ljawp .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9x3ljawp .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9x3ljawp .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9x3ljawp .item .item-wrapper {
  height: 100%;
}
.cid-un9x3ljawp .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9x3ljawp .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9x3ljawp .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9x3ljawp .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9x3ljawp .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9x3ljawp .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9x3ljawp .item-emoji {
  color: #000000;
}
.cid-un9x3ljawp .item-title {
  color: #000000;
}
.cid-un9x3ljawp .item-text {
  color: #000000;
}
.cid-un9x3ljawp .item-title,
.cid-un9x3ljawp .mbr-section-btn {
  color: #000000;
}
.cid-un9x3ljawp .item-title1 {
  color: #000000;
}
.cid-un9x3ljawp .item-text1 {
  color: #000000;
}
.cid-un9x3ljawp .item-title2 {
  color: #FFFFFF;
}
.cid-un9x3ljawp .item-text2 {
  color: #FFFFFF;
}
.cid-un9x3lFu0h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9x3lFu0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x3lFu0h .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-un9x3lFu0h .container {
    padding: 0 16px;
  }
}
.cid-un9x3lFu0h .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9x3lFu0h .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9x3lFu0h .item:hover .item-wrapper .card-box,
.cid-un9x3lFu0h .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9x3lFu0h .item:hover .item-wrapper .card-box .item-price,
.cid-un9x3lFu0h .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9x3lFu0h .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9x3lFu0h .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9x3lFu0h .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9x3lFu0h .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9x3lFu0h .item:hover .item-wrapper .card-box .btn-success,
.cid-un9x3lFu0h .item:focus .item-wrapper .card-box .btn-success,
.cid-un9x3lFu0h .item:hover .item-wrapper .card-box .btn-info,
.cid-un9x3lFu0h .item:focus .item-wrapper .card-box .btn-info,
.cid-un9x3lFu0h .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9x3lFu0h .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9x3lFu0h .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9x3lFu0h .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9x3lFu0h .item:hover .item-wrapper .card-box .btn-black,
.cid-un9x3lFu0h .item:focus .item-wrapper .card-box .btn-black,
.cid-un9x3lFu0h .item:hover .item-wrapper .card-box .btn-white,
.cid-un9x3lFu0h .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9x3lFu0h .item .item-wrapper {
  height: 100%;
}
.cid-un9x3lFu0h .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9x3lFu0h .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x3lFu0h .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9x3lFu0h .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9x3lFu0h .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9x3lFu0h .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9x3lFu0h .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9x3lFu0h .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9x3lFu0h .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9x3lFu0h .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9x3lFu0h .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9x3lFu0h .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9x3lFu0h .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9x3lFu0h .item-title {
  color: #FF6B35;
}
.cid-un9x3lFu0h .item-desc {
  color: #000000;
}
.cid-un9x3lFu0h .item-price {
  color: #000000;
}
.cid-un9x3lFu0h .list {
  color: #000000;
}
.cid-un9x3lFu0h .item-price,
.cid-un9x3lFu0h .mbr-section-btn {
  color: #000000;
}
.cid-un9x3lFu0h .list,
.cid-un9x3lFu0h .item-wrap,
.cid-un9x3lFu0h .list-wrapper {
  color: #000000;
}
.cid-un9x3m6XRy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9x3m6XRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x3m6XRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x3m6XRy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9x3m6XRy .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9x3m6XRy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9x3m6XRy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9x3m6XRy .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9x3m6XRy .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9x3m6XRy .mbr-section-title {
  color: #ffffff;
}
.cid-un9x3m6XRy .mbr-text,
.cid-un9x3m6XRy .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9x3m6XRy .mbr-section-title,
.cid-un9x3m6XRy .mbr-section-btn {
  text-align: center;
}
.cid-un9HP0uTZg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9HP0uTZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9HP0uTZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9HP0uTZg .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9HP0uTZg .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9HP0uTZg .container {
    padding: 0 30px;
  }
}
.cid-un9HP0uTZg .row {
  justify-content: center;
}
.cid-un9HP0uTZg .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9HP0uTZg .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9HP0uTZg .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9HP0uTZg .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9HP0uTZg .mbr-text {
  color: #000000;
}
.cid-un9x3mCQAr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9x3mCQAr .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x3mCQAr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x3mCQAr .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x3mCQAr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x3mCQAr .container {
    padding: 0 16px;
  }
}
.cid-un9x3mCQAr .row {
  position: relative;
  justify-content: center;
}
.cid-un9x3mCQAr .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9x3mCQAr .card {
  justify-content: center;
}
.cid-un9x3mCQAr .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9x3mCQAr .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9x3mCQAr .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9x3mCQAr .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9x3mCQAr .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9x3mCQAr .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9x3mCQAr .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9x3mCQAr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9x3mCQAr .nav-wrapper .list {
    display: block;
  }
}
.cid-un9x3mCQAr .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9x3mCQAr .nav-wrapper .list .item-wrap:hover::before,
.cid-un9x3mCQAr .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9x3mCQAr .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9x3mCQAr .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9x3mCQAr .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9x3mCQAr .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9x3mCQAr .mbr-copy {
  color: #c5ab50;
}
.cid-un9x3mCQAr .list,
.cid-un9x3mCQAr .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9x3mCQAr .list,
  .cid-un9x3mCQAr .nav-wrapper {
    text-align: left;
  }
}
.cid-un9x3mCQAr .list,
.cid-un9x3mCQAr .item-wrap,
.cid-un9x3mCQAr .nav-wrapper {
  color: #c5ab50;
}
.cid-un9x8X9rOh {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9x8X9rOh .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9x8X9rOh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-un9x8X9rOh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9x8X9rOh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9x8X9rOh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9x8X9rOh .menu_box .navbar.opened,
  .cid-un9x8X9rOh .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9x8X9rOh nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9x8X9rOh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9x8X9rOh .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9x8X9rOh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9x8X9rOh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9x8X9rOh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9x8X9rOh .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9x8X9rOh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9x8X9rOh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9x8X9rOh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9x8X9rOh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9x8X9rOh .offcanvas-body .mbr-text,
  .cid-un9x8X9rOh .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9x8X9rOh .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9x8X9rOh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9x8X9rOh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9x8X9rOh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9x8X9rOh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9x8X9rOh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9x8X9rOh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9x8X9rOh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9x8X9rOh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9x8X9rOh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9x8X9rOh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9x8X9rOh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9x8X9rOh .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9x8X9rOh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9x8X9rOh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9x8X9rOh .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9x8X9rOh .nav-item {
    margin: 0 !important;
  }
}
.cid-un9x8X9rOh .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9x8X9rOh .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9x8X9rOh .nav-item .nav-link:hover,
.cid-un9x8X9rOh .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9x8X9rOh .nav-item .nav-link:hover::before,
.cid-un9x8X9rOh .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9x8X9rOh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9x8X9rOh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9x8X9rOh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9x8X9rOh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9x8X9rOh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9x8X9rOh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9x8X9rOh .offcanvas_box {
    display: none;
  }
}
.cid-un9x8X9rOh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9x8X9rOh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9x8X9rOh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9x8X9rOh .container {
  display: flex;
  margin: auto;
}
.cid-un9x8X9rOh .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9x8X9rOh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9x8X9rOh .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9x8X9rOh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9x8X9rOh .navbar-nav {
    margin: 0;
  }
}
.cid-un9x8X9rOh .dropdown-menu,
.cid-un9x8X9rOh .navbar.opened {
  background-color: false !important;
}
.cid-un9x8X9rOh .nav-item:focus,
.cid-un9x8X9rOh .nav-link:focus {
  outline: none;
}
.cid-un9x8X9rOh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9x8X9rOh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9x8X9rOh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9x8X9rOh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9x8X9rOh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9x8X9rOh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9x8X9rOh .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9x8X9rOh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9x8X9rOh .navbar.opened {
  transition: all 0.3s;
}
.cid-un9x8X9rOh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9x8X9rOh .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9x8X9rOh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9x8X9rOh .navbar.collapsed {
  justify-content: center;
}
.cid-un9x8X9rOh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9x8X9rOh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9x8X9rOh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9x8X9rOh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9x8X9rOh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9x8X9rOh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9x8X9rOh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9x8X9rOh .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9x8X9rOh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9x8X9rOh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9x8X9rOh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9x8X9rOh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9x8X9rOh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9x8X9rOh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9x8X9rOh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9x8X9rOh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9x8X9rOh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9x8X9rOh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9x8X9rOh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9x8X9rOh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9x8X9rOh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9x8X9rOh .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9x8X9rOh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9x8X9rOh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9x8X9rOh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9x8X9rOh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9x8X9rOh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9x8X9rOh .dropdown-item.active,
.cid-un9x8X9rOh .dropdown-item:active {
  background-color: transparent;
}
.cid-un9x8X9rOh .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9x8X9rOh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9x8X9rOh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9x8X9rOh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9x8X9rOh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9x8X9rOh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9x8X9rOh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-un9x8X9rOh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9x8X9rOh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9x8X9rOh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9x8X9rOh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9x8X9rOh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9x8X9rOh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9x8X9rOh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9x8X9rOh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9x8X9rOh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9x8X9rOh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9x8X9rOh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9x8X9rOh .navbar {
    height: 70px;
  }
  .cid-un9x8X9rOh .navbar.opened {
    height: auto;
  }
  .cid-un9x8X9rOh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9x8X9rOh .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9x8X9rOh .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9x8X9rOh .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9x8X9rOh .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9x8X9rOh .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9x8X9rOh .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9x8X9rOh .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9x8X9rOh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9x8X9rOh .text_widget {
  margin-bottom: 32px;
}
.cid-un9x8X9rOh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9x8X9rOh .text_widget a:hover,
.cid-un9x8X9rOh .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9x8X9rOh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9x8X9rOh .navbar-caption {
  color: #000000;
}
.cid-un9x8X9rOh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9x8X9rOh .mbr-section-subtitle,
.cid-un9x8X9rOh .text_widget,
.cid-un9x8X9rOh .mbr-section-btn {
  text-align: center;
}
.cid-un9x8X9rOh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9x8X9rOh .nav-link,
.cid-un9x8X9rOh .dropdown-item {
  color: #000000;
}
.cid-un9x8XyBoK {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #4f35ff;
}
.cid-un9x8XyBoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x8XyBoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x8XyBoK .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x8XyBoK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x8XyBoK .container {
    padding: 0 16px;
  }
}
.cid-un9x8XyBoK .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9x8XyBoK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9x8XyBoK .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9x8XyBoK .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9x8XyBoK .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9x8XyBoK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9x8XyBoK .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9x8XyBoK .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9x8XyBoK .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9x8XyBoK .image-wrapper img {
    height: 350px;
  }
}
.cid-un9x8XyBoK .mbr-section-title {
  color: #ffffff;
}
.cid-un9x8XyBoK .mbr-text {
  color: #ffffff;
}
.cid-un9x8XyBoK .mbr-section-title,
.cid-un9x8XyBoK .mbr-section-btn {
  color: #000000;
}
.cid-un9x8XyBoK .mbr-text,
.cid-un9x8XyBoK .text-wrapper {
  color: #000000;
}
.cid-un9x90URy1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9x90URy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x90URy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x90URy1 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x90URy1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x90URy1 .container {
    padding: 0 16px;
  }
}
.cid-un9x90URy1 .card {
  justify-content: center;
}
.cid-un9x90URy1 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9x90URy1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9x90URy1 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9x90URy1 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9x90URy1 .mbr-section-title {
  color: #000000;
}
.cid-un9x90URy1 .mbr-text {
  color: #000000;
}
.cid-un9x90URy1 .mbr-desc {
  color: #000000;
}
.cid-un9x90URy1 .mbr-section-title,
.cid-un9x90URy1 .title-wrapper {
  color: #000000;
}
.cid-un9x90URy1 .mbr-text,
.cid-un9x90URy1 .mbr-section-btn {
  color: #000000;
}
.cid-un9x8XQ06K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9x8XQ06K .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x8XQ06K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x8XQ06K .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x8XQ06K .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x8XQ06K .container {
    padding: 0 16px;
  }
}
.cid-un9x8XQ06K .card {
  justify-content: flex-end;
}
.cid-un9x8XQ06K .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9x8XQ06K .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9x8XQ06K .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9x8XQ06K .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9x8XQ06K .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9x8XQ06K .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9x8XQ06K .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9x8XQ06K .mbr-section-title {
  color: #ffffff;
}
.cid-un9x8XQ06K .mbr-text {
  color: #ffffff;
}
.cid-un9x8XQ06K .mbr-section-title,
.cid-un9x8XQ06K .mbr-section-btn {
  color: #000000;
}
.cid-un9x8XQ06K .mbr-text,
.cid-un9x8XQ06K .text-wrapper {
  color: #000000;
}
.cid-un9x8Y6rMn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9x8Y6rMn .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9x8Y6rMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x8Y6rMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x8Y6rMn .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x8Y6rMn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x8Y6rMn .container {
    padding: 0 16px;
  }
}
.cid-un9x8Y6rMn .row {
  position: relative;
  z-index: 1;
}
.cid-un9x8Y6rMn .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9x8Y6rMn .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9x8Y6rMn .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9x8Y6rMn .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9x8Y6rMn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9x8Y6rMn .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9x8Y6rMn .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9x8Y6rMn .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9x8Y6rMn .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9x8Y6rMn .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9x8Y6rMn .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9x8Y6rMn .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9x8Y6rMn .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9x8Y6rMn .mbr-media {
  position: relative;
}
.cid-un9x8Y6rMn .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9x8Y6rMn a:hover {
  background-image: none !important;
}
.cid-un9x8Y6rMn .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9x8Y6rMn .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9x8Y6rMn .icon-wrap:hover::before,
.cid-un9x8Y6rMn .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9x8Y6rMn .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9x8Y6rMn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9x8Y6rMn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9x8Y6rMn .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9x8Y6rMn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9x8Y6rMn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9x8Y6rMn .mbr-section-title {
  color: #000000;
}
.cid-un9x8Y6rMn .mbr-section-subtitle {
  color: #000000;
}
.cid-un9x8Y6rMn .mbr-text {
  color: #000000;
}
.cid-un9x8Y6rMn .mbr-section-subtitle,
.cid-un9x8Y6rMn .subtitle-wrapper {
  color: #000000;
}
.cid-un9x8Y6rMn .mbr-text,
.cid-un9x8Y6rMn .mbr-section-btn {
  color: #000000;
}
.cid-un9x8YyhMN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9x8YyhMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x8YyhMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x8YyhMN .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x8YyhMN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x8YyhMN .container {
    padding: 0 16px;
  }
}
.cid-un9x8YyhMN .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9x8YyhMN .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9x8YyhMN .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9x8YyhMN .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9x8YyhMN .item .item-wrapper {
  height: 100%;
}
.cid-un9x8YyhMN .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9x8YyhMN .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9x8YyhMN .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9x8YyhMN .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9x8YyhMN .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9x8YyhMN .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9x8YyhMN .item-title {
  color: #000000;
}
.cid-un9x8YyhMN .list {
  color: #000000;
}
.cid-un9x8YyhMN .item-title,
.cid-un9x8YyhMN .mbr-section-btn {
  color: #000000;
}
.cid-un9x8YyhMN .list,
.cid-un9x8YyhMN .item-wrap,
.cid-un9x8YyhMN .list-wrapper {
  color: #000000;
}
.cid-un9x8YyhMN .item-title1 {
  color: #FFFFFF;
}
.cid-un9x8YyhMN .list1,
.cid-un9x8YyhMN .item-wrap1,
.cid-un9x8YyhMN .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9x8YyhMN .item-title2 {
  color: #000000;
}
.cid-un9x8YyhMN .list2,
.cid-un9x8YyhMN .item-wrap2,
.cid-un9x8YyhMN .list-wrapper2 {
  color: #000000;
}
.cid-un9x8YyhMN .item-title3 {
  color: #000000;
}
.cid-un9x8YyhMN .list3,
.cid-un9x8YyhMN .item-wrap3,
.cid-un9x8YyhMN .list-wrapper3 {
  color: #000000;
}
.cid-un9x8YPN9Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9x8YPN9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x8YPN9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x8YPN9Z .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x8YPN9Z .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x8YPN9Z .container {
    padding: 0 16px;
  }
}
.cid-un9x8YPN9Z .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9x8YPN9Z .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9x8YPN9Z .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9x8YPN9Z .image-wrapper img {
    height: 350px;
  }
}
.cid-un9x8YPN9Z .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9x8YPN9Z .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9x8YPN9Z .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9x8YPN9Z .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9x8YPN9Z .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9x8YPN9Z .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9x8YPN9Z .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9x8YPN9Z .mbr-section-title {
  color: #000000;
}
.cid-un9x8YPN9Z .mbr-section-subtitle {
  color: #000000;
}
.cid-un9x8YPN9Z .mbr-section-subtitle,
.cid-un9x8YPN9Z .subtitle-wrapper {
  color: #000000;
}
.cid-un9x8YPN9Z .mbr-section-title,
.cid-un9x8YPN9Z .mbr-section-btn {
  color: #000000;
}
.cid-un9x8ZcByP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9x8ZcByP .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x8ZcByP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x8ZcByP .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x8ZcByP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x8ZcByP .container {
    padding: 0 16px;
  }
}
.cid-un9x8ZcByP .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9x8ZcByP .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9x8ZcByP .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9x8ZcByP .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9x8ZcByP .item .item-wrapper {
  height: 100%;
}
.cid-un9x8ZcByP .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9x8ZcByP .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9x8ZcByP .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9x8ZcByP .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9x8ZcByP .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9x8ZcByP .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9x8ZcByP .item-title {
  color: #000000;
}
.cid-un9x8ZcByP .list {
  color: #000000;
}
.cid-un9x8ZcByP .item-title,
.cid-un9x8ZcByP .mbr-section-btn {
  color: #000000;
}
.cid-un9x8ZcByP .list,
.cid-un9x8ZcByP .item-wrap,
.cid-un9x8ZcByP .list-wrapper {
  color: #000000;
}
.cid-un9x8ZcByP .item-title1 {
  color: #FFFFFF;
}
.cid-un9x8ZcByP .list1,
.cid-un9x8ZcByP .item-wrap1,
.cid-un9x8ZcByP .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9x8ZcByP .item-title2 {
  color: #000000;
}
.cid-un9x8ZcByP .list2,
.cid-un9x8ZcByP .item-wrap2,
.cid-un9x8ZcByP .list-wrapper2 {
  color: #000000;
}
.cid-un9x8ZcByP .item-title3 {
  color: #000000;
}
.cid-un9x8ZcByP .list3,
.cid-un9x8ZcByP .item-wrap3,
.cid-un9x8ZcByP .list-wrapper3 {
  color: #000000;
}
.cid-un9x8ZDt2W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9x8ZDt2W .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x8ZDt2W .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x8ZDt2W .container {
    padding: 0 16px;
  }
}
.cid-un9x8ZDt2W .row {
  justify-content: center;
}
.cid-un9x8ZDt2W .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9x8ZDt2W .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9x8ZDt2W .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9x8ZDt2W .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9x8ZDt2W .embla__slide .slide-content {
  width: 100%;
}
.cid-un9x8ZDt2W .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9x8ZDt2W .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9x8ZDt2W .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9x8ZDt2W .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9x8ZDt2W .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9x8ZDt2W .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9x8ZDt2W .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9x8ZDt2W .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9x8ZDt2W .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9x8ZDt2W .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9x8ZDt2W .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9x8ZDt2W .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9x8ZDt2W .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9x8ZDt2W .embla__button--next,
.cid-un9x8ZDt2W .embla__button--prev {
  display: flex;
}
.cid-un9x8ZDt2W .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9x8ZDt2W .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9x8ZDt2W .embla__button:hover {
  opacity: 0.5;
}
.cid-un9x8ZDt2W .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9x8ZDt2W .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9x8ZDt2W .embla {
  position: relative;
  width: 100%;
}
.cid-un9x8ZDt2W .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9x8ZDt2W .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9x8ZDt2W .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9x8ZDt2W .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9x8ZDt2W .item-text {
  color: #000000;
}
.cid-un9x8ZDt2W .item-name {
  color: #000000;
}
.cid-un9x8ZDt2W .item-role {
  color: #000000;
}
.cid-un9x8ZDt2W .item-name,
.cid-un9x8ZDt2W .image-wrapper {
  color: #000000;
}
.cid-un9x8ZDt2W .item-role,
.cid-un9x8ZDt2W .image-wrapper {
  color: #000000;
}
.cid-un9x8ZDt2W .item-text1 {
  color: #000000;
}
.cid-un9x8ZDt2W .item-name1 {
  color: #000000;
}
.cid-un9x8ZDt2W .item-role1 {
  color: #000000;
}
.cid-un9x8ZDt2W .item-text2 {
  color: #FFFFFF;
}
.cid-un9x8ZDt2W .item-name2 {
  color: #FFFFFF;
}
.cid-un9x8ZDt2W .item-role2 {
  color: #FFFFFF;
}
.cid-un9x8ZDt2W .item-text3 {
  color: #000000;
}
.cid-un9x8ZDt2W .item-name3 {
  color: #000000;
}
.cid-un9x8ZDt2W .item-role3 {
  color: #000000;
}
.cid-un9x90aHF3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9x90aHF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x90aHF3 .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-un9x90aHF3 .container {
    padding: 0 16px;
  }
}
.cid-un9x90aHF3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9x90aHF3 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9x90aHF3 .mbr-section-title {
  color: #ffffff;
}
.cid-un9x90aHF3 .mbr-section-title,
.cid-un9x90aHF3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9x90u0xB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9x90u0xB .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x90u0xB .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-un9x90u0xB .container {
    padding: 0 16px;
  }
}
.cid-un9x90u0xB .row {
  justify-content: center;
}
.cid-un9x90u0xB .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9x90u0xB .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9x90u0xB .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9x90u0xB .panel-group .card {
    padding: 24px;
  }
}
.cid-un9x90u0xB .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9x90u0xB .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9x90u0xB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9x90u0xB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9x90u0xB .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9x90u0xB .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9x90u0xB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9x90u0xB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9x90u0xB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9x90u0xB .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9x90u0xB .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9x90u0xB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9x90u0xB .mbr-section-title {
  color: #000000;
}
.cid-un9x90u0xB .panel-title-edit {
  color: #000000;
}
.cid-un9x90u0xB .panel-text {
  color: #000000;
}
.cid-un9x90u0xB .mbr-section-title,
.cid-un9x90u0xB .title-wrapper {
  color: #000000;
}
.cid-un9x91gamv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9x91gamv .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x91gamv .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-un9x91gamv .container {
    padding: 0 16px;
  }
}
.cid-un9x91gamv .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9x91gamv .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9x91gamv .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9x91gamv .item .item-wrapper {
  height: 100%;
}
.cid-un9x91gamv .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9x91gamv .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9x91gamv .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9x91gamv .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9x91gamv .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9x91gamv .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9x91gamv .item-emoji {
  color: #000000;
}
.cid-un9x91gamv .item-title {
  color: #000000;
}
.cid-un9x91gamv .item-text {
  color: #000000;
}
.cid-un9x91gamv .item-title,
.cid-un9x91gamv .mbr-section-btn {
  color: #000000;
}
.cid-un9x91gamv .item-title1 {
  color: #000000;
}
.cid-un9x91gamv .item-text1 {
  color: #000000;
}
.cid-un9x91gamv .item-title2 {
  color: #FFFFFF;
}
.cid-un9x91gamv .item-text2 {
  color: #FFFFFF;
}
.cid-un9x91CAGK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9x91CAGK .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x91CAGK .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-un9x91CAGK .container {
    padding: 0 16px;
  }
}
.cid-un9x91CAGK .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9x91CAGK .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9x91CAGK .item:hover .item-wrapper .card-box,
.cid-un9x91CAGK .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9x91CAGK .item:hover .item-wrapper .card-box .item-price,
.cid-un9x91CAGK .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9x91CAGK .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9x91CAGK .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9x91CAGK .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9x91CAGK .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9x91CAGK .item:hover .item-wrapper .card-box .btn-success,
.cid-un9x91CAGK .item:focus .item-wrapper .card-box .btn-success,
.cid-un9x91CAGK .item:hover .item-wrapper .card-box .btn-info,
.cid-un9x91CAGK .item:focus .item-wrapper .card-box .btn-info,
.cid-un9x91CAGK .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9x91CAGK .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9x91CAGK .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9x91CAGK .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9x91CAGK .item:hover .item-wrapper .card-box .btn-black,
.cid-un9x91CAGK .item:focus .item-wrapper .card-box .btn-black,
.cid-un9x91CAGK .item:hover .item-wrapper .card-box .btn-white,
.cid-un9x91CAGK .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9x91CAGK .item .item-wrapper {
  height: 100%;
}
.cid-un9x91CAGK .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9x91CAGK .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x91CAGK .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9x91CAGK .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9x91CAGK .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9x91CAGK .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9x91CAGK .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9x91CAGK .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9x91CAGK .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9x91CAGK .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9x91CAGK .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9x91CAGK .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9x91CAGK .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9x91CAGK .item-title {
  color: #FF6B35;
}
.cid-un9x91CAGK .item-desc {
  color: #000000;
}
.cid-un9x91CAGK .item-price {
  color: #000000;
}
.cid-un9x91CAGK .list {
  color: #000000;
}
.cid-un9x91CAGK .item-price,
.cid-un9x91CAGK .mbr-section-btn {
  color: #000000;
}
.cid-un9x91CAGK .list,
.cid-un9x91CAGK .item-wrap,
.cid-un9x91CAGK .list-wrapper {
  color: #000000;
}
.cid-un9x923XVW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9x923XVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x923XVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x923XVW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9x923XVW .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9x923XVW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9x923XVW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9x923XVW .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9x923XVW .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9x923XVW .mbr-section-title {
  color: #ffffff;
}
.cid-un9x923XVW .mbr-text,
.cid-un9x923XVW .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9x923XVW .mbr-section-title,
.cid-un9x923XVW .mbr-section-btn {
  text-align: center;
}
.cid-un9HWcsWwK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9HWcsWwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9HWcsWwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9HWcsWwK .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9HWcsWwK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9HWcsWwK .container {
    padding: 0 30px;
  }
}
.cid-un9HWcsWwK .row {
  justify-content: center;
}
.cid-un9HWcsWwK .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9HWcsWwK .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9HWcsWwK .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9HWcsWwK .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9HWcsWwK .mbr-text {
  color: #000000;
}
.cid-un9x92tmTO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9x92tmTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9x92tmTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9x92tmTO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9x92tmTO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9x92tmTO .container {
    padding: 0 16px;
  }
}
.cid-un9x92tmTO .row {
  position: relative;
  justify-content: center;
}
.cid-un9x92tmTO .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9x92tmTO .card {
  justify-content: center;
}
.cid-un9x92tmTO .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9x92tmTO .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9x92tmTO .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9x92tmTO .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9x92tmTO .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9x92tmTO .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9x92tmTO .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9x92tmTO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9x92tmTO .nav-wrapper .list {
    display: block;
  }
}
.cid-un9x92tmTO .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9x92tmTO .nav-wrapper .list .item-wrap:hover::before,
.cid-un9x92tmTO .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9x92tmTO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9x92tmTO .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9x92tmTO .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9x92tmTO .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9x92tmTO .mbr-copy {
  color: #c5ab50;
}
.cid-un9x92tmTO .list,
.cid-un9x92tmTO .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9x92tmTO .list,
  .cid-un9x92tmTO .nav-wrapper {
    text-align: left;
  }
}
.cid-un9x92tmTO .list,
.cid-un9x92tmTO .item-wrap,
.cid-un9x92tmTO .nav-wrapper {
  color: #c5ab50;
}
.cid-un9xdRSqxc {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9xdRSqxc .navbar-dropdown {
  background-color: #2596be !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9xdRSqxc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2596be !important;
  background: #2596be;
}
.cid-un9xdRSqxc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9xdRSqxc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9xdRSqxc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9xdRSqxc .menu_box .navbar.opened,
  .cid-un9xdRSqxc .menu_box .navbar-collapse {
    background-color: #2596be !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9xdRSqxc nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9xdRSqxc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9xdRSqxc .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9xdRSqxc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9xdRSqxc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9xdRSqxc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9xdRSqxc .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9xdRSqxc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9xdRSqxc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9xdRSqxc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9xdRSqxc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9xdRSqxc .offcanvas-body .mbr-text,
  .cid-un9xdRSqxc .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9xdRSqxc .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9xdRSqxc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9xdRSqxc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9xdRSqxc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9xdRSqxc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9xdRSqxc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9xdRSqxc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9xdRSqxc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9xdRSqxc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9xdRSqxc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9xdRSqxc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9xdRSqxc li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9xdRSqxc .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9xdRSqxc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9xdRSqxc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9xdRSqxc .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9xdRSqxc .nav-item {
    margin: 0 !important;
  }
}
.cid-un9xdRSqxc .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9xdRSqxc .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9xdRSqxc .nav-item .nav-link:hover,
.cid-un9xdRSqxc .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9xdRSqxc .nav-item .nav-link:hover::before,
.cid-un9xdRSqxc .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9xdRSqxc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9xdRSqxc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9xdRSqxc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9xdRSqxc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9xdRSqxc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9xdRSqxc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9xdRSqxc .offcanvas_box {
    display: none;
  }
}
.cid-un9xdRSqxc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9xdRSqxc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9xdRSqxc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9xdRSqxc .container {
  display: flex;
  margin: auto;
}
.cid-un9xdRSqxc .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9xdRSqxc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9xdRSqxc .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9xdRSqxc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9xdRSqxc .navbar-nav {
    margin: 0;
  }
}
.cid-un9xdRSqxc .dropdown-menu,
.cid-un9xdRSqxc .navbar.opened {
  background-color: false !important;
}
.cid-un9xdRSqxc .nav-item:focus,
.cid-un9xdRSqxc .nav-link:focus {
  outline: none;
}
.cid-un9xdRSqxc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9xdRSqxc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9xdRSqxc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9xdRSqxc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9xdRSqxc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9xdRSqxc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9xdRSqxc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9xdRSqxc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9xdRSqxc .navbar.opened {
  transition: all 0.3s;
}
.cid-un9xdRSqxc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9xdRSqxc .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9xdRSqxc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9xdRSqxc .navbar.collapsed {
  justify-content: center;
}
.cid-un9xdRSqxc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9xdRSqxc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9xdRSqxc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9xdRSqxc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9xdRSqxc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9xdRSqxc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9xdRSqxc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9xdRSqxc .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9xdRSqxc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9xdRSqxc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9xdRSqxc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9xdRSqxc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9xdRSqxc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9xdRSqxc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9xdRSqxc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9xdRSqxc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9xdRSqxc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9xdRSqxc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9xdRSqxc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9xdRSqxc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9xdRSqxc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9xdRSqxc .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9xdRSqxc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9xdRSqxc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9xdRSqxc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9xdRSqxc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9xdRSqxc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9xdRSqxc .dropdown-item.active,
.cid-un9xdRSqxc .dropdown-item:active {
  background-color: transparent;
}
.cid-un9xdRSqxc .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9xdRSqxc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9xdRSqxc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9xdRSqxc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9xdRSqxc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9xdRSqxc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9xdRSqxc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2596be;
  background: #ff6b35;
}
.cid-un9xdRSqxc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9xdRSqxc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9xdRSqxc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9xdRSqxc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9xdRSqxc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9xdRSqxc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9xdRSqxc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9xdRSqxc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9xdRSqxc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9xdRSqxc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9xdRSqxc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9xdRSqxc .navbar {
    height: 70px;
  }
  .cid-un9xdRSqxc .navbar.opened {
    height: auto;
  }
  .cid-un9xdRSqxc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9xdRSqxc .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9xdRSqxc .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9xdRSqxc .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9xdRSqxc .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9xdRSqxc .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9xdRSqxc .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9xdRSqxc .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9xdRSqxc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9xdRSqxc .text_widget {
  margin-bottom: 32px;
}
.cid-un9xdRSqxc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9xdRSqxc .text_widget a:hover,
.cid-un9xdRSqxc .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9xdRSqxc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9xdRSqxc .navbar-caption {
  color: #000000;
}
.cid-un9xdRSqxc .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9xdRSqxc .mbr-section-subtitle,
.cid-un9xdRSqxc .text_widget,
.cid-un9xdRSqxc .mbr-section-btn {
  text-align: center;
}
.cid-un9xdRSqxc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9xdRSqxc .nav-link,
.cid-un9xdRSqxc .dropdown-item {
  color: #000000;
}
.cid-un9xdSkZzB {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #4f35ff;
}
.cid-un9xdSkZzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xdSkZzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xdSkZzB .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xdSkZzB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xdSkZzB .container {
    padding: 0 16px;
  }
}
.cid-un9xdSkZzB .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9xdSkZzB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9xdSkZzB .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9xdSkZzB .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9xdSkZzB .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9xdSkZzB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9xdSkZzB .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9xdSkZzB .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9xdSkZzB .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9xdSkZzB .image-wrapper img {
    height: 350px;
  }
}
.cid-un9xdSkZzB .mbr-section-title {
  color: #ffffff;
}
.cid-un9xdSkZzB .mbr-text {
  color: #ffffff;
}
.cid-un9xdSkZzB .mbr-section-title,
.cid-un9xdSkZzB .mbr-section-btn {
  color: #000000;
}
.cid-un9xdSkZzB .mbr-text,
.cid-un9xdSkZzB .text-wrapper {
  color: #000000;
}
.cid-un9xdVwv7q {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9xdVwv7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xdVwv7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xdVwv7q .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xdVwv7q .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xdVwv7q .container {
    padding: 0 16px;
  }
}
.cid-un9xdVwv7q .card {
  justify-content: center;
}
.cid-un9xdVwv7q .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9xdVwv7q .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9xdVwv7q .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9xdVwv7q .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9xdVwv7q .mbr-section-title {
  color: #000000;
}
.cid-un9xdVwv7q .mbr-text {
  color: #000000;
}
.cid-un9xdVwv7q .mbr-desc {
  color: #000000;
}
.cid-un9xdVwv7q .mbr-section-title,
.cid-un9xdVwv7q .title-wrapper {
  color: #000000;
}
.cid-un9xdVwv7q .mbr-text,
.cid-un9xdVwv7q .mbr-section-btn {
  color: #000000;
}
.cid-un9xdSBuEk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9xdSBuEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xdSBuEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xdSBuEk .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xdSBuEk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xdSBuEk .container {
    padding: 0 16px;
  }
}
.cid-un9xdSBuEk .card {
  justify-content: flex-end;
}
.cid-un9xdSBuEk .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9xdSBuEk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9xdSBuEk .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9xdSBuEk .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9xdSBuEk .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9xdSBuEk .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9xdSBuEk .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9xdSBuEk .mbr-section-title {
  color: #ffffff;
}
.cid-un9xdSBuEk .mbr-text {
  color: #ffffff;
}
.cid-un9xdSBuEk .mbr-section-title,
.cid-un9xdSBuEk .mbr-section-btn {
  color: #000000;
}
.cid-un9xdSBuEk .mbr-text,
.cid-un9xdSBuEk .text-wrapper {
  color: #000000;
}
.cid-un9xdSRFe7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9xdSRFe7 .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9xdSRFe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xdSRFe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xdSRFe7 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xdSRFe7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xdSRFe7 .container {
    padding: 0 16px;
  }
}
.cid-un9xdSRFe7 .row {
  position: relative;
  z-index: 1;
}
.cid-un9xdSRFe7 .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9xdSRFe7 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9xdSRFe7 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9xdSRFe7 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9xdSRFe7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9xdSRFe7 .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9xdSRFe7 .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9xdSRFe7 .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9xdSRFe7 .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9xdSRFe7 .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9xdSRFe7 .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9xdSRFe7 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9xdSRFe7 .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9xdSRFe7 .mbr-media {
  position: relative;
}
.cid-un9xdSRFe7 .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9xdSRFe7 a:hover {
  background-image: none !important;
}
.cid-un9xdSRFe7 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9xdSRFe7 .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9xdSRFe7 .icon-wrap:hover::before,
.cid-un9xdSRFe7 .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9xdSRFe7 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9xdSRFe7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9xdSRFe7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9xdSRFe7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9xdSRFe7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9xdSRFe7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9xdSRFe7 .mbr-section-title {
  color: #000000;
}
.cid-un9xdSRFe7 .mbr-section-subtitle {
  color: #000000;
}
.cid-un9xdSRFe7 .mbr-text {
  color: #000000;
}
.cid-un9xdSRFe7 .mbr-section-subtitle,
.cid-un9xdSRFe7 .subtitle-wrapper {
  color: #000000;
}
.cid-un9xdSRFe7 .mbr-text,
.cid-un9xdSRFe7 .mbr-section-btn {
  color: #000000;
}
.cid-un9xdTk7aS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9xdTk7aS .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xdTk7aS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xdTk7aS .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xdTk7aS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xdTk7aS .container {
    padding: 0 16px;
  }
}
.cid-un9xdTk7aS .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9xdTk7aS .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9xdTk7aS .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9xdTk7aS .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9xdTk7aS .item .item-wrapper {
  height: 100%;
}
.cid-un9xdTk7aS .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9xdTk7aS .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9xdTk7aS .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9xdTk7aS .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9xdTk7aS .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9xdTk7aS .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9xdTk7aS .item-title {
  color: #000000;
}
.cid-un9xdTk7aS .list {
  color: #000000;
}
.cid-un9xdTk7aS .item-title,
.cid-un9xdTk7aS .mbr-section-btn {
  color: #000000;
}
.cid-un9xdTk7aS .list,
.cid-un9xdTk7aS .item-wrap,
.cid-un9xdTk7aS .list-wrapper {
  color: #000000;
}
.cid-un9xdTk7aS .item-title1 {
  color: #FFFFFF;
}
.cid-un9xdTk7aS .list1,
.cid-un9xdTk7aS .item-wrap1,
.cid-un9xdTk7aS .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9xdTk7aS .item-title2 {
  color: #000000;
}
.cid-un9xdTk7aS .list2,
.cid-un9xdTk7aS .item-wrap2,
.cid-un9xdTk7aS .list-wrapper2 {
  color: #000000;
}
.cid-un9xdTk7aS .item-title3 {
  color: #000000;
}
.cid-un9xdTk7aS .list3,
.cid-un9xdTk7aS .item-wrap3,
.cid-un9xdTk7aS .list-wrapper3 {
  color: #000000;
}
.cid-un9xdTC81s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9xdTC81s .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xdTC81s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xdTC81s .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xdTC81s .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xdTC81s .container {
    padding: 0 16px;
  }
}
.cid-un9xdTC81s .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9xdTC81s .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9xdTC81s .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9xdTC81s .image-wrapper img {
    height: 350px;
  }
}
.cid-un9xdTC81s .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9xdTC81s .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9xdTC81s .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9xdTC81s .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9xdTC81s .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9xdTC81s .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9xdTC81s .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9xdTC81s .mbr-section-title {
  color: #000000;
}
.cid-un9xdTC81s .mbr-section-subtitle {
  color: #000000;
}
.cid-un9xdTC81s .mbr-section-subtitle,
.cid-un9xdTC81s .subtitle-wrapper {
  color: #000000;
}
.cid-un9xdTC81s .mbr-section-title,
.cid-un9xdTC81s .mbr-section-btn {
  color: #000000;
}
.cid-un9xdTUaXw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9xdTUaXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xdTUaXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xdTUaXw .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xdTUaXw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xdTUaXw .container {
    padding: 0 16px;
  }
}
.cid-un9xdTUaXw .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9xdTUaXw .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9xdTUaXw .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9xdTUaXw .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9xdTUaXw .item .item-wrapper {
  height: 100%;
}
.cid-un9xdTUaXw .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9xdTUaXw .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9xdTUaXw .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9xdTUaXw .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9xdTUaXw .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9xdTUaXw .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9xdTUaXw .item-title {
  color: #000000;
}
.cid-un9xdTUaXw .list {
  color: #000000;
}
.cid-un9xdTUaXw .item-title,
.cid-un9xdTUaXw .mbr-section-btn {
  color: #000000;
}
.cid-un9xdTUaXw .list,
.cid-un9xdTUaXw .item-wrap,
.cid-un9xdTUaXw .list-wrapper {
  color: #000000;
}
.cid-un9xdTUaXw .item-title1 {
  color: #FFFFFF;
}
.cid-un9xdTUaXw .list1,
.cid-un9xdTUaXw .item-wrap1,
.cid-un9xdTUaXw .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9xdTUaXw .item-title2 {
  color: #000000;
}
.cid-un9xdTUaXw .list2,
.cid-un9xdTUaXw .item-wrap2,
.cid-un9xdTUaXw .list-wrapper2 {
  color: #000000;
}
.cid-un9xdTUaXw .item-title3 {
  color: #000000;
}
.cid-un9xdTUaXw .list3,
.cid-un9xdTUaXw .item-wrap3,
.cid-un9xdTUaXw .list-wrapper3 {
  color: #000000;
}
.cid-un9xdUfI9x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9xdUfI9x .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xdUfI9x .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xdUfI9x .container {
    padding: 0 16px;
  }
}
.cid-un9xdUfI9x .row {
  justify-content: center;
}
.cid-un9xdUfI9x .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9xdUfI9x .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9xdUfI9x .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9xdUfI9x .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9xdUfI9x .embla__slide .slide-content {
  width: 100%;
}
.cid-un9xdUfI9x .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9xdUfI9x .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9xdUfI9x .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9xdUfI9x .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9xdUfI9x .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9xdUfI9x .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9xdUfI9x .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9xdUfI9x .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9xdUfI9x .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9xdUfI9x .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9xdUfI9x .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9xdUfI9x .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9xdUfI9x .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9xdUfI9x .embla__button--next,
.cid-un9xdUfI9x .embla__button--prev {
  display: flex;
}
.cid-un9xdUfI9x .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9xdUfI9x .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9xdUfI9x .embla__button:hover {
  opacity: 0.5;
}
.cid-un9xdUfI9x .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9xdUfI9x .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9xdUfI9x .embla {
  position: relative;
  width: 100%;
}
.cid-un9xdUfI9x .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9xdUfI9x .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9xdUfI9x .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9xdUfI9x .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9xdUfI9x .item-text {
  color: #000000;
}
.cid-un9xdUfI9x .item-name {
  color: #000000;
}
.cid-un9xdUfI9x .item-role {
  color: #000000;
}
.cid-un9xdUfI9x .item-name,
.cid-un9xdUfI9x .image-wrapper {
  color: #000000;
}
.cid-un9xdUfI9x .item-role,
.cid-un9xdUfI9x .image-wrapper {
  color: #000000;
}
.cid-un9xdUfI9x .item-text1 {
  color: #000000;
}
.cid-un9xdUfI9x .item-name1 {
  color: #000000;
}
.cid-un9xdUfI9x .item-role1 {
  color: #000000;
}
.cid-un9xdUfI9x .item-text2 {
  color: #FFFFFF;
}
.cid-un9xdUfI9x .item-name2 {
  color: #FFFFFF;
}
.cid-un9xdUfI9x .item-role2 {
  color: #FFFFFF;
}
.cid-un9xdUfI9x .item-text3 {
  color: #000000;
}
.cid-un9xdUfI9x .item-name3 {
  color: #000000;
}
.cid-un9xdUfI9x .item-role3 {
  color: #000000;
}
.cid-un9xdUMJOa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9xdUMJOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xdUMJOa .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-un9xdUMJOa .container {
    padding: 0 16px;
  }
}
.cid-un9xdUMJOa .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9xdUMJOa .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9xdUMJOa .mbr-section-title {
  color: #ffffff;
}
.cid-un9xdUMJOa .mbr-section-title,
.cid-un9xdUMJOa .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9xdV5T7p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9xdV5T7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xdV5T7p .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-un9xdV5T7p .container {
    padding: 0 16px;
  }
}
.cid-un9xdV5T7p .row {
  justify-content: center;
}
.cid-un9xdV5T7p .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9xdV5T7p .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9xdV5T7p .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9xdV5T7p .panel-group .card {
    padding: 24px;
  }
}
.cid-un9xdV5T7p .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9xdV5T7p .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9xdV5T7p .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9xdV5T7p .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9xdV5T7p .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9xdV5T7p .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9xdV5T7p .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9xdV5T7p .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9xdV5T7p .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9xdV5T7p .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9xdV5T7p .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9xdV5T7p .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9xdV5T7p .mbr-section-title {
  color: #000000;
}
.cid-un9xdV5T7p .panel-title-edit {
  color: #000000;
}
.cid-un9xdV5T7p .panel-text {
  color: #000000;
}
.cid-un9xdV5T7p .mbr-section-title,
.cid-un9xdV5T7p .title-wrapper {
  color: #000000;
}
.cid-un9xdVSXUo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9xdVSXUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xdVSXUo .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-un9xdVSXUo .container {
    padding: 0 16px;
  }
}
.cid-un9xdVSXUo .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9xdVSXUo .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9xdVSXUo .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9xdVSXUo .item .item-wrapper {
  height: 100%;
}
.cid-un9xdVSXUo .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9xdVSXUo .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9xdVSXUo .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9xdVSXUo .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9xdVSXUo .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9xdVSXUo .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9xdVSXUo .item-emoji {
  color: #000000;
}
.cid-un9xdVSXUo .item-title {
  color: #000000;
}
.cid-un9xdVSXUo .item-text {
  color: #000000;
}
.cid-un9xdVSXUo .item-title,
.cid-un9xdVSXUo .mbr-section-btn {
  color: #000000;
}
.cid-un9xdVSXUo .item-title1 {
  color: #000000;
}
.cid-un9xdVSXUo .item-text1 {
  color: #000000;
}
.cid-un9xdVSXUo .item-title2 {
  color: #FFFFFF;
}
.cid-un9xdVSXUo .item-text2 {
  color: #FFFFFF;
}
.cid-un9xdWeg0W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9xdWeg0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xdWeg0W .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-un9xdWeg0W .container {
    padding: 0 16px;
  }
}
.cid-un9xdWeg0W .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9xdWeg0W .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9xdWeg0W .item:hover .item-wrapper .card-box,
.cid-un9xdWeg0W .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9xdWeg0W .item:hover .item-wrapper .card-box .item-price,
.cid-un9xdWeg0W .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9xdWeg0W .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9xdWeg0W .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9xdWeg0W .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9xdWeg0W .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9xdWeg0W .item:hover .item-wrapper .card-box .btn-success,
.cid-un9xdWeg0W .item:focus .item-wrapper .card-box .btn-success,
.cid-un9xdWeg0W .item:hover .item-wrapper .card-box .btn-info,
.cid-un9xdWeg0W .item:focus .item-wrapper .card-box .btn-info,
.cid-un9xdWeg0W .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9xdWeg0W .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9xdWeg0W .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9xdWeg0W .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9xdWeg0W .item:hover .item-wrapper .card-box .btn-black,
.cid-un9xdWeg0W .item:focus .item-wrapper .card-box .btn-black,
.cid-un9xdWeg0W .item:hover .item-wrapper .card-box .btn-white,
.cid-un9xdWeg0W .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9xdWeg0W .item .item-wrapper {
  height: 100%;
}
.cid-un9xdWeg0W .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9xdWeg0W .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xdWeg0W .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9xdWeg0W .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9xdWeg0W .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9xdWeg0W .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9xdWeg0W .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9xdWeg0W .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9xdWeg0W .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9xdWeg0W .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9xdWeg0W .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9xdWeg0W .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9xdWeg0W .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9xdWeg0W .item-title {
  color: #FF6B35;
}
.cid-un9xdWeg0W .item-desc {
  color: #000000;
}
.cid-un9xdWeg0W .item-price {
  color: #000000;
}
.cid-un9xdWeg0W .list {
  color: #000000;
}
.cid-un9xdWeg0W .item-price,
.cid-un9xdWeg0W .mbr-section-btn {
  color: #000000;
}
.cid-un9xdWeg0W .list,
.cid-un9xdWeg0W .item-wrap,
.cid-un9xdWeg0W .list-wrapper {
  color: #000000;
}
.cid-un9xdWGqyt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9xdWGqyt .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xdWGqyt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xdWGqyt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9xdWGqyt .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9xdWGqyt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9xdWGqyt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9xdWGqyt .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9xdWGqyt .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9xdWGqyt .mbr-section-title {
  color: #ffffff;
}
.cid-un9xdWGqyt .mbr-text,
.cid-un9xdWGqyt .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9xdWGqyt .mbr-section-title,
.cid-un9xdWGqyt .mbr-section-btn {
  text-align: center;
}
.cid-un9I07Qloj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9I07Qloj .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9I07Qloj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9I07Qloj .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9I07Qloj .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9I07Qloj .container {
    padding: 0 30px;
  }
}
.cid-un9I07Qloj .row {
  justify-content: center;
}
.cid-un9I07Qloj .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9I07Qloj .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9I07Qloj .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9I07Qloj .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9I07Qloj .mbr-text {
  color: #000000;
}
.cid-un9xdX6pZm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9xdX6pZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xdX6pZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xdX6pZm .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xdX6pZm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xdX6pZm .container {
    padding: 0 16px;
  }
}
.cid-un9xdX6pZm .row {
  position: relative;
  justify-content: center;
}
.cid-un9xdX6pZm .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9xdX6pZm .card {
  justify-content: center;
}
.cid-un9xdX6pZm .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9xdX6pZm .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9xdX6pZm .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9xdX6pZm .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9xdX6pZm .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9xdX6pZm .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9xdX6pZm .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9xdX6pZm .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9xdX6pZm .nav-wrapper .list {
    display: block;
  }
}
.cid-un9xdX6pZm .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9xdX6pZm .nav-wrapper .list .item-wrap:hover::before,
.cid-un9xdX6pZm .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9xdX6pZm .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9xdX6pZm .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9xdX6pZm .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9xdX6pZm .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9xdX6pZm .mbr-copy {
  color: #c5ab50;
}
.cid-un9xdX6pZm .list,
.cid-un9xdX6pZm .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9xdX6pZm .list,
  .cid-un9xdX6pZm .nav-wrapper {
    text-align: left;
  }
}
.cid-un9xdX6pZm .list,
.cid-un9xdX6pZm .item-wrap,
.cid-un9xdX6pZm .nav-wrapper {
  color: #c5ab50;
}
.cid-un9xie06s5 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9xie06s5 .navbar-dropdown {
  background-color: #2596be !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9xie06s5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2596be !important;
  background: #2596be;
}
.cid-un9xie06s5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9xie06s5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9xie06s5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9xie06s5 .menu_box .navbar.opened,
  .cid-un9xie06s5 .menu_box .navbar-collapse {
    background-color: #2596be !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9xie06s5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9xie06s5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9xie06s5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9xie06s5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9xie06s5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9xie06s5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9xie06s5 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9xie06s5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9xie06s5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9xie06s5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9xie06s5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9xie06s5 .offcanvas-body .mbr-text,
  .cid-un9xie06s5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9xie06s5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9xie06s5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9xie06s5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9xie06s5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9xie06s5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9xie06s5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9xie06s5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9xie06s5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9xie06s5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9xie06s5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9xie06s5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9xie06s5 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9xie06s5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9xie06s5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9xie06s5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9xie06s5 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9xie06s5 .nav-item {
    margin: 0 !important;
  }
}
.cid-un9xie06s5 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9xie06s5 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9xie06s5 .nav-item .nav-link:hover,
.cid-un9xie06s5 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9xie06s5 .nav-item .nav-link:hover::before,
.cid-un9xie06s5 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9xie06s5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9xie06s5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9xie06s5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9xie06s5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9xie06s5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9xie06s5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9xie06s5 .offcanvas_box {
    display: none;
  }
}
.cid-un9xie06s5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9xie06s5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9xie06s5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9xie06s5 .container {
  display: flex;
  margin: auto;
}
.cid-un9xie06s5 .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9xie06s5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9xie06s5 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9xie06s5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9xie06s5 .navbar-nav {
    margin: 0;
  }
}
.cid-un9xie06s5 .dropdown-menu,
.cid-un9xie06s5 .navbar.opened {
  background-color: false !important;
}
.cid-un9xie06s5 .nav-item:focus,
.cid-un9xie06s5 .nav-link:focus {
  outline: none;
}
.cid-un9xie06s5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9xie06s5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9xie06s5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9xie06s5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9xie06s5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9xie06s5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9xie06s5 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9xie06s5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9xie06s5 .navbar.opened {
  transition: all 0.3s;
}
.cid-un9xie06s5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9xie06s5 .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9xie06s5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9xie06s5 .navbar.collapsed {
  justify-content: center;
}
.cid-un9xie06s5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9xie06s5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9xie06s5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9xie06s5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9xie06s5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9xie06s5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9xie06s5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9xie06s5 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9xie06s5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9xie06s5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9xie06s5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9xie06s5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9xie06s5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9xie06s5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9xie06s5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9xie06s5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9xie06s5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9xie06s5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9xie06s5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9xie06s5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9xie06s5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9xie06s5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9xie06s5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9xie06s5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9xie06s5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9xie06s5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9xie06s5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9xie06s5 .dropdown-item.active,
.cid-un9xie06s5 .dropdown-item:active {
  background-color: transparent;
}
.cid-un9xie06s5 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9xie06s5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9xie06s5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9xie06s5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9xie06s5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9xie06s5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9xie06s5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2596be;
  background: #ff6b35;
}
.cid-un9xie06s5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9xie06s5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9xie06s5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9xie06s5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9xie06s5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9xie06s5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9xie06s5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9xie06s5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9xie06s5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9xie06s5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9xie06s5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9xie06s5 .navbar {
    height: 70px;
  }
  .cid-un9xie06s5 .navbar.opened {
    height: auto;
  }
  .cid-un9xie06s5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9xie06s5 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9xie06s5 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9xie06s5 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9xie06s5 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9xie06s5 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9xie06s5 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9xie06s5 .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9xie06s5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9xie06s5 .text_widget {
  margin-bottom: 32px;
}
.cid-un9xie06s5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9xie06s5 .text_widget a:hover,
.cid-un9xie06s5 .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9xie06s5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9xie06s5 .navbar-caption {
  color: #000000;
}
.cid-un9xie06s5 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9xie06s5 .mbr-section-subtitle,
.cid-un9xie06s5 .text_widget,
.cid-un9xie06s5 .mbr-section-btn {
  text-align: center;
}
.cid-un9xie06s5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9xie06s5 .nav-link,
.cid-un9xie06s5 .dropdown-item {
  color: #000000;
}
.cid-un9xiephv4 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #4f35ff;
}
.cid-un9xiephv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xiephv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xiephv4 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xiephv4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xiephv4 .container {
    padding: 0 16px;
  }
}
.cid-un9xiephv4 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9xiephv4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9xiephv4 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9xiephv4 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9xiephv4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9xiephv4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9xiephv4 .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9xiephv4 .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9xiephv4 .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9xiephv4 .image-wrapper img {
    height: 350px;
  }
}
.cid-un9xiephv4 .mbr-section-title {
  color: #ffffff;
}
.cid-un9xiephv4 .mbr-text {
  color: #ffffff;
}
.cid-un9xiephv4 .mbr-section-title,
.cid-un9xiephv4 .mbr-section-btn {
  color: #000000;
}
.cid-un9xiephv4 .mbr-text,
.cid-un9xiephv4 .text-wrapper {
  color: #000000;
}
.cid-un9xihyPxx {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9xihyPxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xihyPxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xihyPxx .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xihyPxx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xihyPxx .container {
    padding: 0 16px;
  }
}
.cid-un9xihyPxx .card {
  justify-content: center;
}
.cid-un9xihyPxx .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9xihyPxx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9xihyPxx .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9xihyPxx .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9xihyPxx .mbr-section-title {
  color: #000000;
}
.cid-un9xihyPxx .mbr-text {
  color: #000000;
}
.cid-un9xihyPxx .mbr-desc {
  color: #000000;
}
.cid-un9xihyPxx .mbr-section-title,
.cid-un9xihyPxx .title-wrapper {
  color: #000000;
}
.cid-un9xihyPxx .mbr-text,
.cid-un9xihyPxx .mbr-section-btn {
  color: #000000;
}
.cid-un9xieF7vK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9xieF7vK .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xieF7vK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xieF7vK .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xieF7vK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xieF7vK .container {
    padding: 0 16px;
  }
}
.cid-un9xieF7vK .card {
  justify-content: flex-end;
}
.cid-un9xieF7vK .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9xieF7vK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9xieF7vK .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9xieF7vK .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9xieF7vK .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9xieF7vK .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9xieF7vK .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9xieF7vK .mbr-section-title {
  color: #ffffff;
}
.cid-un9xieF7vK .mbr-text {
  color: #ffffff;
}
.cid-un9xieF7vK .mbr-section-title,
.cid-un9xieF7vK .mbr-section-btn {
  color: #000000;
}
.cid-un9xieF7vK .mbr-text,
.cid-un9xieF7vK .text-wrapper {
  color: #000000;
}
.cid-un9xieVxUX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9xieVxUX .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9xieVxUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xieVxUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xieVxUX .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xieVxUX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xieVxUX .container {
    padding: 0 16px;
  }
}
.cid-un9xieVxUX .row {
  position: relative;
  z-index: 1;
}
.cid-un9xieVxUX .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9xieVxUX .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9xieVxUX .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9xieVxUX .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9xieVxUX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9xieVxUX .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9xieVxUX .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9xieVxUX .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9xieVxUX .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9xieVxUX .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9xieVxUX .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9xieVxUX .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9xieVxUX .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9xieVxUX .mbr-media {
  position: relative;
}
.cid-un9xieVxUX .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9xieVxUX a:hover {
  background-image: none !important;
}
.cid-un9xieVxUX .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9xieVxUX .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9xieVxUX .icon-wrap:hover::before,
.cid-un9xieVxUX .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9xieVxUX .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9xieVxUX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9xieVxUX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9xieVxUX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9xieVxUX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9xieVxUX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9xieVxUX .mbr-section-title {
  color: #000000;
}
.cid-un9xieVxUX .mbr-section-subtitle {
  color: #000000;
}
.cid-un9xieVxUX .mbr-text {
  color: #000000;
}
.cid-un9xieVxUX .mbr-section-subtitle,
.cid-un9xieVxUX .subtitle-wrapper {
  color: #000000;
}
.cid-un9xieVxUX .mbr-text,
.cid-un9xieVxUX .mbr-section-btn {
  color: #000000;
}
.cid-un9xifoVx3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9xifoVx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xifoVx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xifoVx3 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xifoVx3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xifoVx3 .container {
    padding: 0 16px;
  }
}
.cid-un9xifoVx3 .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9xifoVx3 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9xifoVx3 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9xifoVx3 .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9xifoVx3 .item .item-wrapper {
  height: 100%;
}
.cid-un9xifoVx3 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9xifoVx3 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9xifoVx3 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9xifoVx3 .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9xifoVx3 .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9xifoVx3 .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9xifoVx3 .item-title {
  color: #000000;
}
.cid-un9xifoVx3 .list {
  color: #000000;
}
.cid-un9xifoVx3 .item-title,
.cid-un9xifoVx3 .mbr-section-btn {
  color: #000000;
}
.cid-un9xifoVx3 .list,
.cid-un9xifoVx3 .item-wrap,
.cid-un9xifoVx3 .list-wrapper {
  color: #000000;
}
.cid-un9xifoVx3 .item-title1 {
  color: #FFFFFF;
}
.cid-un9xifoVx3 .list1,
.cid-un9xifoVx3 .item-wrap1,
.cid-un9xifoVx3 .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9xifoVx3 .item-title2 {
  color: #000000;
}
.cid-un9xifoVx3 .list2,
.cid-un9xifoVx3 .item-wrap2,
.cid-un9xifoVx3 .list-wrapper2 {
  color: #000000;
}
.cid-un9xifoVx3 .item-title3 {
  color: #000000;
}
.cid-un9xifoVx3 .list3,
.cid-un9xifoVx3 .item-wrap3,
.cid-un9xifoVx3 .list-wrapper3 {
  color: #000000;
}
.cid-un9xifI2UR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9xifI2UR .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xifI2UR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xifI2UR .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xifI2UR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xifI2UR .container {
    padding: 0 16px;
  }
}
.cid-un9xifI2UR .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9xifI2UR .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9xifI2UR .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9xifI2UR .image-wrapper img {
    height: 350px;
  }
}
.cid-un9xifI2UR .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9xifI2UR .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9xifI2UR .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9xifI2UR .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9xifI2UR .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9xifI2UR .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9xifI2UR .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9xifI2UR .mbr-section-title {
  color: #000000;
}
.cid-un9xifI2UR .mbr-section-subtitle {
  color: #000000;
}
.cid-un9xifI2UR .mbr-section-subtitle,
.cid-un9xifI2UR .subtitle-wrapper {
  color: #000000;
}
.cid-un9xifI2UR .mbr-section-title,
.cid-un9xifI2UR .mbr-section-btn {
  color: #000000;
}
.cid-un9xig01Cw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9xig01Cw .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xig01Cw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xig01Cw .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xig01Cw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xig01Cw .container {
    padding: 0 16px;
  }
}
.cid-un9xig01Cw .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9xig01Cw .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9xig01Cw .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9xig01Cw .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9xig01Cw .item .item-wrapper {
  height: 100%;
}
.cid-un9xig01Cw .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9xig01Cw .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9xig01Cw .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9xig01Cw .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9xig01Cw .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9xig01Cw .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9xig01Cw .item-title {
  color: #000000;
}
.cid-un9xig01Cw .list {
  color: #000000;
}
.cid-un9xig01Cw .item-title,
.cid-un9xig01Cw .mbr-section-btn {
  color: #000000;
}
.cid-un9xig01Cw .list,
.cid-un9xig01Cw .item-wrap,
.cid-un9xig01Cw .list-wrapper {
  color: #000000;
}
.cid-un9xig01Cw .item-title1 {
  color: #FFFFFF;
}
.cid-un9xig01Cw .list1,
.cid-un9xig01Cw .item-wrap1,
.cid-un9xig01Cw .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9xig01Cw .item-title2 {
  color: #000000;
}
.cid-un9xig01Cw .list2,
.cid-un9xig01Cw .item-wrap2,
.cid-un9xig01Cw .list-wrapper2 {
  color: #000000;
}
.cid-un9xig01Cw .item-title3 {
  color: #000000;
}
.cid-un9xig01Cw .list3,
.cid-un9xig01Cw .item-wrap3,
.cid-un9xig01Cw .list-wrapper3 {
  color: #000000;
}
.cid-un9xigjbhd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9xigjbhd .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xigjbhd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xigjbhd .container {
    padding: 0 16px;
  }
}
.cid-un9xigjbhd .row {
  justify-content: center;
}
.cid-un9xigjbhd .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9xigjbhd .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9xigjbhd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9xigjbhd .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9xigjbhd .embla__slide .slide-content {
  width: 100%;
}
.cid-un9xigjbhd .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9xigjbhd .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9xigjbhd .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9xigjbhd .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9xigjbhd .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9xigjbhd .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9xigjbhd .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9xigjbhd .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9xigjbhd .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9xigjbhd .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9xigjbhd .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9xigjbhd .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9xigjbhd .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9xigjbhd .embla__button--next,
.cid-un9xigjbhd .embla__button--prev {
  display: flex;
}
.cid-un9xigjbhd .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9xigjbhd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9xigjbhd .embla__button:hover {
  opacity: 0.5;
}
.cid-un9xigjbhd .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9xigjbhd .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9xigjbhd .embla {
  position: relative;
  width: 100%;
}
.cid-un9xigjbhd .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9xigjbhd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9xigjbhd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9xigjbhd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9xigjbhd .item-text {
  color: #000000;
}
.cid-un9xigjbhd .item-name {
  color: #000000;
}
.cid-un9xigjbhd .item-role {
  color: #000000;
}
.cid-un9xigjbhd .item-name,
.cid-un9xigjbhd .image-wrapper {
  color: #000000;
}
.cid-un9xigjbhd .item-role,
.cid-un9xigjbhd .image-wrapper {
  color: #000000;
}
.cid-un9xigjbhd .item-text1 {
  color: #000000;
}
.cid-un9xigjbhd .item-name1 {
  color: #000000;
}
.cid-un9xigjbhd .item-role1 {
  color: #000000;
}
.cid-un9xigjbhd .item-text2 {
  color: #FFFFFF;
}
.cid-un9xigjbhd .item-name2 {
  color: #FFFFFF;
}
.cid-un9xigjbhd .item-role2 {
  color: #FFFFFF;
}
.cid-un9xigjbhd .item-text3 {
  color: #000000;
}
.cid-un9xigjbhd .item-name3 {
  color: #000000;
}
.cid-un9xigjbhd .item-role3 {
  color: #000000;
}
.cid-un9xigOvfs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9xigOvfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xigOvfs .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-un9xigOvfs .container {
    padding: 0 16px;
  }
}
.cid-un9xigOvfs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9xigOvfs .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9xigOvfs .mbr-section-title {
  color: #ffffff;
}
.cid-un9xigOvfs .mbr-section-title,
.cid-un9xigOvfs .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9xihbLUv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9xihbLUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xihbLUv .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-un9xihbLUv .container {
    padding: 0 16px;
  }
}
.cid-un9xihbLUv .row {
  justify-content: center;
}
.cid-un9xihbLUv .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9xihbLUv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9xihbLUv .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9xihbLUv .panel-group .card {
    padding: 24px;
  }
}
.cid-un9xihbLUv .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9xihbLUv .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9xihbLUv .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9xihbLUv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9xihbLUv .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9xihbLUv .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9xihbLUv .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9xihbLUv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9xihbLUv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9xihbLUv .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9xihbLUv .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9xihbLUv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9xihbLUv .mbr-section-title {
  color: #000000;
}
.cid-un9xihbLUv .panel-title-edit {
  color: #000000;
}
.cid-un9xihbLUv .panel-text {
  color: #000000;
}
.cid-un9xihbLUv .mbr-section-title,
.cid-un9xihbLUv .title-wrapper {
  color: #000000;
}
.cid-un9xihTxxi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9xihTxxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xihTxxi .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-un9xihTxxi .container {
    padding: 0 16px;
  }
}
.cid-un9xihTxxi .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9xihTxxi .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9xihTxxi .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9xihTxxi .item .item-wrapper {
  height: 100%;
}
.cid-un9xihTxxi .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9xihTxxi .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9xihTxxi .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9xihTxxi .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9xihTxxi .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9xihTxxi .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9xihTxxi .item-emoji {
  color: #000000;
}
.cid-un9xihTxxi .item-title {
  color: #000000;
}
.cid-un9xihTxxi .item-text {
  color: #000000;
}
.cid-un9xihTxxi .item-title,
.cid-un9xihTxxi .mbr-section-btn {
  color: #000000;
}
.cid-un9xihTxxi .item-title1 {
  color: #000000;
}
.cid-un9xihTxxi .item-text1 {
  color: #000000;
}
.cid-un9xihTxxi .item-title2 {
  color: #FFFFFF;
}
.cid-un9xihTxxi .item-text2 {
  color: #FFFFFF;
}
.cid-un9xiifCVM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9xiifCVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xiifCVM .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-un9xiifCVM .container {
    padding: 0 16px;
  }
}
.cid-un9xiifCVM .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9xiifCVM .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9xiifCVM .item:hover .item-wrapper .card-box,
.cid-un9xiifCVM .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9xiifCVM .item:hover .item-wrapper .card-box .item-price,
.cid-un9xiifCVM .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9xiifCVM .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9xiifCVM .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9xiifCVM .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9xiifCVM .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9xiifCVM .item:hover .item-wrapper .card-box .btn-success,
.cid-un9xiifCVM .item:focus .item-wrapper .card-box .btn-success,
.cid-un9xiifCVM .item:hover .item-wrapper .card-box .btn-info,
.cid-un9xiifCVM .item:focus .item-wrapper .card-box .btn-info,
.cid-un9xiifCVM .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9xiifCVM .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9xiifCVM .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9xiifCVM .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9xiifCVM .item:hover .item-wrapper .card-box .btn-black,
.cid-un9xiifCVM .item:focus .item-wrapper .card-box .btn-black,
.cid-un9xiifCVM .item:hover .item-wrapper .card-box .btn-white,
.cid-un9xiifCVM .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9xiifCVM .item .item-wrapper {
  height: 100%;
}
.cid-un9xiifCVM .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9xiifCVM .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xiifCVM .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9xiifCVM .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9xiifCVM .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9xiifCVM .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9xiifCVM .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9xiifCVM .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9xiifCVM .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9xiifCVM .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9xiifCVM .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9xiifCVM .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9xiifCVM .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9xiifCVM .item-title {
  color: #FF6B35;
}
.cid-un9xiifCVM .item-desc {
  color: #000000;
}
.cid-un9xiifCVM .item-price {
  color: #000000;
}
.cid-un9xiifCVM .list {
  color: #000000;
}
.cid-un9xiifCVM .item-price,
.cid-un9xiifCVM .mbr-section-btn {
  color: #000000;
}
.cid-un9xiifCVM .list,
.cid-un9xiifCVM .item-wrap,
.cid-un9xiifCVM .list-wrapper {
  color: #000000;
}
.cid-un9xiiIJia {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9xiiIJia .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xiiIJia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xiiIJia .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9xiiIJia .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9xiiIJia .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9xiiIJia .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9xiiIJia .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9xiiIJia .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9xiiIJia .mbr-section-title {
  color: #ffffff;
}
.cid-un9xiiIJia .mbr-text,
.cid-un9xiiIJia .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9xiiIJia .mbr-section-title,
.cid-un9xiiIJia .mbr-section-btn {
  text-align: center;
}
.cid-un9I2RTyP1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9I2RTyP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9I2RTyP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9I2RTyP1 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9I2RTyP1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9I2RTyP1 .container {
    padding: 0 30px;
  }
}
.cid-un9I2RTyP1 .row {
  justify-content: center;
}
.cid-un9I2RTyP1 .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9I2RTyP1 .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9I2RTyP1 .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9I2RTyP1 .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9I2RTyP1 .mbr-text {
  color: #000000;
}
.cid-un9xij5oyH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9xij5oyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xij5oyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xij5oyH .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xij5oyH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xij5oyH .container {
    padding: 0 16px;
  }
}
.cid-un9xij5oyH .row {
  position: relative;
  justify-content: center;
}
.cid-un9xij5oyH .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9xij5oyH .card {
  justify-content: center;
}
.cid-un9xij5oyH .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9xij5oyH .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9xij5oyH .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9xij5oyH .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9xij5oyH .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9xij5oyH .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9xij5oyH .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9xij5oyH .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9xij5oyH .nav-wrapper .list {
    display: block;
  }
}
.cid-un9xij5oyH .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9xij5oyH .nav-wrapper .list .item-wrap:hover::before,
.cid-un9xij5oyH .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9xij5oyH .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9xij5oyH .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9xij5oyH .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9xij5oyH .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9xij5oyH .mbr-copy {
  color: #c5ab50;
}
.cid-un9xij5oyH .list,
.cid-un9xij5oyH .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9xij5oyH .list,
  .cid-un9xij5oyH .nav-wrapper {
    text-align: left;
  }
}
.cid-un9xij5oyH .list,
.cid-un9xij5oyH .item-wrap,
.cid-un9xij5oyH .nav-wrapper {
  color: #c5ab50;
}
.cid-un9xld4RVZ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9xld4RVZ .navbar-dropdown {
  background-color: #2596be !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9xld4RVZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2596be !important;
  background: #2596be;
}
.cid-un9xld4RVZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9xld4RVZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9xld4RVZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9xld4RVZ .menu_box .navbar.opened,
  .cid-un9xld4RVZ .menu_box .navbar-collapse {
    background-color: #2596be !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9xld4RVZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9xld4RVZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9xld4RVZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9xld4RVZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9xld4RVZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9xld4RVZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9xld4RVZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9xld4RVZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9xld4RVZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9xld4RVZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9xld4RVZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9xld4RVZ .offcanvas-body .mbr-text,
  .cid-un9xld4RVZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9xld4RVZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9xld4RVZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9xld4RVZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9xld4RVZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9xld4RVZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9xld4RVZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9xld4RVZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9xld4RVZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9xld4RVZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9xld4RVZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9xld4RVZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9xld4RVZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9xld4RVZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9xld4RVZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9xld4RVZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9xld4RVZ .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9xld4RVZ .nav-item {
    margin: 0 !important;
  }
}
.cid-un9xld4RVZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9xld4RVZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9xld4RVZ .nav-item .nav-link:hover,
.cid-un9xld4RVZ .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9xld4RVZ .nav-item .nav-link:hover::before,
.cid-un9xld4RVZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9xld4RVZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9xld4RVZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9xld4RVZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9xld4RVZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9xld4RVZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9xld4RVZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9xld4RVZ .offcanvas_box {
    display: none;
  }
}
.cid-un9xld4RVZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9xld4RVZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9xld4RVZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9xld4RVZ .container {
  display: flex;
  margin: auto;
}
.cid-un9xld4RVZ .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9xld4RVZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9xld4RVZ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9xld4RVZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9xld4RVZ .navbar-nav {
    margin: 0;
  }
}
.cid-un9xld4RVZ .dropdown-menu,
.cid-un9xld4RVZ .navbar.opened {
  background-color: false !important;
}
.cid-un9xld4RVZ .nav-item:focus,
.cid-un9xld4RVZ .nav-link:focus {
  outline: none;
}
.cid-un9xld4RVZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9xld4RVZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9xld4RVZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9xld4RVZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9xld4RVZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9xld4RVZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9xld4RVZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9xld4RVZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9xld4RVZ .navbar.opened {
  transition: all 0.3s;
}
.cid-un9xld4RVZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9xld4RVZ .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9xld4RVZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9xld4RVZ .navbar.collapsed {
  justify-content: center;
}
.cid-un9xld4RVZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9xld4RVZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9xld4RVZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9xld4RVZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9xld4RVZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9xld4RVZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9xld4RVZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9xld4RVZ .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9xld4RVZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9xld4RVZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9xld4RVZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9xld4RVZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9xld4RVZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9xld4RVZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9xld4RVZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9xld4RVZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9xld4RVZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9xld4RVZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9xld4RVZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9xld4RVZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9xld4RVZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9xld4RVZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9xld4RVZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9xld4RVZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9xld4RVZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9xld4RVZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9xld4RVZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9xld4RVZ .dropdown-item.active,
.cid-un9xld4RVZ .dropdown-item:active {
  background-color: transparent;
}
.cid-un9xld4RVZ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9xld4RVZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9xld4RVZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9xld4RVZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9xld4RVZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9xld4RVZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9xld4RVZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2596be;
  background: #ff6b35;
}
.cid-un9xld4RVZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9xld4RVZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9xld4RVZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9xld4RVZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9xld4RVZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9xld4RVZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9xld4RVZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9xld4RVZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9xld4RVZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9xld4RVZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9xld4RVZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9xld4RVZ .navbar {
    height: 70px;
  }
  .cid-un9xld4RVZ .navbar.opened {
    height: auto;
  }
  .cid-un9xld4RVZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9xld4RVZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9xld4RVZ .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9xld4RVZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9xld4RVZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9xld4RVZ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9xld4RVZ .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9xld4RVZ .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9xld4RVZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9xld4RVZ .text_widget {
  margin-bottom: 32px;
}
.cid-un9xld4RVZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9xld4RVZ .text_widget a:hover,
.cid-un9xld4RVZ .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9xld4RVZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9xld4RVZ .navbar-caption {
  color: #000000;
}
.cid-un9xld4RVZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9xld4RVZ .mbr-section-subtitle,
.cid-un9xld4RVZ .text_widget,
.cid-un9xld4RVZ .mbr-section-btn {
  text-align: center;
}
.cid-un9xld4RVZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9xld4RVZ .nav-link,
.cid-un9xld4RVZ .dropdown-item {
  color: #000000;
}
.cid-un9xlduyES {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #4f35ff;
}
.cid-un9xlduyES .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xlduyES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xlduyES .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xlduyES .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xlduyES .container {
    padding: 0 16px;
  }
}
.cid-un9xlduyES .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9xlduyES .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9xlduyES .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9xlduyES .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9xlduyES .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9xlduyES .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9xlduyES .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9xlduyES .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9xlduyES .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9xlduyES .image-wrapper img {
    height: 350px;
  }
}
.cid-un9xlduyES .mbr-section-title {
  color: #ffffff;
}
.cid-un9xlduyES .mbr-text {
  color: #ffffff;
}
.cid-un9xlduyES .mbr-section-title,
.cid-un9xlduyES .mbr-section-btn {
  color: #000000;
}
.cid-un9xlduyES .mbr-text,
.cid-un9xlduyES .text-wrapper {
  color: #000000;
}
.cid-un9xlgGQKa {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9xlgGQKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xlgGQKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xlgGQKa .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xlgGQKa .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xlgGQKa .container {
    padding: 0 16px;
  }
}
.cid-un9xlgGQKa .card {
  justify-content: center;
}
.cid-un9xlgGQKa .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9xlgGQKa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9xlgGQKa .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9xlgGQKa .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9xlgGQKa .mbr-section-title {
  color: #000000;
}
.cid-un9xlgGQKa .mbr-text {
  color: #000000;
}
.cid-un9xlgGQKa .mbr-desc {
  color: #000000;
}
.cid-un9xlgGQKa .mbr-section-title,
.cid-un9xlgGQKa .title-wrapper {
  color: #000000;
}
.cid-un9xlgGQKa .mbr-text,
.cid-un9xlgGQKa .mbr-section-btn {
  color: #000000;
}
.cid-un9xldK5Hg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9xldK5Hg .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xldK5Hg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xldK5Hg .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xldK5Hg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xldK5Hg .container {
    padding: 0 16px;
  }
}
.cid-un9xldK5Hg .card {
  justify-content: flex-end;
}
.cid-un9xldK5Hg .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9xldK5Hg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9xldK5Hg .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9xldK5Hg .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9xldK5Hg .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9xldK5Hg .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9xldK5Hg .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9xldK5Hg .mbr-section-title {
  color: #ffffff;
}
.cid-un9xldK5Hg .mbr-text {
  color: #ffffff;
}
.cid-un9xldK5Hg .mbr-section-title,
.cid-un9xldK5Hg .mbr-section-btn {
  color: #000000;
}
.cid-un9xldK5Hg .mbr-text,
.cid-un9xldK5Hg .text-wrapper {
  color: #000000;
}
.cid-un9xle0yhK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9xle0yhK .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9xle0yhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xle0yhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xle0yhK .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xle0yhK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xle0yhK .container {
    padding: 0 16px;
  }
}
.cid-un9xle0yhK .row {
  position: relative;
  z-index: 1;
}
.cid-un9xle0yhK .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9xle0yhK .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9xle0yhK .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9xle0yhK .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9xle0yhK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9xle0yhK .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9xle0yhK .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9xle0yhK .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9xle0yhK .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9xle0yhK .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9xle0yhK .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9xle0yhK .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9xle0yhK .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9xle0yhK .mbr-media {
  position: relative;
}
.cid-un9xle0yhK .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9xle0yhK a:hover {
  background-image: none !important;
}
.cid-un9xle0yhK .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9xle0yhK .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9xle0yhK .icon-wrap:hover::before,
.cid-un9xle0yhK .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9xle0yhK .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9xle0yhK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9xle0yhK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9xle0yhK .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9xle0yhK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9xle0yhK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9xle0yhK .mbr-section-title {
  color: #000000;
}
.cid-un9xle0yhK .mbr-section-subtitle {
  color: #000000;
}
.cid-un9xle0yhK .mbr-text {
  color: #000000;
}
.cid-un9xle0yhK .mbr-section-subtitle,
.cid-un9xle0yhK .subtitle-wrapper {
  color: #000000;
}
.cid-un9xle0yhK .mbr-text,
.cid-un9xle0yhK .mbr-section-btn {
  color: #000000;
}
.cid-un9xlewWtS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9xlewWtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xlewWtS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xlewWtS .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xlewWtS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xlewWtS .container {
    padding: 0 16px;
  }
}
.cid-un9xlewWtS .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9xlewWtS .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9xlewWtS .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9xlewWtS .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9xlewWtS .item .item-wrapper {
  height: 100%;
}
.cid-un9xlewWtS .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9xlewWtS .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9xlewWtS .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9xlewWtS .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9xlewWtS .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9xlewWtS .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9xlewWtS .item-title {
  color: #000000;
}
.cid-un9xlewWtS .list {
  color: #000000;
}
.cid-un9xlewWtS .item-title,
.cid-un9xlewWtS .mbr-section-btn {
  color: #000000;
}
.cid-un9xlewWtS .list,
.cid-un9xlewWtS .item-wrap,
.cid-un9xlewWtS .list-wrapper {
  color: #000000;
}
.cid-un9xlewWtS .item-title1 {
  color: #FFFFFF;
}
.cid-un9xlewWtS .list1,
.cid-un9xlewWtS .item-wrap1,
.cid-un9xlewWtS .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9xlewWtS .item-title2 {
  color: #000000;
}
.cid-un9xlewWtS .list2,
.cid-un9xlewWtS .item-wrap2,
.cid-un9xlewWtS .list-wrapper2 {
  color: #000000;
}
.cid-un9xlewWtS .item-title3 {
  color: #000000;
}
.cid-un9xlewWtS .list3,
.cid-un9xlewWtS .item-wrap3,
.cid-un9xlewWtS .list-wrapper3 {
  color: #000000;
}
.cid-un9xleOJjm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9xleOJjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xleOJjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xleOJjm .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xleOJjm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xleOJjm .container {
    padding: 0 16px;
  }
}
.cid-un9xleOJjm .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9xleOJjm .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9xleOJjm .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9xleOJjm .image-wrapper img {
    height: 350px;
  }
}
.cid-un9xleOJjm .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9xleOJjm .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9xleOJjm .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9xleOJjm .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9xleOJjm .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9xleOJjm .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9xleOJjm .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9xleOJjm .mbr-section-title {
  color: #000000;
}
.cid-un9xleOJjm .mbr-section-subtitle {
  color: #000000;
}
.cid-un9xleOJjm .mbr-section-subtitle,
.cid-un9xleOJjm .subtitle-wrapper {
  color: #000000;
}
.cid-un9xleOJjm .mbr-section-title,
.cid-un9xleOJjm .mbr-section-btn {
  color: #000000;
}
.cid-un9xlf77p7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9xlf77p7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xlf77p7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xlf77p7 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xlf77p7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xlf77p7 .container {
    padding: 0 16px;
  }
}
.cid-un9xlf77p7 .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9xlf77p7 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9xlf77p7 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9xlf77p7 .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9xlf77p7 .item .item-wrapper {
  height: 100%;
}
.cid-un9xlf77p7 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9xlf77p7 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9xlf77p7 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9xlf77p7 .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9xlf77p7 .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9xlf77p7 .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9xlf77p7 .item-title {
  color: #000000;
}
.cid-un9xlf77p7 .list {
  color: #000000;
}
.cid-un9xlf77p7 .item-title,
.cid-un9xlf77p7 .mbr-section-btn {
  color: #000000;
}
.cid-un9xlf77p7 .list,
.cid-un9xlf77p7 .item-wrap,
.cid-un9xlf77p7 .list-wrapper {
  color: #000000;
}
.cid-un9xlf77p7 .item-title1 {
  color: #FFFFFF;
}
.cid-un9xlf77p7 .list1,
.cid-un9xlf77p7 .item-wrap1,
.cid-un9xlf77p7 .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9xlf77p7 .item-title2 {
  color: #000000;
}
.cid-un9xlf77p7 .list2,
.cid-un9xlf77p7 .item-wrap2,
.cid-un9xlf77p7 .list-wrapper2 {
  color: #000000;
}
.cid-un9xlf77p7 .item-title3 {
  color: #000000;
}
.cid-un9xlf77p7 .list3,
.cid-un9xlf77p7 .item-wrap3,
.cid-un9xlf77p7 .list-wrapper3 {
  color: #000000;
}
.cid-un9xlfqjsu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9xlfqjsu .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xlfqjsu .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xlfqjsu .container {
    padding: 0 16px;
  }
}
.cid-un9xlfqjsu .row {
  justify-content: center;
}
.cid-un9xlfqjsu .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9xlfqjsu .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9xlfqjsu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9xlfqjsu .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9xlfqjsu .embla__slide .slide-content {
  width: 100%;
}
.cid-un9xlfqjsu .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9xlfqjsu .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9xlfqjsu .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9xlfqjsu .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9xlfqjsu .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9xlfqjsu .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9xlfqjsu .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9xlfqjsu .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9xlfqjsu .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9xlfqjsu .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9xlfqjsu .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9xlfqjsu .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9xlfqjsu .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9xlfqjsu .embla__button--next,
.cid-un9xlfqjsu .embla__button--prev {
  display: flex;
}
.cid-un9xlfqjsu .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9xlfqjsu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9xlfqjsu .embla__button:hover {
  opacity: 0.5;
}
.cid-un9xlfqjsu .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9xlfqjsu .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9xlfqjsu .embla {
  position: relative;
  width: 100%;
}
.cid-un9xlfqjsu .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9xlfqjsu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9xlfqjsu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9xlfqjsu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9xlfqjsu .item-text {
  color: #000000;
}
.cid-un9xlfqjsu .item-name {
  color: #000000;
}
.cid-un9xlfqjsu .item-role {
  color: #000000;
}
.cid-un9xlfqjsu .item-name,
.cid-un9xlfqjsu .image-wrapper {
  color: #000000;
}
.cid-un9xlfqjsu .item-role,
.cid-un9xlfqjsu .image-wrapper {
  color: #000000;
}
.cid-un9xlfqjsu .item-text1 {
  color: #000000;
}
.cid-un9xlfqjsu .item-name1 {
  color: #000000;
}
.cid-un9xlfqjsu .item-role1 {
  color: #000000;
}
.cid-un9xlfqjsu .item-text2 {
  color: #FFFFFF;
}
.cid-un9xlfqjsu .item-name2 {
  color: #FFFFFF;
}
.cid-un9xlfqjsu .item-role2 {
  color: #FFFFFF;
}
.cid-un9xlfqjsu .item-text3 {
  color: #000000;
}
.cid-un9xlfqjsu .item-name3 {
  color: #000000;
}
.cid-un9xlfqjsu .item-role3 {
  color: #000000;
}
.cid-un9xlfY9Pt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9xlfY9Pt .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xlfY9Pt .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-un9xlfY9Pt .container {
    padding: 0 16px;
  }
}
.cid-un9xlfY9Pt .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9xlfY9Pt .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9xlfY9Pt .mbr-section-title {
  color: #ffffff;
}
.cid-un9xlfY9Pt .mbr-section-title,
.cid-un9xlfY9Pt .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9xlgixPJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9xlgixPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xlgixPJ .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-un9xlgixPJ .container {
    padding: 0 16px;
  }
}
.cid-un9xlgixPJ .row {
  justify-content: center;
}
.cid-un9xlgixPJ .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9xlgixPJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9xlgixPJ .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9xlgixPJ .panel-group .card {
    padding: 24px;
  }
}
.cid-un9xlgixPJ .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9xlgixPJ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9xlgixPJ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9xlgixPJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9xlgixPJ .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9xlgixPJ .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9xlgixPJ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9xlgixPJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9xlgixPJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9xlgixPJ .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9xlgixPJ .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9xlgixPJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9xlgixPJ .mbr-section-title {
  color: #000000;
}
.cid-un9xlgixPJ .panel-title-edit {
  color: #000000;
}
.cid-un9xlgixPJ .panel-text {
  color: #000000;
}
.cid-un9xlgixPJ .mbr-section-title,
.cid-un9xlgixPJ .title-wrapper {
  color: #000000;
}
.cid-un9xlh17Fs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9xlh17Fs .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xlh17Fs .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-un9xlh17Fs .container {
    padding: 0 16px;
  }
}
.cid-un9xlh17Fs .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9xlh17Fs .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9xlh17Fs .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9xlh17Fs .item .item-wrapper {
  height: 100%;
}
.cid-un9xlh17Fs .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9xlh17Fs .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9xlh17Fs .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9xlh17Fs .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9xlh17Fs .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9xlh17Fs .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9xlh17Fs .item-emoji {
  color: #000000;
}
.cid-un9xlh17Fs .item-title {
  color: #000000;
}
.cid-un9xlh17Fs .item-text {
  color: #000000;
}
.cid-un9xlh17Fs .item-title,
.cid-un9xlh17Fs .mbr-section-btn {
  color: #000000;
}
.cid-un9xlh17Fs .item-title1 {
  color: #000000;
}
.cid-un9xlh17Fs .item-text1 {
  color: #000000;
}
.cid-un9xlh17Fs .item-title2 {
  color: #FFFFFF;
}
.cid-un9xlh17Fs .item-text2 {
  color: #FFFFFF;
}
.cid-un9xlhpQJS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9xlhpQJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xlhpQJS .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-un9xlhpQJS .container {
    padding: 0 16px;
  }
}
.cid-un9xlhpQJS .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9xlhpQJS .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9xlhpQJS .item:hover .item-wrapper .card-box,
.cid-un9xlhpQJS .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9xlhpQJS .item:hover .item-wrapper .card-box .item-price,
.cid-un9xlhpQJS .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9xlhpQJS .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9xlhpQJS .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9xlhpQJS .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9xlhpQJS .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9xlhpQJS .item:hover .item-wrapper .card-box .btn-success,
.cid-un9xlhpQJS .item:focus .item-wrapper .card-box .btn-success,
.cid-un9xlhpQJS .item:hover .item-wrapper .card-box .btn-info,
.cid-un9xlhpQJS .item:focus .item-wrapper .card-box .btn-info,
.cid-un9xlhpQJS .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9xlhpQJS .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9xlhpQJS .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9xlhpQJS .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9xlhpQJS .item:hover .item-wrapper .card-box .btn-black,
.cid-un9xlhpQJS .item:focus .item-wrapper .card-box .btn-black,
.cid-un9xlhpQJS .item:hover .item-wrapper .card-box .btn-white,
.cid-un9xlhpQJS .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9xlhpQJS .item .item-wrapper {
  height: 100%;
}
.cid-un9xlhpQJS .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9xlhpQJS .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xlhpQJS .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9xlhpQJS .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9xlhpQJS .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9xlhpQJS .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9xlhpQJS .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9xlhpQJS .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9xlhpQJS .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9xlhpQJS .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9xlhpQJS .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9xlhpQJS .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9xlhpQJS .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9xlhpQJS .item-title {
  color: #FF6B35;
}
.cid-un9xlhpQJS .item-desc {
  color: #000000;
}
.cid-un9xlhpQJS .item-price {
  color: #000000;
}
.cid-un9xlhpQJS .list {
  color: #000000;
}
.cid-un9xlhpQJS .item-price,
.cid-un9xlhpQJS .mbr-section-btn {
  color: #000000;
}
.cid-un9xlhpQJS .list,
.cid-un9xlhpQJS .item-wrap,
.cid-un9xlhpQJS .list-wrapper {
  color: #000000;
}
.cid-un9xlhRCCL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9xlhRCCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xlhRCCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xlhRCCL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9xlhRCCL .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9xlhRCCL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9xlhRCCL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9xlhRCCL .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9xlhRCCL .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9xlhRCCL .mbr-section-title {
  color: #ffffff;
}
.cid-un9xlhRCCL .mbr-text,
.cid-un9xlhRCCL .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9xlhRCCL .mbr-section-title,
.cid-un9xlhRCCL .mbr-section-btn {
  text-align: center;
}
.cid-un9IcmPJwd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9IcmPJwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9IcmPJwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9IcmPJwd .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9IcmPJwd .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9IcmPJwd .container {
    padding: 0 30px;
  }
}
.cid-un9IcmPJwd .row {
  justify-content: center;
}
.cid-un9IcmPJwd .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9IcmPJwd .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9IcmPJwd .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9IcmPJwd .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9IcmPJwd .mbr-text {
  color: #000000;
}
.cid-un9xlieQPy {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9xlieQPy .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xlieQPy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xlieQPy .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xlieQPy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xlieQPy .container {
    padding: 0 16px;
  }
}
.cid-un9xlieQPy .row {
  position: relative;
  justify-content: center;
}
.cid-un9xlieQPy .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9xlieQPy .card {
  justify-content: center;
}
.cid-un9xlieQPy .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9xlieQPy .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9xlieQPy .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9xlieQPy .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9xlieQPy .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9xlieQPy .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9xlieQPy .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9xlieQPy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9xlieQPy .nav-wrapper .list {
    display: block;
  }
}
.cid-un9xlieQPy .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9xlieQPy .nav-wrapper .list .item-wrap:hover::before,
.cid-un9xlieQPy .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9xlieQPy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9xlieQPy .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9xlieQPy .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9xlieQPy .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9xlieQPy .mbr-copy {
  color: #c5ab50;
}
.cid-un9xlieQPy .list,
.cid-un9xlieQPy .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9xlieQPy .list,
  .cid-un9xlieQPy .nav-wrapper {
    text-align: left;
  }
}
.cid-un9xlieQPy .list,
.cid-un9xlieQPy .item-wrap,
.cid-un9xlieQPy .nav-wrapper {
  color: #c5ab50;
}
.cid-un9xoPvEJM {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9xoPvEJM .navbar-dropdown {
  background-color: #2596be !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9xoPvEJM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2596be !important;
  background: #2596be;
}
.cid-un9xoPvEJM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9xoPvEJM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9xoPvEJM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9xoPvEJM .menu_box .navbar.opened,
  .cid-un9xoPvEJM .menu_box .navbar-collapse {
    background-color: #2596be !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9xoPvEJM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9xoPvEJM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9xoPvEJM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9xoPvEJM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9xoPvEJM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9xoPvEJM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9xoPvEJM .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9xoPvEJM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9xoPvEJM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9xoPvEJM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9xoPvEJM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9xoPvEJM .offcanvas-body .mbr-text,
  .cid-un9xoPvEJM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9xoPvEJM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9xoPvEJM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9xoPvEJM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9xoPvEJM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9xoPvEJM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9xoPvEJM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9xoPvEJM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9xoPvEJM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9xoPvEJM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9xoPvEJM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9xoPvEJM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9xoPvEJM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9xoPvEJM .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9xoPvEJM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9xoPvEJM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9xoPvEJM .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9xoPvEJM .nav-item {
    margin: 0 !important;
  }
}
.cid-un9xoPvEJM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9xoPvEJM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9xoPvEJM .nav-item .nav-link:hover,
.cid-un9xoPvEJM .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9xoPvEJM .nav-item .nav-link:hover::before,
.cid-un9xoPvEJM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9xoPvEJM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9xoPvEJM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9xoPvEJM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9xoPvEJM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9xoPvEJM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9xoPvEJM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9xoPvEJM .offcanvas_box {
    display: none;
  }
}
.cid-un9xoPvEJM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9xoPvEJM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9xoPvEJM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9xoPvEJM .container {
  display: flex;
  margin: auto;
}
.cid-un9xoPvEJM .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9xoPvEJM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9xoPvEJM .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9xoPvEJM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9xoPvEJM .navbar-nav {
    margin: 0;
  }
}
.cid-un9xoPvEJM .dropdown-menu,
.cid-un9xoPvEJM .navbar.opened {
  background-color: false !important;
}
.cid-un9xoPvEJM .nav-item:focus,
.cid-un9xoPvEJM .nav-link:focus {
  outline: none;
}
.cid-un9xoPvEJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9xoPvEJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9xoPvEJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9xoPvEJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9xoPvEJM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9xoPvEJM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9xoPvEJM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9xoPvEJM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9xoPvEJM .navbar.opened {
  transition: all 0.3s;
}
.cid-un9xoPvEJM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9xoPvEJM .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9xoPvEJM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9xoPvEJM .navbar.collapsed {
  justify-content: center;
}
.cid-un9xoPvEJM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9xoPvEJM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9xoPvEJM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9xoPvEJM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9xoPvEJM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9xoPvEJM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9xoPvEJM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9xoPvEJM .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9xoPvEJM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9xoPvEJM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9xoPvEJM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9xoPvEJM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9xoPvEJM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9xoPvEJM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9xoPvEJM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9xoPvEJM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9xoPvEJM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9xoPvEJM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9xoPvEJM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9xoPvEJM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9xoPvEJM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9xoPvEJM .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9xoPvEJM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9xoPvEJM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9xoPvEJM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9xoPvEJM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9xoPvEJM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9xoPvEJM .dropdown-item.active,
.cid-un9xoPvEJM .dropdown-item:active {
  background-color: transparent;
}
.cid-un9xoPvEJM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9xoPvEJM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9xoPvEJM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9xoPvEJM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9xoPvEJM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9xoPvEJM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9xoPvEJM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2596be;
  background: #ff6b35;
}
.cid-un9xoPvEJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9xoPvEJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9xoPvEJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9xoPvEJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9xoPvEJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9xoPvEJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9xoPvEJM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9xoPvEJM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9xoPvEJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9xoPvEJM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9xoPvEJM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9xoPvEJM .navbar {
    height: 70px;
  }
  .cid-un9xoPvEJM .navbar.opened {
    height: auto;
  }
  .cid-un9xoPvEJM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9xoPvEJM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9xoPvEJM .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9xoPvEJM .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9xoPvEJM .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9xoPvEJM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9xoPvEJM .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9xoPvEJM .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9xoPvEJM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9xoPvEJM .text_widget {
  margin-bottom: 32px;
}
.cid-un9xoPvEJM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9xoPvEJM .text_widget a:hover,
.cid-un9xoPvEJM .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9xoPvEJM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9xoPvEJM .navbar-caption {
  color: #000000;
}
.cid-un9xoPvEJM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9xoPvEJM .mbr-section-subtitle,
.cid-un9xoPvEJM .text_widget,
.cid-un9xoPvEJM .mbr-section-btn {
  text-align: center;
}
.cid-un9xoPvEJM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9xoPvEJM .nav-link,
.cid-un9xoPvEJM .dropdown-item {
  color: #000000;
}
.cid-un9xoPUaVr {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #4f35ff;
}
.cid-un9xoPUaVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xoPUaVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xoPUaVr .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xoPUaVr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xoPUaVr .container {
    padding: 0 16px;
  }
}
.cid-un9xoPUaVr .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9xoPUaVr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9xoPUaVr .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9xoPUaVr .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9xoPUaVr .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9xoPUaVr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9xoPUaVr .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9xoPUaVr .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9xoPUaVr .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9xoPUaVr .image-wrapper img {
    height: 350px;
  }
}
.cid-un9xoPUaVr .mbr-section-title {
  color: #ffffff;
}
.cid-un9xoPUaVr .mbr-text {
  color: #ffffff;
}
.cid-un9xoPUaVr .mbr-section-title,
.cid-un9xoPUaVr .mbr-section-btn {
  color: #000000;
}
.cid-un9xoPUaVr .mbr-text,
.cid-un9xoPUaVr .text-wrapper {
  color: #000000;
}
.cid-un9xoT53C9 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9xoT53C9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xoT53C9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xoT53C9 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xoT53C9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xoT53C9 .container {
    padding: 0 16px;
  }
}
.cid-un9xoT53C9 .card {
  justify-content: center;
}
.cid-un9xoT53C9 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9xoT53C9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9xoT53C9 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9xoT53C9 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9xoT53C9 .mbr-section-title {
  color: #000000;
}
.cid-un9xoT53C9 .mbr-text {
  color: #000000;
}
.cid-un9xoT53C9 .mbr-desc {
  color: #000000;
}
.cid-un9xoT53C9 .mbr-section-title,
.cid-un9xoT53C9 .title-wrapper {
  color: #000000;
}
.cid-un9xoT53C9 .mbr-text,
.cid-un9xoT53C9 .mbr-section-btn {
  color: #000000;
}
.cid-un9xoQapCB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9xoQapCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xoQapCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xoQapCB .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xoQapCB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xoQapCB .container {
    padding: 0 16px;
  }
}
.cid-un9xoQapCB .card {
  justify-content: flex-end;
}
.cid-un9xoQapCB .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9xoQapCB .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9xoQapCB .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9xoQapCB .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9xoQapCB .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9xoQapCB .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9xoQapCB .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9xoQapCB .mbr-section-title {
  color: #ffffff;
}
.cid-un9xoQapCB .mbr-text {
  color: #ffffff;
}
.cid-un9xoQapCB .mbr-section-title,
.cid-un9xoQapCB .mbr-section-btn {
  color: #000000;
}
.cid-un9xoQapCB .mbr-text,
.cid-un9xoQapCB .text-wrapper {
  color: #000000;
}
.cid-un9xoQqFQz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9xoQqFQz .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9xoQqFQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xoQqFQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xoQqFQz .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xoQqFQz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xoQqFQz .container {
    padding: 0 16px;
  }
}
.cid-un9xoQqFQz .row {
  position: relative;
  z-index: 1;
}
.cid-un9xoQqFQz .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9xoQqFQz .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9xoQqFQz .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9xoQqFQz .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9xoQqFQz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9xoQqFQz .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9xoQqFQz .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9xoQqFQz .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9xoQqFQz .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9xoQqFQz .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9xoQqFQz .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9xoQqFQz .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9xoQqFQz .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9xoQqFQz .mbr-media {
  position: relative;
}
.cid-un9xoQqFQz .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9xoQqFQz a:hover {
  background-image: none !important;
}
.cid-un9xoQqFQz .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9xoQqFQz .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9xoQqFQz .icon-wrap:hover::before,
.cid-un9xoQqFQz .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9xoQqFQz .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9xoQqFQz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9xoQqFQz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9xoQqFQz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9xoQqFQz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9xoQqFQz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9xoQqFQz .mbr-section-title {
  color: #000000;
}
.cid-un9xoQqFQz .mbr-section-subtitle {
  color: #000000;
}
.cid-un9xoQqFQz .mbr-text {
  color: #000000;
}
.cid-un9xoQqFQz .mbr-section-subtitle,
.cid-un9xoQqFQz .subtitle-wrapper {
  color: #000000;
}
.cid-un9xoQqFQz .mbr-text,
.cid-un9xoQqFQz .mbr-section-btn {
  color: #000000;
}
.cid-un9xoQU452 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9xoQU452 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xoQU452 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xoQU452 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xoQU452 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xoQU452 .container {
    padding: 0 16px;
  }
}
.cid-un9xoQU452 .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9xoQU452 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9xoQU452 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9xoQU452 .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9xoQU452 .item .item-wrapper {
  height: 100%;
}
.cid-un9xoQU452 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9xoQU452 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9xoQU452 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9xoQU452 .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9xoQU452 .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9xoQU452 .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9xoQU452 .item-title {
  color: #000000;
}
.cid-un9xoQU452 .list {
  color: #000000;
}
.cid-un9xoQU452 .item-title,
.cid-un9xoQU452 .mbr-section-btn {
  color: #000000;
}
.cid-un9xoQU452 .list,
.cid-un9xoQU452 .item-wrap,
.cid-un9xoQU452 .list-wrapper {
  color: #000000;
}
.cid-un9xoQU452 .item-title1 {
  color: #FFFFFF;
}
.cid-un9xoQU452 .list1,
.cid-un9xoQU452 .item-wrap1,
.cid-un9xoQU452 .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9xoQU452 .item-title2 {
  color: #000000;
}
.cid-un9xoQU452 .list2,
.cid-un9xoQU452 .item-wrap2,
.cid-un9xoQU452 .list-wrapper2 {
  color: #000000;
}
.cid-un9xoQU452 .item-title3 {
  color: #000000;
}
.cid-un9xoQU452 .list3,
.cid-un9xoQU452 .item-wrap3,
.cid-un9xoQU452 .list-wrapper3 {
  color: #000000;
}
.cid-un9xoRe9rs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9xoRe9rs .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xoRe9rs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xoRe9rs .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xoRe9rs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xoRe9rs .container {
    padding: 0 16px;
  }
}
.cid-un9xoRe9rs .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9xoRe9rs .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9xoRe9rs .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9xoRe9rs .image-wrapper img {
    height: 350px;
  }
}
.cid-un9xoRe9rs .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9xoRe9rs .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9xoRe9rs .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9xoRe9rs .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9xoRe9rs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9xoRe9rs .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9xoRe9rs .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9xoRe9rs .mbr-section-title {
  color: #000000;
}
.cid-un9xoRe9rs .mbr-section-subtitle {
  color: #000000;
}
.cid-un9xoRe9rs .mbr-section-subtitle,
.cid-un9xoRe9rs .subtitle-wrapper {
  color: #000000;
}
.cid-un9xoRe9rs .mbr-section-title,
.cid-un9xoRe9rs .mbr-section-btn {
  color: #000000;
}
.cid-un9xoRwges {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9xoRwges .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xoRwges .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xoRwges .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xoRwges .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xoRwges .container {
    padding: 0 16px;
  }
}
.cid-un9xoRwges .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9xoRwges .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9xoRwges .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9xoRwges .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9xoRwges .item .item-wrapper {
  height: 100%;
}
.cid-un9xoRwges .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9xoRwges .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9xoRwges .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9xoRwges .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9xoRwges .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9xoRwges .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9xoRwges .item-title {
  color: #000000;
}
.cid-un9xoRwges .list {
  color: #000000;
}
.cid-un9xoRwges .item-title,
.cid-un9xoRwges .mbr-section-btn {
  color: #000000;
}
.cid-un9xoRwges .list,
.cid-un9xoRwges .item-wrap,
.cid-un9xoRwges .list-wrapper {
  color: #000000;
}
.cid-un9xoRwges .item-title1 {
  color: #FFFFFF;
}
.cid-un9xoRwges .list1,
.cid-un9xoRwges .item-wrap1,
.cid-un9xoRwges .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9xoRwges .item-title2 {
  color: #000000;
}
.cid-un9xoRwges .list2,
.cid-un9xoRwges .item-wrap2,
.cid-un9xoRwges .list-wrapper2 {
  color: #000000;
}
.cid-un9xoRwges .item-title3 {
  color: #000000;
}
.cid-un9xoRwges .list3,
.cid-un9xoRwges .item-wrap3,
.cid-un9xoRwges .list-wrapper3 {
  color: #000000;
}
.cid-un9xoRPu06 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9xoRPu06 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xoRPu06 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xoRPu06 .container {
    padding: 0 16px;
  }
}
.cid-un9xoRPu06 .row {
  justify-content: center;
}
.cid-un9xoRPu06 .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9xoRPu06 .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9xoRPu06 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9xoRPu06 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9xoRPu06 .embla__slide .slide-content {
  width: 100%;
}
.cid-un9xoRPu06 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9xoRPu06 .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9xoRPu06 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9xoRPu06 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9xoRPu06 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9xoRPu06 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9xoRPu06 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9xoRPu06 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9xoRPu06 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9xoRPu06 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9xoRPu06 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9xoRPu06 .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9xoRPu06 .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9xoRPu06 .embla__button--next,
.cid-un9xoRPu06 .embla__button--prev {
  display: flex;
}
.cid-un9xoRPu06 .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9xoRPu06 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9xoRPu06 .embla__button:hover {
  opacity: 0.5;
}
.cid-un9xoRPu06 .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9xoRPu06 .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9xoRPu06 .embla {
  position: relative;
  width: 100%;
}
.cid-un9xoRPu06 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9xoRPu06 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9xoRPu06 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9xoRPu06 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9xoRPu06 .item-text {
  color: #000000;
}
.cid-un9xoRPu06 .item-name {
  color: #000000;
}
.cid-un9xoRPu06 .item-role {
  color: #000000;
}
.cid-un9xoRPu06 .item-name,
.cid-un9xoRPu06 .image-wrapper {
  color: #000000;
}
.cid-un9xoRPu06 .item-role,
.cid-un9xoRPu06 .image-wrapper {
  color: #000000;
}
.cid-un9xoRPu06 .item-text1 {
  color: #000000;
}
.cid-un9xoRPu06 .item-name1 {
  color: #000000;
}
.cid-un9xoRPu06 .item-role1 {
  color: #000000;
}
.cid-un9xoRPu06 .item-text2 {
  color: #FFFFFF;
}
.cid-un9xoRPu06 .item-name2 {
  color: #FFFFFF;
}
.cid-un9xoRPu06 .item-role2 {
  color: #FFFFFF;
}
.cid-un9xoRPu06 .item-text3 {
  color: #000000;
}
.cid-un9xoRPu06 .item-name3 {
  color: #000000;
}
.cid-un9xoRPu06 .item-role3 {
  color: #000000;
}
.cid-un9xoSmbK3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9xoSmbK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xoSmbK3 .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-un9xoSmbK3 .container {
    padding: 0 16px;
  }
}
.cid-un9xoSmbK3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9xoSmbK3 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9xoSmbK3 .mbr-section-title {
  color: #ffffff;
}
.cid-un9xoSmbK3 .mbr-section-title,
.cid-un9xoSmbK3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9xoSHopr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9xoSHopr .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xoSHopr .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-un9xoSHopr .container {
    padding: 0 16px;
  }
}
.cid-un9xoSHopr .row {
  justify-content: center;
}
.cid-un9xoSHopr .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9xoSHopr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9xoSHopr .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9xoSHopr .panel-group .card {
    padding: 24px;
  }
}
.cid-un9xoSHopr .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9xoSHopr .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9xoSHopr .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9xoSHopr .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9xoSHopr .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9xoSHopr .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9xoSHopr .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9xoSHopr .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9xoSHopr .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9xoSHopr .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9xoSHopr .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9xoSHopr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9xoSHopr .mbr-section-title {
  color: #000000;
}
.cid-un9xoSHopr .panel-title-edit {
  color: #000000;
}
.cid-un9xoSHopr .panel-text {
  color: #000000;
}
.cid-un9xoSHopr .mbr-section-title,
.cid-un9xoSHopr .title-wrapper {
  color: #000000;
}
.cid-un9xoTq5yz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9xoTq5yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xoTq5yz .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-un9xoTq5yz .container {
    padding: 0 16px;
  }
}
.cid-un9xoTq5yz .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9xoTq5yz .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9xoTq5yz .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9xoTq5yz .item .item-wrapper {
  height: 100%;
}
.cid-un9xoTq5yz .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9xoTq5yz .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9xoTq5yz .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9xoTq5yz .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9xoTq5yz .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9xoTq5yz .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9xoTq5yz .item-emoji {
  color: #000000;
}
.cid-un9xoTq5yz .item-title {
  color: #000000;
}
.cid-un9xoTq5yz .item-text {
  color: #000000;
}
.cid-un9xoTq5yz .item-title,
.cid-un9xoTq5yz .mbr-section-btn {
  color: #000000;
}
.cid-un9xoTq5yz .item-title1 {
  color: #000000;
}
.cid-un9xoTq5yz .item-text1 {
  color: #000000;
}
.cid-un9xoTq5yz .item-title2 {
  color: #FFFFFF;
}
.cid-un9xoTq5yz .item-text2 {
  color: #FFFFFF;
}
.cid-un9xoTMIGI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9xoTMIGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xoTMIGI .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-un9xoTMIGI .container {
    padding: 0 16px;
  }
}
.cid-un9xoTMIGI .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9xoTMIGI .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9xoTMIGI .item:hover .item-wrapper .card-box,
.cid-un9xoTMIGI .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9xoTMIGI .item:hover .item-wrapper .card-box .item-price,
.cid-un9xoTMIGI .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9xoTMIGI .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9xoTMIGI .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9xoTMIGI .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9xoTMIGI .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9xoTMIGI .item:hover .item-wrapper .card-box .btn-success,
.cid-un9xoTMIGI .item:focus .item-wrapper .card-box .btn-success,
.cid-un9xoTMIGI .item:hover .item-wrapper .card-box .btn-info,
.cid-un9xoTMIGI .item:focus .item-wrapper .card-box .btn-info,
.cid-un9xoTMIGI .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9xoTMIGI .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9xoTMIGI .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9xoTMIGI .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9xoTMIGI .item:hover .item-wrapper .card-box .btn-black,
.cid-un9xoTMIGI .item:focus .item-wrapper .card-box .btn-black,
.cid-un9xoTMIGI .item:hover .item-wrapper .card-box .btn-white,
.cid-un9xoTMIGI .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9xoTMIGI .item .item-wrapper {
  height: 100%;
}
.cid-un9xoTMIGI .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9xoTMIGI .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xoTMIGI .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9xoTMIGI .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9xoTMIGI .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9xoTMIGI .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9xoTMIGI .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9xoTMIGI .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9xoTMIGI .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9xoTMIGI .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9xoTMIGI .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9xoTMIGI .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9xoTMIGI .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9xoTMIGI .item-title {
  color: #FF6B35;
}
.cid-un9xoTMIGI .item-desc {
  color: #000000;
}
.cid-un9xoTMIGI .item-price {
  color: #000000;
}
.cid-un9xoTMIGI .list {
  color: #000000;
}
.cid-un9xoTMIGI .item-price,
.cid-un9xoTMIGI .mbr-section-btn {
  color: #000000;
}
.cid-un9xoTMIGI .list,
.cid-un9xoTMIGI .item-wrap,
.cid-un9xoTMIGI .list-wrapper {
  color: #000000;
}
.cid-un9xoUgV17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9xoUgV17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xoUgV17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xoUgV17 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9xoUgV17 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9xoUgV17 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9xoUgV17 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9xoUgV17 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9xoUgV17 .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9xoUgV17 .mbr-section-title {
  color: #ffffff;
}
.cid-un9xoUgV17 .mbr-text,
.cid-un9xoUgV17 .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9xoUgV17 .mbr-section-title,
.cid-un9xoUgV17 .mbr-section-btn {
  text-align: center;
}
.cid-un9IfNCMMa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9IfNCMMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9IfNCMMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9IfNCMMa .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9IfNCMMa .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9IfNCMMa .container {
    padding: 0 30px;
  }
}
.cid-un9IfNCMMa .row {
  justify-content: center;
}
.cid-un9IfNCMMa .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9IfNCMMa .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9IfNCMMa .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9IfNCMMa .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9IfNCMMa .mbr-text {
  color: #000000;
}
.cid-un9xoUDKMV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9xoUDKMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9xoUDKMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9xoUDKMV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9xoUDKMV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9xoUDKMV .container {
    padding: 0 16px;
  }
}
.cid-un9xoUDKMV .row {
  position: relative;
  justify-content: center;
}
.cid-un9xoUDKMV .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9xoUDKMV .card {
  justify-content: center;
}
.cid-un9xoUDKMV .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9xoUDKMV .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9xoUDKMV .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9xoUDKMV .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9xoUDKMV .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9xoUDKMV .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9xoUDKMV .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9xoUDKMV .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9xoUDKMV .nav-wrapper .list {
    display: block;
  }
}
.cid-un9xoUDKMV .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9xoUDKMV .nav-wrapper .list .item-wrap:hover::before,
.cid-un9xoUDKMV .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9xoUDKMV .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9xoUDKMV .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9xoUDKMV .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9xoUDKMV .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9xoUDKMV .mbr-copy {
  color: #c5ab50;
}
.cid-un9xoUDKMV .list,
.cid-un9xoUDKMV .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9xoUDKMV .list,
  .cid-un9xoUDKMV .nav-wrapper {
    text-align: left;
  }
}
.cid-un9xoUDKMV .list,
.cid-un9xoUDKMV .item-wrap,
.cid-un9xoUDKMV .nav-wrapper {
  color: #c5ab50;
}
.cid-un9yDFGHnM {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9yDFGHnM .navbar-dropdown {
  background-color: #2596be !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9yDFGHnM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2596be !important;
  background: #2596be;
}
.cid-un9yDFGHnM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9yDFGHnM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9yDFGHnM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9yDFGHnM .menu_box .navbar.opened,
  .cid-un9yDFGHnM .menu_box .navbar-collapse {
    background-color: #2596be !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9yDFGHnM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9yDFGHnM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9yDFGHnM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9yDFGHnM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9yDFGHnM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9yDFGHnM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9yDFGHnM .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9yDFGHnM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9yDFGHnM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9yDFGHnM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9yDFGHnM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9yDFGHnM .offcanvas-body .mbr-text,
  .cid-un9yDFGHnM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9yDFGHnM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9yDFGHnM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9yDFGHnM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9yDFGHnM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9yDFGHnM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9yDFGHnM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9yDFGHnM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9yDFGHnM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9yDFGHnM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9yDFGHnM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9yDFGHnM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9yDFGHnM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9yDFGHnM .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9yDFGHnM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9yDFGHnM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9yDFGHnM .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9yDFGHnM .nav-item {
    margin: 0 !important;
  }
}
.cid-un9yDFGHnM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9yDFGHnM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9yDFGHnM .nav-item .nav-link:hover,
.cid-un9yDFGHnM .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9yDFGHnM .nav-item .nav-link:hover::before,
.cid-un9yDFGHnM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9yDFGHnM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9yDFGHnM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9yDFGHnM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9yDFGHnM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9yDFGHnM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9yDFGHnM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9yDFGHnM .offcanvas_box {
    display: none;
  }
}
.cid-un9yDFGHnM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9yDFGHnM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9yDFGHnM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9yDFGHnM .container {
  display: flex;
  margin: auto;
}
.cid-un9yDFGHnM .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9yDFGHnM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9yDFGHnM .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9yDFGHnM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9yDFGHnM .navbar-nav {
    margin: 0;
  }
}
.cid-un9yDFGHnM .dropdown-menu,
.cid-un9yDFGHnM .navbar.opened {
  background-color: false !important;
}
.cid-un9yDFGHnM .nav-item:focus,
.cid-un9yDFGHnM .nav-link:focus {
  outline: none;
}
.cid-un9yDFGHnM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9yDFGHnM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9yDFGHnM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9yDFGHnM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9yDFGHnM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9yDFGHnM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9yDFGHnM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9yDFGHnM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9yDFGHnM .navbar.opened {
  transition: all 0.3s;
}
.cid-un9yDFGHnM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9yDFGHnM .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9yDFGHnM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9yDFGHnM .navbar.collapsed {
  justify-content: center;
}
.cid-un9yDFGHnM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9yDFGHnM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9yDFGHnM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9yDFGHnM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9yDFGHnM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9yDFGHnM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9yDFGHnM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9yDFGHnM .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9yDFGHnM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9yDFGHnM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9yDFGHnM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9yDFGHnM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9yDFGHnM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9yDFGHnM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9yDFGHnM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9yDFGHnM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9yDFGHnM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9yDFGHnM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9yDFGHnM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9yDFGHnM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9yDFGHnM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9yDFGHnM .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9yDFGHnM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9yDFGHnM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9yDFGHnM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9yDFGHnM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9yDFGHnM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9yDFGHnM .dropdown-item.active,
.cid-un9yDFGHnM .dropdown-item:active {
  background-color: transparent;
}
.cid-un9yDFGHnM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9yDFGHnM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9yDFGHnM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9yDFGHnM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9yDFGHnM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9yDFGHnM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9yDFGHnM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2596be;
  background: #ff6b35;
}
.cid-un9yDFGHnM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9yDFGHnM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9yDFGHnM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9yDFGHnM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9yDFGHnM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9yDFGHnM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9yDFGHnM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9yDFGHnM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9yDFGHnM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9yDFGHnM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9yDFGHnM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9yDFGHnM .navbar {
    height: 70px;
  }
  .cid-un9yDFGHnM .navbar.opened {
    height: auto;
  }
  .cid-un9yDFGHnM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9yDFGHnM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9yDFGHnM .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9yDFGHnM .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9yDFGHnM .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9yDFGHnM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9yDFGHnM .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9yDFGHnM .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9yDFGHnM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9yDFGHnM .text_widget {
  margin-bottom: 32px;
}
.cid-un9yDFGHnM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9yDFGHnM .text_widget a:hover,
.cid-un9yDFGHnM .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9yDFGHnM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9yDFGHnM .navbar-caption {
  color: #000000;
}
.cid-un9yDFGHnM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9yDFGHnM .mbr-section-subtitle,
.cid-un9yDFGHnM .text_widget,
.cid-un9yDFGHnM .mbr-section-btn {
  text-align: center;
}
.cid-un9yDFGHnM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9yDFGHnM .nav-link,
.cid-un9yDFGHnM .dropdown-item {
  color: #000000;
}
.cid-un9yDGbncO {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #4f35ff;
}
.cid-un9yDGbncO .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yDGbncO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yDGbncO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yDGbncO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yDGbncO .container {
    padding: 0 16px;
  }
}
.cid-un9yDGbncO .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9yDGbncO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9yDGbncO .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9yDGbncO .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9yDGbncO .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9yDGbncO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9yDGbncO .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9yDGbncO .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9yDGbncO .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9yDGbncO .image-wrapper img {
    height: 350px;
  }
}
.cid-un9yDGbncO .mbr-section-title {
  color: #ffffff;
}
.cid-un9yDGbncO .mbr-text {
  color: #ffffff;
}
.cid-un9yDGbncO .mbr-section-title,
.cid-un9yDGbncO .mbr-section-btn {
  color: #000000;
}
.cid-un9yDGbncO .mbr-text,
.cid-un9yDGbncO .text-wrapper {
  color: #000000;
}
.cid-un9yDJmDD2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9yDJmDD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yDJmDD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yDJmDD2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yDJmDD2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yDJmDD2 .container {
    padding: 0 16px;
  }
}
.cid-un9yDJmDD2 .card {
  justify-content: center;
}
.cid-un9yDJmDD2 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9yDJmDD2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9yDJmDD2 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9yDJmDD2 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9yDJmDD2 .mbr-section-title {
  color: #000000;
}
.cid-un9yDJmDD2 .mbr-text {
  color: #000000;
}
.cid-un9yDJmDD2 .mbr-desc {
  color: #000000;
}
.cid-un9yDJmDD2 .mbr-section-title,
.cid-un9yDJmDD2 .title-wrapper {
  color: #000000;
}
.cid-un9yDJmDD2 .mbr-text,
.cid-un9yDJmDD2 .mbr-section-btn {
  color: #000000;
}
.cid-un9yDGrbM8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9yDGrbM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yDGrbM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yDGrbM8 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yDGrbM8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yDGrbM8 .container {
    padding: 0 16px;
  }
}
.cid-un9yDGrbM8 .card {
  justify-content: flex-end;
}
.cid-un9yDGrbM8 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9yDGrbM8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9yDGrbM8 .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9yDGrbM8 .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9yDGrbM8 .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9yDGrbM8 .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9yDGrbM8 .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9yDGrbM8 .mbr-section-title {
  color: #ffffff;
}
.cid-un9yDGrbM8 .mbr-text {
  color: #ffffff;
}
.cid-un9yDGrbM8 .mbr-section-title,
.cid-un9yDGrbM8 .mbr-section-btn {
  color: #000000;
}
.cid-un9yDGrbM8 .mbr-text,
.cid-un9yDGrbM8 .text-wrapper {
  color: #000000;
}
.cid-un9yDGIWB0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9yDGIWB0 .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9yDGIWB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yDGIWB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yDGIWB0 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yDGIWB0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yDGIWB0 .container {
    padding: 0 16px;
  }
}
.cid-un9yDGIWB0 .row {
  position: relative;
  z-index: 1;
}
.cid-un9yDGIWB0 .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9yDGIWB0 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9yDGIWB0 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9yDGIWB0 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9yDGIWB0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9yDGIWB0 .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9yDGIWB0 .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9yDGIWB0 .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9yDGIWB0 .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9yDGIWB0 .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9yDGIWB0 .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9yDGIWB0 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9yDGIWB0 .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9yDGIWB0 .mbr-media {
  position: relative;
}
.cid-un9yDGIWB0 .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9yDGIWB0 a:hover {
  background-image: none !important;
}
.cid-un9yDGIWB0 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9yDGIWB0 .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9yDGIWB0 .icon-wrap:hover::before,
.cid-un9yDGIWB0 .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9yDGIWB0 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9yDGIWB0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9yDGIWB0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9yDGIWB0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9yDGIWB0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9yDGIWB0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9yDGIWB0 .mbr-section-title {
  color: #000000;
}
.cid-un9yDGIWB0 .mbr-section-subtitle {
  color: #000000;
}
.cid-un9yDGIWB0 .mbr-text {
  color: #000000;
}
.cid-un9yDGIWB0 .mbr-section-subtitle,
.cid-un9yDGIWB0 .subtitle-wrapper {
  color: #000000;
}
.cid-un9yDGIWB0 .mbr-text,
.cid-un9yDGIWB0 .mbr-section-btn {
  color: #000000;
}
.cid-un9yDHaBeZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9yDHaBeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yDHaBeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yDHaBeZ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yDHaBeZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yDHaBeZ .container {
    padding: 0 16px;
  }
}
.cid-un9yDHaBeZ .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9yDHaBeZ .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9yDHaBeZ .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9yDHaBeZ .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9yDHaBeZ .item .item-wrapper {
  height: 100%;
}
.cid-un9yDHaBeZ .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9yDHaBeZ .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9yDHaBeZ .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9yDHaBeZ .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9yDHaBeZ .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9yDHaBeZ .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9yDHaBeZ .item-title {
  color: #000000;
}
.cid-un9yDHaBeZ .list {
  color: #000000;
}
.cid-un9yDHaBeZ .item-title,
.cid-un9yDHaBeZ .mbr-section-btn {
  color: #000000;
}
.cid-un9yDHaBeZ .list,
.cid-un9yDHaBeZ .item-wrap,
.cid-un9yDHaBeZ .list-wrapper {
  color: #000000;
}
.cid-un9yDHaBeZ .item-title1 {
  color: #FFFFFF;
}
.cid-un9yDHaBeZ .list1,
.cid-un9yDHaBeZ .item-wrap1,
.cid-un9yDHaBeZ .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9yDHaBeZ .item-title2 {
  color: #000000;
}
.cid-un9yDHaBeZ .list2,
.cid-un9yDHaBeZ .item-wrap2,
.cid-un9yDHaBeZ .list-wrapper2 {
  color: #000000;
}
.cid-un9yDHaBeZ .item-title3 {
  color: #000000;
}
.cid-un9yDHaBeZ .list3,
.cid-un9yDHaBeZ .item-wrap3,
.cid-un9yDHaBeZ .list-wrapper3 {
  color: #000000;
}
.cid-un9yDHt5DT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9yDHt5DT .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yDHt5DT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yDHt5DT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yDHt5DT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yDHt5DT .container {
    padding: 0 16px;
  }
}
.cid-un9yDHt5DT .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9yDHt5DT .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9yDHt5DT .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9yDHt5DT .image-wrapper img {
    height: 350px;
  }
}
.cid-un9yDHt5DT .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9yDHt5DT .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9yDHt5DT .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9yDHt5DT .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9yDHt5DT .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9yDHt5DT .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9yDHt5DT .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9yDHt5DT .mbr-section-title {
  color: #000000;
}
.cid-un9yDHt5DT .mbr-section-subtitle {
  color: #000000;
}
.cid-un9yDHt5DT .mbr-section-subtitle,
.cid-un9yDHt5DT .subtitle-wrapper {
  color: #000000;
}
.cid-un9yDHt5DT .mbr-section-title,
.cid-un9yDHt5DT .mbr-section-btn {
  color: #000000;
}
.cid-un9yDHNQNz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9yDHNQNz .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yDHNQNz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yDHNQNz .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yDHNQNz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yDHNQNz .container {
    padding: 0 16px;
  }
}
.cid-un9yDHNQNz .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9yDHNQNz .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9yDHNQNz .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9yDHNQNz .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9yDHNQNz .item .item-wrapper {
  height: 100%;
}
.cid-un9yDHNQNz .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9yDHNQNz .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9yDHNQNz .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9yDHNQNz .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9yDHNQNz .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9yDHNQNz .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9yDHNQNz .item-title {
  color: #000000;
}
.cid-un9yDHNQNz .list {
  color: #000000;
}
.cid-un9yDHNQNz .item-title,
.cid-un9yDHNQNz .mbr-section-btn {
  color: #000000;
}
.cid-un9yDHNQNz .list,
.cid-un9yDHNQNz .item-wrap,
.cid-un9yDHNQNz .list-wrapper {
  color: #000000;
}
.cid-un9yDHNQNz .item-title1 {
  color: #FFFFFF;
}
.cid-un9yDHNQNz .list1,
.cid-un9yDHNQNz .item-wrap1,
.cid-un9yDHNQNz .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9yDHNQNz .item-title2 {
  color: #000000;
}
.cid-un9yDHNQNz .list2,
.cid-un9yDHNQNz .item-wrap2,
.cid-un9yDHNQNz .list-wrapper2 {
  color: #000000;
}
.cid-un9yDHNQNz .item-title3 {
  color: #000000;
}
.cid-un9yDHNQNz .list3,
.cid-un9yDHNQNz .item-wrap3,
.cid-un9yDHNQNz .list-wrapper3 {
  color: #000000;
}
.cid-un9yDI6HFt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9yDI6HFt .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yDI6HFt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yDI6HFt .container {
    padding: 0 16px;
  }
}
.cid-un9yDI6HFt .row {
  justify-content: center;
}
.cid-un9yDI6HFt .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9yDI6HFt .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9yDI6HFt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9yDI6HFt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9yDI6HFt .embla__slide .slide-content {
  width: 100%;
}
.cid-un9yDI6HFt .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9yDI6HFt .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9yDI6HFt .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9yDI6HFt .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9yDI6HFt .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9yDI6HFt .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9yDI6HFt .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9yDI6HFt .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9yDI6HFt .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9yDI6HFt .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9yDI6HFt .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9yDI6HFt .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9yDI6HFt .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9yDI6HFt .embla__button--next,
.cid-un9yDI6HFt .embla__button--prev {
  display: flex;
}
.cid-un9yDI6HFt .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9yDI6HFt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9yDI6HFt .embla__button:hover {
  opacity: 0.5;
}
.cid-un9yDI6HFt .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9yDI6HFt .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9yDI6HFt .embla {
  position: relative;
  width: 100%;
}
.cid-un9yDI6HFt .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9yDI6HFt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9yDI6HFt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9yDI6HFt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9yDI6HFt .item-text {
  color: #000000;
}
.cid-un9yDI6HFt .item-name {
  color: #000000;
}
.cid-un9yDI6HFt .item-role {
  color: #000000;
}
.cid-un9yDI6HFt .item-name,
.cid-un9yDI6HFt .image-wrapper {
  color: #000000;
}
.cid-un9yDI6HFt .item-role,
.cid-un9yDI6HFt .image-wrapper {
  color: #000000;
}
.cid-un9yDI6HFt .item-text1 {
  color: #000000;
}
.cid-un9yDI6HFt .item-name1 {
  color: #000000;
}
.cid-un9yDI6HFt .item-role1 {
  color: #000000;
}
.cid-un9yDI6HFt .item-text2 {
  color: #FFFFFF;
}
.cid-un9yDI6HFt .item-name2 {
  color: #FFFFFF;
}
.cid-un9yDI6HFt .item-role2 {
  color: #FFFFFF;
}
.cid-un9yDI6HFt .item-text3 {
  color: #000000;
}
.cid-un9yDI6HFt .item-name3 {
  color: #000000;
}
.cid-un9yDI6HFt .item-role3 {
  color: #000000;
}
.cid-un9yDIDvBm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9yDIDvBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yDIDvBm .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-un9yDIDvBm .container {
    padding: 0 16px;
  }
}
.cid-un9yDIDvBm .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9yDIDvBm .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9yDIDvBm .mbr-section-title {
  color: #ffffff;
}
.cid-un9yDIDvBm .mbr-section-title,
.cid-un9yDIDvBm .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9yDIWv3p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9yDIWv3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yDIWv3p .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-un9yDIWv3p .container {
    padding: 0 16px;
  }
}
.cid-un9yDIWv3p .row {
  justify-content: center;
}
.cid-un9yDIWv3p .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9yDIWv3p .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9yDIWv3p .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9yDIWv3p .panel-group .card {
    padding: 24px;
  }
}
.cid-un9yDIWv3p .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9yDIWv3p .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9yDIWv3p .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9yDIWv3p .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9yDIWv3p .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9yDIWv3p .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9yDIWv3p .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9yDIWv3p .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9yDIWv3p .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9yDIWv3p .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9yDIWv3p .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9yDIWv3p .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9yDIWv3p .mbr-section-title {
  color: #000000;
}
.cid-un9yDIWv3p .panel-title-edit {
  color: #000000;
}
.cid-un9yDIWv3p .panel-text {
  color: #000000;
}
.cid-un9yDIWv3p .mbr-section-title,
.cid-un9yDIWv3p .title-wrapper {
  color: #000000;
}
.cid-un9yDJIUHZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9yDJIUHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yDJIUHZ .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-un9yDJIUHZ .container {
    padding: 0 16px;
  }
}
.cid-un9yDJIUHZ .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9yDJIUHZ .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9yDJIUHZ .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9yDJIUHZ .item .item-wrapper {
  height: 100%;
}
.cid-un9yDJIUHZ .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9yDJIUHZ .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9yDJIUHZ .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9yDJIUHZ .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9yDJIUHZ .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9yDJIUHZ .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9yDJIUHZ .item-emoji {
  color: #000000;
}
.cid-un9yDJIUHZ .item-title {
  color: #000000;
}
.cid-un9yDJIUHZ .item-text {
  color: #000000;
}
.cid-un9yDJIUHZ .item-title,
.cid-un9yDJIUHZ .mbr-section-btn {
  color: #000000;
}
.cid-un9yDJIUHZ .item-title1 {
  color: #000000;
}
.cid-un9yDJIUHZ .item-text1 {
  color: #000000;
}
.cid-un9yDJIUHZ .item-title2 {
  color: #FFFFFF;
}
.cid-un9yDJIUHZ .item-text2 {
  color: #FFFFFF;
}
.cid-un9yDK4N1S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9yDK4N1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yDK4N1S .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-un9yDK4N1S .container {
    padding: 0 16px;
  }
}
.cid-un9yDK4N1S .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9yDK4N1S .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9yDK4N1S .item:hover .item-wrapper .card-box,
.cid-un9yDK4N1S .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9yDK4N1S .item:hover .item-wrapper .card-box .item-price,
.cid-un9yDK4N1S .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9yDK4N1S .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9yDK4N1S .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9yDK4N1S .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9yDK4N1S .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9yDK4N1S .item:hover .item-wrapper .card-box .btn-success,
.cid-un9yDK4N1S .item:focus .item-wrapper .card-box .btn-success,
.cid-un9yDK4N1S .item:hover .item-wrapper .card-box .btn-info,
.cid-un9yDK4N1S .item:focus .item-wrapper .card-box .btn-info,
.cid-un9yDK4N1S .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9yDK4N1S .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9yDK4N1S .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9yDK4N1S .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9yDK4N1S .item:hover .item-wrapper .card-box .btn-black,
.cid-un9yDK4N1S .item:focus .item-wrapper .card-box .btn-black,
.cid-un9yDK4N1S .item:hover .item-wrapper .card-box .btn-white,
.cid-un9yDK4N1S .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9yDK4N1S .item .item-wrapper {
  height: 100%;
}
.cid-un9yDK4N1S .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9yDK4N1S .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yDK4N1S .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9yDK4N1S .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9yDK4N1S .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9yDK4N1S .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9yDK4N1S .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9yDK4N1S .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9yDK4N1S .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9yDK4N1S .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9yDK4N1S .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9yDK4N1S .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9yDK4N1S .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9yDK4N1S .item-title {
  color: #FF6B35;
}
.cid-un9yDK4N1S .item-desc {
  color: #000000;
}
.cid-un9yDK4N1S .item-price {
  color: #000000;
}
.cid-un9yDK4N1S .list {
  color: #000000;
}
.cid-un9yDK4N1S .item-price,
.cid-un9yDK4N1S .mbr-section-btn {
  color: #000000;
}
.cid-un9yDK4N1S .list,
.cid-un9yDK4N1S .item-wrap,
.cid-un9yDK4N1S .list-wrapper {
  color: #000000;
}
.cid-un9yDKwZxJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9yDKwZxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yDKwZxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yDKwZxJ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9yDKwZxJ .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9yDKwZxJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9yDKwZxJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9yDKwZxJ .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9yDKwZxJ .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9yDKwZxJ .mbr-section-title {
  color: #ffffff;
}
.cid-un9yDKwZxJ .mbr-text,
.cid-un9yDKwZxJ .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9yDKwZxJ .mbr-section-title,
.cid-un9yDKwZxJ .mbr-section-btn {
  text-align: center;
}
.cid-un9IisawGZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9IisawGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9IisawGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9IisawGZ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9IisawGZ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9IisawGZ .container {
    padding: 0 30px;
  }
}
.cid-un9IisawGZ .row {
  justify-content: center;
}
.cid-un9IisawGZ .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9IisawGZ .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9IisawGZ .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9IisawGZ .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9IisawGZ .mbr-text {
  color: #000000;
}
.cid-un9yDKVYQC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9yDKVYQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yDKVYQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yDKVYQC .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yDKVYQC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yDKVYQC .container {
    padding: 0 16px;
  }
}
.cid-un9yDKVYQC .row {
  position: relative;
  justify-content: center;
}
.cid-un9yDKVYQC .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9yDKVYQC .card {
  justify-content: center;
}
.cid-un9yDKVYQC .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9yDKVYQC .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9yDKVYQC .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9yDKVYQC .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9yDKVYQC .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9yDKVYQC .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9yDKVYQC .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9yDKVYQC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9yDKVYQC .nav-wrapper .list {
    display: block;
  }
}
.cid-un9yDKVYQC .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9yDKVYQC .nav-wrapper .list .item-wrap:hover::before,
.cid-un9yDKVYQC .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9yDKVYQC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9yDKVYQC .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9yDKVYQC .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9yDKVYQC .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9yDKVYQC .mbr-copy {
  color: #c5ab50;
}
.cid-un9yDKVYQC .list,
.cid-un9yDKVYQC .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9yDKVYQC .list,
  .cid-un9yDKVYQC .nav-wrapper {
    text-align: left;
  }
}
.cid-un9yDKVYQC .list,
.cid-un9yDKVYQC .item-wrap,
.cid-un9yDKVYQC .nav-wrapper {
  color: #c5ab50;
}
.cid-un9yHAFIX9 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9yHAFIX9 .navbar-dropdown {
  background-color: #2596be !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9yHAFIX9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2596be !important;
  background: #2596be;
}
.cid-un9yHAFIX9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9yHAFIX9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9yHAFIX9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9yHAFIX9 .menu_box .navbar.opened,
  .cid-un9yHAFIX9 .menu_box .navbar-collapse {
    background-color: #2596be !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9yHAFIX9 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9yHAFIX9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9yHAFIX9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9yHAFIX9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9yHAFIX9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9yHAFIX9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9yHAFIX9 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9yHAFIX9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9yHAFIX9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9yHAFIX9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9yHAFIX9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9yHAFIX9 .offcanvas-body .mbr-text,
  .cid-un9yHAFIX9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9yHAFIX9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9yHAFIX9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9yHAFIX9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9yHAFIX9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9yHAFIX9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9yHAFIX9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9yHAFIX9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9yHAFIX9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9yHAFIX9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9yHAFIX9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9yHAFIX9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9yHAFIX9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9yHAFIX9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9yHAFIX9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9yHAFIX9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9yHAFIX9 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9yHAFIX9 .nav-item {
    margin: 0 !important;
  }
}
.cid-un9yHAFIX9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9yHAFIX9 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9yHAFIX9 .nav-item .nav-link:hover,
.cid-un9yHAFIX9 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9yHAFIX9 .nav-item .nav-link:hover::before,
.cid-un9yHAFIX9 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9yHAFIX9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9yHAFIX9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9yHAFIX9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9yHAFIX9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9yHAFIX9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9yHAFIX9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9yHAFIX9 .offcanvas_box {
    display: none;
  }
}
.cid-un9yHAFIX9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9yHAFIX9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9yHAFIX9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9yHAFIX9 .container {
  display: flex;
  margin: auto;
}
.cid-un9yHAFIX9 .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9yHAFIX9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9yHAFIX9 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9yHAFIX9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9yHAFIX9 .navbar-nav {
    margin: 0;
  }
}
.cid-un9yHAFIX9 .dropdown-menu,
.cid-un9yHAFIX9 .navbar.opened {
  background-color: false !important;
}
.cid-un9yHAFIX9 .nav-item:focus,
.cid-un9yHAFIX9 .nav-link:focus {
  outline: none;
}
.cid-un9yHAFIX9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9yHAFIX9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9yHAFIX9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9yHAFIX9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9yHAFIX9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9yHAFIX9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9yHAFIX9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9yHAFIX9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9yHAFIX9 .navbar.opened {
  transition: all 0.3s;
}
.cid-un9yHAFIX9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9yHAFIX9 .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9yHAFIX9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9yHAFIX9 .navbar.collapsed {
  justify-content: center;
}
.cid-un9yHAFIX9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9yHAFIX9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9yHAFIX9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9yHAFIX9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9yHAFIX9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9yHAFIX9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9yHAFIX9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9yHAFIX9 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9yHAFIX9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9yHAFIX9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9yHAFIX9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9yHAFIX9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9yHAFIX9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9yHAFIX9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9yHAFIX9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9yHAFIX9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9yHAFIX9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9yHAFIX9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9yHAFIX9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9yHAFIX9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9yHAFIX9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9yHAFIX9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9yHAFIX9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9yHAFIX9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9yHAFIX9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9yHAFIX9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9yHAFIX9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9yHAFIX9 .dropdown-item.active,
.cid-un9yHAFIX9 .dropdown-item:active {
  background-color: transparent;
}
.cid-un9yHAFIX9 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9yHAFIX9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9yHAFIX9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9yHAFIX9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9yHAFIX9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9yHAFIX9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9yHAFIX9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2596be;
  background: #ff6b35;
}
.cid-un9yHAFIX9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9yHAFIX9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9yHAFIX9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9yHAFIX9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9yHAFIX9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9yHAFIX9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9yHAFIX9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9yHAFIX9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9yHAFIX9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9yHAFIX9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9yHAFIX9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9yHAFIX9 .navbar {
    height: 70px;
  }
  .cid-un9yHAFIX9 .navbar.opened {
    height: auto;
  }
  .cid-un9yHAFIX9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9yHAFIX9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9yHAFIX9 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9yHAFIX9 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9yHAFIX9 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9yHAFIX9 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9yHAFIX9 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9yHAFIX9 .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9yHAFIX9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9yHAFIX9 .text_widget {
  margin-bottom: 32px;
}
.cid-un9yHAFIX9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9yHAFIX9 .text_widget a:hover,
.cid-un9yHAFIX9 .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9yHAFIX9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9yHAFIX9 .navbar-caption {
  color: #000000;
}
.cid-un9yHAFIX9 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9yHAFIX9 .mbr-section-subtitle,
.cid-un9yHAFIX9 .text_widget,
.cid-un9yHAFIX9 .mbr-section-btn {
  text-align: center;
}
.cid-un9yHAFIX9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9yHAFIX9 .nav-link,
.cid-un9yHAFIX9 .dropdown-item {
  color: #000000;
}
.cid-un9yHB5roa {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #4f35ff;
}
.cid-un9yHB5roa .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yHB5roa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yHB5roa .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yHB5roa .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yHB5roa .container {
    padding: 0 16px;
  }
}
.cid-un9yHB5roa .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9yHB5roa .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9yHB5roa .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9yHB5roa .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9yHB5roa .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9yHB5roa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9yHB5roa .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9yHB5roa .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9yHB5roa .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9yHB5roa .image-wrapper img {
    height: 350px;
  }
}
.cid-un9yHB5roa .mbr-section-title {
  color: #ffffff;
}
.cid-un9yHB5roa .mbr-text {
  color: #ffffff;
}
.cid-un9yHB5roa .mbr-section-title,
.cid-un9yHB5roa .mbr-section-btn {
  color: #000000;
}
.cid-un9yHB5roa .mbr-text,
.cid-un9yHB5roa .text-wrapper {
  color: #000000;
}
.cid-un9yHEi4L8 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9yHEi4L8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yHEi4L8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yHEi4L8 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yHEi4L8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yHEi4L8 .container {
    padding: 0 16px;
  }
}
.cid-un9yHEi4L8 .card {
  justify-content: center;
}
.cid-un9yHEi4L8 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9yHEi4L8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9yHEi4L8 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9yHEi4L8 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9yHEi4L8 .mbr-section-title {
  color: #000000;
}
.cid-un9yHEi4L8 .mbr-text {
  color: #000000;
}
.cid-un9yHEi4L8 .mbr-desc {
  color: #000000;
}
.cid-un9yHEi4L8 .mbr-section-title,
.cid-un9yHEi4L8 .title-wrapper {
  color: #000000;
}
.cid-un9yHEi4L8 .mbr-text,
.cid-un9yHEi4L8 .mbr-section-btn {
  color: #000000;
}
.cid-un9yHBl6V7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9yHBl6V7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yHBl6V7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yHBl6V7 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yHBl6V7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yHBl6V7 .container {
    padding: 0 16px;
  }
}
.cid-un9yHBl6V7 .card {
  justify-content: flex-end;
}
.cid-un9yHBl6V7 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9yHBl6V7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9yHBl6V7 .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9yHBl6V7 .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9yHBl6V7 .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9yHBl6V7 .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9yHBl6V7 .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9yHBl6V7 .mbr-section-title {
  color: #ffffff;
}
.cid-un9yHBl6V7 .mbr-text {
  color: #ffffff;
}
.cid-un9yHBl6V7 .mbr-section-title,
.cid-un9yHBl6V7 .mbr-section-btn {
  color: #000000;
}
.cid-un9yHBl6V7 .mbr-text,
.cid-un9yHBl6V7 .text-wrapper {
  color: #000000;
}
.cid-un9yHBBxGk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9yHBBxGk .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9yHBBxGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yHBBxGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yHBBxGk .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yHBBxGk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yHBBxGk .container {
    padding: 0 16px;
  }
}
.cid-un9yHBBxGk .row {
  position: relative;
  z-index: 1;
}
.cid-un9yHBBxGk .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9yHBBxGk .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9yHBBxGk .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9yHBBxGk .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9yHBBxGk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9yHBBxGk .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9yHBBxGk .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9yHBBxGk .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9yHBBxGk .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9yHBBxGk .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9yHBBxGk .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9yHBBxGk .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9yHBBxGk .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9yHBBxGk .mbr-media {
  position: relative;
}
.cid-un9yHBBxGk .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9yHBBxGk a:hover {
  background-image: none !important;
}
.cid-un9yHBBxGk .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9yHBBxGk .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9yHBBxGk .icon-wrap:hover::before,
.cid-un9yHBBxGk .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9yHBBxGk .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9yHBBxGk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9yHBBxGk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9yHBBxGk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9yHBBxGk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9yHBBxGk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9yHBBxGk .mbr-section-title {
  color: #000000;
}
.cid-un9yHBBxGk .mbr-section-subtitle {
  color: #000000;
}
.cid-un9yHBBxGk .mbr-text {
  color: #000000;
}
.cid-un9yHBBxGk .mbr-section-subtitle,
.cid-un9yHBBxGk .subtitle-wrapper {
  color: #000000;
}
.cid-un9yHBBxGk .mbr-text,
.cid-un9yHBBxGk .mbr-section-btn {
  color: #000000;
}
.cid-un9yHC4e9J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9yHC4e9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yHC4e9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yHC4e9J .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yHC4e9J .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yHC4e9J .container {
    padding: 0 16px;
  }
}
.cid-un9yHC4e9J .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9yHC4e9J .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9yHC4e9J .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9yHC4e9J .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9yHC4e9J .item .item-wrapper {
  height: 100%;
}
.cid-un9yHC4e9J .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9yHC4e9J .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9yHC4e9J .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9yHC4e9J .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9yHC4e9J .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9yHC4e9J .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9yHC4e9J .item-title {
  color: #000000;
}
.cid-un9yHC4e9J .list {
  color: #000000;
}
.cid-un9yHC4e9J .item-title,
.cid-un9yHC4e9J .mbr-section-btn {
  color: #000000;
}
.cid-un9yHC4e9J .list,
.cid-un9yHC4e9J .item-wrap,
.cid-un9yHC4e9J .list-wrapper {
  color: #000000;
}
.cid-un9yHC4e9J .item-title1 {
  color: #FFFFFF;
}
.cid-un9yHC4e9J .list1,
.cid-un9yHC4e9J .item-wrap1,
.cid-un9yHC4e9J .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9yHC4e9J .item-title2 {
  color: #000000;
}
.cid-un9yHC4e9J .list2,
.cid-un9yHC4e9J .item-wrap2,
.cid-un9yHC4e9J .list-wrapper2 {
  color: #000000;
}
.cid-un9yHC4e9J .item-title3 {
  color: #000000;
}
.cid-un9yHC4e9J .list3,
.cid-un9yHC4e9J .item-wrap3,
.cid-un9yHC4e9J .list-wrapper3 {
  color: #000000;
}
.cid-un9yHCpRvb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9yHCpRvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yHCpRvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yHCpRvb .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yHCpRvb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yHCpRvb .container {
    padding: 0 16px;
  }
}
.cid-un9yHCpRvb .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9yHCpRvb .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9yHCpRvb .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9yHCpRvb .image-wrapper img {
    height: 350px;
  }
}
.cid-un9yHCpRvb .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9yHCpRvb .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9yHCpRvb .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9yHCpRvb .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9yHCpRvb .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9yHCpRvb .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9yHCpRvb .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9yHCpRvb .mbr-section-title {
  color: #000000;
}
.cid-un9yHCpRvb .mbr-section-subtitle {
  color: #000000;
}
.cid-un9yHCpRvb .mbr-section-subtitle,
.cid-un9yHCpRvb .subtitle-wrapper {
  color: #000000;
}
.cid-un9yHCpRvb .mbr-section-title,
.cid-un9yHCpRvb .mbr-section-btn {
  color: #000000;
}
.cid-un9yHCHMEF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9yHCHMEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yHCHMEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yHCHMEF .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yHCHMEF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yHCHMEF .container {
    padding: 0 16px;
  }
}
.cid-un9yHCHMEF .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9yHCHMEF .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9yHCHMEF .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9yHCHMEF .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9yHCHMEF .item .item-wrapper {
  height: 100%;
}
.cid-un9yHCHMEF .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9yHCHMEF .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9yHCHMEF .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9yHCHMEF .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9yHCHMEF .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9yHCHMEF .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9yHCHMEF .item-title {
  color: #000000;
}
.cid-un9yHCHMEF .list {
  color: #000000;
}
.cid-un9yHCHMEF .item-title,
.cid-un9yHCHMEF .mbr-section-btn {
  color: #000000;
}
.cid-un9yHCHMEF .list,
.cid-un9yHCHMEF .item-wrap,
.cid-un9yHCHMEF .list-wrapper {
  color: #000000;
}
.cid-un9yHCHMEF .item-title1 {
  color: #FFFFFF;
}
.cid-un9yHCHMEF .list1,
.cid-un9yHCHMEF .item-wrap1,
.cid-un9yHCHMEF .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9yHCHMEF .item-title2 {
  color: #000000;
}
.cid-un9yHCHMEF .list2,
.cid-un9yHCHMEF .item-wrap2,
.cid-un9yHCHMEF .list-wrapper2 {
  color: #000000;
}
.cid-un9yHCHMEF .item-title3 {
  color: #000000;
}
.cid-un9yHCHMEF .list3,
.cid-un9yHCHMEF .item-wrap3,
.cid-un9yHCHMEF .list-wrapper3 {
  color: #000000;
}
.cid-un9yHD0P9m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9yHD0P9m .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yHD0P9m .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yHD0P9m .container {
    padding: 0 16px;
  }
}
.cid-un9yHD0P9m .row {
  justify-content: center;
}
.cid-un9yHD0P9m .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9yHD0P9m .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9yHD0P9m .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9yHD0P9m .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9yHD0P9m .embla__slide .slide-content {
  width: 100%;
}
.cid-un9yHD0P9m .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9yHD0P9m .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9yHD0P9m .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9yHD0P9m .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9yHD0P9m .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9yHD0P9m .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9yHD0P9m .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9yHD0P9m .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9yHD0P9m .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9yHD0P9m .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9yHD0P9m .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9yHD0P9m .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9yHD0P9m .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9yHD0P9m .embla__button--next,
.cid-un9yHD0P9m .embla__button--prev {
  display: flex;
}
.cid-un9yHD0P9m .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9yHD0P9m .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9yHD0P9m .embla__button:hover {
  opacity: 0.5;
}
.cid-un9yHD0P9m .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9yHD0P9m .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9yHD0P9m .embla {
  position: relative;
  width: 100%;
}
.cid-un9yHD0P9m .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9yHD0P9m .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9yHD0P9m .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9yHD0P9m .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9yHD0P9m .item-text {
  color: #000000;
}
.cid-un9yHD0P9m .item-name {
  color: #000000;
}
.cid-un9yHD0P9m .item-role {
  color: #000000;
}
.cid-un9yHD0P9m .item-name,
.cid-un9yHD0P9m .image-wrapper {
  color: #000000;
}
.cid-un9yHD0P9m .item-role,
.cid-un9yHD0P9m .image-wrapper {
  color: #000000;
}
.cid-un9yHD0P9m .item-text1 {
  color: #000000;
}
.cid-un9yHD0P9m .item-name1 {
  color: #000000;
}
.cid-un9yHD0P9m .item-role1 {
  color: #000000;
}
.cid-un9yHD0P9m .item-text2 {
  color: #FFFFFF;
}
.cid-un9yHD0P9m .item-name2 {
  color: #FFFFFF;
}
.cid-un9yHD0P9m .item-role2 {
  color: #FFFFFF;
}
.cid-un9yHD0P9m .item-text3 {
  color: #000000;
}
.cid-un9yHD0P9m .item-name3 {
  color: #000000;
}
.cid-un9yHD0P9m .item-role3 {
  color: #000000;
}
.cid-un9yHDz4c2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9yHDz4c2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yHDz4c2 .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-un9yHDz4c2 .container {
    padding: 0 16px;
  }
}
.cid-un9yHDz4c2 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9yHDz4c2 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9yHDz4c2 .mbr-section-title {
  color: #ffffff;
}
.cid-un9yHDz4c2 .mbr-section-title,
.cid-un9yHDz4c2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9yHDUJj1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9yHDUJj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yHDUJj1 .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-un9yHDUJj1 .container {
    padding: 0 16px;
  }
}
.cid-un9yHDUJj1 .row {
  justify-content: center;
}
.cid-un9yHDUJj1 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9yHDUJj1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9yHDUJj1 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9yHDUJj1 .panel-group .card {
    padding: 24px;
  }
}
.cid-un9yHDUJj1 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9yHDUJj1 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9yHDUJj1 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9yHDUJj1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9yHDUJj1 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9yHDUJj1 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9yHDUJj1 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9yHDUJj1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9yHDUJj1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9yHDUJj1 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9yHDUJj1 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9yHDUJj1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9yHDUJj1 .mbr-section-title {
  color: #000000;
}
.cid-un9yHDUJj1 .panel-title-edit {
  color: #000000;
}
.cid-un9yHDUJj1 .panel-text {
  color: #000000;
}
.cid-un9yHDUJj1 .mbr-section-title,
.cid-un9yHDUJj1 .title-wrapper {
  color: #000000;
}
.cid-un9yHEDmUB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9yHEDmUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yHEDmUB .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-un9yHEDmUB .container {
    padding: 0 16px;
  }
}
.cid-un9yHEDmUB .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9yHEDmUB .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9yHEDmUB .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9yHEDmUB .item .item-wrapper {
  height: 100%;
}
.cid-un9yHEDmUB .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9yHEDmUB .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9yHEDmUB .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9yHEDmUB .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9yHEDmUB .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9yHEDmUB .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9yHEDmUB .item-emoji {
  color: #000000;
}
.cid-un9yHEDmUB .item-title {
  color: #000000;
}
.cid-un9yHEDmUB .item-text {
  color: #000000;
}
.cid-un9yHEDmUB .item-title,
.cid-un9yHEDmUB .mbr-section-btn {
  color: #000000;
}
.cid-un9yHEDmUB .item-title1 {
  color: #000000;
}
.cid-un9yHEDmUB .item-text1 {
  color: #000000;
}
.cid-un9yHEDmUB .item-title2 {
  color: #FFFFFF;
}
.cid-un9yHEDmUB .item-text2 {
  color: #FFFFFF;
}
.cid-un9yHF0dzx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9yHF0dzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yHF0dzx .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-un9yHF0dzx .container {
    padding: 0 16px;
  }
}
.cid-un9yHF0dzx .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9yHF0dzx .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9yHF0dzx .item:hover .item-wrapper .card-box,
.cid-un9yHF0dzx .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9yHF0dzx .item:hover .item-wrapper .card-box .item-price,
.cid-un9yHF0dzx .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9yHF0dzx .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9yHF0dzx .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9yHF0dzx .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9yHF0dzx .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9yHF0dzx .item:hover .item-wrapper .card-box .btn-success,
.cid-un9yHF0dzx .item:focus .item-wrapper .card-box .btn-success,
.cid-un9yHF0dzx .item:hover .item-wrapper .card-box .btn-info,
.cid-un9yHF0dzx .item:focus .item-wrapper .card-box .btn-info,
.cid-un9yHF0dzx .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9yHF0dzx .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9yHF0dzx .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9yHF0dzx .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9yHF0dzx .item:hover .item-wrapper .card-box .btn-black,
.cid-un9yHF0dzx .item:focus .item-wrapper .card-box .btn-black,
.cid-un9yHF0dzx .item:hover .item-wrapper .card-box .btn-white,
.cid-un9yHF0dzx .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9yHF0dzx .item .item-wrapper {
  height: 100%;
}
.cid-un9yHF0dzx .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9yHF0dzx .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yHF0dzx .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9yHF0dzx .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9yHF0dzx .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9yHF0dzx .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9yHF0dzx .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9yHF0dzx .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9yHF0dzx .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9yHF0dzx .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9yHF0dzx .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9yHF0dzx .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9yHF0dzx .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9yHF0dzx .item-title {
  color: #FF6B35;
}
.cid-un9yHF0dzx .item-desc {
  color: #000000;
}
.cid-un9yHF0dzx .item-price {
  color: #000000;
}
.cid-un9yHF0dzx .list {
  color: #000000;
}
.cid-un9yHF0dzx .item-price,
.cid-un9yHF0dzx .mbr-section-btn {
  color: #000000;
}
.cid-un9yHF0dzx .list,
.cid-un9yHF0dzx .item-wrap,
.cid-un9yHF0dzx .list-wrapper {
  color: #000000;
}
.cid-un9yHFuSvT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9yHFuSvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yHFuSvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yHFuSvT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9yHFuSvT .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9yHFuSvT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9yHFuSvT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9yHFuSvT .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9yHFuSvT .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9yHFuSvT .mbr-section-title {
  color: #ffffff;
}
.cid-un9yHFuSvT .mbr-text,
.cid-un9yHFuSvT .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9yHFuSvT .mbr-section-title,
.cid-un9yHFuSvT .mbr-section-btn {
  text-align: center;
}
.cid-un9IoCzFgM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9IoCzFgM .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9IoCzFgM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9IoCzFgM .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9IoCzFgM .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9IoCzFgM .container {
    padding: 0 30px;
  }
}
.cid-un9IoCzFgM .row {
  justify-content: center;
}
.cid-un9IoCzFgM .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9IoCzFgM .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9IoCzFgM .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9IoCzFgM .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9IoCzFgM .mbr-text {
  color: #000000;
}
.cid-un9yHFRzAz {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9yHFRzAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9yHFRzAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9yHFRzAz .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9yHFRzAz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9yHFRzAz .container {
    padding: 0 16px;
  }
}
.cid-un9yHFRzAz .row {
  position: relative;
  justify-content: center;
}
.cid-un9yHFRzAz .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9yHFRzAz .card {
  justify-content: center;
}
.cid-un9yHFRzAz .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9yHFRzAz .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9yHFRzAz .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9yHFRzAz .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9yHFRzAz .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9yHFRzAz .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9yHFRzAz .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9yHFRzAz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9yHFRzAz .nav-wrapper .list {
    display: block;
  }
}
.cid-un9yHFRzAz .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9yHFRzAz .nav-wrapper .list .item-wrap:hover::before,
.cid-un9yHFRzAz .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9yHFRzAz .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9yHFRzAz .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9yHFRzAz .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9yHFRzAz .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9yHFRzAz .mbr-copy {
  color: #c5ab50;
}
.cid-un9yHFRzAz .list,
.cid-un9yHFRzAz .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9yHFRzAz .list,
  .cid-un9yHFRzAz .nav-wrapper {
    text-align: left;
  }
}
.cid-un9yHFRzAz .list,
.cid-un9yHFRzAz .item-wrap,
.cid-un9yHFRzAz .nav-wrapper {
  color: #c5ab50;
}
.cid-un9z1AnlLG {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9z1AnlLG .navbar-dropdown {
  background-color: #2596be !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9z1AnlLG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2596be !important;
  background: #2596be;
}
.cid-un9z1AnlLG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9z1AnlLG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9z1AnlLG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9z1AnlLG .menu_box .navbar.opened,
  .cid-un9z1AnlLG .menu_box .navbar-collapse {
    background-color: #2596be !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9z1AnlLG nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9z1AnlLG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9z1AnlLG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9z1AnlLG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9z1AnlLG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9z1AnlLG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9z1AnlLG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9z1AnlLG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9z1AnlLG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9z1AnlLG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9z1AnlLG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9z1AnlLG .offcanvas-body .mbr-text,
  .cid-un9z1AnlLG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9z1AnlLG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9z1AnlLG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9z1AnlLG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9z1AnlLG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9z1AnlLG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9z1AnlLG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9z1AnlLG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9z1AnlLG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9z1AnlLG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9z1AnlLG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9z1AnlLG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9z1AnlLG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9z1AnlLG .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9z1AnlLG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9z1AnlLG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9z1AnlLG .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9z1AnlLG .nav-item {
    margin: 0 !important;
  }
}
.cid-un9z1AnlLG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9z1AnlLG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9z1AnlLG .nav-item .nav-link:hover,
.cid-un9z1AnlLG .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9z1AnlLG .nav-item .nav-link:hover::before,
.cid-un9z1AnlLG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9z1AnlLG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9z1AnlLG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9z1AnlLG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9z1AnlLG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9z1AnlLG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9z1AnlLG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9z1AnlLG .offcanvas_box {
    display: none;
  }
}
.cid-un9z1AnlLG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9z1AnlLG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9z1AnlLG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9z1AnlLG .container {
  display: flex;
  margin: auto;
}
.cid-un9z1AnlLG .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9z1AnlLG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9z1AnlLG .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9z1AnlLG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9z1AnlLG .navbar-nav {
    margin: 0;
  }
}
.cid-un9z1AnlLG .dropdown-menu,
.cid-un9z1AnlLG .navbar.opened {
  background-color: false !important;
}
.cid-un9z1AnlLG .nav-item:focus,
.cid-un9z1AnlLG .nav-link:focus {
  outline: none;
}
.cid-un9z1AnlLG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9z1AnlLG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9z1AnlLG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9z1AnlLG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9z1AnlLG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9z1AnlLG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9z1AnlLG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9z1AnlLG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9z1AnlLG .navbar.opened {
  transition: all 0.3s;
}
.cid-un9z1AnlLG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9z1AnlLG .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9z1AnlLG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9z1AnlLG .navbar.collapsed {
  justify-content: center;
}
.cid-un9z1AnlLG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9z1AnlLG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9z1AnlLG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9z1AnlLG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9z1AnlLG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9z1AnlLG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9z1AnlLG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9z1AnlLG .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9z1AnlLG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9z1AnlLG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9z1AnlLG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9z1AnlLG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9z1AnlLG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9z1AnlLG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9z1AnlLG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9z1AnlLG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9z1AnlLG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9z1AnlLG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9z1AnlLG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9z1AnlLG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9z1AnlLG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9z1AnlLG .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9z1AnlLG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9z1AnlLG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9z1AnlLG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9z1AnlLG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9z1AnlLG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9z1AnlLG .dropdown-item.active,
.cid-un9z1AnlLG .dropdown-item:active {
  background-color: transparent;
}
.cid-un9z1AnlLG .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9z1AnlLG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9z1AnlLG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9z1AnlLG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9z1AnlLG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9z1AnlLG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9z1AnlLG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2596be;
  background: #ff6b35;
}
.cid-un9z1AnlLG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9z1AnlLG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9z1AnlLG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9z1AnlLG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9z1AnlLG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9z1AnlLG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9z1AnlLG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9z1AnlLG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9z1AnlLG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9z1AnlLG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9z1AnlLG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9z1AnlLG .navbar {
    height: 70px;
  }
  .cid-un9z1AnlLG .navbar.opened {
    height: auto;
  }
  .cid-un9z1AnlLG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9z1AnlLG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9z1AnlLG .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9z1AnlLG .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9z1AnlLG .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9z1AnlLG .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9z1AnlLG .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9z1AnlLG .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9z1AnlLG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9z1AnlLG .text_widget {
  margin-bottom: 32px;
}
.cid-un9z1AnlLG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9z1AnlLG .text_widget a:hover,
.cid-un9z1AnlLG .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9z1AnlLG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9z1AnlLG .navbar-caption {
  color: #000000;
}
.cid-un9z1AnlLG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9z1AnlLG .mbr-section-subtitle,
.cid-un9z1AnlLG .text_widget,
.cid-un9z1AnlLG .mbr-section-btn {
  text-align: center;
}
.cid-un9z1AnlLG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9z1AnlLG .nav-link,
.cid-un9z1AnlLG .dropdown-item {
  color: #000000;
}
.cid-un9z1AON1F {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #4f35ff;
}
.cid-un9z1AON1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9z1AON1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9z1AON1F .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9z1AON1F .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9z1AON1F .container {
    padding: 0 16px;
  }
}
.cid-un9z1AON1F .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9z1AON1F .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9z1AON1F .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9z1AON1F .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9z1AON1F .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9z1AON1F .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9z1AON1F .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9z1AON1F .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9z1AON1F .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9z1AON1F .image-wrapper img {
    height: 350px;
  }
}
.cid-un9z1AON1F .mbr-section-title {
  color: #ffffff;
}
.cid-un9z1AON1F .mbr-text {
  color: #ffffff;
}
.cid-un9z1AON1F .mbr-section-title,
.cid-un9z1AON1F .mbr-section-btn {
  color: #000000;
}
.cid-un9z1AON1F .mbr-text,
.cid-un9z1AON1F .text-wrapper {
  color: #000000;
}
.cid-un9z1DYT98 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9z1DYT98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9z1DYT98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9z1DYT98 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9z1DYT98 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9z1DYT98 .container {
    padding: 0 16px;
  }
}
.cid-un9z1DYT98 .card {
  justify-content: center;
}
.cid-un9z1DYT98 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9z1DYT98 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9z1DYT98 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9z1DYT98 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9z1DYT98 .mbr-section-title {
  color: #000000;
}
.cid-un9z1DYT98 .mbr-text {
  color: #000000;
}
.cid-un9z1DYT98 .mbr-desc {
  color: #000000;
}
.cid-un9z1DYT98 .mbr-section-title,
.cid-un9z1DYT98 .title-wrapper {
  color: #000000;
}
.cid-un9z1DYT98 .mbr-text,
.cid-un9z1DYT98 .mbr-section-btn {
  color: #000000;
}
.cid-un9z1B4ffx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9z1B4ffx .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9z1B4ffx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9z1B4ffx .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9z1B4ffx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9z1B4ffx .container {
    padding: 0 16px;
  }
}
.cid-un9z1B4ffx .card {
  justify-content: flex-end;
}
.cid-un9z1B4ffx .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9z1B4ffx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9z1B4ffx .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9z1B4ffx .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9z1B4ffx .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9z1B4ffx .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9z1B4ffx .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9z1B4ffx .mbr-section-title {
  color: #ffffff;
}
.cid-un9z1B4ffx .mbr-text {
  color: #ffffff;
}
.cid-un9z1B4ffx .mbr-section-title,
.cid-un9z1B4ffx .mbr-section-btn {
  color: #000000;
}
.cid-un9z1B4ffx .mbr-text,
.cid-un9z1B4ffx .text-wrapper {
  color: #000000;
}
.cid-un9z1Blv3t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9z1Blv3t .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9z1Blv3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9z1Blv3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9z1Blv3t .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9z1Blv3t .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9z1Blv3t .container {
    padding: 0 16px;
  }
}
.cid-un9z1Blv3t .row {
  position: relative;
  z-index: 1;
}
.cid-un9z1Blv3t .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9z1Blv3t .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9z1Blv3t .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9z1Blv3t .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9z1Blv3t .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9z1Blv3t .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9z1Blv3t .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9z1Blv3t .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9z1Blv3t .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9z1Blv3t .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9z1Blv3t .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9z1Blv3t .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9z1Blv3t .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9z1Blv3t .mbr-media {
  position: relative;
}
.cid-un9z1Blv3t .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9z1Blv3t a:hover {
  background-image: none !important;
}
.cid-un9z1Blv3t .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9z1Blv3t .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9z1Blv3t .icon-wrap:hover::before,
.cid-un9z1Blv3t .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9z1Blv3t .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9z1Blv3t .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9z1Blv3t .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9z1Blv3t .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9z1Blv3t .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9z1Blv3t .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9z1Blv3t .mbr-section-title {
  color: #000000;
}
.cid-un9z1Blv3t .mbr-section-subtitle {
  color: #000000;
}
.cid-un9z1Blv3t .mbr-text {
  color: #000000;
}
.cid-un9z1Blv3t .mbr-section-subtitle,
.cid-un9z1Blv3t .subtitle-wrapper {
  color: #000000;
}
.cid-un9z1Blv3t .mbr-text,
.cid-un9z1Blv3t .mbr-section-btn {
  color: #000000;
}
.cid-un9z1BQQDA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9z1BQQDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9z1BQQDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9z1BQQDA .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9z1BQQDA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9z1BQQDA .container {
    padding: 0 16px;
  }
}
.cid-un9z1BQQDA .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9z1BQQDA .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9z1BQQDA .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9z1BQQDA .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9z1BQQDA .item .item-wrapper {
  height: 100%;
}
.cid-un9z1BQQDA .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9z1BQQDA .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9z1BQQDA .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9z1BQQDA .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9z1BQQDA .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9z1BQQDA .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9z1BQQDA .item-title {
  color: #000000;
}
.cid-un9z1BQQDA .list {
  color: #000000;
}
.cid-un9z1BQQDA .item-title,
.cid-un9z1BQQDA .mbr-section-btn {
  color: #000000;
}
.cid-un9z1BQQDA .list,
.cid-un9z1BQQDA .item-wrap,
.cid-un9z1BQQDA .list-wrapper {
  color: #000000;
}
.cid-un9z1BQQDA .item-title1 {
  color: #FFFFFF;
}
.cid-un9z1BQQDA .list1,
.cid-un9z1BQQDA .item-wrap1,
.cid-un9z1BQQDA .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9z1BQQDA .item-title2 {
  color: #000000;
}
.cid-un9z1BQQDA .list2,
.cid-un9z1BQQDA .item-wrap2,
.cid-un9z1BQQDA .list-wrapper2 {
  color: #000000;
}
.cid-un9z1BQQDA .item-title3 {
  color: #000000;
}
.cid-un9z1BQQDA .list3,
.cid-un9z1BQQDA .item-wrap3,
.cid-un9z1BQQDA .list-wrapper3 {
  color: #000000;
}
.cid-un9z1C75y3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9z1C75y3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9z1C75y3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9z1C75y3 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9z1C75y3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9z1C75y3 .container {
    padding: 0 16px;
  }
}
.cid-un9z1C75y3 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9z1C75y3 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9z1C75y3 .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9z1C75y3 .image-wrapper img {
    height: 350px;
  }
}
.cid-un9z1C75y3 .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9z1C75y3 .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9z1C75y3 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9z1C75y3 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9z1C75y3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9z1C75y3 .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9z1C75y3 .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9z1C75y3 .mbr-section-title {
  color: #000000;
}
.cid-un9z1C75y3 .mbr-section-subtitle {
  color: #000000;
}
.cid-un9z1C75y3 .mbr-section-subtitle,
.cid-un9z1C75y3 .subtitle-wrapper {
  color: #000000;
}
.cid-un9z1C75y3 .mbr-section-title,
.cid-un9z1C75y3 .mbr-section-btn {
  color: #000000;
}
.cid-un9z1CpPco {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9z1CpPco .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9z1CpPco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9z1CpPco .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9z1CpPco .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9z1CpPco .container {
    padding: 0 16px;
  }
}
.cid-un9z1CpPco .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9z1CpPco .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9z1CpPco .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9z1CpPco .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9z1CpPco .item .item-wrapper {
  height: 100%;
}
.cid-un9z1CpPco .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9z1CpPco .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9z1CpPco .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9z1CpPco .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9z1CpPco .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9z1CpPco .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9z1CpPco .item-title {
  color: #000000;
}
.cid-un9z1CpPco .list {
  color: #000000;
}
.cid-un9z1CpPco .item-title,
.cid-un9z1CpPco .mbr-section-btn {
  color: #000000;
}
.cid-un9z1CpPco .list,
.cid-un9z1CpPco .item-wrap,
.cid-un9z1CpPco .list-wrapper {
  color: #000000;
}
.cid-un9z1CpPco .item-title1 {
  color: #FFFFFF;
}
.cid-un9z1CpPco .list1,
.cid-un9z1CpPco .item-wrap1,
.cid-un9z1CpPco .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9z1CpPco .item-title2 {
  color: #000000;
}
.cid-un9z1CpPco .list2,
.cid-un9z1CpPco .item-wrap2,
.cid-un9z1CpPco .list-wrapper2 {
  color: #000000;
}
.cid-un9z1CpPco .item-title3 {
  color: #000000;
}
.cid-un9z1CpPco .list3,
.cid-un9z1CpPco .item-wrap3,
.cid-un9z1CpPco .list-wrapper3 {
  color: #000000;
}
.cid-un9z1CINvI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9z1CINvI .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9z1CINvI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9z1CINvI .container {
    padding: 0 16px;
  }
}
.cid-un9z1CINvI .row {
  justify-content: center;
}
.cid-un9z1CINvI .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9z1CINvI .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9z1CINvI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9z1CINvI .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9z1CINvI .embla__slide .slide-content {
  width: 100%;
}
.cid-un9z1CINvI .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9z1CINvI .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9z1CINvI .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9z1CINvI .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9z1CINvI .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9z1CINvI .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9z1CINvI .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9z1CINvI .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9z1CINvI .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9z1CINvI .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9z1CINvI .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9z1CINvI .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9z1CINvI .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9z1CINvI .embla__button--next,
.cid-un9z1CINvI .embla__button--prev {
  display: flex;
}
.cid-un9z1CINvI .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9z1CINvI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9z1CINvI .embla__button:hover {
  opacity: 0.5;
}
.cid-un9z1CINvI .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9z1CINvI .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9z1CINvI .embla {
  position: relative;
  width: 100%;
}
.cid-un9z1CINvI .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9z1CINvI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9z1CINvI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9z1CINvI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9z1CINvI .item-text {
  color: #000000;
}
.cid-un9z1CINvI .item-name {
  color: #000000;
}
.cid-un9z1CINvI .item-role {
  color: #000000;
}
.cid-un9z1CINvI .item-name,
.cid-un9z1CINvI .image-wrapper {
  color: #000000;
}
.cid-un9z1CINvI .item-role,
.cid-un9z1CINvI .image-wrapper {
  color: #000000;
}
.cid-un9z1CINvI .item-text1 {
  color: #000000;
}
.cid-un9z1CINvI .item-name1 {
  color: #000000;
}
.cid-un9z1CINvI .item-role1 {
  color: #000000;
}
.cid-un9z1CINvI .item-text2 {
  color: #FFFFFF;
}
.cid-un9z1CINvI .item-name2 {
  color: #FFFFFF;
}
.cid-un9z1CINvI .item-role2 {
  color: #FFFFFF;
}
.cid-un9z1CINvI .item-text3 {
  color: #000000;
}
.cid-un9z1CINvI .item-name3 {
  color: #000000;
}
.cid-un9z1CINvI .item-role3 {
  color: #000000;
}
.cid-un9z1Dg5UL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9z1Dg5UL .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9z1Dg5UL .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-un9z1Dg5UL .container {
    padding: 0 16px;
  }
}
.cid-un9z1Dg5UL .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9z1Dg5UL .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9z1Dg5UL .mbr-section-title {
  color: #ffffff;
}
.cid-un9z1Dg5UL .mbr-section-title,
.cid-un9z1Dg5UL .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9z1DAf8R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9z1DAf8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9z1DAf8R .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-un9z1DAf8R .container {
    padding: 0 16px;
  }
}
.cid-un9z1DAf8R .row {
  justify-content: center;
}
.cid-un9z1DAf8R .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9z1DAf8R .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9z1DAf8R .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9z1DAf8R .panel-group .card {
    padding: 24px;
  }
}
.cid-un9z1DAf8R .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9z1DAf8R .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9z1DAf8R .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9z1DAf8R .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9z1DAf8R .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9z1DAf8R .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9z1DAf8R .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9z1DAf8R .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9z1DAf8R .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9z1DAf8R .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9z1DAf8R .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9z1DAf8R .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9z1DAf8R .mbr-section-title {
  color: #000000;
}
.cid-un9z1DAf8R .panel-title-edit {
  color: #000000;
}
.cid-un9z1DAf8R .panel-text {
  color: #000000;
}
.cid-un9z1DAf8R .mbr-section-title,
.cid-un9z1DAf8R .title-wrapper {
  color: #000000;
}
.cid-un9z1Eji0I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9z1Eji0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9z1Eji0I .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-un9z1Eji0I .container {
    padding: 0 16px;
  }
}
.cid-un9z1Eji0I .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9z1Eji0I .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9z1Eji0I .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9z1Eji0I .item .item-wrapper {
  height: 100%;
}
.cid-un9z1Eji0I .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9z1Eji0I .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9z1Eji0I .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9z1Eji0I .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9z1Eji0I .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9z1Eji0I .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9z1Eji0I .item-emoji {
  color: #000000;
}
.cid-un9z1Eji0I .item-title {
  color: #000000;
}
.cid-un9z1Eji0I .item-text {
  color: #000000;
}
.cid-un9z1Eji0I .item-title,
.cid-un9z1Eji0I .mbr-section-btn {
  color: #000000;
}
.cid-un9z1Eji0I .item-title1 {
  color: #000000;
}
.cid-un9z1Eji0I .item-text1 {
  color: #000000;
}
.cid-un9z1Eji0I .item-title2 {
  color: #FFFFFF;
}
.cid-un9z1Eji0I .item-text2 {
  color: #FFFFFF;
}
.cid-un9z1EIpE2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9z1EIpE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9z1EIpE2 .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-un9z1EIpE2 .container {
    padding: 0 16px;
  }
}
.cid-un9z1EIpE2 .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9z1EIpE2 .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9z1EIpE2 .item:hover .item-wrapper .card-box,
.cid-un9z1EIpE2 .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9z1EIpE2 .item:hover .item-wrapper .card-box .item-price,
.cid-un9z1EIpE2 .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9z1EIpE2 .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9z1EIpE2 .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9z1EIpE2 .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9z1EIpE2 .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9z1EIpE2 .item:hover .item-wrapper .card-box .btn-success,
.cid-un9z1EIpE2 .item:focus .item-wrapper .card-box .btn-success,
.cid-un9z1EIpE2 .item:hover .item-wrapper .card-box .btn-info,
.cid-un9z1EIpE2 .item:focus .item-wrapper .card-box .btn-info,
.cid-un9z1EIpE2 .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9z1EIpE2 .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9z1EIpE2 .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9z1EIpE2 .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9z1EIpE2 .item:hover .item-wrapper .card-box .btn-black,
.cid-un9z1EIpE2 .item:focus .item-wrapper .card-box .btn-black,
.cid-un9z1EIpE2 .item:hover .item-wrapper .card-box .btn-white,
.cid-un9z1EIpE2 .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9z1EIpE2 .item .item-wrapper {
  height: 100%;
}
.cid-un9z1EIpE2 .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9z1EIpE2 .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9z1EIpE2 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9z1EIpE2 .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9z1EIpE2 .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9z1EIpE2 .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9z1EIpE2 .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9z1EIpE2 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9z1EIpE2 .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9z1EIpE2 .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9z1EIpE2 .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9z1EIpE2 .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9z1EIpE2 .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9z1EIpE2 .item-title {
  color: #FF6B35;
}
.cid-un9z1EIpE2 .item-desc {
  color: #000000;
}
.cid-un9z1EIpE2 .item-price {
  color: #000000;
}
.cid-un9z1EIpE2 .list {
  color: #000000;
}
.cid-un9z1EIpE2 .item-price,
.cid-un9z1EIpE2 .mbr-section-btn {
  color: #000000;
}
.cid-un9z1EIpE2 .list,
.cid-un9z1EIpE2 .item-wrap,
.cid-un9z1EIpE2 .list-wrapper {
  color: #000000;
}
.cid-un9z1FagJt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9z1FagJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9z1FagJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9z1FagJt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9z1FagJt .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9z1FagJt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9z1FagJt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9z1FagJt .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9z1FagJt .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9z1FagJt .mbr-section-title {
  color: #ffffff;
}
.cid-un9z1FagJt .mbr-text,
.cid-un9z1FagJt .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9z1FagJt .mbr-section-title,
.cid-un9z1FagJt .mbr-section-btn {
  text-align: center;
}
.cid-un9ItdLluY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9ItdLluY .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ItdLluY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ItdLluY .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9ItdLluY .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9ItdLluY .container {
    padding: 0 30px;
  }
}
.cid-un9ItdLluY .row {
  justify-content: center;
}
.cid-un9ItdLluY .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9ItdLluY .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9ItdLluY .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9ItdLluY .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9ItdLluY .mbr-text {
  color: #000000;
}
.cid-un9z1FxeVe {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9z1FxeVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9z1FxeVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9z1FxeVe .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9z1FxeVe .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9z1FxeVe .container {
    padding: 0 16px;
  }
}
.cid-un9z1FxeVe .row {
  position: relative;
  justify-content: center;
}
.cid-un9z1FxeVe .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9z1FxeVe .card {
  justify-content: center;
}
.cid-un9z1FxeVe .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9z1FxeVe .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9z1FxeVe .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9z1FxeVe .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9z1FxeVe .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9z1FxeVe .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9z1FxeVe .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9z1FxeVe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9z1FxeVe .nav-wrapper .list {
    display: block;
  }
}
.cid-un9z1FxeVe .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9z1FxeVe .nav-wrapper .list .item-wrap:hover::before,
.cid-un9z1FxeVe .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9z1FxeVe .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9z1FxeVe .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9z1FxeVe .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9z1FxeVe .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9z1FxeVe .mbr-copy {
  color: #c5ab50;
}
.cid-un9z1FxeVe .list,
.cid-un9z1FxeVe .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9z1FxeVe .list,
  .cid-un9z1FxeVe .nav-wrapper {
    text-align: left;
  }
}
.cid-un9z1FxeVe .list,
.cid-un9z1FxeVe .item-wrap,
.cid-un9z1FxeVe .nav-wrapper {
  color: #c5ab50;
}
.cid-un9uIL2gGd {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9uIL2gGd .navbar-dropdown {
  background-color: #2596be !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9uIL2gGd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2596be !important;
  background: #2596be;
}
.cid-un9uIL2gGd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9uIL2gGd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9uIL2gGd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9uIL2gGd .menu_box .navbar.opened,
  .cid-un9uIL2gGd .menu_box .navbar-collapse {
    background-color: #2596be !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9uIL2gGd nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9uIL2gGd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9uIL2gGd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9uIL2gGd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9uIL2gGd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9uIL2gGd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9uIL2gGd .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9uIL2gGd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9uIL2gGd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9uIL2gGd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9uIL2gGd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9uIL2gGd .offcanvas-body .mbr-text,
  .cid-un9uIL2gGd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9uIL2gGd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9uIL2gGd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9uIL2gGd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9uIL2gGd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9uIL2gGd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9uIL2gGd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9uIL2gGd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9uIL2gGd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9uIL2gGd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9uIL2gGd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9uIL2gGd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9uIL2gGd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9uIL2gGd .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9uIL2gGd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9uIL2gGd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9uIL2gGd .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9uIL2gGd .nav-item {
    margin: 0 !important;
  }
}
.cid-un9uIL2gGd .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9uIL2gGd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9uIL2gGd .nav-item .nav-link:hover,
.cid-un9uIL2gGd .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9uIL2gGd .nav-item .nav-link:hover::before,
.cid-un9uIL2gGd .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9uIL2gGd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9uIL2gGd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9uIL2gGd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9uIL2gGd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9uIL2gGd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9uIL2gGd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9uIL2gGd .offcanvas_box {
    display: none;
  }
}
.cid-un9uIL2gGd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9uIL2gGd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9uIL2gGd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9uIL2gGd .container {
  display: flex;
  margin: auto;
}
.cid-un9uIL2gGd .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9uIL2gGd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9uIL2gGd .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9uIL2gGd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9uIL2gGd .navbar-nav {
    margin: 0;
  }
}
.cid-un9uIL2gGd .dropdown-menu,
.cid-un9uIL2gGd .navbar.opened {
  background-color: false !important;
}
.cid-un9uIL2gGd .nav-item:focus,
.cid-un9uIL2gGd .nav-link:focus {
  outline: none;
}
.cid-un9uIL2gGd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9uIL2gGd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9uIL2gGd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9uIL2gGd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9uIL2gGd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9uIL2gGd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9uIL2gGd .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9uIL2gGd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9uIL2gGd .navbar.opened {
  transition: all 0.3s;
}
.cid-un9uIL2gGd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9uIL2gGd .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9uIL2gGd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9uIL2gGd .navbar.collapsed {
  justify-content: center;
}
.cid-un9uIL2gGd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9uIL2gGd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9uIL2gGd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9uIL2gGd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9uIL2gGd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9uIL2gGd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9uIL2gGd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9uIL2gGd .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9uIL2gGd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9uIL2gGd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9uIL2gGd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9uIL2gGd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9uIL2gGd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9uIL2gGd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9uIL2gGd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9uIL2gGd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9uIL2gGd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9uIL2gGd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9uIL2gGd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9uIL2gGd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9uIL2gGd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9uIL2gGd .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9uIL2gGd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9uIL2gGd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9uIL2gGd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9uIL2gGd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9uIL2gGd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9uIL2gGd .dropdown-item.active,
.cid-un9uIL2gGd .dropdown-item:active {
  background-color: transparent;
}
.cid-un9uIL2gGd .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9uIL2gGd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9uIL2gGd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9uIL2gGd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9uIL2gGd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9uIL2gGd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9uIL2gGd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2596be;
  background: #ff6b35;
}
.cid-un9uIL2gGd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9uIL2gGd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9uIL2gGd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9uIL2gGd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9uIL2gGd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9uIL2gGd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9uIL2gGd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9uIL2gGd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9uIL2gGd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9uIL2gGd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9uIL2gGd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9uIL2gGd .navbar {
    height: 70px;
  }
  .cid-un9uIL2gGd .navbar.opened {
    height: auto;
  }
  .cid-un9uIL2gGd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9uIL2gGd .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9uIL2gGd .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9uIL2gGd .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9uIL2gGd .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9uIL2gGd .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9uIL2gGd .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9uIL2gGd .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9uIL2gGd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9uIL2gGd .text_widget {
  margin-bottom: 32px;
}
.cid-un9uIL2gGd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9uIL2gGd .text_widget a:hover,
.cid-un9uIL2gGd .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9uIL2gGd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9uIL2gGd .navbar-caption {
  color: #000000;
}
.cid-un9uIL2gGd .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9uIL2gGd .mbr-section-subtitle,
.cid-un9uIL2gGd .text_widget,
.cid-un9uIL2gGd .mbr-section-btn {
  text-align: center;
}
.cid-un9uIL2gGd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9uIL2gGd .nav-link,
.cid-un9uIL2gGd .dropdown-item {
  color: #000000;
}
.cid-un9uILu7Ar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9uILu7Ar .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uILu7Ar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9uILu7Ar .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uILu7Ar .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uILu7Ar .container {
    padding: 0 16px;
  }
}
.cid-un9uILu7Ar .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9uILu7Ar .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9uILu7Ar .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9uILu7Ar .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9uILu7Ar .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9uILu7Ar .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9uILu7Ar .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9uILu7Ar .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9uILu7Ar .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9uILu7Ar .image-wrapper img {
    height: 350px;
  }
}
.cid-un9uILu7Ar .mbr-section-title {
  color: #ffffff;
}
.cid-un9uILu7Ar .mbr-text {
  color: #ffffff;
}
.cid-un9uILu7Ar .mbr-section-title,
.cid-un9uILu7Ar .mbr-section-btn {
  color: #000000;
}
.cid-un9uILu7Ar .mbr-text,
.cid-un9uILu7Ar .text-wrapper {
  color: #000000;
}
.cid-un9uILQsjI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9uILQsjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uILQsjI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9uILQsjI .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uILQsjI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uILQsjI .container {
    padding: 0 16px;
  }
}
.cid-un9uILQsjI .card {
  justify-content: flex-end;
}
.cid-un9uILQsjI .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9uILQsjI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9uILQsjI .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9uILQsjI .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9uILQsjI .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9uILQsjI .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9uILQsjI .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9uILQsjI .mbr-section-title {
  color: #ffffff;
}
.cid-un9uILQsjI .mbr-text {
  color: #ffffff;
}
.cid-un9uILQsjI .mbr-section-title,
.cid-un9uILQsjI .mbr-section-btn {
  color: #000000;
}
.cid-un9uILQsjI .mbr-text,
.cid-un9uILQsjI .text-wrapper {
  color: #000000;
}
.cid-un9uIMaoB2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9uIMaoB2 .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9uIMaoB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIMaoB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9uIMaoB2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uIMaoB2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uIMaoB2 .container {
    padding: 0 16px;
  }
}
.cid-un9uIMaoB2 .row {
  position: relative;
  z-index: 1;
}
.cid-un9uIMaoB2 .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9uIMaoB2 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9uIMaoB2 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9uIMaoB2 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9uIMaoB2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9uIMaoB2 .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9uIMaoB2 .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9uIMaoB2 .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9uIMaoB2 .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9uIMaoB2 .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9uIMaoB2 .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9uIMaoB2 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9uIMaoB2 .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9uIMaoB2 .mbr-media {
  position: relative;
}
.cid-un9uIMaoB2 .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9uIMaoB2 a:hover {
  background-image: none !important;
}
.cid-un9uIMaoB2 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9uIMaoB2 .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9uIMaoB2 .icon-wrap:hover::before,
.cid-un9uIMaoB2 .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9uIMaoB2 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9uIMaoB2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9uIMaoB2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9uIMaoB2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9uIMaoB2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9uIMaoB2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9uIMaoB2 .mbr-section-title {
  color: #000000;
}
.cid-un9uIMaoB2 .mbr-section-subtitle {
  color: #000000;
}
.cid-un9uIMaoB2 .mbr-text {
  color: #000000;
}
.cid-un9uIMaoB2 .mbr-section-subtitle,
.cid-un9uIMaoB2 .subtitle-wrapper {
  color: #000000;
}
.cid-un9uIMaoB2 .mbr-text,
.cid-un9uIMaoB2 .mbr-section-btn {
  color: #000000;
}
.cid-un9uIMJ6B7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9uIMJ6B7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIMJ6B7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9uIMJ6B7 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uIMJ6B7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uIMJ6B7 .container {
    padding: 0 16px;
  }
}
.cid-un9uIMJ6B7 .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9uIMJ6B7 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9uIMJ6B7 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9uIMJ6B7 .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9uIMJ6B7 .item .item-wrapper {
  height: 100%;
}
.cid-un9uIMJ6B7 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9uIMJ6B7 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9uIMJ6B7 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9uIMJ6B7 .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9uIMJ6B7 .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9uIMJ6B7 .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9uIMJ6B7 .item-title {
  color: #000000;
}
.cid-un9uIMJ6B7 .list {
  color: #000000;
}
.cid-un9uIMJ6B7 .item-title,
.cid-un9uIMJ6B7 .mbr-section-btn {
  color: #000000;
}
.cid-un9uIMJ6B7 .list,
.cid-un9uIMJ6B7 .item-wrap,
.cid-un9uIMJ6B7 .list-wrapper {
  color: #000000;
}
.cid-un9uIMJ6B7 .item-title1 {
  color: #FFFFFF;
}
.cid-un9uIMJ6B7 .list1,
.cid-un9uIMJ6B7 .item-wrap1,
.cid-un9uIMJ6B7 .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9uIMJ6B7 .item-title2 {
  color: #000000;
}
.cid-un9uIMJ6B7 .list2,
.cid-un9uIMJ6B7 .item-wrap2,
.cid-un9uIMJ6B7 .list-wrapper2 {
  color: #000000;
}
.cid-un9uIMJ6B7 .item-title3 {
  color: #000000;
}
.cid-un9uIMJ6B7 .list3,
.cid-un9uIMJ6B7 .item-wrap3,
.cid-un9uIMJ6B7 .list-wrapper3 {
  color: #000000;
}
.cid-un9uIN5yyK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9uIN5yyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIN5yyK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9uIN5yyK .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uIN5yyK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uIN5yyK .container {
    padding: 0 16px;
  }
}
.cid-un9uIN5yyK .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9uIN5yyK .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9uIN5yyK .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9uIN5yyK .image-wrapper img {
    height: 350px;
  }
}
.cid-un9uIN5yyK .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9uIN5yyK .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9uIN5yyK .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9uIN5yyK .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9uIN5yyK .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9uIN5yyK .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9uIN5yyK .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9uIN5yyK .mbr-section-title {
  color: #000000;
}
.cid-un9uIN5yyK .mbr-section-subtitle {
  color: #000000;
}
.cid-un9uIN5yyK .mbr-section-subtitle,
.cid-un9uIN5yyK .subtitle-wrapper {
  color: #000000;
}
.cid-un9uIN5yyK .mbr-section-title,
.cid-un9uIN5yyK .mbr-section-btn {
  color: #000000;
}
.cid-un9uINtKt5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9uINtKt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uINtKt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9uINtKt5 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uINtKt5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uINtKt5 .container {
    padding: 0 16px;
  }
}
.cid-un9uINtKt5 .row {
  position: relative;
  z-index: 1;
}
.cid-un9uINtKt5 .card {
  justify-content: flex-end;
}
.cid-un9uINtKt5 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9uINtKt5 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9uINtKt5 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-un9uINtKt5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9uINtKt5 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-un9uINtKt5 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9uINtKt5 .tabs-wrapper {
  text-align: right;
}
.cid-un9uINtKt5 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #f7c59f;
  box-shadow: 4px 6px 0 0 #004e89;
  margin-bottom: 24px;
}
.cid-un9uINtKt5 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-un9uINtKt5 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-un9uINtKt5 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-un9uINtKt5 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ff6b35;
  color: #000000;
}
.cid-un9uINtKt5 .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #f7c59f;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-un9uINtKt5 .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-un9uINtKt5 .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-un9uINtKt5 .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-un9uINtKt5 .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-un9uINtKt5 .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-un9uINtKt5 .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-un9uINtKt5 .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-un9uINtKt5 .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-un9uINtKt5 .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-un9uINtKt5 .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-un9uINtKt5 .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #004e89;
}
@media (max-width: 992px) {
  .cid-un9uINtKt5 .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-un9uINtKt5 .mbr-section-title {
  color: #000000;
}
.cid-un9uINtKt5 .mbr-section-subtitle {
  color: #000000;
}
.cid-un9uINtKt5 .mbr-text {
  color: #000000;
}
.cid-un9uINtKt5 .item-title {
  color: #000000;
}
.cid-un9uINtKt5 .item-text {
  color: #000000;
}
.cid-un9uINtKt5 .mbr-section-subtitle,
.cid-un9uINtKt5 .subtitle-wrapper {
  color: #000000;
}
.cid-un9uINtKt5 .mbr-section-title,
.cid-un9uINtKt5 .tabs-wrapper {
  color: #000000;
}
.cid-un9uINtKt5 .mbr-text,
.cid-un9uINtKt5 .text-wrapper {
  color: #000000;
}
.cid-un9uINYNYx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9uINYNYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uINYNYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9uINYNYx .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uINYNYx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uINYNYx .container {
    padding: 0 16px;
  }
}
.cid-un9uINYNYx .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9uINYNYx .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9uINYNYx .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9uINYNYx .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9uINYNYx .item .item-wrapper {
  height: 100%;
}
.cid-un9uINYNYx .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9uINYNYx .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9uINYNYx .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9uINYNYx .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9uINYNYx .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9uINYNYx .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9uINYNYx .item-title {
  color: #000000;
}
.cid-un9uINYNYx .list {
  color: #000000;
}
.cid-un9uINYNYx .item-title,
.cid-un9uINYNYx .mbr-section-btn {
  color: #000000;
}
.cid-un9uINYNYx .list,
.cid-un9uINYNYx .item-wrap,
.cid-un9uINYNYx .list-wrapper {
  color: #000000;
}
.cid-un9uINYNYx .item-title1 {
  color: #FFFFFF;
}
.cid-un9uINYNYx .list1,
.cid-un9uINYNYx .item-wrap1,
.cid-un9uINYNYx .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9uINYNYx .item-title2 {
  color: #000000;
}
.cid-un9uINYNYx .list2,
.cid-un9uINYNYx .item-wrap2,
.cid-un9uINYNYx .list-wrapper2 {
  color: #000000;
}
.cid-un9uINYNYx .item-title3 {
  color: #000000;
}
.cid-un9uINYNYx .list3,
.cid-un9uINYNYx .item-wrap3,
.cid-un9uINYNYx .list-wrapper3 {
  color: #000000;
}
.cid-un9uIOmfVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9uIOmfVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIOmfVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9uIOmfVk .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uIOmfVk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uIOmfVk .container {
    padding: 0 16px;
  }
}
.cid-un9uIOmfVk .row {
  position: relative;
  z-index: 1;
}
.cid-un9uIOmfVk .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9uIOmfVk .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9uIOmfVk .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-un9uIOmfVk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9uIOmfVk .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9uIOmfVk .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-un9uIOmfVk .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-un9uIOmfVk .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-un9uIOmfVk .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin-bottom: 24px;
}
.cid-un9uIOmfVk .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 24px 40px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-un9uIOmfVk .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-un9uIOmfVk .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ff6b35;
  box-shadow: 4px 6px 0 0 #004e89;
  color: #000000;
}
.cid-un9uIOmfVk .tab-content {
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-un9uIOmfVk .tab-content {
    padding-left: 0;
  }
}
.cid-un9uIOmfVk .tab-content .tab-pane .content-wrap {
  padding: 52px 32px 52px 72px;
  border-radius: 24px;
  background-color: #f7c59f;
}
@media (max-width: 992px) {
  .cid-un9uIOmfVk .tab-content .tab-pane .content-wrap {
    padding: 24px 16px 24px 32px;
  }
}
.cid-un9uIOmfVk .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-left: 72px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-un9uIOmfVk .tab-content .tab-pane .content-wrap .image-wrapper {
    margin-bottom: 24px;
    margin-left: 0;
  }
}
.cid-un9uIOmfVk .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
}
.cid-un9uIOmfVk .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 75%;
}
@media (max-width: 992px) {
  .cid-un9uIOmfVk .tab-content .tab-pane .content-wrap .text-wrap .item-text {
    width: 100%;
  }
}
.cid-un9uIOmfVk .mbr-section-title {
  color: #000000;
}
.cid-un9uIOmfVk .mbr-section-subtitle {
  color: #000000;
}
.cid-un9uIOmfVk .mbr-text {
  color: #000000;
}
.cid-un9uIOmfVk .item-text {
  color: #000000;
}
.cid-un9uIOmfVk .mbr-section-subtitle,
.cid-un9uIOmfVk .subtitle-wrapper {
  color: #000000;
}
.cid-un9uIOmfVk .mbr-text,
.cid-un9uIOmfVk .text-wrapper {
  color: #000000;
}
.cid-un9uIOmfVk .item-text,
.cid-un9uIOmfVk .text-wrap {
  color: #000000;
}
.cid-un9uIOT1jV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9uIOT1jV .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIOT1jV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9uIOT1jV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uIOT1jV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uIOT1jV .container {
    padding: 0 16px;
  }
}
.cid-un9uIOT1jV .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-un9uIOT1jV .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-un9uIOT1jV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9uIOT1jV .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-un9uIOT1jV .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-un9uIOT1jV .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-un9uIOT1jV .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-un9uIOT1jV .item .item-wrapper .item-img img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-un9uIOT1jV .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-un9uIOT1jV .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-un9uIOT1jV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-un9uIOT1jV .item-text {
  color: #000000;
}
.cid-un9uIOT1jV .item-text,
.cid-un9uIOT1jV .mbr-section-btn {
  color: #000000;
}
.cid-un9uIPltJ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9uIPltJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIPltJ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9uIPltJ4 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uIPltJ4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uIPltJ4 .container {
    padding: 0 16px;
  }
}
.cid-un9uIPltJ4 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9uIPltJ4 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9uIPltJ4 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9uIPltJ4 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9uIPltJ4 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-un9uIPltJ4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9uIPltJ4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-un9uIPltJ4 .card-wrapper {
  background-color: #f7c59f;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px;
  padding: 80px;
}
.cid-un9uIPltJ4 .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-un9uIPltJ4 .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-un9uIPltJ4 .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #004e89;
  transform: rotate(4deg) !important;
}
.cid-un9uIPltJ4 .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-un9uIPltJ4 .mbr-section-title {
  color: #ffffff;
}
.cid-un9uIPltJ4 .mbr-section-subtitle {
  color: #000000;
}
.cid-un9uIPltJ4 .mbr-text {
  color: #ffffff;
}
.cid-un9uIPltJ4 .card-text,
.cid-un9uIPltJ4 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9uIPltJ4 .mbr-section-subtitle,
.cid-un9uIPltJ4 .subtitle-wrapper {
  color: #000000;
}
.cid-un9uIPltJ4 .mbr-section-title,
.cid-un9uIPltJ4 .mbr-section-btn {
  color: #000000;
}
.cid-un9uIPltJ4 .mbr-text,
.cid-un9uIPltJ4 .text-wrapper {
  color: #000000;
}
.cid-un9uIPKutv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9uIPKutv .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIPKutv .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-un9uIPKutv .container {
    padding: 0 16px;
  }
}
.cid-un9uIPKutv .row {
  margin: 0 -20px;
}
.cid-un9uIPKutv .card {
  padding: 0 20px;
}
.cid-un9uIPKutv .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9uIPKutv .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9uIPKutv .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9uIPKutv .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9uIPKutv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9uIPKutv .content-wrapper .mbr-text {
  margin-bottom: 8px;
}
.cid-un9uIPKutv .list {
  padding-left: 22px;
  left: 0;
  color: #000000;
}
.cid-un9uIPKutv .list .item-wrap {
  margin-bottom: 5px;
}
.cid-un9uIPKutv .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9uIPKutv .mbr-section-btn {
  margin-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9uIPKutv .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-un9uIPKutv .tag-wrapper_1 {
  text-align: right;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-un9uIPKutv .tag-wrapper_1 {
    margin-bottom: 32px;
  }
}
.cid-un9uIPKutv .tag-wrapper_1 .mbr-tag {
  top: 0;
  right: 0;
  background-color: #ffd84c;
  transform: rotate(10deg) !important;
}
.cid-un9uIPKutv .tag-wrapper_2 {
  text-align: center;
  margin-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9uIPKutv .tag-wrapper_2 {
    margin-top: 32px;
  }
}
.cid-un9uIPKutv .tag-wrapper_2 .mbr-tag {
  background-color: #feb591;
  transform: rotate(-4deg) !important;
}
.cid-un9uIPKutv .mbr-tag {
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  color: #000000;
}
.cid-un9uIPKutv .mbr-section-title {
  color: #000000;
}
.cid-un9uIPKutv .mbr-section-subtitle {
  color: #000000;
}
.cid-un9uIPKutv .mbr-text {
  color: #000000;
}
.cid-un9uIPKutv .mbr-section-subtitle,
.cid-un9uIPKutv .subtitle-wrapper {
  color: #000000;
}
.cid-un9uIPKutv .mbr-section-title,
.cid-un9uIPKutv .mbr-section-btn {
  color: #000000;
}
.cid-un9uIPKutv .list,
.cid-un9uIPKutv .item-wrap,
.cid-un9uIPKutv .list-wrapper {
  color: #000000;
}
.cid-un9uIQbArg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9uIQbArg .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uIQbArg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uIQbArg .container {
    padding: 0 16px;
  }
}
.cid-un9uIQbArg .row {
  justify-content: center;
}
.cid-un9uIQbArg .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9uIQbArg .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9uIQbArg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9uIQbArg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9uIQbArg .embla__slide .slide-content {
  width: 100%;
}
.cid-un9uIQbArg .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9uIQbArg .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9uIQbArg .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9uIQbArg .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9uIQbArg .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9uIQbArg .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9uIQbArg .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9uIQbArg .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9uIQbArg .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9uIQbArg .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9uIQbArg .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9uIQbArg .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9uIQbArg .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9uIQbArg .embla__button--next,
.cid-un9uIQbArg .embla__button--prev {
  display: flex;
}
.cid-un9uIQbArg .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9uIQbArg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9uIQbArg .embla__button:hover {
  opacity: 0.5;
}
.cid-un9uIQbArg .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9uIQbArg .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9uIQbArg .embla {
  position: relative;
  width: 100%;
}
.cid-un9uIQbArg .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9uIQbArg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9uIQbArg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9uIQbArg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9uIQbArg .item-text {
  color: #000000;
}
.cid-un9uIQbArg .item-name {
  color: #000000;
}
.cid-un9uIQbArg .item-role {
  color: #000000;
}
.cid-un9uIQbArg .item-name,
.cid-un9uIQbArg .image-wrapper {
  color: #000000;
}
.cid-un9uIQbArg .item-role,
.cid-un9uIQbArg .image-wrapper {
  color: #000000;
}
.cid-un9uIQbArg .item-text1 {
  color: #000000;
}
.cid-un9uIQbArg .item-name1 {
  color: #000000;
}
.cid-un9uIQbArg .item-role1 {
  color: #000000;
}
.cid-un9uIQbArg .item-text2 {
  color: #FFFFFF;
}
.cid-un9uIQbArg .item-name2 {
  color: #FFFFFF;
}
.cid-un9uIQbArg .item-role2 {
  color: #FFFFFF;
}
.cid-un9uIQbArg .item-text3 {
  color: #000000;
}
.cid-un9uIQbArg .item-name3 {
  color: #000000;
}
.cid-un9uIQbArg .item-role3 {
  color: #000000;
}
.cid-un9uIQRVzD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7c59f;
}
.cid-un9uIQRVzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIQRVzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9uIQRVzD .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uIQRVzD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uIQRVzD .container {
    padding: 0 16px;
  }
}
.cid-un9uIQRVzD .row {
  position: relative;
  z-index: 1;
}
.cid-un9uIQRVzD .card {
  justify-content: flex-end;
}
.cid-un9uIQRVzD .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-un9uIQRVzD .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-un9uIQRVzD .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9uIQRVzD .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-un9uIQRVzD .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-un9uIQRVzD .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-un9uIQRVzD .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-un9uIQRVzD .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9uIQRVzD .card-wrapper .image-wrapper .card-desc {
    left: 0.5rem;
  }
}
.cid-un9uIQRVzD .card-wrapper .card-wrap {
  background-color: #ff6b35;
  box-shadow: 4px 6px 0 0 #004e89;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uIQRVzD .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-un9uIQRVzD .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-un9uIQRVzD .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-un9uIQRVzD .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-un9uIQRVzD .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-un9uIQRVzD .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9uIQRVzD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-un9uIQRVzD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9uIQRVzD .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-un9uIQRVzD .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-un9uIQRVzD .text-wrapper {
    margin-left: 0;
  }
}
.cid-un9uIQRVzD .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9uIQRVzD .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-un9uIQRVzD .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-un9uIQRVzD .mbr-text {
  color: #000000;
}
.cid-un9uIQRVzD .card-desc {
  color: #000000;
}
.cid-un9uIQRVzD .card-text {
  color: #000000;
}
.cid-un9uIQRVzD .card-name {
  color: #000000;
}
.cid-un9uIQRVzD .card-role {
  color: #000000;
}
.cid-un9uIQRVzD .mbr-text,
.cid-un9uIQRVzD .mbr-section-btn {
  color: #000000;
}
.cid-un9uIRkvi6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7c59f;
}
.cid-un9uIRkvi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIRkvi6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9uIRkvi6 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uIRkvi6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uIRkvi6 .container {
    padding: 0 16px;
  }
}
.cid-un9uIRkvi6 .card {
  justify-content: flex-end;
}
.cid-un9uIRkvi6 .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9uIRkvi6 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9uIRkvi6 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9uIRkvi6 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9uIRkvi6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9uIRkvi6 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9uIRkvi6 .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
}
.cid-un9uIRkvi6 .content-wrapper {
  padding-left: 96px;
}
@media (max-width: 992px) {
  .cid-un9uIRkvi6 .content-wrapper {
    padding-left: 0;
  }
}
.cid-un9uIRkvi6 .content-wrapper .person-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-un9uIRkvi6 .content-wrapper .person-wrap {
    margin-bottom: 32px;
  }
}
.cid-un9uIRkvi6 .content-wrapper .person-wrap .image-wrap {
  margin-bottom: 16px;
}
.cid-un9uIRkvi6 .content-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9uIRkvi6 .content-wrapper .person-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-un9uIRkvi6 .content-wrapper .person-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-un9uIRkvi6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-un9uIRkvi6 .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-un9uIRkvi6 .mbr-section-subtitle,
.cid-un9uIRkvi6 .subtitle-wrapper {
  color: #000000;
  text-align: right;
}
.cid-un9uIRkvi6 .mbr-name {
  color: #000000;
}
.cid-un9uIRkvi6 .mbr-role {
  color: #000000;
}
.cid-un9uIRkvi6 .mbr-text {
  color: #000000;
}
.cid-un9uIRkvi6 .mbr-section-title,
.cid-un9uIRkvi6 .mbr-section-btn {
  color: #000000;
}
.cid-un9uIRkvi6 .mbr-name,
.cid-un9uIRkvi6 .image-wrap {
  color: #000000;
}
.cid-un9uIRkvi6 .mbr-role,
.cid-un9uIRkvi6 .image-wrap {
  color: #000000;
}
.cid-un9uIRkvi6 .mbr-text,
.cid-un9uIRkvi6 .text-wrapper {
  color: #000000;
}
.cid-un9uIRQ6S5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9uIRQ6S5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIRQ6S5 .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-un9uIRQ6S5 .container {
    padding: 0 16px;
  }
}
.cid-un9uIRQ6S5 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9uIRQ6S5 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9uIRQ6S5 .mbr-section-title {
  color: #ffffff;
}
.cid-un9uIRQ6S5 .mbr-section-title,
.cid-un9uIRQ6S5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9uISj5B3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9uISj5B3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uISj5B3 .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-un9uISj5B3 .container {
    padding: 0 16px;
  }
}
.cid-un9uISj5B3 .row {
  justify-content: center;
}
.cid-un9uISj5B3 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9uISj5B3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9uISj5B3 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9uISj5B3 .panel-group .card {
    padding: 24px;
  }
}
.cid-un9uISj5B3 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9uISj5B3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9uISj5B3 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9uISj5B3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9uISj5B3 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9uISj5B3 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9uISj5B3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9uISj5B3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9uISj5B3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9uISj5B3 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9uISj5B3 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9uISj5B3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9uISj5B3 .mbr-section-title {
  color: #000000;
}
.cid-un9uISj5B3 .panel-title-edit {
  color: #000000;
}
.cid-un9uISj5B3 .panel-text {
  color: #000000;
}
.cid-un9uISj5B3 .mbr-section-title,
.cid-un9uISj5B3 .title-wrapper {
  color: #000000;
}
.cid-un9uISQByi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-un9uISQByi .container {
    padding: 0 16px;
  }
}
.cid-un9uISQByi .row {
  justify-content: center;
}
.cid-un9uISQByi .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-un9uISQByi .content-wrapper {
    display: block;
  }
}
.cid-un9uISQByi .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-un9uISQByi .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-un9uISQByi .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-un9uISQByi .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9uISQByi .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-un9uISQByi .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-un9uISQByi .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9uISQByi .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-un9uISQByi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-un9uISQByi .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-un9uISQByi .embla__slide .slide-content {
  width: 100%;
}
.cid-un9uISQByi .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-un9uISQByi .embla__button--next,
.cid-un9uISQByi .embla__button--prev {
  display: flex;
}
.cid-un9uISQByi .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9uISQByi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9uISQByi .embla__button:hover {
  opacity: 0.5;
}
.cid-un9uISQByi .embla__button.embla__button--prev {
  left: 32px;
}
.cid-un9uISQByi .embla__button.embla__button--next {
  right: 32px;
}
.cid-un9uISQByi .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-un9uISQByi .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-un9uISQByi .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-un9uISQByi .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-un9uISQByi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9uISQByi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9uISQByi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9uISQByi .mbr-desc {
  color: #000000;
}
.cid-un9uITvIlI {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9uITvIlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uITvIlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9uITvIlI .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uITvIlI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uITvIlI .container {
    padding: 0 16px;
  }
}
.cid-un9uITvIlI .card {
  justify-content: center;
}
.cid-un9uITvIlI .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9uITvIlI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9uITvIlI .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9uITvIlI .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9uITvIlI .mbr-section-title {
  color: #000000;
}
.cid-un9uITvIlI .mbr-text {
  color: #000000;
}
.cid-un9uITvIlI .mbr-desc {
  color: #000000;
}
.cid-un9uITvIlI .mbr-section-title,
.cid-un9uITvIlI .title-wrapper {
  color: #000000;
}
.cid-un9uITvIlI .mbr-text,
.cid-un9uITvIlI .mbr-section-btn {
  color: #000000;
}
.cid-un9uIU3UBG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9uIU3UBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIU3UBG .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-un9uIU3UBG .container {
    padding: 0 16px;
  }
}
.cid-un9uIU3UBG .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9uIU3UBG .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9uIU3UBG .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9uIU3UBG .item .item-wrapper {
  height: 100%;
}
.cid-un9uIU3UBG .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9uIU3UBG .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9uIU3UBG .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9uIU3UBG .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9uIU3UBG .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9uIU3UBG .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9uIU3UBG .item-emoji {
  color: #000000;
}
.cid-un9uIU3UBG .item-title {
  color: #000000;
}
.cid-un9uIU3UBG .item-text {
  color: #000000;
}
.cid-un9uIU3UBG .item-title,
.cid-un9uIU3UBG .mbr-section-btn {
  color: #000000;
}
.cid-un9uIU3UBG .item-title1 {
  color: #000000;
}
.cid-un9uIU3UBG .item-text1 {
  color: #000000;
}
.cid-un9uIU3UBG .item-title2 {
  color: #FFFFFF;
}
.cid-un9uIU3UBG .item-text2 {
  color: #FFFFFF;
}
.cid-un9uIUz280 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f7c59f;
}
.cid-un9uIUz280 .image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-un9uIUz280 .image-wrap {
    display: none;
  }
}
.cid-un9uIUz280 .image-wrap .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9uIUz280 .image-wrap .main-image {
    display: none;
  }
}
.cid-un9uIUz280 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIUz280 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9uIUz280 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uIUz280 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uIUz280 .container {
    padding: 0 16px;
  }
}
.cid-un9uIUz280 .row {
  position: relative;
  z-index: 1;
}
.cid-un9uIUz280 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9uIUz280 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9uIUz280 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-un9uIUz280 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9uIUz280 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-un9uIUz280 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9uIUz280 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #ff6b35;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-un9uIUz280 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-un9uIUz280 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-un9uIUz280 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #f7c59f;
  border-radius: 0.5rem;
  box-shadow: 4px 6px 0 0 #004e89;
  margin-bottom: 40px;
}
.cid-un9uIUz280 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-un9uIUz280 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-un9uIUz280 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-un9uIUz280 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-un9uIUz280 .mbr-section-title {
  color: #000000;
}
.cid-un9uIUz280 .mbr-text {
  color: #000000;
}
.cid-un9uIUz280 .card-title {
  color: #000000;
}
.cid-un9uIUz280 .card-text {
  color: #000000;
}
.cid-un9uIUz280 .card-name {
  color: #000000;
}
.cid-un9uIUz280 .card-role {
  color: #000000;
}
.cid-un9uIUz280 .mbr-section-title,
.cid-un9uIUz280 .mbr-section-btn {
  color: #000000;
}
.cid-un9uIUz280 .mbr-text,
.cid-un9uIUz280 .text-wrapper {
  color: #000000;
}
.cid-un9uIUz280 .card-title,
.cid-un9uIUz280 .title-wrap {
  color: #000000;
}
.cid-un9uIVsI7j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-un9uIVsI7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIVsI7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9uIVsI7j .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uIVsI7j .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uIVsI7j .container {
    padding: 0 16px;
  }
}
.cid-un9uIVsI7j .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9uIVsI7j .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9uIVsI7j .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #ffd84c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-un9uIVsI7j .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9uIVsI7j .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-un9uIVsI7j .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9uIVsI7j .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-un9uIVsI7j .card-wrapper {
  background-color: #ffd84c;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-un9uIVsI7j .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-un9uIVsI7j .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-un9uIVsI7j .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg);
}
.cid-un9uIVsI7j .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-un9uIVsI7j .mbr-section-title {
  color: #ffffff;
}
.cid-un9uIVsI7j .mbr-section-subtitle {
  color: #000000;
}
.cid-un9uIVsI7j .mbr-text {
  color: #ffffff;
}
.cid-un9uIVsI7j .card-text {
  text-align: center;
  color: #000000;
}
.cid-un9uIWfFDv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9uIWfFDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIWfFDv .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-un9uIWfFDv .container {
    padding: 0 16px;
  }
}
.cid-un9uIWfFDv .row {
  position: relative;
  z-index: 1;
}
.cid-un9uIWfFDv .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-un9uIWfFDv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9uIWfFDv .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9uIWfFDv .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9uIWfFDv .title-wrapper .buttons-wrap .mbr-section-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-un9uIWfFDv .title-wrapper .buttons-wrap .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-un9uIWfFDv .items-wrapper .item {
  margin-top: 64px;
  padding-top: 104px;
  position: relative;
}
.cid-un9uIWfFDv .items-wrapper .item:nth-child(2n)::before {
  background-color: #004e89;
}
.cid-un9uIWfFDv .items-wrapper .item:nth-child(2n)::after {
  background-color: #004e89;
}
.cid-un9uIWfFDv .items-wrapper .item:nth-child(2n) .item-wrapper {
  background-color: #004e89;
}
.cid-un9uIWfFDv .items-wrapper .item:nth-child(3n)::before {
  background-color: #f7c59f;
}
.cid-un9uIWfFDv .items-wrapper .item:nth-child(3n)::after {
  background-color: #f7c59f;
}
.cid-un9uIWfFDv .items-wrapper .item:nth-child(3n) .item-wrapper {
  background-color: #f7c59f;
}
@media (max-width: 992px) {
  .cid-un9uIWfFDv .items-wrapper .item {
    margin-top: 32px;
    padding-top: 0;
  }
}
.cid-un9uIWfFDv .items-wrapper .item:first-child {
  margin-top: -96px;
}
@media (max-width: 992px) {
  .cid-un9uIWfFDv .items-wrapper .item:first-child {
    margin-top: 0;
  }
}
.cid-un9uIWfFDv .items-wrapper .item::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 140px;
  top: 0;
  right: 0;
  border-top-right-radius: 24px;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9uIWfFDv .items-wrapper .item::before {
    display: none;
  }
}
.cid-un9uIWfFDv .items-wrapper .item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 15%;
  width: 43%;
  height: 110px;
  transform: skew(-45deg) !important;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9uIWfFDv .items-wrapper .item::after {
    display: none;
  }
}
.cid-un9uIWfFDv .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  border-radius: 24px !important;
  background-color: #ff6b35;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-un9uIWfFDv .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-un9uIWfFDv .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 96px;
}
@media (max-width: 992px) {
  .cid-un9uIWfFDv .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    padding: 24px;
  }
}
.cid-un9uIWfFDv .items-wrapper .item .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  box-shadow: 6px 8px 0 0 #000000;
  object-fit: cover;
}
.cid-un9uIWfFDv .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 96px;
  padding-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-un9uIWfFDv .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 24px;
  }
}
.cid-un9uIWfFDv .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-un9uIWfFDv .items-wrapper .item .item-wrapper .item-content .item-title {
    text-align: left;
    margin-bottom: 24px;
  }
}
.cid-un9uIWfFDv .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-un9uIWfFDv .items-wrapper .item .item-wrapper .item-content .item-number {
    margin-bottom: 24px;
  }
}
.cid-un9uIWfFDv .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-un9uIWfFDv .mbr-section-title {
  color: #000000;
}
.cid-un9uIWfFDv .mbr-section-subtitle {
  color: #000000;
}
.cid-un9uIWfFDv .item-title {
  color: #000000;
  text-align: right;
}
.cid-un9uIWfFDv .item-number {
  color: #000000;
}
.cid-un9uIWfFDv .item-text {
  color: #000000;
}
.cid-un9uIWfFDv .mbr-section-title,
.cid-un9uIWfFDv .mbr-section-btn {
  color: #000000;
}
.cid-un9uIWfFDv .mbr-section-subtitle,
.cid-un9uIWfFDv .subtitle-wrapper {
  color: #000000;
}
.cid-un9uIWfFDv .item-title1 {
  color: #FFFFFF;
}
.cid-un9uIWfFDv .item-number1 {
  color: #FFFFFF;
}
.cid-un9uIWfFDv .item-text1 {
  color: #FFFFFF;
}
.cid-un9uIX4wfX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9uIX4wfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIX4wfX .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-un9uIX4wfX .container {
    padding: 0 16px;
  }
}
.cid-un9uIX4wfX .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9uIX4wfX .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9uIX4wfX .item:hover .item-wrapper .card-box,
.cid-un9uIX4wfX .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9uIX4wfX .item:hover .item-wrapper .card-box .item-price,
.cid-un9uIX4wfX .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9uIX4wfX .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9uIX4wfX .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9uIX4wfX .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9uIX4wfX .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9uIX4wfX .item:hover .item-wrapper .card-box .btn-success,
.cid-un9uIX4wfX .item:focus .item-wrapper .card-box .btn-success,
.cid-un9uIX4wfX .item:hover .item-wrapper .card-box .btn-info,
.cid-un9uIX4wfX .item:focus .item-wrapper .card-box .btn-info,
.cid-un9uIX4wfX .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9uIX4wfX .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9uIX4wfX .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9uIX4wfX .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9uIX4wfX .item:hover .item-wrapper .card-box .btn-black,
.cid-un9uIX4wfX .item:focus .item-wrapper .card-box .btn-black,
.cid-un9uIX4wfX .item:hover .item-wrapper .card-box .btn-white,
.cid-un9uIX4wfX .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9uIX4wfX .item .item-wrapper {
  height: 100%;
}
.cid-un9uIX4wfX .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9uIX4wfX .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uIX4wfX .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9uIX4wfX .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9uIX4wfX .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9uIX4wfX .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9uIX4wfX .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9uIX4wfX .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9uIX4wfX .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9uIX4wfX .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9uIX4wfX .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9uIX4wfX .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9uIX4wfX .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9uIX4wfX .item-title {
  color: #FF6B35;
}
.cid-un9uIX4wfX .item-desc {
  color: #000000;
}
.cid-un9uIX4wfX .item-price {
  color: #000000;
}
.cid-un9uIX4wfX .list {
  color: #000000;
}
.cid-un9uIX4wfX .item-price,
.cid-un9uIX4wfX .mbr-section-btn {
  color: #000000;
}
.cid-un9uIX4wfX .list,
.cid-un9uIX4wfX .item-wrap,
.cid-un9uIX4wfX .list-wrapper {
  color: #000000;
}
.cid-un9uIXJXvM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9uIXJXvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIXJXvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9uIXJXvM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9uIXJXvM .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9uIXJXvM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9uIXJXvM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9uIXJXvM .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9uIXJXvM .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9uIXJXvM .mbr-section-title {
  color: #ffffff;
}
.cid-un9uIXJXvM .mbr-text,
.cid-un9uIXJXvM .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9uIXJXvM .mbr-section-title,
.cid-un9uIXJXvM .mbr-section-btn {
  text-align: center;
}
.cid-un9uIYkn9m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9uIYkn9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIYkn9m .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-un9uIYkn9m .container {
    padding: 0 16px;
  }
}
.cid-un9uIYkn9m .row {
  position: relative;
  z-index: 1;
}
.cid-un9uIYkn9m .card {
  justify-content: center;
}
.cid-un9uIYkn9m .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9uIYkn9m .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9uIYkn9m .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9uIYkn9m .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9uIYkn9m .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9uIYkn9m .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-un9uIYkn9m .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-un9uIYkn9m .items-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-un9uIYkn9m .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-un9uIYkn9m .items-wrapper .item {
  position: relative;
}
.cid-un9uIYkn9m .items-wrapper .item .item-wrapper .card-box {
  padding: 40px 16px;
  background-color: #ff6b35;
  border-radius: 16px;
}
.cid-un9uIYkn9m .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #000000;
  display: inline-flex;
}
.cid-un9uIYkn9m .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9uIYkn9m .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-un9uIYkn9m .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9uIYkn9m .mbr-section-title {
  color: #000000;
}
.cid-un9uIYkn9m .mbr-section-subtitle {
  color: #000000;
}
.cid-un9uIYkn9m .mbr-text,
.cid-un9uIYkn9m .text-wrapper {
  color: #000000;
  text-align: right;
}
.cid-un9uIYkn9m .item-title {
  color: #000000;
}
.cid-un9uIYkn9m .item-title,
.cid-un9uIYkn9m .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-un9uIYkn9m .mbr-section-subtitle,
.cid-un9uIYkn9m .subtitle-wrapper {
  color: #000000;
}
.cid-un9uIYkn9m .mbr-section-title,
.cid-un9uIYkn9m .mbr-section-btn {
  color: #000000;
}
.cid-un9uIZ93c5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9uIZ93c5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIZ93c5 .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-un9uIZ93c5 .container {
    padding: 0 16px;
  }
}
.cid-un9uIZ93c5 .card {
  justify-content: center;
}
.cid-un9uIZ93c5 .form-wrapper {
  background-color: #f7c59f;
  border-radius: 32px;
  padding: 24px 32px;
  box-shadow: 6px 8px 0 0 #004e89;
}
@media (max-width: 992px) {
  .cid-un9uIZ93c5 .form-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9uIZ93c5 .dragArea.row .mbr-section-title {
  margin-bottom: 0 !important;
}
.cid-un9uIZ93c5 .dragArea.row .mbr-text {
  margin-bottom: 16px !important;
}
.cid-un9uIZ93c5 .dragArea.row .form-group {
  margin-bottom: 16px !important;
  padding: 0;
}
.cid-un9uIZ93c5 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-un9uIZ93c5 .dragArea.row .form-group .form-control {
  padding: 10px 12px 14px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: 0.5rem !important;
  background-color: #f7c59f;
  transition: all 0.3s ease-in-out;
}
.cid-un9uIZ93c5 .dragArea.row .form-group .form-control:hover,
.cid-un9uIZ93c5 .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  background-color: #f7c59f;
}
.cid-un9uIZ93c5 .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 20px;
}
.cid-un9uIZ93c5 .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-un9uIZ93c5 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-un9uIZ93c5 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #004e89;
  border-color: #004e89;
  border-radius: 0;
}
.cid-un9uIZ93c5 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-un9uIZ93c5 .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9uIZ93c5 .social-wrapper {
    text-align: left;
  }
}
.cid-un9uIZ93c5 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-un9uIZ93c5 .social-wrapper .social-wrap .soc-item {
  width: 48px;
  height: 48px;
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
}
.cid-un9uIZ93c5 .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9uIZ93c5 .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-un9uIZ93c5 .social-wrapper .social-wrap .soc-item:hover:before,
.cid-un9uIZ93c5 .social-wrapper .social-wrap .soc-item:focus:before {
  opacity: 0.5;
}
.cid-un9uIZ93c5 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-un9uIZ93c5 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-un9uIZ93c5 .mbr-section-title {
  color: #6a2be9;
}
.cid-un9uIZ93c5 .mbr-text {
  color: #000000;
}
.cid-un9uIZ93c5 label {
  color: #000000;
}
.cid-un9uIZ93c5 .mbr-section-title,
.cid-un9uIZ93c5 .mbr-section-btn {
  color: #000000;
}
.cid-un9uIZPcwl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9uIZPcwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9uIZPcwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9uIZPcwl .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9uIZPcwl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9uIZPcwl .container {
    padding: 0 16px;
  }
}
.cid-un9uIZPcwl .row {
  position: relative;
  justify-content: center;
}
.cid-un9uIZPcwl .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9uIZPcwl .card {
  justify-content: center;
}
.cid-un9uIZPcwl .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9uIZPcwl .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9uIZPcwl .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9uIZPcwl .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9uIZPcwl .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9uIZPcwl .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9uIZPcwl .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9uIZPcwl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9uIZPcwl .nav-wrapper .list {
    display: block;
  }
}
.cid-un9uIZPcwl .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9uIZPcwl .nav-wrapper .list .item-wrap:hover::before,
.cid-un9uIZPcwl .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9uIZPcwl .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9uIZPcwl .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9uIZPcwl .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9uIZPcwl .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9uIZPcwl .mbr-copy {
  color: #c5ab50;
}
.cid-un9uIZPcwl .list,
.cid-un9uIZPcwl .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9uIZPcwl .list,
  .cid-un9uIZPcwl .nav-wrapper {
    text-align: left;
  }
}
.cid-un9uIZPcwl .list,
.cid-un9uIZPcwl .item-wrap,
.cid-un9uIZPcwl .nav-wrapper {
  color: #c5ab50;
}
.cid-un9l4bs5Ri {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9l4bs5Ri .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9l4bs5Ri .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-un9l4bs5Ri .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9l4bs5Ri .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9l4bs5Ri .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9l4bs5Ri .menu_box .navbar.opened,
  .cid-un9l4bs5Ri .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9l4bs5Ri nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9l4bs5Ri .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9l4bs5Ri .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9l4bs5Ri .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9l4bs5Ri .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9l4bs5Ri .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9l4bs5Ri .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9l4bs5Ri .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9l4bs5Ri .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9l4bs5Ri .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9l4bs5Ri .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9l4bs5Ri .offcanvas-body .mbr-text,
  .cid-un9l4bs5Ri .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9l4bs5Ri .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9l4bs5Ri .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9l4bs5Ri .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9l4bs5Ri .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9l4bs5Ri .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9l4bs5Ri .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9l4bs5Ri .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9l4bs5Ri ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9l4bs5Ri .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9l4bs5Ri .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9l4bs5Ri .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9l4bs5Ri li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9l4bs5Ri .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9l4bs5Ri .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9l4bs5Ri .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9l4bs5Ri .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9l4bs5Ri .nav-item {
    margin: 0 !important;
  }
}
.cid-un9l4bs5Ri .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9l4bs5Ri .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9l4bs5Ri .nav-item .nav-link:hover,
.cid-un9l4bs5Ri .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9l4bs5Ri .nav-item .nav-link:hover::before,
.cid-un9l4bs5Ri .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9l4bs5Ri .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9l4bs5Ri .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9l4bs5Ri .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9l4bs5Ri .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9l4bs5Ri .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9l4bs5Ri .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9l4bs5Ri .offcanvas_box {
    display: none;
  }
}
.cid-un9l4bs5Ri .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9l4bs5Ri .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9l4bs5Ri .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9l4bs5Ri .container {
  display: flex;
  margin: auto;
}
.cid-un9l4bs5Ri .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9l4bs5Ri .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9l4bs5Ri .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9l4bs5Ri .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9l4bs5Ri .navbar-nav {
    margin: 0;
  }
}
.cid-un9l4bs5Ri .dropdown-menu,
.cid-un9l4bs5Ri .navbar.opened {
  background-color: false !important;
}
.cid-un9l4bs5Ri .nav-item:focus,
.cid-un9l4bs5Ri .nav-link:focus {
  outline: none;
}
.cid-un9l4bs5Ri .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9l4bs5Ri .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9l4bs5Ri .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9l4bs5Ri .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9l4bs5Ri .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9l4bs5Ri .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9l4bs5Ri .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9l4bs5Ri .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9l4bs5Ri .navbar.opened {
  transition: all 0.3s;
}
.cid-un9l4bs5Ri .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9l4bs5Ri .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9l4bs5Ri .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9l4bs5Ri .navbar.collapsed {
  justify-content: center;
}
.cid-un9l4bs5Ri .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9l4bs5Ri .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9l4bs5Ri .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9l4bs5Ri .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9l4bs5Ri .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9l4bs5Ri .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9l4bs5Ri .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9l4bs5Ri .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9l4bs5Ri .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9l4bs5Ri .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9l4bs5Ri .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9l4bs5Ri .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9l4bs5Ri .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9l4bs5Ri .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9l4bs5Ri .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9l4bs5Ri .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9l4bs5Ri .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9l4bs5Ri .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9l4bs5Ri .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9l4bs5Ri .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9l4bs5Ri .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9l4bs5Ri .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9l4bs5Ri .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9l4bs5Ri .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9l4bs5Ri .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9l4bs5Ri .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9l4bs5Ri .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9l4bs5Ri .dropdown-item.active,
.cid-un9l4bs5Ri .dropdown-item:active {
  background-color: transparent;
}
.cid-un9l4bs5Ri .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9l4bs5Ri .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9l4bs5Ri .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9l4bs5Ri .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9l4bs5Ri ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9l4bs5Ri .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9l4bs5Ri button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-un9l4bs5Ri button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9l4bs5Ri button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9l4bs5Ri button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9l4bs5Ri button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9l4bs5Ri button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9l4bs5Ri nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9l4bs5Ri nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9l4bs5Ri nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9l4bs5Ri nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9l4bs5Ri a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9l4bs5Ri .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9l4bs5Ri .navbar {
    height: 70px;
  }
  .cid-un9l4bs5Ri .navbar.opened {
    height: auto;
  }
  .cid-un9l4bs5Ri .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9l4bs5Ri .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9l4bs5Ri .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9l4bs5Ri .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9l4bs5Ri .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9l4bs5Ri .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9l4bs5Ri .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9l4bs5Ri .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9l4bs5Ri .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9l4bs5Ri .text_widget {
  margin-bottom: 32px;
}
.cid-un9l4bs5Ri .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9l4bs5Ri .text_widget a:hover,
.cid-un9l4bs5Ri .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9l4bs5Ri .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9l4bs5Ri .navbar-caption {
  color: #000000;
}
.cid-un9l4bs5Ri .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9l4bs5Ri .mbr-section-subtitle,
.cid-un9l4bs5Ri .text_widget,
.cid-un9l4bs5Ri .mbr-section-btn {
  text-align: center;
}
.cid-un9l4bs5Ri a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9l4bs5Ri .nav-link,
.cid-un9l4bs5Ri .dropdown-item {
  color: #000000;
}
.cid-un9Ys8KX7B {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #002040;
}
.cid-un9Ys8KX7B .mbr-section-title {
  margin-bottom: 58px;
  color: #c5ab50;
  text-align: center;
}
.cid-un9Ys8KX7B .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-un9Ys8KX7B .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-un9Ys8KX7B .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-un9Ys8KX7B form .row {
  margin: 0;
  border: none !important;
}
.cid-un9Ys8KX7B form .form-group {
  flex-grow: 1;
}
.cid-un9Ys8KX7B form .form-group input,
.cid-un9Ys8KX7B form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-un9Ys8KX7B form .form-group input:hover,
.cid-un9Ys8KX7B form .form-group textarea:hover,
.cid-un9Ys8KX7B form .form-group input :focus,
.cid-un9Ys8KX7B form .form-group textarea :focus,
.cid-un9Ys8KX7B form .form-group input :active,
.cid-un9Ys8KX7B form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-un9Ys8KX7B .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-un9Ys8KX7B .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-un9Ys8KX7B .form-group {
  margin-bottom: 11px !important;
}
.cid-un9Ys8KX7B .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-un9Ys8KX7B .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-un9Ys8KX7B .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-un9Ys8KX7B .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-un9Ys8KX7B .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-un9Ys8KX7B a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-un9Ys8KX7B .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-un9Ys8KX7B .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-un9Ys8KX7B textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-un9Ys8KX7B input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-un9Ys8KX7B .container {
  max-width: 1140px;
}
.cid-un9Ys8KX7B label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-un9Ys8KX7B .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-un9Ys8KX7B .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-un9l4ioHDJ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #002040;
  overflow: hidden;
}
.cid-un9l4ioHDJ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9l4ioHDJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9l4ioHDJ .container {
    padding: 0 16px;
  }
}
.cid-un9l4ioHDJ .row {
  justify-content: center;
}
.cid-un9l4ioHDJ .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #c5ab50;
}
.cid-un9l4ioHDJ .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #c5ab50;
  text-align: right;
}
.cid-un9l4ioHDJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9l4ioHDJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9l4ioHDJ .embla__slide .slide-content {
  width: 100%;
}
.cid-un9l4ioHDJ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9l4ioHDJ .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9l4ioHDJ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9l4ioHDJ .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9l4ioHDJ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9l4ioHDJ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9l4ioHDJ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9l4ioHDJ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9l4ioHDJ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9l4ioHDJ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9l4ioHDJ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9l4ioHDJ .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9l4ioHDJ .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9l4ioHDJ .embla__button--next,
.cid-un9l4ioHDJ .embla__button--prev {
  display: flex;
}
.cid-un9l4ioHDJ .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9l4ioHDJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9l4ioHDJ .embla__button:hover {
  opacity: 0.5;
}
.cid-un9l4ioHDJ .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9l4ioHDJ .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9l4ioHDJ .embla {
  position: relative;
  width: 100%;
}
.cid-un9l4ioHDJ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9l4ioHDJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9l4ioHDJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9l4ioHDJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9l4ioHDJ .item-text {
  color: #000000;
}
.cid-un9l4ioHDJ .item-name {
  color: #000000;
}
.cid-un9l4ioHDJ .item-role {
  color: #000000;
}
.cid-un9l4ioHDJ .item-name,
.cid-un9l4ioHDJ .image-wrapper {
  color: #000000;
}
.cid-un9l4ioHDJ .item-role,
.cid-un9l4ioHDJ .image-wrapper {
  color: #000000;
}
.cid-un9l4ioHDJ .item-text1 {
  color: #000000;
}
.cid-un9l4ioHDJ .item-name1 {
  color: #000000;
}
.cid-un9l4ioHDJ .item-role1 {
  color: #000000;
}
.cid-un9l4ioHDJ .item-text2 {
  color: #FFFFFF;
}
.cid-un9l4ioHDJ .item-name2 {
  color: #FFFFFF;
}
.cid-un9l4ioHDJ .item-role2 {
  color: #FFFFFF;
}
.cid-un9l4ioHDJ .item-text3 {
  color: #000000;
}
.cid-un9l4ioHDJ .item-name3 {
  color: #000000;
}
.cid-un9l4ioHDJ .item-role3 {
  color: #000000;
}
.cid-un9l4thRrX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9l4thRrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9l4thRrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9l4thRrX .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9l4thRrX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9l4thRrX .container {
    padding: 0 16px;
  }
}
.cid-un9l4thRrX .row {
  position: relative;
  justify-content: center;
}
.cid-un9l4thRrX .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9l4thRrX .card {
  justify-content: center;
}
.cid-un9l4thRrX .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9l4thRrX .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9l4thRrX .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9l4thRrX .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9l4thRrX .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9l4thRrX .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9l4thRrX .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9l4thRrX .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9l4thRrX .nav-wrapper .list {
    display: block;
  }
}
.cid-un9l4thRrX .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9l4thRrX .nav-wrapper .list .item-wrap:hover::before,
.cid-un9l4thRrX .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9l4thRrX .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9l4thRrX .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9l4thRrX .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9l4thRrX .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9l4thRrX .mbr-copy {
  color: #c5ab50;
}
.cid-un9l4thRrX .list,
.cid-un9l4thRrX .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9l4thRrX .list,
  .cid-un9l4thRrX .nav-wrapper {
    text-align: left;
  }
}
.cid-un9l4thRrX .list,
.cid-un9l4thRrX .item-wrap,
.cid-un9l4thRrX .nav-wrapper {
  color: #c5ab50;
}
.cid-u8jhknuTmv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u8jhknuTmv .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-u8jhknuTmv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-u8jhknuTmv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8jhknuTmv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8jhknuTmv .menu_box .navbar.opened,
  .cid-u8jhknuTmv .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8jhknuTmv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u8jhknuTmv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8jhknuTmv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8jhknuTmv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-u8jhknuTmv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8jhknuTmv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8jhknuTmv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8jhknuTmv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8jhknuTmv .offcanvas-body .mbr-text,
  .cid-u8jhknuTmv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8jhknuTmv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8jhknuTmv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8jhknuTmv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8jhknuTmv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8jhknuTmv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8jhknuTmv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8jhknuTmv .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8jhknuTmv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-u8jhknuTmv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .nav-item {
    margin: 0 !important;
  }
}
.cid-u8jhknuTmv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u8jhknuTmv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-u8jhknuTmv .nav-item .nav-link:hover,
.cid-u8jhknuTmv .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-u8jhknuTmv .nav-item .nav-link:hover::before,
.cid-u8jhknuTmv .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u8jhknuTmv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8jhknuTmv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8jhknuTmv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u8jhknuTmv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8jhknuTmv .offcanvas_box {
    display: none;
  }
}
.cid-u8jhknuTmv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8jhknuTmv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8jhknuTmv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8jhknuTmv .container {
  display: flex;
  margin: auto;
}
.cid-u8jhknuTmv .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8jhknuTmv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8jhknuTmv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8jhknuTmv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .navbar-nav {
    margin: 0;
  }
}
.cid-u8jhknuTmv .dropdown-menu,
.cid-u8jhknuTmv .navbar.opened {
  background-color: false !important;
}
.cid-u8jhknuTmv .nav-item:focus,
.cid-u8jhknuTmv .nav-link:focus {
  outline: none;
}
.cid-u8jhknuTmv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8jhknuTmv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8jhknuTmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8jhknuTmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8jhknuTmv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8jhknuTmv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8jhknuTmv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8jhknuTmv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8jhknuTmv .navbar.opened {
  transition: all 0.3s;
}
.cid-u8jhknuTmv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8jhknuTmv .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u8jhknuTmv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8jhknuTmv .navbar.collapsed {
  justify-content: center;
}
.cid-u8jhknuTmv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8jhknuTmv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8jhknuTmv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8jhknuTmv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8jhknuTmv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8jhknuTmv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8jhknuTmv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8jhknuTmv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u8jhknuTmv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8jhknuTmv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8jhknuTmv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8jhknuTmv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8jhknuTmv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8jhknuTmv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8jhknuTmv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8jhknuTmv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8jhknuTmv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8jhknuTmv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8jhknuTmv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8jhknuTmv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8jhknuTmv .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8jhknuTmv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8jhknuTmv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8jhknuTmv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8jhknuTmv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u8jhknuTmv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8jhknuTmv .dropdown-item.active,
.cid-u8jhknuTmv .dropdown-item:active {
  background-color: transparent;
}
.cid-u8jhknuTmv .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u8jhknuTmv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8jhknuTmv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8jhknuTmv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8jhknuTmv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8jhknuTmv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8jhknuTmv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8jhknuTmv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8jhknuTmv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8jhknuTmv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8jhknuTmv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8jhknuTmv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8jhknuTmv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8jhknuTmv .navbar {
    height: 70px;
  }
  .cid-u8jhknuTmv .navbar.opened {
    height: auto;
  }
  .cid-u8jhknuTmv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8jhknuTmv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u8jhknuTmv .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8jhknuTmv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8jhknuTmv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u8jhknuTmv .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-u8jhknuTmv .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-u8jhknuTmv .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8jhknuTmv .text_widget {
  margin-bottom: 32px;
}
.cid-u8jhknuTmv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8jhknuTmv .text_widget a:hover,
.cid-u8jhknuTmv .text_widget a:focus {
  opacity: .8;
}
.cid-u8jhknuTmv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u8jhknuTmv .navbar-caption {
  color: #ffffff;
}
.cid-u8jhknuTmv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u8jhknuTmv .mbr-section-subtitle,
.cid-u8jhknuTmv .text_widget,
.cid-u8jhknuTmv .mbr-section-btn {
  text-align: center;
}
.cid-u8jhknuTmv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8jhlSz6U5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-u8jhlSz6U5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jhlSz6U5 .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-u8jhlSz6U5 .container {
    padding: 0 16px;
  }
}
.cid-u8jhlSz6U5 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8jhlSz6U5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u8jhlSz6U5 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u8jhlSz6U5 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u8jhlSz6U5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-u8jhlSz6U5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u8jhlSz6U5 .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u8jhlSz6U5 .image-wrapper {
    margin-left: 0;
  }
}
.cid-u8jhlSz6U5 .image-wrapper img {
  height: 660px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #6a2be9;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-u8jhlSz6U5 .image-wrapper img {
    height: 350px;
  }
}
.cid-u8jhlSz6U5 .mbr-section-title {
  color: #ffffff;
}
.cid-u8jhlSz6U5 .mbr-text {
  color: #ffffff;
}
.cid-u8jhlSz6U5 .mbr-section-title,
.cid-u8jhlSz6U5 .mbr-section-btn {
  color: #c5ab50;
}
.cid-u8jhlSz6U5 .mbr-text,
.cid-u8jhlSz6U5 .text-wrapper {
  color: #c5ab50;
}
.cid-una3aPLgAv {
  z-index: 1;
}
.cid-u8jhA02gup {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-u8jhA02gup .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jhA02gup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8jhA02gup .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u8jhA02gup .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8jhA02gup .container {
    padding: 0 16px;
  }
}
.cid-u8jhA02gup .row {
  position: relative;
  justify-content: center;
}
.cid-u8jhA02gup .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-u8jhA02gup .card {
  justify-content: center;
}
.cid-u8jhA02gup .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-u8jhA02gup .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-u8jhA02gup .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8jhA02gup .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-u8jhA02gup .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-u8jhA02gup .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-u8jhA02gup .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-u8jhA02gup .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u8jhA02gup .nav-wrapper .list {
    display: block;
  }
}
.cid-u8jhA02gup .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-u8jhA02gup .nav-wrapper .list .item-wrap:hover::before,
.cid-u8jhA02gup .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u8jhA02gup .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u8jhA02gup .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-u8jhA02gup .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-u8jhA02gup .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-u8jhA02gup .mbr-copy {
  color: #c5ab50;
}
.cid-u8jhA02gup .list,
.cid-u8jhA02gup .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u8jhA02gup .list,
  .cid-u8jhA02gup .nav-wrapper {
    text-align: left;
  }
}
.cid-u8jhA02gup .list,
.cid-u8jhA02gup .item-wrap,
.cid-u8jhA02gup .nav-wrapper {
  color: #c5ab50;
}
.cid-un9wZG9kK1 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9wZG9kK1 .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9wZG9kK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-un9wZG9kK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9wZG9kK1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9wZG9kK1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9wZG9kK1 .menu_box .navbar.opened,
  .cid-un9wZG9kK1 .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9wZG9kK1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9wZG9kK1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9wZG9kK1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9wZG9kK1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9wZG9kK1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9wZG9kK1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9wZG9kK1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9wZG9kK1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9wZG9kK1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9wZG9kK1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9wZG9kK1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9wZG9kK1 .offcanvas-body .mbr-text,
  .cid-un9wZG9kK1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9wZG9kK1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9wZG9kK1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9wZG9kK1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9wZG9kK1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9wZG9kK1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9wZG9kK1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9wZG9kK1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9wZG9kK1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9wZG9kK1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9wZG9kK1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9wZG9kK1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9wZG9kK1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9wZG9kK1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9wZG9kK1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9wZG9kK1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9wZG9kK1 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9wZG9kK1 .nav-item {
    margin: 0 !important;
  }
}
.cid-un9wZG9kK1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9wZG9kK1 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9wZG9kK1 .nav-item .nav-link:hover,
.cid-un9wZG9kK1 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9wZG9kK1 .nav-item .nav-link:hover::before,
.cid-un9wZG9kK1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9wZG9kK1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9wZG9kK1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9wZG9kK1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9wZG9kK1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9wZG9kK1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9wZG9kK1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9wZG9kK1 .offcanvas_box {
    display: none;
  }
}
.cid-un9wZG9kK1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9wZG9kK1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9wZG9kK1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9wZG9kK1 .container {
  display: flex;
  margin: auto;
}
.cid-un9wZG9kK1 .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9wZG9kK1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9wZG9kK1 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9wZG9kK1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9wZG9kK1 .navbar-nav {
    margin: 0;
  }
}
.cid-un9wZG9kK1 .dropdown-menu,
.cid-un9wZG9kK1 .navbar.opened {
  background-color: false !important;
}
.cid-un9wZG9kK1 .nav-item:focus,
.cid-un9wZG9kK1 .nav-link:focus {
  outline: none;
}
.cid-un9wZG9kK1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9wZG9kK1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9wZG9kK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9wZG9kK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9wZG9kK1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9wZG9kK1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9wZG9kK1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9wZG9kK1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9wZG9kK1 .navbar.opened {
  transition: all 0.3s;
}
.cid-un9wZG9kK1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9wZG9kK1 .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9wZG9kK1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9wZG9kK1 .navbar.collapsed {
  justify-content: center;
}
.cid-un9wZG9kK1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9wZG9kK1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9wZG9kK1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9wZG9kK1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9wZG9kK1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9wZG9kK1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9wZG9kK1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9wZG9kK1 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9wZG9kK1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9wZG9kK1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9wZG9kK1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9wZG9kK1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9wZG9kK1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9wZG9kK1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9wZG9kK1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9wZG9kK1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9wZG9kK1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9wZG9kK1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9wZG9kK1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9wZG9kK1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9wZG9kK1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9wZG9kK1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9wZG9kK1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9wZG9kK1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9wZG9kK1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9wZG9kK1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9wZG9kK1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9wZG9kK1 .dropdown-item.active,
.cid-un9wZG9kK1 .dropdown-item:active {
  background-color: transparent;
}
.cid-un9wZG9kK1 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9wZG9kK1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9wZG9kK1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9wZG9kK1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9wZG9kK1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9wZG9kK1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9wZG9kK1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-un9wZG9kK1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9wZG9kK1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9wZG9kK1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9wZG9kK1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9wZG9kK1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9wZG9kK1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9wZG9kK1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9wZG9kK1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9wZG9kK1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9wZG9kK1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9wZG9kK1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9wZG9kK1 .navbar {
    height: 70px;
  }
  .cid-un9wZG9kK1 .navbar.opened {
    height: auto;
  }
  .cid-un9wZG9kK1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9wZG9kK1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9wZG9kK1 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9wZG9kK1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9wZG9kK1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9wZG9kK1 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9wZG9kK1 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9wZG9kK1 .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9wZG9kK1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9wZG9kK1 .text_widget {
  margin-bottom: 32px;
}
.cid-un9wZG9kK1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9wZG9kK1 .text_widget a:hover,
.cid-un9wZG9kK1 .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9wZG9kK1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9wZG9kK1 .navbar-caption {
  color: #000000;
}
.cid-un9wZG9kK1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9wZG9kK1 .mbr-section-subtitle,
.cid-un9wZG9kK1 .text_widget,
.cid-un9wZG9kK1 .mbr-section-btn {
  text-align: center;
}
.cid-un9wZG9kK1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9wZG9kK1 .nav-link,
.cid-un9wZG9kK1 .dropdown-item {
  color: #000000;
}
.cid-un9wZJpQSU {
  padding-top: 11rem;
  padding-bottom: 4rem;
  background-color: #002040;
}
.cid-un9wZJpQSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9wZJpQSU .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-un9wZJpQSU .container {
    padding: 0 16px;
  }
}
.cid-un9wZJpQSU .row {
  justify-content: center;
}
.cid-un9wZJpQSU .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9wZJpQSU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9wZJpQSU .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9wZJpQSU .panel-group .card {
    padding: 24px;
  }
}
.cid-un9wZJpQSU .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9wZJpQSU .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9wZJpQSU .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9wZJpQSU .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9wZJpQSU .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9wZJpQSU .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9wZJpQSU .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9wZJpQSU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9wZJpQSU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9wZJpQSU .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9wZJpQSU .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9wZJpQSU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9wZJpQSU .mbr-section-title {
  color: #000000;
}
.cid-un9wZJpQSU .panel-title-edit {
  color: #000000;
}
.cid-un9wZJpQSU .panel-text {
  color: #000000;
}
.cid-un9wZJpQSU .mbr-section-title,
.cid-un9wZJpQSU .title-wrapper {
  color: #000000;
}
.cid-un9wZHbkDs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #002040;
}
.cid-un9wZHbkDs .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9wZHbkDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9wZHbkDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9wZHbkDs .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9wZHbkDs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9wZHbkDs .container {
    padding: 0 16px;
  }
}
.cid-un9wZHbkDs .row {
  position: relative;
  z-index: 1;
}
.cid-un9wZHbkDs .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9wZHbkDs .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9wZHbkDs .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9wZHbkDs .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9wZHbkDs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9wZHbkDs .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9wZHbkDs .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9wZHbkDs .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9wZHbkDs .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9wZHbkDs .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9wZHbkDs .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9wZHbkDs .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9wZHbkDs .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9wZHbkDs .mbr-media {
  position: relative;
}
.cid-un9wZHbkDs .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9wZHbkDs a:hover {
  background-image: none !important;
}
.cid-un9wZHbkDs .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9wZHbkDs .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9wZHbkDs .icon-wrap:hover::before,
.cid-un9wZHbkDs .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9wZHbkDs .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9wZHbkDs .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9wZHbkDs .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9wZHbkDs .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9wZHbkDs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9wZHbkDs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9wZHbkDs .mbr-section-title {
  color: #c5ab50;
}
.cid-un9wZHbkDs .mbr-section-subtitle {
  color: #000000;
}
.cid-un9wZHbkDs .mbr-text {
  color: #000000;
}
.cid-un9wZHbkDs .mbr-section-subtitle,
.cid-un9wZHbkDs .subtitle-wrapper {
  color: #000000;
}
.cid-un9wZHbkDs .mbr-text,
.cid-un9wZHbkDs .mbr-section-btn {
  color: #c5ab50;
}
.cid-un9wZHDJdJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-un9wZHDJdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9wZHDJdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9wZHDJdJ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9wZHDJdJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9wZHDJdJ .container {
    padding: 0 16px;
  }
}
.cid-un9wZHDJdJ .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9wZHDJdJ .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9wZHDJdJ .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9wZHDJdJ .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9wZHDJdJ .item .item-wrapper {
  height: 100%;
}
.cid-un9wZHDJdJ .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9wZHDJdJ .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9wZHDJdJ .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9wZHDJdJ .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9wZHDJdJ .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9wZHDJdJ .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9wZHDJdJ .item-title {
  color: #000000;
}
.cid-un9wZHDJdJ .list {
  color: #000000;
}
.cid-un9wZHDJdJ .item-title,
.cid-un9wZHDJdJ .mbr-section-btn {
  color: #000000;
}
.cid-un9wZHDJdJ .list,
.cid-un9wZHDJdJ .item-wrap,
.cid-un9wZHDJdJ .list-wrapper {
  color: #000000;
}
.cid-un9wZHDJdJ .item-title1 {
  color: #FFFFFF;
}
.cid-un9wZHDJdJ .list1,
.cid-un9wZHDJdJ .item-wrap1,
.cid-un9wZHDJdJ .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9wZHDJdJ .item-title2 {
  color: #000000;
}
.cid-un9wZHDJdJ .list2,
.cid-un9wZHDJdJ .item-wrap2,
.cid-un9wZHDJdJ .list-wrapper2 {
  color: #000000;
}
.cid-un9wZHDJdJ .item-title3 {
  color: #000000;
}
.cid-un9wZHDJdJ .list3,
.cid-un9wZHDJdJ .item-wrap3,
.cid-un9wZHDJdJ .list-wrapper3 {
  color: #000000;
}
.cid-un9wZIeWyb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-un9wZIeWyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9wZIeWyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9wZIeWyb .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9wZIeWyb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9wZIeWyb .container {
    padding: 0 16px;
  }
}
.cid-un9wZIeWyb .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9wZIeWyb .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9wZIeWyb .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9wZIeWyb .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9wZIeWyb .item .item-wrapper {
  height: 100%;
}
.cid-un9wZIeWyb .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9wZIeWyb .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9wZIeWyb .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9wZIeWyb .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9wZIeWyb .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9wZIeWyb .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9wZIeWyb .item-title {
  color: #000000;
}
.cid-un9wZIeWyb .list {
  color: #000000;
}
.cid-un9wZIeWyb .item-title,
.cid-un9wZIeWyb .mbr-section-btn {
  color: #000000;
}
.cid-un9wZIeWyb .list,
.cid-un9wZIeWyb .item-wrap,
.cid-un9wZIeWyb .list-wrapper {
  color: #000000;
}
.cid-un9wZIeWyb .item-title1 {
  color: #FFFFFF;
}
.cid-un9wZIeWyb .list1,
.cid-un9wZIeWyb .item-wrap1,
.cid-un9wZIeWyb .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9wZIeWyb .item-title2 {
  color: #000000;
}
.cid-un9wZIeWyb .list2,
.cid-un9wZIeWyb .item-wrap2,
.cid-un9wZIeWyb .list-wrapper2 {
  color: #000000;
}
.cid-un9wZIeWyb .item-title3 {
  color: #000000;
}
.cid-un9wZIeWyb .list3,
.cid-un9wZIeWyb .item-wrap3,
.cid-un9wZIeWyb .list-wrapper3 {
  color: #000000;
}
.cid-un9wZJ6Lq2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9wZJ6Lq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9wZJ6Lq2 .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-un9wZJ6Lq2 .container {
    padding: 0 16px;
  }
}
.cid-un9wZJ6Lq2 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9wZJ6Lq2 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9wZJ6Lq2 .mbr-section-title {
  color: #ffffff;
}
.cid-un9wZJ6Lq2 .mbr-section-title,
.cid-un9wZJ6Lq2 .mbr-section-btn {
  text-align: center;
  color: #c5ab50;
}
.cid-un9wZLpqKg {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9wZLpqKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9wZLpqKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9wZLpqKg .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9wZLpqKg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9wZLpqKg .container {
    padding: 0 16px;
  }
}
.cid-un9wZLpqKg .row {
  position: relative;
  justify-content: center;
}
.cid-un9wZLpqKg .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9wZLpqKg .card {
  justify-content: center;
}
.cid-un9wZLpqKg .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9wZLpqKg .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9wZLpqKg .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9wZLpqKg .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9wZLpqKg .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9wZLpqKg .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9wZLpqKg .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9wZLpqKg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9wZLpqKg .nav-wrapper .list {
    display: block;
  }
}
.cid-un9wZLpqKg .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9wZLpqKg .nav-wrapper .list .item-wrap:hover::before,
.cid-un9wZLpqKg .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9wZLpqKg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9wZLpqKg .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9wZLpqKg .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9wZLpqKg .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9wZLpqKg .mbr-copy {
  color: #c5ab50;
}
.cid-un9wZLpqKg .list,
.cid-un9wZLpqKg .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9wZLpqKg .list,
  .cid-un9wZLpqKg .nav-wrapper {
    text-align: left;
  }
}
.cid-un9wZLpqKg .list,
.cid-un9wZLpqKg .item-wrap,
.cid-un9wZLpqKg .nav-wrapper {
  color: #c5ab50;
}
.cid-un9zmXUhQv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9zmXUhQv .navbar-dropdown {
  background-color: #2596be !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9zmXUhQv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2596be !important;
  background: #2596be;
}
.cid-un9zmXUhQv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9zmXUhQv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9zmXUhQv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9zmXUhQv .menu_box .navbar.opened,
  .cid-un9zmXUhQv .menu_box .navbar-collapse {
    background-color: #2596be !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9zmXUhQv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9zmXUhQv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9zmXUhQv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9zmXUhQv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9zmXUhQv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9zmXUhQv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9zmXUhQv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9zmXUhQv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9zmXUhQv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9zmXUhQv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9zmXUhQv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9zmXUhQv .offcanvas-body .mbr-text,
  .cid-un9zmXUhQv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9zmXUhQv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9zmXUhQv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9zmXUhQv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9zmXUhQv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9zmXUhQv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9zmXUhQv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9zmXUhQv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9zmXUhQv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9zmXUhQv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9zmXUhQv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9zmXUhQv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9zmXUhQv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9zmXUhQv .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9zmXUhQv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9zmXUhQv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9zmXUhQv .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9zmXUhQv .nav-item {
    margin: 0 !important;
  }
}
.cid-un9zmXUhQv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9zmXUhQv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9zmXUhQv .nav-item .nav-link:hover,
.cid-un9zmXUhQv .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9zmXUhQv .nav-item .nav-link:hover::before,
.cid-un9zmXUhQv .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9zmXUhQv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9zmXUhQv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9zmXUhQv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9zmXUhQv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9zmXUhQv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9zmXUhQv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9zmXUhQv .offcanvas_box {
    display: none;
  }
}
.cid-un9zmXUhQv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9zmXUhQv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9zmXUhQv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9zmXUhQv .container {
  display: flex;
  margin: auto;
}
.cid-un9zmXUhQv .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9zmXUhQv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9zmXUhQv .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9zmXUhQv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9zmXUhQv .navbar-nav {
    margin: 0;
  }
}
.cid-un9zmXUhQv .dropdown-menu,
.cid-un9zmXUhQv .navbar.opened {
  background-color: false !important;
}
.cid-un9zmXUhQv .nav-item:focus,
.cid-un9zmXUhQv .nav-link:focus {
  outline: none;
}
.cid-un9zmXUhQv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9zmXUhQv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9zmXUhQv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9zmXUhQv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9zmXUhQv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9zmXUhQv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9zmXUhQv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9zmXUhQv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9zmXUhQv .navbar.opened {
  transition: all 0.3s;
}
.cid-un9zmXUhQv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9zmXUhQv .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9zmXUhQv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9zmXUhQv .navbar.collapsed {
  justify-content: center;
}
.cid-un9zmXUhQv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9zmXUhQv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9zmXUhQv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9zmXUhQv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9zmXUhQv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9zmXUhQv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9zmXUhQv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9zmXUhQv .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9zmXUhQv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9zmXUhQv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9zmXUhQv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9zmXUhQv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9zmXUhQv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9zmXUhQv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9zmXUhQv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9zmXUhQv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9zmXUhQv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9zmXUhQv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9zmXUhQv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9zmXUhQv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9zmXUhQv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9zmXUhQv .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9zmXUhQv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9zmXUhQv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9zmXUhQv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9zmXUhQv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9zmXUhQv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9zmXUhQv .dropdown-item.active,
.cid-un9zmXUhQv .dropdown-item:active {
  background-color: transparent;
}
.cid-un9zmXUhQv .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9zmXUhQv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9zmXUhQv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9zmXUhQv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9zmXUhQv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9zmXUhQv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9zmXUhQv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2596be;
  background: #ff6b35;
}
.cid-un9zmXUhQv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9zmXUhQv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9zmXUhQv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9zmXUhQv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9zmXUhQv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9zmXUhQv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9zmXUhQv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9zmXUhQv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9zmXUhQv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9zmXUhQv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9zmXUhQv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9zmXUhQv .navbar {
    height: 70px;
  }
  .cid-un9zmXUhQv .navbar.opened {
    height: auto;
  }
  .cid-un9zmXUhQv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9zmXUhQv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9zmXUhQv .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9zmXUhQv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9zmXUhQv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9zmXUhQv .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9zmXUhQv .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9zmXUhQv .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9zmXUhQv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9zmXUhQv .text_widget {
  margin-bottom: 32px;
}
.cid-un9zmXUhQv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9zmXUhQv .text_widget a:hover,
.cid-un9zmXUhQv .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9zmXUhQv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9zmXUhQv .navbar-caption {
  color: #000000;
}
.cid-un9zmXUhQv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9zmXUhQv .mbr-section-subtitle,
.cid-un9zmXUhQv .text_widget,
.cid-un9zmXUhQv .mbr-section-btn {
  text-align: center;
}
.cid-un9zmXUhQv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9zmXUhQv .nav-link,
.cid-un9zmXUhQv .dropdown-item {
  color: #000000;
}
.cid-un9zmYksOA {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #4f35ff;
}
.cid-un9zmYksOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zmYksOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zmYksOA .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zmYksOA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zmYksOA .container {
    padding: 0 16px;
  }
}
.cid-un9zmYksOA .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9zmYksOA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9zmYksOA .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9zmYksOA .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9zmYksOA .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9zmYksOA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9zmYksOA .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9zmYksOA .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9zmYksOA .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9zmYksOA .image-wrapper img {
    height: 350px;
  }
}
.cid-un9zmYksOA .mbr-section-title {
  color: #ffffff;
}
.cid-un9zmYksOA .mbr-text {
  color: #ffffff;
}
.cid-un9zmYksOA .mbr-section-title,
.cid-un9zmYksOA .mbr-section-btn {
  color: #000000;
}
.cid-un9zmYksOA .mbr-text,
.cid-un9zmYksOA .text-wrapper {
  color: #000000;
}
.cid-un9zn1uPs8 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9zn1uPs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zn1uPs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zn1uPs8 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zn1uPs8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zn1uPs8 .container {
    padding: 0 16px;
  }
}
.cid-un9zn1uPs8 .card {
  justify-content: center;
}
.cid-un9zn1uPs8 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9zn1uPs8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9zn1uPs8 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9zn1uPs8 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9zn1uPs8 .mbr-section-title {
  color: #000000;
}
.cid-un9zn1uPs8 .mbr-text {
  color: #000000;
}
.cid-un9zn1uPs8 .mbr-desc {
  color: #000000;
}
.cid-un9zn1uPs8 .mbr-section-title,
.cid-un9zn1uPs8 .title-wrapper {
  color: #000000;
}
.cid-un9zn1uPs8 .mbr-text,
.cid-un9zn1uPs8 .mbr-section-btn {
  color: #000000;
}
.cid-un9zmYB3hE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9zmYB3hE .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zmYB3hE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zmYB3hE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zmYB3hE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zmYB3hE .container {
    padding: 0 16px;
  }
}
.cid-un9zmYB3hE .card {
  justify-content: flex-end;
}
.cid-un9zmYB3hE .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9zmYB3hE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9zmYB3hE .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9zmYB3hE .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9zmYB3hE .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9zmYB3hE .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9zmYB3hE .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9zmYB3hE .mbr-section-title {
  color: #ffffff;
}
.cid-un9zmYB3hE .mbr-text {
  color: #ffffff;
}
.cid-un9zmYB3hE .mbr-section-title,
.cid-un9zmYB3hE .mbr-section-btn {
  color: #000000;
}
.cid-un9zmYB3hE .mbr-text,
.cid-un9zmYB3hE .text-wrapper {
  color: #000000;
}
.cid-un9zmYT7HB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9zmYT7HB .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9zmYT7HB .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zmYT7HB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zmYT7HB .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zmYT7HB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zmYT7HB .container {
    padding: 0 16px;
  }
}
.cid-un9zmYT7HB .row {
  position: relative;
  z-index: 1;
}
.cid-un9zmYT7HB .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9zmYT7HB .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9zmYT7HB .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9zmYT7HB .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9zmYT7HB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9zmYT7HB .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9zmYT7HB .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9zmYT7HB .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9zmYT7HB .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9zmYT7HB .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9zmYT7HB .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9zmYT7HB .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9zmYT7HB .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9zmYT7HB .mbr-media {
  position: relative;
}
.cid-un9zmYT7HB .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9zmYT7HB a:hover {
  background-image: none !important;
}
.cid-un9zmYT7HB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9zmYT7HB .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9zmYT7HB .icon-wrap:hover::before,
.cid-un9zmYT7HB .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9zmYT7HB .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9zmYT7HB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9zmYT7HB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9zmYT7HB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9zmYT7HB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9zmYT7HB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9zmYT7HB .mbr-section-title {
  color: #000000;
}
.cid-un9zmYT7HB .mbr-section-subtitle {
  color: #000000;
}
.cid-un9zmYT7HB .mbr-text {
  color: #000000;
}
.cid-un9zmYT7HB .mbr-section-subtitle,
.cid-un9zmYT7HB .subtitle-wrapper {
  color: #000000;
}
.cid-un9zmYT7HB .mbr-text,
.cid-un9zmYT7HB .mbr-section-btn {
  color: #000000;
}
.cid-un9zmZmTuX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9zmZmTuX .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zmZmTuX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zmZmTuX .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zmZmTuX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zmZmTuX .container {
    padding: 0 16px;
  }
}
.cid-un9zmZmTuX .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9zmZmTuX .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9zmZmTuX .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9zmZmTuX .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9zmZmTuX .item .item-wrapper {
  height: 100%;
}
.cid-un9zmZmTuX .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9zmZmTuX .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9zmZmTuX .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9zmZmTuX .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9zmZmTuX .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9zmZmTuX .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9zmZmTuX .item-title {
  color: #000000;
}
.cid-un9zmZmTuX .list {
  color: #000000;
}
.cid-un9zmZmTuX .item-title,
.cid-un9zmZmTuX .mbr-section-btn {
  color: #000000;
}
.cid-un9zmZmTuX .list,
.cid-un9zmZmTuX .item-wrap,
.cid-un9zmZmTuX .list-wrapper {
  color: #000000;
}
.cid-un9zmZmTuX .item-title1 {
  color: #FFFFFF;
}
.cid-un9zmZmTuX .list1,
.cid-un9zmZmTuX .item-wrap1,
.cid-un9zmZmTuX .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9zmZmTuX .item-title2 {
  color: #000000;
}
.cid-un9zmZmTuX .list2,
.cid-un9zmZmTuX .item-wrap2,
.cid-un9zmZmTuX .list-wrapper2 {
  color: #000000;
}
.cid-un9zmZmTuX .item-title3 {
  color: #000000;
}
.cid-un9zmZmTuX .list3,
.cid-un9zmZmTuX .item-wrap3,
.cid-un9zmZmTuX .list-wrapper3 {
  color: #000000;
}
.cid-un9zmZD3GC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9zmZD3GC .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zmZD3GC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zmZD3GC .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zmZD3GC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zmZD3GC .container {
    padding: 0 16px;
  }
}
.cid-un9zmZD3GC .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9zmZD3GC .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9zmZD3GC .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9zmZD3GC .image-wrapper img {
    height: 350px;
  }
}
.cid-un9zmZD3GC .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9zmZD3GC .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9zmZD3GC .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9zmZD3GC .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9zmZD3GC .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9zmZD3GC .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9zmZD3GC .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9zmZD3GC .mbr-section-title {
  color: #000000;
}
.cid-un9zmZD3GC .mbr-section-subtitle {
  color: #000000;
}
.cid-un9zmZD3GC .mbr-section-subtitle,
.cid-un9zmZD3GC .subtitle-wrapper {
  color: #000000;
}
.cid-un9zmZD3GC .mbr-section-title,
.cid-un9zmZD3GC .mbr-section-btn {
  color: #000000;
}
.cid-un9zmZWAnN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9zmZWAnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zmZWAnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zmZWAnN .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zmZWAnN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zmZWAnN .container {
    padding: 0 16px;
  }
}
.cid-un9zmZWAnN .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9zmZWAnN .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9zmZWAnN .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9zmZWAnN .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9zmZWAnN .item .item-wrapper {
  height: 100%;
}
.cid-un9zmZWAnN .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9zmZWAnN .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9zmZWAnN .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9zmZWAnN .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9zmZWAnN .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9zmZWAnN .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9zmZWAnN .item-title {
  color: #000000;
}
.cid-un9zmZWAnN .list {
  color: #000000;
}
.cid-un9zmZWAnN .item-title,
.cid-un9zmZWAnN .mbr-section-btn {
  color: #000000;
}
.cid-un9zmZWAnN .list,
.cid-un9zmZWAnN .item-wrap,
.cid-un9zmZWAnN .list-wrapper {
  color: #000000;
}
.cid-un9zmZWAnN .item-title1 {
  color: #FFFFFF;
}
.cid-un9zmZWAnN .list1,
.cid-un9zmZWAnN .item-wrap1,
.cid-un9zmZWAnN .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9zmZWAnN .item-title2 {
  color: #000000;
}
.cid-un9zmZWAnN .list2,
.cid-un9zmZWAnN .item-wrap2,
.cid-un9zmZWAnN .list-wrapper2 {
  color: #000000;
}
.cid-un9zmZWAnN .item-title3 {
  color: #000000;
}
.cid-un9zmZWAnN .list3,
.cid-un9zmZWAnN .item-wrap3,
.cid-un9zmZWAnN .list-wrapper3 {
  color: #000000;
}
.cid-un9zn0eE40 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9zn0eE40 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zn0eE40 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zn0eE40 .container {
    padding: 0 16px;
  }
}
.cid-un9zn0eE40 .row {
  justify-content: center;
}
.cid-un9zn0eE40 .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9zn0eE40 .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9zn0eE40 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9zn0eE40 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9zn0eE40 .embla__slide .slide-content {
  width: 100%;
}
.cid-un9zn0eE40 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9zn0eE40 .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9zn0eE40 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9zn0eE40 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9zn0eE40 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9zn0eE40 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9zn0eE40 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9zn0eE40 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9zn0eE40 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9zn0eE40 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9zn0eE40 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9zn0eE40 .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9zn0eE40 .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9zn0eE40 .embla__button--next,
.cid-un9zn0eE40 .embla__button--prev {
  display: flex;
}
.cid-un9zn0eE40 .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9zn0eE40 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9zn0eE40 .embla__button:hover {
  opacity: 0.5;
}
.cid-un9zn0eE40 .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9zn0eE40 .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9zn0eE40 .embla {
  position: relative;
  width: 100%;
}
.cid-un9zn0eE40 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9zn0eE40 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9zn0eE40 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9zn0eE40 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9zn0eE40 .item-text {
  color: #000000;
}
.cid-un9zn0eE40 .item-name {
  color: #000000;
}
.cid-un9zn0eE40 .item-role {
  color: #000000;
}
.cid-un9zn0eE40 .item-name,
.cid-un9zn0eE40 .image-wrapper {
  color: #000000;
}
.cid-un9zn0eE40 .item-role,
.cid-un9zn0eE40 .image-wrapper {
  color: #000000;
}
.cid-un9zn0eE40 .item-text1 {
  color: #000000;
}
.cid-un9zn0eE40 .item-name1 {
  color: #000000;
}
.cid-un9zn0eE40 .item-role1 {
  color: #000000;
}
.cid-un9zn0eE40 .item-text2 {
  color: #FFFFFF;
}
.cid-un9zn0eE40 .item-name2 {
  color: #FFFFFF;
}
.cid-un9zn0eE40 .item-role2 {
  color: #FFFFFF;
}
.cid-un9zn0eE40 .item-text3 {
  color: #000000;
}
.cid-un9zn0eE40 .item-name3 {
  color: #000000;
}
.cid-un9zn0eE40 .item-role3 {
  color: #000000;
}
.cid-un9zn0N9rU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9zn0N9rU .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zn0N9rU .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-un9zn0N9rU .container {
    padding: 0 16px;
  }
}
.cid-un9zn0N9rU .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9zn0N9rU .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9zn0N9rU .mbr-section-title {
  color: #ffffff;
}
.cid-un9zn0N9rU .mbr-section-title,
.cid-un9zn0N9rU .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9zn16Bdh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9zn16Bdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zn16Bdh .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-un9zn16Bdh .container {
    padding: 0 16px;
  }
}
.cid-un9zn16Bdh .row {
  justify-content: center;
}
.cid-un9zn16Bdh .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9zn16Bdh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9zn16Bdh .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9zn16Bdh .panel-group .card {
    padding: 24px;
  }
}
.cid-un9zn16Bdh .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9zn16Bdh .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9zn16Bdh .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9zn16Bdh .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9zn16Bdh .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9zn16Bdh .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9zn16Bdh .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9zn16Bdh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9zn16Bdh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9zn16Bdh .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9zn16Bdh .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9zn16Bdh .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9zn16Bdh .mbr-section-title {
  color: #000000;
}
.cid-un9zn16Bdh .panel-title-edit {
  color: #000000;
}
.cid-un9zn16Bdh .panel-text {
  color: #000000;
}
.cid-un9zn16Bdh .mbr-section-title,
.cid-un9zn16Bdh .title-wrapper {
  color: #000000;
}
.cid-un9zn1QceD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9zn1QceD .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zn1QceD .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-un9zn1QceD .container {
    padding: 0 16px;
  }
}
.cid-un9zn1QceD .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9zn1QceD .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9zn1QceD .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9zn1QceD .item .item-wrapper {
  height: 100%;
}
.cid-un9zn1QceD .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9zn1QceD .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9zn1QceD .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9zn1QceD .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9zn1QceD .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9zn1QceD .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9zn1QceD .item-emoji {
  color: #000000;
}
.cid-un9zn1QceD .item-title {
  color: #000000;
}
.cid-un9zn1QceD .item-text {
  color: #000000;
}
.cid-un9zn1QceD .item-title,
.cid-un9zn1QceD .mbr-section-btn {
  color: #000000;
}
.cid-un9zn1QceD .item-title1 {
  color: #000000;
}
.cid-un9zn1QceD .item-text1 {
  color: #000000;
}
.cid-un9zn1QceD .item-title2 {
  color: #FFFFFF;
}
.cid-un9zn1QceD .item-text2 {
  color: #FFFFFF;
}
.cid-un9zn2eK2Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9zn2eK2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zn2eK2Z .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-un9zn2eK2Z .container {
    padding: 0 16px;
  }
}
.cid-un9zn2eK2Z .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9zn2eK2Z .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9zn2eK2Z .item:hover .item-wrapper .card-box,
.cid-un9zn2eK2Z .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9zn2eK2Z .item:hover .item-wrapper .card-box .item-price,
.cid-un9zn2eK2Z .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9zn2eK2Z .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9zn2eK2Z .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9zn2eK2Z .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9zn2eK2Z .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9zn2eK2Z .item:hover .item-wrapper .card-box .btn-success,
.cid-un9zn2eK2Z .item:focus .item-wrapper .card-box .btn-success,
.cid-un9zn2eK2Z .item:hover .item-wrapper .card-box .btn-info,
.cid-un9zn2eK2Z .item:focus .item-wrapper .card-box .btn-info,
.cid-un9zn2eK2Z .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9zn2eK2Z .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9zn2eK2Z .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9zn2eK2Z .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9zn2eK2Z .item:hover .item-wrapper .card-box .btn-black,
.cid-un9zn2eK2Z .item:focus .item-wrapper .card-box .btn-black,
.cid-un9zn2eK2Z .item:hover .item-wrapper .card-box .btn-white,
.cid-un9zn2eK2Z .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9zn2eK2Z .item .item-wrapper {
  height: 100%;
}
.cid-un9zn2eK2Z .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9zn2eK2Z .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zn2eK2Z .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9zn2eK2Z .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9zn2eK2Z .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9zn2eK2Z .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9zn2eK2Z .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9zn2eK2Z .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9zn2eK2Z .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9zn2eK2Z .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9zn2eK2Z .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9zn2eK2Z .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9zn2eK2Z .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9zn2eK2Z .item-title {
  color: #FF6B35;
}
.cid-un9zn2eK2Z .item-desc {
  color: #000000;
}
.cid-un9zn2eK2Z .item-price {
  color: #000000;
}
.cid-un9zn2eK2Z .list {
  color: #000000;
}
.cid-un9zn2eK2Z .item-price,
.cid-un9zn2eK2Z .mbr-section-btn {
  color: #000000;
}
.cid-un9zn2eK2Z .list,
.cid-un9zn2eK2Z .item-wrap,
.cid-un9zn2eK2Z .list-wrapper {
  color: #000000;
}
.cid-un9zn2GQhH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9zn2GQhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zn2GQhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zn2GQhH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9zn2GQhH .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9zn2GQhH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9zn2GQhH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9zn2GQhH .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9zn2GQhH .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9zn2GQhH .mbr-section-title {
  color: #ffffff;
}
.cid-un9zn2GQhH .mbr-text,
.cid-un9zn2GQhH .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9zn2GQhH .mbr-section-title,
.cid-un9zn2GQhH .mbr-section-btn {
  text-align: center;
}
.cid-un9Ix3rJkz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9Ix3rJkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9Ix3rJkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9Ix3rJkz .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9Ix3rJkz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9Ix3rJkz .container {
    padding: 0 30px;
  }
}
.cid-un9Ix3rJkz .row {
  justify-content: center;
}
.cid-un9Ix3rJkz .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9Ix3rJkz .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9Ix3rJkz .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9Ix3rJkz .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9Ix3rJkz .mbr-text {
  color: #000000;
}
.cid-un9zn34Ska {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9zn34Ska .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zn34Ska .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zn34Ska .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zn34Ska .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zn34Ska .container {
    padding: 0 16px;
  }
}
.cid-un9zn34Ska .row {
  position: relative;
  justify-content: center;
}
.cid-un9zn34Ska .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9zn34Ska .card {
  justify-content: center;
}
.cid-un9zn34Ska .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9zn34Ska .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9zn34Ska .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9zn34Ska .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9zn34Ska .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9zn34Ska .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9zn34Ska .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9zn34Ska .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9zn34Ska .nav-wrapper .list {
    display: block;
  }
}
.cid-un9zn34Ska .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9zn34Ska .nav-wrapper .list .item-wrap:hover::before,
.cid-un9zn34Ska .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9zn34Ska .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9zn34Ska .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9zn34Ska .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9zn34Ska .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9zn34Ska .mbr-copy {
  color: #c5ab50;
}
.cid-un9zn34Ska .list,
.cid-un9zn34Ska .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9zn34Ska .list,
  .cid-un9zn34Ska .nav-wrapper {
    text-align: left;
  }
}
.cid-un9zn34Ska .list,
.cid-un9zn34Ska .item-wrap,
.cid-un9zn34Ska .nav-wrapper {
  color: #c5ab50;
}
.cid-un9zq7ZCv3 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9zq7ZCv3 .navbar-dropdown {
  background-color: #2596be !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9zq7ZCv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2596be !important;
  background: #2596be;
}
.cid-un9zq7ZCv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9zq7ZCv3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9zq7ZCv3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9zq7ZCv3 .menu_box .navbar.opened,
  .cid-un9zq7ZCv3 .menu_box .navbar-collapse {
    background-color: #2596be !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9zq7ZCv3 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9zq7ZCv3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9zq7ZCv3 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9zq7ZCv3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9zq7ZCv3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9zq7ZCv3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9zq7ZCv3 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9zq7ZCv3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9zq7ZCv3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9zq7ZCv3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9zq7ZCv3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9zq7ZCv3 .offcanvas-body .mbr-text,
  .cid-un9zq7ZCv3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9zq7ZCv3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9zq7ZCv3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9zq7ZCv3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9zq7ZCv3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9zq7ZCv3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9zq7ZCv3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9zq7ZCv3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9zq7ZCv3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9zq7ZCv3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9zq7ZCv3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9zq7ZCv3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9zq7ZCv3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9zq7ZCv3 .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9zq7ZCv3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9zq7ZCv3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9zq7ZCv3 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9zq7ZCv3 .nav-item {
    margin: 0 !important;
  }
}
.cid-un9zq7ZCv3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9zq7ZCv3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9zq7ZCv3 .nav-item .nav-link:hover,
.cid-un9zq7ZCv3 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9zq7ZCv3 .nav-item .nav-link:hover::before,
.cid-un9zq7ZCv3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9zq7ZCv3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9zq7ZCv3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9zq7ZCv3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9zq7ZCv3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9zq7ZCv3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9zq7ZCv3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9zq7ZCv3 .offcanvas_box {
    display: none;
  }
}
.cid-un9zq7ZCv3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9zq7ZCv3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9zq7ZCv3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9zq7ZCv3 .container {
  display: flex;
  margin: auto;
}
.cid-un9zq7ZCv3 .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9zq7ZCv3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9zq7ZCv3 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9zq7ZCv3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9zq7ZCv3 .navbar-nav {
    margin: 0;
  }
}
.cid-un9zq7ZCv3 .dropdown-menu,
.cid-un9zq7ZCv3 .navbar.opened {
  background-color: false !important;
}
.cid-un9zq7ZCv3 .nav-item:focus,
.cid-un9zq7ZCv3 .nav-link:focus {
  outline: none;
}
.cid-un9zq7ZCv3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9zq7ZCv3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9zq7ZCv3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9zq7ZCv3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9zq7ZCv3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9zq7ZCv3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9zq7ZCv3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9zq7ZCv3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9zq7ZCv3 .navbar.opened {
  transition: all 0.3s;
}
.cid-un9zq7ZCv3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9zq7ZCv3 .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9zq7ZCv3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9zq7ZCv3 .navbar.collapsed {
  justify-content: center;
}
.cid-un9zq7ZCv3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9zq7ZCv3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9zq7ZCv3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9zq7ZCv3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9zq7ZCv3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9zq7ZCv3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9zq7ZCv3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9zq7ZCv3 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9zq7ZCv3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9zq7ZCv3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9zq7ZCv3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9zq7ZCv3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9zq7ZCv3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9zq7ZCv3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9zq7ZCv3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9zq7ZCv3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9zq7ZCv3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9zq7ZCv3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9zq7ZCv3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9zq7ZCv3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9zq7ZCv3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9zq7ZCv3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9zq7ZCv3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9zq7ZCv3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9zq7ZCv3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9zq7ZCv3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9zq7ZCv3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9zq7ZCv3 .dropdown-item.active,
.cid-un9zq7ZCv3 .dropdown-item:active {
  background-color: transparent;
}
.cid-un9zq7ZCv3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9zq7ZCv3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9zq7ZCv3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9zq7ZCv3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9zq7ZCv3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9zq7ZCv3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9zq7ZCv3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2596be;
  background: #ff6b35;
}
.cid-un9zq7ZCv3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9zq7ZCv3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9zq7ZCv3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9zq7ZCv3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9zq7ZCv3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9zq7ZCv3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9zq7ZCv3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9zq7ZCv3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9zq7ZCv3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9zq7ZCv3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9zq7ZCv3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9zq7ZCv3 .navbar {
    height: 70px;
  }
  .cid-un9zq7ZCv3 .navbar.opened {
    height: auto;
  }
  .cid-un9zq7ZCv3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9zq7ZCv3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9zq7ZCv3 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9zq7ZCv3 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9zq7ZCv3 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9zq7ZCv3 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9zq7ZCv3 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9zq7ZCv3 .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9zq7ZCv3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9zq7ZCv3 .text_widget {
  margin-bottom: 32px;
}
.cid-un9zq7ZCv3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9zq7ZCv3 .text_widget a:hover,
.cid-un9zq7ZCv3 .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9zq7ZCv3 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9zq7ZCv3 .navbar-caption {
  color: #000000;
}
.cid-un9zq7ZCv3 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9zq7ZCv3 .mbr-section-subtitle,
.cid-un9zq7ZCv3 .text_widget,
.cid-un9zq7ZCv3 .mbr-section-btn {
  text-align: center;
}
.cid-un9zq7ZCv3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9zq7ZCv3 .nav-link,
.cid-un9zq7ZCv3 .dropdown-item {
  color: #000000;
}
.cid-un9zq8onrH {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #4f35ff;
}
.cid-un9zq8onrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zq8onrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zq8onrH .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zq8onrH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zq8onrH .container {
    padding: 0 16px;
  }
}
.cid-un9zq8onrH .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9zq8onrH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9zq8onrH .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9zq8onrH .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9zq8onrH .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9zq8onrH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9zq8onrH .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9zq8onrH .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9zq8onrH .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9zq8onrH .image-wrapper img {
    height: 350px;
  }
}
.cid-un9zq8onrH .mbr-section-title {
  color: #ffffff;
}
.cid-un9zq8onrH .mbr-text {
  color: #ffffff;
}
.cid-un9zq8onrH .mbr-section-title,
.cid-un9zq8onrH .mbr-section-btn {
  color: #000000;
}
.cid-un9zq8onrH .mbr-text,
.cid-un9zq8onrH .text-wrapper {
  color: #000000;
}
.cid-un9zqbwioE {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9zqbwioE .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zqbwioE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zqbwioE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zqbwioE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zqbwioE .container {
    padding: 0 16px;
  }
}
.cid-un9zqbwioE .card {
  justify-content: center;
}
.cid-un9zqbwioE .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9zqbwioE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9zqbwioE .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9zqbwioE .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9zqbwioE .mbr-section-title {
  color: #000000;
}
.cid-un9zqbwioE .mbr-text {
  color: #000000;
}
.cid-un9zqbwioE .mbr-desc {
  color: #000000;
}
.cid-un9zqbwioE .mbr-section-title,
.cid-un9zqbwioE .title-wrapper {
  color: #000000;
}
.cid-un9zqbwioE .mbr-text,
.cid-un9zqbwioE .mbr-section-btn {
  color: #000000;
}
.cid-un9zq8EK6X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9zq8EK6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zq8EK6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zq8EK6X .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zq8EK6X .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zq8EK6X .container {
    padding: 0 16px;
  }
}
.cid-un9zq8EK6X .card {
  justify-content: flex-end;
}
.cid-un9zq8EK6X .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9zq8EK6X .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9zq8EK6X .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9zq8EK6X .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9zq8EK6X .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9zq8EK6X .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9zq8EK6X .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9zq8EK6X .mbr-section-title {
  color: #ffffff;
}
.cid-un9zq8EK6X .mbr-text {
  color: #ffffff;
}
.cid-un9zq8EK6X .mbr-section-title,
.cid-un9zq8EK6X .mbr-section-btn {
  color: #000000;
}
.cid-un9zq8EK6X .mbr-text,
.cid-un9zq8EK6X .text-wrapper {
  color: #000000;
}
.cid-un9zq8U4JW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9zq8U4JW .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9zq8U4JW .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zq8U4JW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zq8U4JW .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zq8U4JW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zq8U4JW .container {
    padding: 0 16px;
  }
}
.cid-un9zq8U4JW .row {
  position: relative;
  z-index: 1;
}
.cid-un9zq8U4JW .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9zq8U4JW .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9zq8U4JW .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9zq8U4JW .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9zq8U4JW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9zq8U4JW .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9zq8U4JW .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9zq8U4JW .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9zq8U4JW .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9zq8U4JW .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9zq8U4JW .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9zq8U4JW .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9zq8U4JW .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9zq8U4JW .mbr-media {
  position: relative;
}
.cid-un9zq8U4JW .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9zq8U4JW a:hover {
  background-image: none !important;
}
.cid-un9zq8U4JW .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9zq8U4JW .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9zq8U4JW .icon-wrap:hover::before,
.cid-un9zq8U4JW .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9zq8U4JW .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9zq8U4JW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9zq8U4JW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9zq8U4JW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9zq8U4JW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9zq8U4JW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9zq8U4JW .mbr-section-title {
  color: #000000;
}
.cid-un9zq8U4JW .mbr-section-subtitle {
  color: #000000;
}
.cid-un9zq8U4JW .mbr-text {
  color: #000000;
}
.cid-un9zq8U4JW .mbr-section-subtitle,
.cid-un9zq8U4JW .subtitle-wrapper {
  color: #000000;
}
.cid-un9zq8U4JW .mbr-text,
.cid-un9zq8U4JW .mbr-section-btn {
  color: #000000;
}
.cid-un9zq9rVxO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9zq9rVxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zq9rVxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zq9rVxO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zq9rVxO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zq9rVxO .container {
    padding: 0 16px;
  }
}
.cid-un9zq9rVxO .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9zq9rVxO .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9zq9rVxO .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9zq9rVxO .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9zq9rVxO .item .item-wrapper {
  height: 100%;
}
.cid-un9zq9rVxO .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9zq9rVxO .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9zq9rVxO .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9zq9rVxO .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9zq9rVxO .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9zq9rVxO .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9zq9rVxO .item-title {
  color: #000000;
}
.cid-un9zq9rVxO .list {
  color: #000000;
}
.cid-un9zq9rVxO .item-title,
.cid-un9zq9rVxO .mbr-section-btn {
  color: #000000;
}
.cid-un9zq9rVxO .list,
.cid-un9zq9rVxO .item-wrap,
.cid-un9zq9rVxO .list-wrapper {
  color: #000000;
}
.cid-un9zq9rVxO .item-title1 {
  color: #FFFFFF;
}
.cid-un9zq9rVxO .list1,
.cid-un9zq9rVxO .item-wrap1,
.cid-un9zq9rVxO .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9zq9rVxO .item-title2 {
  color: #000000;
}
.cid-un9zq9rVxO .list2,
.cid-un9zq9rVxO .item-wrap2,
.cid-un9zq9rVxO .list-wrapper2 {
  color: #000000;
}
.cid-un9zq9rVxO .item-title3 {
  color: #000000;
}
.cid-un9zq9rVxO .list3,
.cid-un9zq9rVxO .item-wrap3,
.cid-un9zq9rVxO .list-wrapper3 {
  color: #000000;
}
.cid-un9zq9IR99 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9zq9IR99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zq9IR99 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zq9IR99 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zq9IR99 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zq9IR99 .container {
    padding: 0 16px;
  }
}
.cid-un9zq9IR99 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9zq9IR99 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9zq9IR99 .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9zq9IR99 .image-wrapper img {
    height: 350px;
  }
}
.cid-un9zq9IR99 .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9zq9IR99 .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9zq9IR99 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9zq9IR99 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9zq9IR99 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9zq9IR99 .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9zq9IR99 .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9zq9IR99 .mbr-section-title {
  color: #000000;
}
.cid-un9zq9IR99 .mbr-section-subtitle {
  color: #000000;
}
.cid-un9zq9IR99 .mbr-section-subtitle,
.cid-un9zq9IR99 .subtitle-wrapper {
  color: #000000;
}
.cid-un9zq9IR99 .mbr-section-title,
.cid-un9zq9IR99 .mbr-section-btn {
  color: #000000;
}
.cid-un9zqa0EgF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9zqa0EgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zqa0EgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zqa0EgF .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zqa0EgF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zqa0EgF .container {
    padding: 0 16px;
  }
}
.cid-un9zqa0EgF .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9zqa0EgF .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9zqa0EgF .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9zqa0EgF .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9zqa0EgF .item .item-wrapper {
  height: 100%;
}
.cid-un9zqa0EgF .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9zqa0EgF .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9zqa0EgF .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9zqa0EgF .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9zqa0EgF .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9zqa0EgF .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9zqa0EgF .item-title {
  color: #000000;
}
.cid-un9zqa0EgF .list {
  color: #000000;
}
.cid-un9zqa0EgF .item-title,
.cid-un9zqa0EgF .mbr-section-btn {
  color: #000000;
}
.cid-un9zqa0EgF .list,
.cid-un9zqa0EgF .item-wrap,
.cid-un9zqa0EgF .list-wrapper {
  color: #000000;
}
.cid-un9zqa0EgF .item-title1 {
  color: #FFFFFF;
}
.cid-un9zqa0EgF .list1,
.cid-un9zqa0EgF .item-wrap1,
.cid-un9zqa0EgF .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9zqa0EgF .item-title2 {
  color: #000000;
}
.cid-un9zqa0EgF .list2,
.cid-un9zqa0EgF .item-wrap2,
.cid-un9zqa0EgF .list-wrapper2 {
  color: #000000;
}
.cid-un9zqa0EgF .item-title3 {
  color: #000000;
}
.cid-un9zqa0EgF .list3,
.cid-un9zqa0EgF .item-wrap3,
.cid-un9zqa0EgF .list-wrapper3 {
  color: #000000;
}
.cid-un9zqaigwN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9zqaigwN .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zqaigwN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zqaigwN .container {
    padding: 0 16px;
  }
}
.cid-un9zqaigwN .row {
  justify-content: center;
}
.cid-un9zqaigwN .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9zqaigwN .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9zqaigwN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9zqaigwN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9zqaigwN .embla__slide .slide-content {
  width: 100%;
}
.cid-un9zqaigwN .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9zqaigwN .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9zqaigwN .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9zqaigwN .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9zqaigwN .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9zqaigwN .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9zqaigwN .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9zqaigwN .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9zqaigwN .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9zqaigwN .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9zqaigwN .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9zqaigwN .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9zqaigwN .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9zqaigwN .embla__button--next,
.cid-un9zqaigwN .embla__button--prev {
  display: flex;
}
.cid-un9zqaigwN .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9zqaigwN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9zqaigwN .embla__button:hover {
  opacity: 0.5;
}
.cid-un9zqaigwN .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9zqaigwN .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9zqaigwN .embla {
  position: relative;
  width: 100%;
}
.cid-un9zqaigwN .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9zqaigwN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9zqaigwN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9zqaigwN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9zqaigwN .item-text {
  color: #000000;
}
.cid-un9zqaigwN .item-name {
  color: #000000;
}
.cid-un9zqaigwN .item-role {
  color: #000000;
}
.cid-un9zqaigwN .item-name,
.cid-un9zqaigwN .image-wrapper {
  color: #000000;
}
.cid-un9zqaigwN .item-role,
.cid-un9zqaigwN .image-wrapper {
  color: #000000;
}
.cid-un9zqaigwN .item-text1 {
  color: #000000;
}
.cid-un9zqaigwN .item-name1 {
  color: #000000;
}
.cid-un9zqaigwN .item-role1 {
  color: #000000;
}
.cid-un9zqaigwN .item-text2 {
  color: #FFFFFF;
}
.cid-un9zqaigwN .item-name2 {
  color: #FFFFFF;
}
.cid-un9zqaigwN .item-role2 {
  color: #FFFFFF;
}
.cid-un9zqaigwN .item-text3 {
  color: #000000;
}
.cid-un9zqaigwN .item-name3 {
  color: #000000;
}
.cid-un9zqaigwN .item-role3 {
  color: #000000;
}
.cid-un9zqaQjyz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9zqaQjyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zqaQjyz .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-un9zqaQjyz .container {
    padding: 0 16px;
  }
}
.cid-un9zqaQjyz .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9zqaQjyz .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9zqaQjyz .mbr-section-title {
  color: #ffffff;
}
.cid-un9zqaQjyz .mbr-section-title,
.cid-un9zqaQjyz .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9zqb9oZd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9zqb9oZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zqb9oZd .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-un9zqb9oZd .container {
    padding: 0 16px;
  }
}
.cid-un9zqb9oZd .row {
  justify-content: center;
}
.cid-un9zqb9oZd .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9zqb9oZd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9zqb9oZd .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9zqb9oZd .panel-group .card {
    padding: 24px;
  }
}
.cid-un9zqb9oZd .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9zqb9oZd .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9zqb9oZd .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9zqb9oZd .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9zqb9oZd .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9zqb9oZd .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9zqb9oZd .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9zqb9oZd .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9zqb9oZd .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9zqb9oZd .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9zqb9oZd .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9zqb9oZd .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9zqb9oZd .mbr-section-title {
  color: #000000;
}
.cid-un9zqb9oZd .panel-title-edit {
  color: #000000;
}
.cid-un9zqb9oZd .panel-text {
  color: #000000;
}
.cid-un9zqb9oZd .mbr-section-title,
.cid-un9zqb9oZd .title-wrapper {
  color: #000000;
}
.cid-un9zqbSg0P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9zqbSg0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zqbSg0P .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-un9zqbSg0P .container {
    padding: 0 16px;
  }
}
.cid-un9zqbSg0P .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9zqbSg0P .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9zqbSg0P .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9zqbSg0P .item .item-wrapper {
  height: 100%;
}
.cid-un9zqbSg0P .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9zqbSg0P .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9zqbSg0P .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9zqbSg0P .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9zqbSg0P .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9zqbSg0P .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9zqbSg0P .item-emoji {
  color: #000000;
}
.cid-un9zqbSg0P .item-title {
  color: #000000;
}
.cid-un9zqbSg0P .item-text {
  color: #000000;
}
.cid-un9zqbSg0P .item-title,
.cid-un9zqbSg0P .mbr-section-btn {
  color: #000000;
}
.cid-un9zqbSg0P .item-title1 {
  color: #000000;
}
.cid-un9zqbSg0P .item-text1 {
  color: #000000;
}
.cid-un9zqbSg0P .item-title2 {
  color: #FFFFFF;
}
.cid-un9zqbSg0P .item-text2 {
  color: #FFFFFF;
}
.cid-un9zqchsZM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9zqchsZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zqchsZM .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-un9zqchsZM .container {
    padding: 0 16px;
  }
}
.cid-un9zqchsZM .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9zqchsZM .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9zqchsZM .item:hover .item-wrapper .card-box,
.cid-un9zqchsZM .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9zqchsZM .item:hover .item-wrapper .card-box .item-price,
.cid-un9zqchsZM .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9zqchsZM .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9zqchsZM .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9zqchsZM .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9zqchsZM .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9zqchsZM .item:hover .item-wrapper .card-box .btn-success,
.cid-un9zqchsZM .item:focus .item-wrapper .card-box .btn-success,
.cid-un9zqchsZM .item:hover .item-wrapper .card-box .btn-info,
.cid-un9zqchsZM .item:focus .item-wrapper .card-box .btn-info,
.cid-un9zqchsZM .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9zqchsZM .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9zqchsZM .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9zqchsZM .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9zqchsZM .item:hover .item-wrapper .card-box .btn-black,
.cid-un9zqchsZM .item:focus .item-wrapper .card-box .btn-black,
.cid-un9zqchsZM .item:hover .item-wrapper .card-box .btn-white,
.cid-un9zqchsZM .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9zqchsZM .item .item-wrapper {
  height: 100%;
}
.cid-un9zqchsZM .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9zqchsZM .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zqchsZM .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9zqchsZM .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9zqchsZM .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9zqchsZM .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9zqchsZM .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9zqchsZM .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9zqchsZM .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9zqchsZM .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9zqchsZM .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9zqchsZM .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9zqchsZM .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9zqchsZM .item-title {
  color: #FF6B35;
}
.cid-un9zqchsZM .item-desc {
  color: #000000;
}
.cid-un9zqchsZM .item-price {
  color: #000000;
}
.cid-un9zqchsZM .list {
  color: #000000;
}
.cid-un9zqchsZM .item-price,
.cid-un9zqchsZM .mbr-section-btn {
  color: #000000;
}
.cid-un9zqchsZM .list,
.cid-un9zqchsZM .item-wrap,
.cid-un9zqchsZM .list-wrapper {
  color: #000000;
}
.cid-un9zqcIvBo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9zqcIvBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zqcIvBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zqcIvBo .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9zqcIvBo .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9zqcIvBo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9zqcIvBo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9zqcIvBo .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9zqcIvBo .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9zqcIvBo .mbr-section-title {
  color: #ffffff;
}
.cid-un9zqcIvBo .mbr-text,
.cid-un9zqcIvBo .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9zqcIvBo .mbr-section-title,
.cid-un9zqcIvBo .mbr-section-btn {
  text-align: center;
}
.cid-un9IBOvl9z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9IBOvl9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9IBOvl9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9IBOvl9z .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9IBOvl9z .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9IBOvl9z .container {
    padding: 0 30px;
  }
}
.cid-un9IBOvl9z .row {
  justify-content: center;
}
.cid-un9IBOvl9z .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9IBOvl9z .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9IBOvl9z .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9IBOvl9z .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9IBOvl9z .mbr-text {
  color: #000000;
}
.cid-un9zqd5dLV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9zqd5dLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zqd5dLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zqd5dLV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zqd5dLV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zqd5dLV .container {
    padding: 0 16px;
  }
}
.cid-un9zqd5dLV .row {
  position: relative;
  justify-content: center;
}
.cid-un9zqd5dLV .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9zqd5dLV .card {
  justify-content: center;
}
.cid-un9zqd5dLV .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9zqd5dLV .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9zqd5dLV .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9zqd5dLV .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9zqd5dLV .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9zqd5dLV .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9zqd5dLV .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9zqd5dLV .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9zqd5dLV .nav-wrapper .list {
    display: block;
  }
}
.cid-un9zqd5dLV .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9zqd5dLV .nav-wrapper .list .item-wrap:hover::before,
.cid-un9zqd5dLV .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9zqd5dLV .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9zqd5dLV .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9zqd5dLV .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9zqd5dLV .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9zqd5dLV .mbr-copy {
  color: #c5ab50;
}
.cid-un9zqd5dLV .list,
.cid-un9zqd5dLV .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9zqd5dLV .list,
  .cid-un9zqd5dLV .nav-wrapper {
    text-align: left;
  }
}
.cid-un9zqd5dLV .list,
.cid-un9zqd5dLV .item-wrap,
.cid-un9zqd5dLV .nav-wrapper {
  color: #c5ab50;
}
.cid-un9ztjpoC4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9ztjpoC4 .navbar-dropdown {
  background-color: #2596be !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9ztjpoC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2596be !important;
  background: #2596be;
}
.cid-un9ztjpoC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9ztjpoC4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9ztjpoC4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9ztjpoC4 .menu_box .navbar.opened,
  .cid-un9ztjpoC4 .menu_box .navbar-collapse {
    background-color: #2596be !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9ztjpoC4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9ztjpoC4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9ztjpoC4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9ztjpoC4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9ztjpoC4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9ztjpoC4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9ztjpoC4 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9ztjpoC4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9ztjpoC4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9ztjpoC4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9ztjpoC4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9ztjpoC4 .offcanvas-body .mbr-text,
  .cid-un9ztjpoC4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9ztjpoC4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9ztjpoC4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9ztjpoC4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9ztjpoC4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9ztjpoC4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9ztjpoC4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9ztjpoC4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9ztjpoC4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9ztjpoC4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9ztjpoC4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9ztjpoC4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9ztjpoC4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9ztjpoC4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9ztjpoC4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9ztjpoC4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9ztjpoC4 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9ztjpoC4 .nav-item {
    margin: 0 !important;
  }
}
.cid-un9ztjpoC4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9ztjpoC4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9ztjpoC4 .nav-item .nav-link:hover,
.cid-un9ztjpoC4 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9ztjpoC4 .nav-item .nav-link:hover::before,
.cid-un9ztjpoC4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9ztjpoC4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9ztjpoC4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9ztjpoC4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9ztjpoC4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9ztjpoC4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9ztjpoC4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9ztjpoC4 .offcanvas_box {
    display: none;
  }
}
.cid-un9ztjpoC4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9ztjpoC4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9ztjpoC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9ztjpoC4 .container {
  display: flex;
  margin: auto;
}
.cid-un9ztjpoC4 .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9ztjpoC4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9ztjpoC4 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9ztjpoC4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9ztjpoC4 .navbar-nav {
    margin: 0;
  }
}
.cid-un9ztjpoC4 .dropdown-menu,
.cid-un9ztjpoC4 .navbar.opened {
  background-color: false !important;
}
.cid-un9ztjpoC4 .nav-item:focus,
.cid-un9ztjpoC4 .nav-link:focus {
  outline: none;
}
.cid-un9ztjpoC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9ztjpoC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9ztjpoC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9ztjpoC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9ztjpoC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9ztjpoC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9ztjpoC4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9ztjpoC4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9ztjpoC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-un9ztjpoC4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9ztjpoC4 .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9ztjpoC4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9ztjpoC4 .navbar.collapsed {
  justify-content: center;
}
.cid-un9ztjpoC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9ztjpoC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9ztjpoC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9ztjpoC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9ztjpoC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9ztjpoC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9ztjpoC4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9ztjpoC4 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9ztjpoC4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9ztjpoC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9ztjpoC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9ztjpoC4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9ztjpoC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9ztjpoC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9ztjpoC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9ztjpoC4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9ztjpoC4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9ztjpoC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9ztjpoC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9ztjpoC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9ztjpoC4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9ztjpoC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9ztjpoC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9ztjpoC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9ztjpoC4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9ztjpoC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9ztjpoC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9ztjpoC4 .dropdown-item.active,
.cid-un9ztjpoC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-un9ztjpoC4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9ztjpoC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9ztjpoC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9ztjpoC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9ztjpoC4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9ztjpoC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9ztjpoC4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2596be;
  background: #ff6b35;
}
.cid-un9ztjpoC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9ztjpoC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9ztjpoC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9ztjpoC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9ztjpoC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9ztjpoC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9ztjpoC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9ztjpoC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9ztjpoC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9ztjpoC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9ztjpoC4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9ztjpoC4 .navbar {
    height: 70px;
  }
  .cid-un9ztjpoC4 .navbar.opened {
    height: auto;
  }
  .cid-un9ztjpoC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9ztjpoC4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9ztjpoC4 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9ztjpoC4 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9ztjpoC4 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9ztjpoC4 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9ztjpoC4 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9ztjpoC4 .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9ztjpoC4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9ztjpoC4 .text_widget {
  margin-bottom: 32px;
}
.cid-un9ztjpoC4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9ztjpoC4 .text_widget a:hover,
.cid-un9ztjpoC4 .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9ztjpoC4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9ztjpoC4 .navbar-caption {
  color: #000000;
}
.cid-un9ztjpoC4 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9ztjpoC4 .mbr-section-subtitle,
.cid-un9ztjpoC4 .text_widget,
.cid-un9ztjpoC4 .mbr-section-btn {
  text-align: center;
}
.cid-un9ztjpoC4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9ztjpoC4 .nav-link,
.cid-un9ztjpoC4 .dropdown-item {
  color: #000000;
}
.cid-un9ztjPfK8 {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #4f35ff;
}
.cid-un9ztjPfK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ztjPfK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ztjPfK8 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ztjPfK8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ztjPfK8 .container {
    padding: 0 16px;
  }
}
.cid-un9ztjPfK8 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9ztjPfK8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9ztjPfK8 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9ztjPfK8 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9ztjPfK8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9ztjPfK8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9ztjPfK8 .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9ztjPfK8 .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9ztjPfK8 .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9ztjPfK8 .image-wrapper img {
    height: 350px;
  }
}
.cid-un9ztjPfK8 .mbr-section-title {
  color: #ffffff;
}
.cid-un9ztjPfK8 .mbr-text {
  color: #ffffff;
}
.cid-un9ztjPfK8 .mbr-section-title,
.cid-un9ztjPfK8 .mbr-section-btn {
  color: #000000;
}
.cid-un9ztjPfK8 .mbr-text,
.cid-un9ztjPfK8 .text-wrapper {
  color: #000000;
}
.cid-un9ztmWeYD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9ztmWeYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ztmWeYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ztmWeYD .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ztmWeYD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ztmWeYD .container {
    padding: 0 16px;
  }
}
.cid-un9ztmWeYD .card {
  justify-content: center;
}
.cid-un9ztmWeYD .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9ztmWeYD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9ztmWeYD .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9ztmWeYD .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9ztmWeYD .mbr-section-title {
  color: #000000;
}
.cid-un9ztmWeYD .mbr-text {
  color: #000000;
}
.cid-un9ztmWeYD .mbr-desc {
  color: #000000;
}
.cid-un9ztmWeYD .mbr-section-title,
.cid-un9ztmWeYD .title-wrapper {
  color: #000000;
}
.cid-un9ztmWeYD .mbr-text,
.cid-un9ztmWeYD .mbr-section-btn {
  color: #000000;
}
.cid-un9ztk5VTr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9ztk5VTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ztk5VTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ztk5VTr .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ztk5VTr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ztk5VTr .container {
    padding: 0 16px;
  }
}
.cid-un9ztk5VTr .card {
  justify-content: flex-end;
}
.cid-un9ztk5VTr .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9ztk5VTr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9ztk5VTr .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9ztk5VTr .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9ztk5VTr .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9ztk5VTr .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9ztk5VTr .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9ztk5VTr .mbr-section-title {
  color: #ffffff;
}
.cid-un9ztk5VTr .mbr-text {
  color: #ffffff;
}
.cid-un9ztk5VTr .mbr-section-title,
.cid-un9ztk5VTr .mbr-section-btn {
  color: #000000;
}
.cid-un9ztk5VTr .mbr-text,
.cid-un9ztk5VTr .text-wrapper {
  color: #000000;
}
.cid-un9ztknjtW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9ztknjtW .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9ztknjtW .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ztknjtW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ztknjtW .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ztknjtW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ztknjtW .container {
    padding: 0 16px;
  }
}
.cid-un9ztknjtW .row {
  position: relative;
  z-index: 1;
}
.cid-un9ztknjtW .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9ztknjtW .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9ztknjtW .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9ztknjtW .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9ztknjtW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9ztknjtW .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9ztknjtW .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9ztknjtW .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9ztknjtW .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9ztknjtW .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9ztknjtW .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9ztknjtW .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9ztknjtW .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9ztknjtW .mbr-media {
  position: relative;
}
.cid-un9ztknjtW .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9ztknjtW a:hover {
  background-image: none !important;
}
.cid-un9ztknjtW .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9ztknjtW .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9ztknjtW .icon-wrap:hover::before,
.cid-un9ztknjtW .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9ztknjtW .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9ztknjtW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9ztknjtW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9ztknjtW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9ztknjtW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9ztknjtW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9ztknjtW .mbr-section-title {
  color: #000000;
}
.cid-un9ztknjtW .mbr-section-subtitle {
  color: #000000;
}
.cid-un9ztknjtW .mbr-text {
  color: #000000;
}
.cid-un9ztknjtW .mbr-section-subtitle,
.cid-un9ztknjtW .subtitle-wrapper {
  color: #000000;
}
.cid-un9ztknjtW .mbr-text,
.cid-un9ztknjtW .mbr-section-btn {
  color: #000000;
}
.cid-un9ztkQR5T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9ztkQR5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ztkQR5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ztkQR5T .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ztkQR5T .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ztkQR5T .container {
    padding: 0 16px;
  }
}
.cid-un9ztkQR5T .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9ztkQR5T .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9ztkQR5T .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9ztkQR5T .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9ztkQR5T .item .item-wrapper {
  height: 100%;
}
.cid-un9ztkQR5T .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9ztkQR5T .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9ztkQR5T .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9ztkQR5T .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9ztkQR5T .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9ztkQR5T .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9ztkQR5T .item-title {
  color: #000000;
}
.cid-un9ztkQR5T .list {
  color: #000000;
}
.cid-un9ztkQR5T .item-title,
.cid-un9ztkQR5T .mbr-section-btn {
  color: #000000;
}
.cid-un9ztkQR5T .list,
.cid-un9ztkQR5T .item-wrap,
.cid-un9ztkQR5T .list-wrapper {
  color: #000000;
}
.cid-un9ztkQR5T .item-title1 {
  color: #FFFFFF;
}
.cid-un9ztkQR5T .list1,
.cid-un9ztkQR5T .item-wrap1,
.cid-un9ztkQR5T .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9ztkQR5T .item-title2 {
  color: #000000;
}
.cid-un9ztkQR5T .list2,
.cid-un9ztkQR5T .item-wrap2,
.cid-un9ztkQR5T .list-wrapper2 {
  color: #000000;
}
.cid-un9ztkQR5T .item-title3 {
  color: #000000;
}
.cid-un9ztkQR5T .list3,
.cid-un9ztkQR5T .item-wrap3,
.cid-un9ztkQR5T .list-wrapper3 {
  color: #000000;
}
.cid-un9ztl7B2N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9ztl7B2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ztl7B2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ztl7B2N .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ztl7B2N .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ztl7B2N .container {
    padding: 0 16px;
  }
}
.cid-un9ztl7B2N .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9ztl7B2N .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9ztl7B2N .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9ztl7B2N .image-wrapper img {
    height: 350px;
  }
}
.cid-un9ztl7B2N .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9ztl7B2N .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9ztl7B2N .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9ztl7B2N .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9ztl7B2N .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9ztl7B2N .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9ztl7B2N .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9ztl7B2N .mbr-section-title {
  color: #000000;
}
.cid-un9ztl7B2N .mbr-section-subtitle {
  color: #000000;
}
.cid-un9ztl7B2N .mbr-section-subtitle,
.cid-un9ztl7B2N .subtitle-wrapper {
  color: #000000;
}
.cid-un9ztl7B2N .mbr-section-title,
.cid-un9ztl7B2N .mbr-section-btn {
  color: #000000;
}
.cid-un9ztlpAaC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9ztlpAaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ztlpAaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ztlpAaC .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ztlpAaC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ztlpAaC .container {
    padding: 0 16px;
  }
}
.cid-un9ztlpAaC .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9ztlpAaC .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9ztlpAaC .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9ztlpAaC .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9ztlpAaC .item .item-wrapper {
  height: 100%;
}
.cid-un9ztlpAaC .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9ztlpAaC .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9ztlpAaC .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9ztlpAaC .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9ztlpAaC .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9ztlpAaC .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9ztlpAaC .item-title {
  color: #000000;
}
.cid-un9ztlpAaC .list {
  color: #000000;
}
.cid-un9ztlpAaC .item-title,
.cid-un9ztlpAaC .mbr-section-btn {
  color: #000000;
}
.cid-un9ztlpAaC .list,
.cid-un9ztlpAaC .item-wrap,
.cid-un9ztlpAaC .list-wrapper {
  color: #000000;
}
.cid-un9ztlpAaC .item-title1 {
  color: #FFFFFF;
}
.cid-un9ztlpAaC .list1,
.cid-un9ztlpAaC .item-wrap1,
.cid-un9ztlpAaC .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9ztlpAaC .item-title2 {
  color: #000000;
}
.cid-un9ztlpAaC .list2,
.cid-un9ztlpAaC .item-wrap2,
.cid-un9ztlpAaC .list-wrapper2 {
  color: #000000;
}
.cid-un9ztlpAaC .item-title3 {
  color: #000000;
}
.cid-un9ztlpAaC .list3,
.cid-un9ztlpAaC .item-wrap3,
.cid-un9ztlpAaC .list-wrapper3 {
  color: #000000;
}
.cid-un9ztlIuh7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9ztlIuh7 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ztlIuh7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ztlIuh7 .container {
    padding: 0 16px;
  }
}
.cid-un9ztlIuh7 .row {
  justify-content: center;
}
.cid-un9ztlIuh7 .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9ztlIuh7 .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9ztlIuh7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9ztlIuh7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9ztlIuh7 .embla__slide .slide-content {
  width: 100%;
}
.cid-un9ztlIuh7 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9ztlIuh7 .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9ztlIuh7 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9ztlIuh7 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9ztlIuh7 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9ztlIuh7 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9ztlIuh7 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9ztlIuh7 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9ztlIuh7 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9ztlIuh7 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9ztlIuh7 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9ztlIuh7 .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9ztlIuh7 .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9ztlIuh7 .embla__button--next,
.cid-un9ztlIuh7 .embla__button--prev {
  display: flex;
}
.cid-un9ztlIuh7 .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9ztlIuh7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9ztlIuh7 .embla__button:hover {
  opacity: 0.5;
}
.cid-un9ztlIuh7 .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9ztlIuh7 .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9ztlIuh7 .embla {
  position: relative;
  width: 100%;
}
.cid-un9ztlIuh7 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9ztlIuh7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9ztlIuh7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9ztlIuh7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9ztlIuh7 .item-text {
  color: #000000;
}
.cid-un9ztlIuh7 .item-name {
  color: #000000;
}
.cid-un9ztlIuh7 .item-role {
  color: #000000;
}
.cid-un9ztlIuh7 .item-name,
.cid-un9ztlIuh7 .image-wrapper {
  color: #000000;
}
.cid-un9ztlIuh7 .item-role,
.cid-un9ztlIuh7 .image-wrapper {
  color: #000000;
}
.cid-un9ztlIuh7 .item-text1 {
  color: #000000;
}
.cid-un9ztlIuh7 .item-name1 {
  color: #000000;
}
.cid-un9ztlIuh7 .item-role1 {
  color: #000000;
}
.cid-un9ztlIuh7 .item-text2 {
  color: #FFFFFF;
}
.cid-un9ztlIuh7 .item-name2 {
  color: #FFFFFF;
}
.cid-un9ztlIuh7 .item-role2 {
  color: #FFFFFF;
}
.cid-un9ztlIuh7 .item-text3 {
  color: #000000;
}
.cid-un9ztlIuh7 .item-name3 {
  color: #000000;
}
.cid-un9ztlIuh7 .item-role3 {
  color: #000000;
}
.cid-un9ztmfhsT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9ztmfhsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ztmfhsT .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-un9ztmfhsT .container {
    padding: 0 16px;
  }
}
.cid-un9ztmfhsT .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9ztmfhsT .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9ztmfhsT .mbr-section-title {
  color: #ffffff;
}
.cid-un9ztmfhsT .mbr-section-title,
.cid-un9ztmfhsT .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9ztmyvJA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9ztmyvJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ztmyvJA .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-un9ztmyvJA .container {
    padding: 0 16px;
  }
}
.cid-un9ztmyvJA .row {
  justify-content: center;
}
.cid-un9ztmyvJA .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9ztmyvJA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9ztmyvJA .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9ztmyvJA .panel-group .card {
    padding: 24px;
  }
}
.cid-un9ztmyvJA .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9ztmyvJA .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9ztmyvJA .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9ztmyvJA .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9ztmyvJA .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9ztmyvJA .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9ztmyvJA .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9ztmyvJA .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9ztmyvJA .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9ztmyvJA .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9ztmyvJA .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9ztmyvJA .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9ztmyvJA .mbr-section-title {
  color: #000000;
}
.cid-un9ztmyvJA .panel-title-edit {
  color: #000000;
}
.cid-un9ztmyvJA .panel-text {
  color: #000000;
}
.cid-un9ztmyvJA .mbr-section-title,
.cid-un9ztmyvJA .title-wrapper {
  color: #000000;
}
.cid-un9ztnittW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9ztnittW .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ztnittW .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-un9ztnittW .container {
    padding: 0 16px;
  }
}
.cid-un9ztnittW .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9ztnittW .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9ztnittW .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9ztnittW .item .item-wrapper {
  height: 100%;
}
.cid-un9ztnittW .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9ztnittW .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9ztnittW .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9ztnittW .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9ztnittW .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9ztnittW .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9ztnittW .item-emoji {
  color: #000000;
}
.cid-un9ztnittW .item-title {
  color: #000000;
}
.cid-un9ztnittW .item-text {
  color: #000000;
}
.cid-un9ztnittW .item-title,
.cid-un9ztnittW .mbr-section-btn {
  color: #000000;
}
.cid-un9ztnittW .item-title1 {
  color: #000000;
}
.cid-un9ztnittW .item-text1 {
  color: #000000;
}
.cid-un9ztnittW .item-title2 {
  color: #FFFFFF;
}
.cid-un9ztnittW .item-text2 {
  color: #FFFFFF;
}
.cid-un9ztnH4ZA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9ztnH4ZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ztnH4ZA .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-un9ztnH4ZA .container {
    padding: 0 16px;
  }
}
.cid-un9ztnH4ZA .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9ztnH4ZA .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9ztnH4ZA .item:hover .item-wrapper .card-box,
.cid-un9ztnH4ZA .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9ztnH4ZA .item:hover .item-wrapper .card-box .item-price,
.cid-un9ztnH4ZA .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9ztnH4ZA .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9ztnH4ZA .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9ztnH4ZA .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9ztnH4ZA .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9ztnH4ZA .item:hover .item-wrapper .card-box .btn-success,
.cid-un9ztnH4ZA .item:focus .item-wrapper .card-box .btn-success,
.cid-un9ztnH4ZA .item:hover .item-wrapper .card-box .btn-info,
.cid-un9ztnH4ZA .item:focus .item-wrapper .card-box .btn-info,
.cid-un9ztnH4ZA .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9ztnH4ZA .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9ztnH4ZA .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9ztnH4ZA .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9ztnH4ZA .item:hover .item-wrapper .card-box .btn-black,
.cid-un9ztnH4ZA .item:focus .item-wrapper .card-box .btn-black,
.cid-un9ztnH4ZA .item:hover .item-wrapper .card-box .btn-white,
.cid-un9ztnH4ZA .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9ztnH4ZA .item .item-wrapper {
  height: 100%;
}
.cid-un9ztnH4ZA .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9ztnH4ZA .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ztnH4ZA .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9ztnH4ZA .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9ztnH4ZA .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9ztnH4ZA .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9ztnH4ZA .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9ztnH4ZA .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9ztnH4ZA .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9ztnH4ZA .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9ztnH4ZA .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9ztnH4ZA .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9ztnH4ZA .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9ztnH4ZA .item-title {
  color: #FF6B35;
}
.cid-un9ztnH4ZA .item-desc {
  color: #000000;
}
.cid-un9ztnH4ZA .item-price {
  color: #000000;
}
.cid-un9ztnH4ZA .list {
  color: #000000;
}
.cid-un9ztnH4ZA .item-price,
.cid-un9ztnH4ZA .mbr-section-btn {
  color: #000000;
}
.cid-un9ztnH4ZA .list,
.cid-un9ztnH4ZA .item-wrap,
.cid-un9ztnH4ZA .list-wrapper {
  color: #000000;
}
.cid-un9zto961K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9zto961K .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zto961K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zto961K .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9zto961K .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9zto961K .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9zto961K .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9zto961K .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9zto961K .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9zto961K .mbr-section-title {
  color: #ffffff;
}
.cid-un9zto961K .mbr-text,
.cid-un9zto961K .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9zto961K .mbr-section-title,
.cid-un9zto961K .mbr-section-btn {
  text-align: center;
}
.cid-un9IF3cMtT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9IF3cMtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9IF3cMtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9IF3cMtT .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9IF3cMtT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9IF3cMtT .container {
    padding: 0 30px;
  }
}
.cid-un9IF3cMtT .row {
  justify-content: center;
}
.cid-un9IF3cMtT .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9IF3cMtT .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9IF3cMtT .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9IF3cMtT .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9IF3cMtT .mbr-text {
  color: #000000;
}
.cid-un9ztowGVt {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9ztowGVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9ztowGVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9ztowGVt .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9ztowGVt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9ztowGVt .container {
    padding: 0 16px;
  }
}
.cid-un9ztowGVt .row {
  position: relative;
  justify-content: center;
}
.cid-un9ztowGVt .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9ztowGVt .card {
  justify-content: center;
}
.cid-un9ztowGVt .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9ztowGVt .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9ztowGVt .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9ztowGVt .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9ztowGVt .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9ztowGVt .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9ztowGVt .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9ztowGVt .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9ztowGVt .nav-wrapper .list {
    display: block;
  }
}
.cid-un9ztowGVt .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9ztowGVt .nav-wrapper .list .item-wrap:hover::before,
.cid-un9ztowGVt .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9ztowGVt .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9ztowGVt .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9ztowGVt .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9ztowGVt .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9ztowGVt .mbr-copy {
  color: #c5ab50;
}
.cid-un9ztowGVt .list,
.cid-un9ztowGVt .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9ztowGVt .list,
  .cid-un9ztowGVt .nav-wrapper {
    text-align: left;
  }
}
.cid-un9ztowGVt .list,
.cid-un9ztowGVt .item-wrap,
.cid-un9ztowGVt .nav-wrapper {
  color: #c5ab50;
}
.cid-un9zxFChWj {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9zxFChWj .navbar-dropdown {
  background-color: #2596be !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9zxFChWj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2596be !important;
  background: #2596be;
}
.cid-un9zxFChWj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9zxFChWj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9zxFChWj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9zxFChWj .menu_box .navbar.opened,
  .cid-un9zxFChWj .menu_box .navbar-collapse {
    background-color: #2596be !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9zxFChWj nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9zxFChWj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9zxFChWj .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9zxFChWj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9zxFChWj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9zxFChWj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9zxFChWj .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9zxFChWj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9zxFChWj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9zxFChWj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9zxFChWj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9zxFChWj .offcanvas-body .mbr-text,
  .cid-un9zxFChWj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9zxFChWj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9zxFChWj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9zxFChWj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9zxFChWj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9zxFChWj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9zxFChWj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9zxFChWj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9zxFChWj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9zxFChWj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9zxFChWj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9zxFChWj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9zxFChWj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9zxFChWj .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9zxFChWj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9zxFChWj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9zxFChWj .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9zxFChWj .nav-item {
    margin: 0 !important;
  }
}
.cid-un9zxFChWj .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9zxFChWj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9zxFChWj .nav-item .nav-link:hover,
.cid-un9zxFChWj .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9zxFChWj .nav-item .nav-link:hover::before,
.cid-un9zxFChWj .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9zxFChWj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9zxFChWj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9zxFChWj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9zxFChWj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9zxFChWj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9zxFChWj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9zxFChWj .offcanvas_box {
    display: none;
  }
}
.cid-un9zxFChWj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9zxFChWj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9zxFChWj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9zxFChWj .container {
  display: flex;
  margin: auto;
}
.cid-un9zxFChWj .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9zxFChWj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9zxFChWj .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9zxFChWj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9zxFChWj .navbar-nav {
    margin: 0;
  }
}
.cid-un9zxFChWj .dropdown-menu,
.cid-un9zxFChWj .navbar.opened {
  background-color: false !important;
}
.cid-un9zxFChWj .nav-item:focus,
.cid-un9zxFChWj .nav-link:focus {
  outline: none;
}
.cid-un9zxFChWj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9zxFChWj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9zxFChWj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9zxFChWj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9zxFChWj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9zxFChWj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9zxFChWj .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9zxFChWj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9zxFChWj .navbar.opened {
  transition: all 0.3s;
}
.cid-un9zxFChWj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9zxFChWj .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9zxFChWj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9zxFChWj .navbar.collapsed {
  justify-content: center;
}
.cid-un9zxFChWj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9zxFChWj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9zxFChWj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9zxFChWj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9zxFChWj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9zxFChWj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9zxFChWj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9zxFChWj .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9zxFChWj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9zxFChWj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9zxFChWj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9zxFChWj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9zxFChWj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9zxFChWj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9zxFChWj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9zxFChWj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9zxFChWj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9zxFChWj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9zxFChWj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9zxFChWj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9zxFChWj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9zxFChWj .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9zxFChWj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9zxFChWj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9zxFChWj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9zxFChWj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9zxFChWj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9zxFChWj .dropdown-item.active,
.cid-un9zxFChWj .dropdown-item:active {
  background-color: transparent;
}
.cid-un9zxFChWj .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9zxFChWj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9zxFChWj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9zxFChWj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9zxFChWj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9zxFChWj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9zxFChWj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2596be;
  background: #ff6b35;
}
.cid-un9zxFChWj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9zxFChWj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9zxFChWj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9zxFChWj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9zxFChWj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9zxFChWj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9zxFChWj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9zxFChWj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9zxFChWj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9zxFChWj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9zxFChWj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9zxFChWj .navbar {
    height: 70px;
  }
  .cid-un9zxFChWj .navbar.opened {
    height: auto;
  }
  .cid-un9zxFChWj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9zxFChWj .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9zxFChWj .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9zxFChWj .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9zxFChWj .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9zxFChWj .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9zxFChWj .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9zxFChWj .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9zxFChWj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9zxFChWj .text_widget {
  margin-bottom: 32px;
}
.cid-un9zxFChWj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9zxFChWj .text_widget a:hover,
.cid-un9zxFChWj .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9zxFChWj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9zxFChWj .navbar-caption {
  color: #000000;
}
.cid-un9zxFChWj .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9zxFChWj .mbr-section-subtitle,
.cid-un9zxFChWj .text_widget,
.cid-un9zxFChWj .mbr-section-btn {
  text-align: center;
}
.cid-un9zxFChWj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9zxFChWj .nav-link,
.cid-un9zxFChWj .dropdown-item {
  color: #000000;
}
.cid-un9zxG1js7 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #4f35ff;
}
.cid-un9zxG1js7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zxG1js7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zxG1js7 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zxG1js7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zxG1js7 .container {
    padding: 0 16px;
  }
}
.cid-un9zxG1js7 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9zxG1js7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9zxG1js7 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9zxG1js7 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9zxG1js7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9zxG1js7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9zxG1js7 .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9zxG1js7 .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9zxG1js7 .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9zxG1js7 .image-wrapper img {
    height: 350px;
  }
}
.cid-un9zxG1js7 .mbr-section-title {
  color: #ffffff;
}
.cid-un9zxG1js7 .mbr-text {
  color: #ffffff;
}
.cid-un9zxG1js7 .mbr-section-title,
.cid-un9zxG1js7 .mbr-section-btn {
  color: #000000;
}
.cid-un9zxG1js7 .mbr-text,
.cid-un9zxG1js7 .text-wrapper {
  color: #000000;
}
.cid-un9zxJbgmT {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9zxJbgmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zxJbgmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zxJbgmT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zxJbgmT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zxJbgmT .container {
    padding: 0 16px;
  }
}
.cid-un9zxJbgmT .card {
  justify-content: center;
}
.cid-un9zxJbgmT .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9zxJbgmT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9zxJbgmT .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9zxJbgmT .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9zxJbgmT .mbr-section-title {
  color: #000000;
}
.cid-un9zxJbgmT .mbr-text {
  color: #000000;
}
.cid-un9zxJbgmT .mbr-desc {
  color: #000000;
}
.cid-un9zxJbgmT .mbr-section-title,
.cid-un9zxJbgmT .title-wrapper {
  color: #000000;
}
.cid-un9zxJbgmT .mbr-text,
.cid-un9zxJbgmT .mbr-section-btn {
  color: #000000;
}
.cid-un9zxGhtbj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9zxGhtbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zxGhtbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zxGhtbj .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zxGhtbj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zxGhtbj .container {
    padding: 0 16px;
  }
}
.cid-un9zxGhtbj .card {
  justify-content: flex-end;
}
.cid-un9zxGhtbj .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9zxGhtbj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9zxGhtbj .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9zxGhtbj .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9zxGhtbj .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9zxGhtbj .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9zxGhtbj .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9zxGhtbj .mbr-section-title {
  color: #ffffff;
}
.cid-un9zxGhtbj .mbr-text {
  color: #ffffff;
}
.cid-un9zxGhtbj .mbr-section-title,
.cid-un9zxGhtbj .mbr-section-btn {
  color: #000000;
}
.cid-un9zxGhtbj .mbr-text,
.cid-un9zxGhtbj .text-wrapper {
  color: #000000;
}
.cid-un9zxGxp6F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9zxGxp6F .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9zxGxp6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zxGxp6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zxGxp6F .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zxGxp6F .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zxGxp6F .container {
    padding: 0 16px;
  }
}
.cid-un9zxGxp6F .row {
  position: relative;
  z-index: 1;
}
.cid-un9zxGxp6F .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9zxGxp6F .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9zxGxp6F .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9zxGxp6F .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9zxGxp6F .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9zxGxp6F .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9zxGxp6F .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9zxGxp6F .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9zxGxp6F .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9zxGxp6F .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9zxGxp6F .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9zxGxp6F .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9zxGxp6F .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9zxGxp6F .mbr-media {
  position: relative;
}
.cid-un9zxGxp6F .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9zxGxp6F a:hover {
  background-image: none !important;
}
.cid-un9zxGxp6F .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9zxGxp6F .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9zxGxp6F .icon-wrap:hover::before,
.cid-un9zxGxp6F .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9zxGxp6F .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9zxGxp6F .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9zxGxp6F .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9zxGxp6F .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9zxGxp6F .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9zxGxp6F .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9zxGxp6F .mbr-section-title {
  color: #000000;
}
.cid-un9zxGxp6F .mbr-section-subtitle {
  color: #000000;
}
.cid-un9zxGxp6F .mbr-text {
  color: #000000;
}
.cid-un9zxGxp6F .mbr-section-subtitle,
.cid-un9zxGxp6F .subtitle-wrapper {
  color: #000000;
}
.cid-un9zxGxp6F .mbr-text,
.cid-un9zxGxp6F .mbr-section-btn {
  color: #000000;
}
.cid-un9zxH0sMq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9zxH0sMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zxH0sMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zxH0sMq .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zxH0sMq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zxH0sMq .container {
    padding: 0 16px;
  }
}
.cid-un9zxH0sMq .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9zxH0sMq .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9zxH0sMq .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9zxH0sMq .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9zxH0sMq .item .item-wrapper {
  height: 100%;
}
.cid-un9zxH0sMq .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9zxH0sMq .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9zxH0sMq .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9zxH0sMq .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9zxH0sMq .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9zxH0sMq .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9zxH0sMq .item-title {
  color: #000000;
}
.cid-un9zxH0sMq .list {
  color: #000000;
}
.cid-un9zxH0sMq .item-title,
.cid-un9zxH0sMq .mbr-section-btn {
  color: #000000;
}
.cid-un9zxH0sMq .list,
.cid-un9zxH0sMq .item-wrap,
.cid-un9zxH0sMq .list-wrapper {
  color: #000000;
}
.cid-un9zxH0sMq .item-title1 {
  color: #FFFFFF;
}
.cid-un9zxH0sMq .list1,
.cid-un9zxH0sMq .item-wrap1,
.cid-un9zxH0sMq .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9zxH0sMq .item-title2 {
  color: #000000;
}
.cid-un9zxH0sMq .list2,
.cid-un9zxH0sMq .item-wrap2,
.cid-un9zxH0sMq .list-wrapper2 {
  color: #000000;
}
.cid-un9zxH0sMq .item-title3 {
  color: #000000;
}
.cid-un9zxH0sMq .list3,
.cid-un9zxH0sMq .item-wrap3,
.cid-un9zxH0sMq .list-wrapper3 {
  color: #000000;
}
.cid-un9zxHl388 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9zxHl388 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zxHl388 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zxHl388 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zxHl388 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zxHl388 .container {
    padding: 0 16px;
  }
}
.cid-un9zxHl388 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9zxHl388 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9zxHl388 .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9zxHl388 .image-wrapper img {
    height: 350px;
  }
}
.cid-un9zxHl388 .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9zxHl388 .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9zxHl388 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9zxHl388 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9zxHl388 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9zxHl388 .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9zxHl388 .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9zxHl388 .mbr-section-title {
  color: #000000;
}
.cid-un9zxHl388 .mbr-section-subtitle {
  color: #000000;
}
.cid-un9zxHl388 .mbr-section-subtitle,
.cid-un9zxHl388 .subtitle-wrapper {
  color: #000000;
}
.cid-un9zxHl388 .mbr-section-title,
.cid-un9zxHl388 .mbr-section-btn {
  color: #000000;
}
.cid-un9zxHCPIB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9zxHCPIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zxHCPIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zxHCPIB .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zxHCPIB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zxHCPIB .container {
    padding: 0 16px;
  }
}
.cid-un9zxHCPIB .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9zxHCPIB .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9zxHCPIB .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9zxHCPIB .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9zxHCPIB .item .item-wrapper {
  height: 100%;
}
.cid-un9zxHCPIB .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9zxHCPIB .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9zxHCPIB .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9zxHCPIB .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9zxHCPIB .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9zxHCPIB .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9zxHCPIB .item-title {
  color: #000000;
}
.cid-un9zxHCPIB .list {
  color: #000000;
}
.cid-un9zxHCPIB .item-title,
.cid-un9zxHCPIB .mbr-section-btn {
  color: #000000;
}
.cid-un9zxHCPIB .list,
.cid-un9zxHCPIB .item-wrap,
.cid-un9zxHCPIB .list-wrapper {
  color: #000000;
}
.cid-un9zxHCPIB .item-title1 {
  color: #FFFFFF;
}
.cid-un9zxHCPIB .list1,
.cid-un9zxHCPIB .item-wrap1,
.cid-un9zxHCPIB .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9zxHCPIB .item-title2 {
  color: #000000;
}
.cid-un9zxHCPIB .list2,
.cid-un9zxHCPIB .item-wrap2,
.cid-un9zxHCPIB .list-wrapper2 {
  color: #000000;
}
.cid-un9zxHCPIB .item-title3 {
  color: #000000;
}
.cid-un9zxHCPIB .list3,
.cid-un9zxHCPIB .item-wrap3,
.cid-un9zxHCPIB .list-wrapper3 {
  color: #000000;
}
.cid-un9zxHWlRi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9zxHWlRi .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zxHWlRi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zxHWlRi .container {
    padding: 0 16px;
  }
}
.cid-un9zxHWlRi .row {
  justify-content: center;
}
.cid-un9zxHWlRi .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9zxHWlRi .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9zxHWlRi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9zxHWlRi .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9zxHWlRi .embla__slide .slide-content {
  width: 100%;
}
.cid-un9zxHWlRi .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9zxHWlRi .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9zxHWlRi .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9zxHWlRi .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9zxHWlRi .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9zxHWlRi .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9zxHWlRi .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9zxHWlRi .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9zxHWlRi .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9zxHWlRi .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9zxHWlRi .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9zxHWlRi .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9zxHWlRi .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9zxHWlRi .embla__button--next,
.cid-un9zxHWlRi .embla__button--prev {
  display: flex;
}
.cid-un9zxHWlRi .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9zxHWlRi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9zxHWlRi .embla__button:hover {
  opacity: 0.5;
}
.cid-un9zxHWlRi .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9zxHWlRi .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9zxHWlRi .embla {
  position: relative;
  width: 100%;
}
.cid-un9zxHWlRi .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9zxHWlRi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9zxHWlRi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9zxHWlRi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9zxHWlRi .item-text {
  color: #000000;
}
.cid-un9zxHWlRi .item-name {
  color: #000000;
}
.cid-un9zxHWlRi .item-role {
  color: #000000;
}
.cid-un9zxHWlRi .item-name,
.cid-un9zxHWlRi .image-wrapper {
  color: #000000;
}
.cid-un9zxHWlRi .item-role,
.cid-un9zxHWlRi .image-wrapper {
  color: #000000;
}
.cid-un9zxHWlRi .item-text1 {
  color: #000000;
}
.cid-un9zxHWlRi .item-name1 {
  color: #000000;
}
.cid-un9zxHWlRi .item-role1 {
  color: #000000;
}
.cid-un9zxHWlRi .item-text2 {
  color: #FFFFFF;
}
.cid-un9zxHWlRi .item-name2 {
  color: #FFFFFF;
}
.cid-un9zxHWlRi .item-role2 {
  color: #FFFFFF;
}
.cid-un9zxHWlRi .item-text3 {
  color: #000000;
}
.cid-un9zxHWlRi .item-name3 {
  color: #000000;
}
.cid-un9zxHWlRi .item-role3 {
  color: #000000;
}
.cid-un9zxIsS2C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9zxIsS2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zxIsS2C .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-un9zxIsS2C .container {
    padding: 0 16px;
  }
}
.cid-un9zxIsS2C .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9zxIsS2C .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9zxIsS2C .mbr-section-title {
  color: #ffffff;
}
.cid-un9zxIsS2C .mbr-section-title,
.cid-un9zxIsS2C .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9zxINlZy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9zxINlZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zxINlZy .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-un9zxINlZy .container {
    padding: 0 16px;
  }
}
.cid-un9zxINlZy .row {
  justify-content: center;
}
.cid-un9zxINlZy .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9zxINlZy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9zxINlZy .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9zxINlZy .panel-group .card {
    padding: 24px;
  }
}
.cid-un9zxINlZy .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9zxINlZy .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9zxINlZy .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9zxINlZy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9zxINlZy .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9zxINlZy .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9zxINlZy .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9zxINlZy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9zxINlZy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9zxINlZy .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9zxINlZy .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9zxINlZy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9zxINlZy .mbr-section-title {
  color: #000000;
}
.cid-un9zxINlZy .panel-title-edit {
  color: #000000;
}
.cid-un9zxINlZy .panel-text {
  color: #000000;
}
.cid-un9zxINlZy .mbr-section-title,
.cid-un9zxINlZy .title-wrapper {
  color: #000000;
}
.cid-un9zxJw6Ut {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9zxJw6Ut .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zxJw6Ut .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-un9zxJw6Ut .container {
    padding: 0 16px;
  }
}
.cid-un9zxJw6Ut .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9zxJw6Ut .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9zxJw6Ut .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9zxJw6Ut .item .item-wrapper {
  height: 100%;
}
.cid-un9zxJw6Ut .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9zxJw6Ut .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9zxJw6Ut .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9zxJw6Ut .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9zxJw6Ut .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9zxJw6Ut .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9zxJw6Ut .item-emoji {
  color: #000000;
}
.cid-un9zxJw6Ut .item-title {
  color: #000000;
}
.cid-un9zxJw6Ut .item-text {
  color: #000000;
}
.cid-un9zxJw6Ut .item-title,
.cid-un9zxJw6Ut .mbr-section-btn {
  color: #000000;
}
.cid-un9zxJw6Ut .item-title1 {
  color: #000000;
}
.cid-un9zxJw6Ut .item-text1 {
  color: #000000;
}
.cid-un9zxJw6Ut .item-title2 {
  color: #FFFFFF;
}
.cid-un9zxJw6Ut .item-text2 {
  color: #FFFFFF;
}
.cid-un9zxJSGgp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9zxJSGgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zxJSGgp .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-un9zxJSGgp .container {
    padding: 0 16px;
  }
}
.cid-un9zxJSGgp .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9zxJSGgp .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9zxJSGgp .item:hover .item-wrapper .card-box,
.cid-un9zxJSGgp .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9zxJSGgp .item:hover .item-wrapper .card-box .item-price,
.cid-un9zxJSGgp .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9zxJSGgp .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9zxJSGgp .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9zxJSGgp .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9zxJSGgp .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9zxJSGgp .item:hover .item-wrapper .card-box .btn-success,
.cid-un9zxJSGgp .item:focus .item-wrapper .card-box .btn-success,
.cid-un9zxJSGgp .item:hover .item-wrapper .card-box .btn-info,
.cid-un9zxJSGgp .item:focus .item-wrapper .card-box .btn-info,
.cid-un9zxJSGgp .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9zxJSGgp .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9zxJSGgp .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9zxJSGgp .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9zxJSGgp .item:hover .item-wrapper .card-box .btn-black,
.cid-un9zxJSGgp .item:focus .item-wrapper .card-box .btn-black,
.cid-un9zxJSGgp .item:hover .item-wrapper .card-box .btn-white,
.cid-un9zxJSGgp .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9zxJSGgp .item .item-wrapper {
  height: 100%;
}
.cid-un9zxJSGgp .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9zxJSGgp .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zxJSGgp .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9zxJSGgp .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9zxJSGgp .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9zxJSGgp .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9zxJSGgp .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9zxJSGgp .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9zxJSGgp .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9zxJSGgp .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9zxJSGgp .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9zxJSGgp .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9zxJSGgp .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9zxJSGgp .item-title {
  color: #FF6B35;
}
.cid-un9zxJSGgp .item-desc {
  color: #000000;
}
.cid-un9zxJSGgp .item-price {
  color: #000000;
}
.cid-un9zxJSGgp .list {
  color: #000000;
}
.cid-un9zxJSGgp .item-price,
.cid-un9zxJSGgp .mbr-section-btn {
  color: #000000;
}
.cid-un9zxJSGgp .list,
.cid-un9zxJSGgp .item-wrap,
.cid-un9zxJSGgp .list-wrapper {
  color: #000000;
}
.cid-un9zxKmaQm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9zxKmaQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zxKmaQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zxKmaQm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9zxKmaQm .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9zxKmaQm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9zxKmaQm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9zxKmaQm .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9zxKmaQm .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9zxKmaQm .mbr-section-title {
  color: #ffffff;
}
.cid-un9zxKmaQm .mbr-text,
.cid-un9zxKmaQm .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9zxKmaQm .mbr-section-title,
.cid-un9zxKmaQm .mbr-section-btn {
  text-align: center;
}
.cid-un9IIIplLT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9IIIplLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9IIIplLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9IIIplLT .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9IIIplLT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9IIIplLT .container {
    padding: 0 30px;
  }
}
.cid-un9IIIplLT .row {
  justify-content: center;
}
.cid-un9IIIplLT .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9IIIplLT .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9IIIplLT .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9IIIplLT .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9IIIplLT .mbr-text {
  color: #000000;
}
.cid-un9zxKJGQh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9zxKJGQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9zxKJGQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9zxKJGQh .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9zxKJGQh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9zxKJGQh .container {
    padding: 0 16px;
  }
}
.cid-un9zxKJGQh .row {
  position: relative;
  justify-content: center;
}
.cid-un9zxKJGQh .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9zxKJGQh .card {
  justify-content: center;
}
.cid-un9zxKJGQh .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9zxKJGQh .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9zxKJGQh .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9zxKJGQh .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9zxKJGQh .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9zxKJGQh .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9zxKJGQh .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9zxKJGQh .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9zxKJGQh .nav-wrapper .list {
    display: block;
  }
}
.cid-un9zxKJGQh .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9zxKJGQh .nav-wrapper .list .item-wrap:hover::before,
.cid-un9zxKJGQh .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9zxKJGQh .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9zxKJGQh .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9zxKJGQh .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9zxKJGQh .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9zxKJGQh .mbr-copy {
  color: #c5ab50;
}
.cid-un9zxKJGQh .list,
.cid-un9zxKJGQh .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9zxKJGQh .list,
  .cid-un9zxKJGQh .nav-wrapper {
    text-align: left;
  }
}
.cid-un9zxKJGQh .list,
.cid-un9zxKJGQh .item-wrap,
.cid-un9zxKJGQh .nav-wrapper {
  color: #c5ab50;
}
.cid-un9AlVIBAH {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9AlVIBAH .navbar-dropdown {
  background-color: #2596be !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9AlVIBAH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2596be !important;
  background: #2596be;
}
.cid-un9AlVIBAH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9AlVIBAH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9AlVIBAH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9AlVIBAH .menu_box .navbar.opened,
  .cid-un9AlVIBAH .menu_box .navbar-collapse {
    background-color: #2596be !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9AlVIBAH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9AlVIBAH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9AlVIBAH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9AlVIBAH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9AlVIBAH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9AlVIBAH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9AlVIBAH .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9AlVIBAH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9AlVIBAH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9AlVIBAH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9AlVIBAH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9AlVIBAH .offcanvas-body .mbr-text,
  .cid-un9AlVIBAH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9AlVIBAH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9AlVIBAH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9AlVIBAH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9AlVIBAH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9AlVIBAH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9AlVIBAH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9AlVIBAH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9AlVIBAH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9AlVIBAH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9AlVIBAH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9AlVIBAH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9AlVIBAH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9AlVIBAH .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9AlVIBAH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9AlVIBAH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9AlVIBAH .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9AlVIBAH .nav-item {
    margin: 0 !important;
  }
}
.cid-un9AlVIBAH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9AlVIBAH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9AlVIBAH .nav-item .nav-link:hover,
.cid-un9AlVIBAH .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9AlVIBAH .nav-item .nav-link:hover::before,
.cid-un9AlVIBAH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9AlVIBAH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9AlVIBAH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9AlVIBAH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9AlVIBAH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9AlVIBAH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9AlVIBAH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9AlVIBAH .offcanvas_box {
    display: none;
  }
}
.cid-un9AlVIBAH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9AlVIBAH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9AlVIBAH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9AlVIBAH .container {
  display: flex;
  margin: auto;
}
.cid-un9AlVIBAH .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9AlVIBAH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9AlVIBAH .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9AlVIBAH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9AlVIBAH .navbar-nav {
    margin: 0;
  }
}
.cid-un9AlVIBAH .dropdown-menu,
.cid-un9AlVIBAH .navbar.opened {
  background-color: false !important;
}
.cid-un9AlVIBAH .nav-item:focus,
.cid-un9AlVIBAH .nav-link:focus {
  outline: none;
}
.cid-un9AlVIBAH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9AlVIBAH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9AlVIBAH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9AlVIBAH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9AlVIBAH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9AlVIBAH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9AlVIBAH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9AlVIBAH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9AlVIBAH .navbar.opened {
  transition: all 0.3s;
}
.cid-un9AlVIBAH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9AlVIBAH .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9AlVIBAH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9AlVIBAH .navbar.collapsed {
  justify-content: center;
}
.cid-un9AlVIBAH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9AlVIBAH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9AlVIBAH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9AlVIBAH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9AlVIBAH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9AlVIBAH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9AlVIBAH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9AlVIBAH .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9AlVIBAH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9AlVIBAH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9AlVIBAH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9AlVIBAH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9AlVIBAH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9AlVIBAH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9AlVIBAH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9AlVIBAH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9AlVIBAH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9AlVIBAH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9AlVIBAH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9AlVIBAH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9AlVIBAH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9AlVIBAH .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9AlVIBAH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9AlVIBAH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9AlVIBAH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9AlVIBAH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9AlVIBAH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9AlVIBAH .dropdown-item.active,
.cid-un9AlVIBAH .dropdown-item:active {
  background-color: transparent;
}
.cid-un9AlVIBAH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9AlVIBAH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9AlVIBAH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9AlVIBAH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9AlVIBAH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9AlVIBAH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9AlVIBAH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2596be;
  background: #ff6b35;
}
.cid-un9AlVIBAH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9AlVIBAH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9AlVIBAH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9AlVIBAH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9AlVIBAH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9AlVIBAH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9AlVIBAH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9AlVIBAH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9AlVIBAH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9AlVIBAH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9AlVIBAH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9AlVIBAH .navbar {
    height: 70px;
  }
  .cid-un9AlVIBAH .navbar.opened {
    height: auto;
  }
  .cid-un9AlVIBAH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9AlVIBAH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9AlVIBAH .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9AlVIBAH .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9AlVIBAH .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9AlVIBAH .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9AlVIBAH .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9AlVIBAH .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9AlVIBAH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9AlVIBAH .text_widget {
  margin-bottom: 32px;
}
.cid-un9AlVIBAH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9AlVIBAH .text_widget a:hover,
.cid-un9AlVIBAH .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9AlVIBAH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9AlVIBAH .navbar-caption {
  color: #000000;
}
.cid-un9AlVIBAH .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9AlVIBAH .mbr-section-subtitle,
.cid-un9AlVIBAH .text_widget,
.cid-un9AlVIBAH .mbr-section-btn {
  text-align: center;
}
.cid-un9AlVIBAH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9AlVIBAH .nav-link,
.cid-un9AlVIBAH .dropdown-item {
  color: #000000;
}
.cid-un9AlWczsA {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #4f35ff;
}
.cid-un9AlWczsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AlWczsA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AlWczsA .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AlWczsA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AlWczsA .container {
    padding: 0 16px;
  }
}
.cid-un9AlWczsA .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9AlWczsA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9AlWczsA .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9AlWczsA .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9AlWczsA .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9AlWczsA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9AlWczsA .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9AlWczsA .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9AlWczsA .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9AlWczsA .image-wrapper img {
    height: 350px;
  }
}
.cid-un9AlWczsA .mbr-section-title {
  color: #ffffff;
}
.cid-un9AlWczsA .mbr-text {
  color: #ffffff;
}
.cid-un9AlWczsA .mbr-section-title,
.cid-un9AlWczsA .mbr-section-btn {
  color: #000000;
}
.cid-un9AlWczsA .mbr-text,
.cid-un9AlWczsA .text-wrapper {
  color: #000000;
}
.cid-un9AlZqYgm {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9AlZqYgm .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AlZqYgm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AlZqYgm .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AlZqYgm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AlZqYgm .container {
    padding: 0 16px;
  }
}
.cid-un9AlZqYgm .card {
  justify-content: center;
}
.cid-un9AlZqYgm .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9AlZqYgm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9AlZqYgm .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9AlZqYgm .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9AlZqYgm .mbr-section-title {
  color: #000000;
}
.cid-un9AlZqYgm .mbr-text {
  color: #000000;
}
.cid-un9AlZqYgm .mbr-desc {
  color: #000000;
}
.cid-un9AlZqYgm .mbr-section-title,
.cid-un9AlZqYgm .title-wrapper {
  color: #000000;
}
.cid-un9AlZqYgm .mbr-text,
.cid-un9AlZqYgm .mbr-section-btn {
  color: #000000;
}
.cid-un9AlWtWOt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9AlWtWOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AlWtWOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AlWtWOt .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AlWtWOt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AlWtWOt .container {
    padding: 0 16px;
  }
}
.cid-un9AlWtWOt .card {
  justify-content: flex-end;
}
.cid-un9AlWtWOt .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9AlWtWOt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9AlWtWOt .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9AlWtWOt .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9AlWtWOt .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9AlWtWOt .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9AlWtWOt .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9AlWtWOt .mbr-section-title {
  color: #ffffff;
}
.cid-un9AlWtWOt .mbr-text {
  color: #ffffff;
}
.cid-un9AlWtWOt .mbr-section-title,
.cid-un9AlWtWOt .mbr-section-btn {
  color: #000000;
}
.cid-un9AlWtWOt .mbr-text,
.cid-un9AlWtWOt .text-wrapper {
  color: #000000;
}
.cid-un9AlWKPLu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9AlWKPLu .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9AlWKPLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AlWKPLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AlWKPLu .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AlWKPLu .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AlWKPLu .container {
    padding: 0 16px;
  }
}
.cid-un9AlWKPLu .row {
  position: relative;
  z-index: 1;
}
.cid-un9AlWKPLu .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9AlWKPLu .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9AlWKPLu .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9AlWKPLu .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9AlWKPLu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9AlWKPLu .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9AlWKPLu .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9AlWKPLu .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9AlWKPLu .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9AlWKPLu .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9AlWKPLu .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9AlWKPLu .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9AlWKPLu .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9AlWKPLu .mbr-media {
  position: relative;
}
.cid-un9AlWKPLu .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9AlWKPLu a:hover {
  background-image: none !important;
}
.cid-un9AlWKPLu .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9AlWKPLu .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9AlWKPLu .icon-wrap:hover::before,
.cid-un9AlWKPLu .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9AlWKPLu .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9AlWKPLu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9AlWKPLu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9AlWKPLu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9AlWKPLu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9AlWKPLu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9AlWKPLu .mbr-section-title {
  color: #000000;
}
.cid-un9AlWKPLu .mbr-section-subtitle {
  color: #000000;
}
.cid-un9AlWKPLu .mbr-text {
  color: #000000;
}
.cid-un9AlWKPLu .mbr-section-subtitle,
.cid-un9AlWKPLu .subtitle-wrapper {
  color: #000000;
}
.cid-un9AlWKPLu .mbr-text,
.cid-un9AlWKPLu .mbr-section-btn {
  color: #000000;
}
.cid-un9AlXgfy4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9AlXgfy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AlXgfy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AlXgfy4 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AlXgfy4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AlXgfy4 .container {
    padding: 0 16px;
  }
}
.cid-un9AlXgfy4 .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9AlXgfy4 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9AlXgfy4 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9AlXgfy4 .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9AlXgfy4 .item .item-wrapper {
  height: 100%;
}
.cid-un9AlXgfy4 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9AlXgfy4 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9AlXgfy4 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9AlXgfy4 .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9AlXgfy4 .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9AlXgfy4 .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9AlXgfy4 .item-title {
  color: #000000;
}
.cid-un9AlXgfy4 .list {
  color: #000000;
}
.cid-un9AlXgfy4 .item-title,
.cid-un9AlXgfy4 .mbr-section-btn {
  color: #000000;
}
.cid-un9AlXgfy4 .list,
.cid-un9AlXgfy4 .item-wrap,
.cid-un9AlXgfy4 .list-wrapper {
  color: #000000;
}
.cid-un9AlXgfy4 .item-title1 {
  color: #FFFFFF;
}
.cid-un9AlXgfy4 .list1,
.cid-un9AlXgfy4 .item-wrap1,
.cid-un9AlXgfy4 .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9AlXgfy4 .item-title2 {
  color: #000000;
}
.cid-un9AlXgfy4 .list2,
.cid-un9AlXgfy4 .item-wrap2,
.cid-un9AlXgfy4 .list-wrapper2 {
  color: #000000;
}
.cid-un9AlXgfy4 .item-title3 {
  color: #000000;
}
.cid-un9AlXgfy4 .list3,
.cid-un9AlXgfy4 .item-wrap3,
.cid-un9AlXgfy4 .list-wrapper3 {
  color: #000000;
}
.cid-un9AlXyqOA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9AlXyqOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AlXyqOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AlXyqOA .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AlXyqOA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AlXyqOA .container {
    padding: 0 16px;
  }
}
.cid-un9AlXyqOA .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9AlXyqOA .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9AlXyqOA .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9AlXyqOA .image-wrapper img {
    height: 350px;
  }
}
.cid-un9AlXyqOA .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9AlXyqOA .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9AlXyqOA .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9AlXyqOA .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9AlXyqOA .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9AlXyqOA .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9AlXyqOA .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9AlXyqOA .mbr-section-title {
  color: #000000;
}
.cid-un9AlXyqOA .mbr-section-subtitle {
  color: #000000;
}
.cid-un9AlXyqOA .mbr-section-subtitle,
.cid-un9AlXyqOA .subtitle-wrapper {
  color: #000000;
}
.cid-un9AlXyqOA .mbr-section-title,
.cid-un9AlXyqOA .mbr-section-btn {
  color: #000000;
}
.cid-un9AlXQlwW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9AlXQlwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AlXQlwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AlXQlwW .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AlXQlwW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AlXQlwW .container {
    padding: 0 16px;
  }
}
.cid-un9AlXQlwW .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9AlXQlwW .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9AlXQlwW .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9AlXQlwW .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9AlXQlwW .item .item-wrapper {
  height: 100%;
}
.cid-un9AlXQlwW .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9AlXQlwW .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9AlXQlwW .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9AlXQlwW .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9AlXQlwW .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9AlXQlwW .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9AlXQlwW .item-title {
  color: #000000;
}
.cid-un9AlXQlwW .list {
  color: #000000;
}
.cid-un9AlXQlwW .item-title,
.cid-un9AlXQlwW .mbr-section-btn {
  color: #000000;
}
.cid-un9AlXQlwW .list,
.cid-un9AlXQlwW .item-wrap,
.cid-un9AlXQlwW .list-wrapper {
  color: #000000;
}
.cid-un9AlXQlwW .item-title1 {
  color: #FFFFFF;
}
.cid-un9AlXQlwW .list1,
.cid-un9AlXQlwW .item-wrap1,
.cid-un9AlXQlwW .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9AlXQlwW .item-title2 {
  color: #000000;
}
.cid-un9AlXQlwW .list2,
.cid-un9AlXQlwW .item-wrap2,
.cid-un9AlXQlwW .list-wrapper2 {
  color: #000000;
}
.cid-un9AlXQlwW .item-title3 {
  color: #000000;
}
.cid-un9AlXQlwW .list3,
.cid-un9AlXQlwW .item-wrap3,
.cid-un9AlXQlwW .list-wrapper3 {
  color: #000000;
}
.cid-un9AlY91Lp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9AlY91Lp .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AlY91Lp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AlY91Lp .container {
    padding: 0 16px;
  }
}
.cid-un9AlY91Lp .row {
  justify-content: center;
}
.cid-un9AlY91Lp .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9AlY91Lp .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9AlY91Lp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9AlY91Lp .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9AlY91Lp .embla__slide .slide-content {
  width: 100%;
}
.cid-un9AlY91Lp .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9AlY91Lp .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9AlY91Lp .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9AlY91Lp .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9AlY91Lp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9AlY91Lp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9AlY91Lp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9AlY91Lp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9AlY91Lp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9AlY91Lp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9AlY91Lp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9AlY91Lp .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9AlY91Lp .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9AlY91Lp .embla__button--next,
.cid-un9AlY91Lp .embla__button--prev {
  display: flex;
}
.cid-un9AlY91Lp .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9AlY91Lp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9AlY91Lp .embla__button:hover {
  opacity: 0.5;
}
.cid-un9AlY91Lp .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9AlY91Lp .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9AlY91Lp .embla {
  position: relative;
  width: 100%;
}
.cid-un9AlY91Lp .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9AlY91Lp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9AlY91Lp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9AlY91Lp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9AlY91Lp .item-text {
  color: #000000;
}
.cid-un9AlY91Lp .item-name {
  color: #000000;
}
.cid-un9AlY91Lp .item-role {
  color: #000000;
}
.cid-un9AlY91Lp .item-name,
.cid-un9AlY91Lp .image-wrapper {
  color: #000000;
}
.cid-un9AlY91Lp .item-role,
.cid-un9AlY91Lp .image-wrapper {
  color: #000000;
}
.cid-un9AlY91Lp .item-text1 {
  color: #000000;
}
.cid-un9AlY91Lp .item-name1 {
  color: #000000;
}
.cid-un9AlY91Lp .item-role1 {
  color: #000000;
}
.cid-un9AlY91Lp .item-text2 {
  color: #FFFFFF;
}
.cid-un9AlY91Lp .item-name2 {
  color: #FFFFFF;
}
.cid-un9AlY91Lp .item-role2 {
  color: #FFFFFF;
}
.cid-un9AlY91Lp .item-text3 {
  color: #000000;
}
.cid-un9AlY91Lp .item-name3 {
  color: #000000;
}
.cid-un9AlY91Lp .item-role3 {
  color: #000000;
}
.cid-un9AlYIOl7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9AlYIOl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AlYIOl7 .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-un9AlYIOl7 .container {
    padding: 0 16px;
  }
}
.cid-un9AlYIOl7 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9AlYIOl7 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9AlYIOl7 .mbr-section-title {
  color: #ffffff;
}
.cid-un9AlYIOl7 .mbr-section-title,
.cid-un9AlYIOl7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9AlZ2dBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9AlZ2dBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AlZ2dBX .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-un9AlZ2dBX .container {
    padding: 0 16px;
  }
}
.cid-un9AlZ2dBX .row {
  justify-content: center;
}
.cid-un9AlZ2dBX .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9AlZ2dBX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9AlZ2dBX .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9AlZ2dBX .panel-group .card {
    padding: 24px;
  }
}
.cid-un9AlZ2dBX .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9AlZ2dBX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9AlZ2dBX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9AlZ2dBX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9AlZ2dBX .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9AlZ2dBX .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9AlZ2dBX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9AlZ2dBX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9AlZ2dBX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9AlZ2dBX .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9AlZ2dBX .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9AlZ2dBX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9AlZ2dBX .mbr-section-title {
  color: #000000;
}
.cid-un9AlZ2dBX .panel-title-edit {
  color: #000000;
}
.cid-un9AlZ2dBX .panel-text {
  color: #000000;
}
.cid-un9AlZ2dBX .mbr-section-title,
.cid-un9AlZ2dBX .title-wrapper {
  color: #000000;
}
.cid-un9AlZL8oR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9AlZL8oR .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AlZL8oR .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-un9AlZL8oR .container {
    padding: 0 16px;
  }
}
.cid-un9AlZL8oR .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9AlZL8oR .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9AlZL8oR .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9AlZL8oR .item .item-wrapper {
  height: 100%;
}
.cid-un9AlZL8oR .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9AlZL8oR .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9AlZL8oR .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9AlZL8oR .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9AlZL8oR .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9AlZL8oR .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9AlZL8oR .item-emoji {
  color: #000000;
}
.cid-un9AlZL8oR .item-title {
  color: #000000;
}
.cid-un9AlZL8oR .item-text {
  color: #000000;
}
.cid-un9AlZL8oR .item-title,
.cid-un9AlZL8oR .mbr-section-btn {
  color: #000000;
}
.cid-un9AlZL8oR .item-title1 {
  color: #000000;
}
.cid-un9AlZL8oR .item-text1 {
  color: #000000;
}
.cid-un9AlZL8oR .item-title2 {
  color: #FFFFFF;
}
.cid-un9AlZL8oR .item-text2 {
  color: #FFFFFF;
}
.cid-un9Am098yF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9Am098yF .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9Am098yF .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-un9Am098yF .container {
    padding: 0 16px;
  }
}
.cid-un9Am098yF .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9Am098yF .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9Am098yF .item:hover .item-wrapper .card-box,
.cid-un9Am098yF .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9Am098yF .item:hover .item-wrapper .card-box .item-price,
.cid-un9Am098yF .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9Am098yF .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9Am098yF .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9Am098yF .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9Am098yF .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9Am098yF .item:hover .item-wrapper .card-box .btn-success,
.cid-un9Am098yF .item:focus .item-wrapper .card-box .btn-success,
.cid-un9Am098yF .item:hover .item-wrapper .card-box .btn-info,
.cid-un9Am098yF .item:focus .item-wrapper .card-box .btn-info,
.cid-un9Am098yF .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9Am098yF .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9Am098yF .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9Am098yF .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9Am098yF .item:hover .item-wrapper .card-box .btn-black,
.cid-un9Am098yF .item:focus .item-wrapper .card-box .btn-black,
.cid-un9Am098yF .item:hover .item-wrapper .card-box .btn-white,
.cid-un9Am098yF .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9Am098yF .item .item-wrapper {
  height: 100%;
}
.cid-un9Am098yF .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9Am098yF .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9Am098yF .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9Am098yF .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9Am098yF .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9Am098yF .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9Am098yF .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9Am098yF .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9Am098yF .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9Am098yF .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9Am098yF .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9Am098yF .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9Am098yF .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9Am098yF .item-title {
  color: #FF6B35;
}
.cid-un9Am098yF .item-desc {
  color: #000000;
}
.cid-un9Am098yF .item-price {
  color: #000000;
}
.cid-un9Am098yF .list {
  color: #000000;
}
.cid-un9Am098yF .item-price,
.cid-un9Am098yF .mbr-section-btn {
  color: #000000;
}
.cid-un9Am098yF .list,
.cid-un9Am098yF .item-wrap,
.cid-un9Am098yF .list-wrapper {
  color: #000000;
}
.cid-un9Am0BT91 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9Am0BT91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9Am0BT91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9Am0BT91 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9Am0BT91 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9Am0BT91 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9Am0BT91 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9Am0BT91 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9Am0BT91 .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9Am0BT91 .mbr-section-title {
  color: #ffffff;
}
.cid-un9Am0BT91 .mbr-text,
.cid-un9Am0BT91 .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9Am0BT91 .mbr-section-title,
.cid-un9Am0BT91 .mbr-section-btn {
  text-align: center;
}
.cid-un9IMnTV4l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9IMnTV4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9IMnTV4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9IMnTV4l .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9IMnTV4l .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9IMnTV4l .container {
    padding: 0 30px;
  }
}
.cid-un9IMnTV4l .row {
  justify-content: center;
}
.cid-un9IMnTV4l .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9IMnTV4l .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9IMnTV4l .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9IMnTV4l .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9IMnTV4l .mbr-text {
  color: #000000;
}
.cid-un9Am0YuOB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9Am0YuOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9Am0YuOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9Am0YuOB .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9Am0YuOB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9Am0YuOB .container {
    padding: 0 16px;
  }
}
.cid-un9Am0YuOB .row {
  position: relative;
  justify-content: center;
}
.cid-un9Am0YuOB .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9Am0YuOB .card {
  justify-content: center;
}
.cid-un9Am0YuOB .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9Am0YuOB .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9Am0YuOB .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9Am0YuOB .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9Am0YuOB .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9Am0YuOB .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9Am0YuOB .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9Am0YuOB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9Am0YuOB .nav-wrapper .list {
    display: block;
  }
}
.cid-un9Am0YuOB .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9Am0YuOB .nav-wrapper .list .item-wrap:hover::before,
.cid-un9Am0YuOB .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9Am0YuOB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9Am0YuOB .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9Am0YuOB .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9Am0YuOB .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9Am0YuOB .mbr-copy {
  color: #c5ab50;
}
.cid-un9Am0YuOB .list,
.cid-un9Am0YuOB .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9Am0YuOB .list,
  .cid-un9Am0YuOB .nav-wrapper {
    text-align: left;
  }
}
.cid-un9Am0YuOB .list,
.cid-un9Am0YuOB .item-wrap,
.cid-un9Am0YuOB .nav-wrapper {
  color: #c5ab50;
}
.cid-un9AqkPhJc {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9AqkPhJc .navbar-dropdown {
  background-color: #2596be !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9AqkPhJc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2596be !important;
  background: #2596be;
}
.cid-un9AqkPhJc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9AqkPhJc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9AqkPhJc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9AqkPhJc .menu_box .navbar.opened,
  .cid-un9AqkPhJc .menu_box .navbar-collapse {
    background-color: #2596be !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9AqkPhJc nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9AqkPhJc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9AqkPhJc .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9AqkPhJc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9AqkPhJc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9AqkPhJc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9AqkPhJc .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9AqkPhJc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9AqkPhJc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9AqkPhJc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9AqkPhJc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9AqkPhJc .offcanvas-body .mbr-text,
  .cid-un9AqkPhJc .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9AqkPhJc .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9AqkPhJc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9AqkPhJc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9AqkPhJc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9AqkPhJc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9AqkPhJc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9AqkPhJc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9AqkPhJc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9AqkPhJc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9AqkPhJc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9AqkPhJc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9AqkPhJc li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9AqkPhJc .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9AqkPhJc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9AqkPhJc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9AqkPhJc .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9AqkPhJc .nav-item {
    margin: 0 !important;
  }
}
.cid-un9AqkPhJc .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9AqkPhJc .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9AqkPhJc .nav-item .nav-link:hover,
.cid-un9AqkPhJc .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9AqkPhJc .nav-item .nav-link:hover::before,
.cid-un9AqkPhJc .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9AqkPhJc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9AqkPhJc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9AqkPhJc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9AqkPhJc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9AqkPhJc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9AqkPhJc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9AqkPhJc .offcanvas_box {
    display: none;
  }
}
.cid-un9AqkPhJc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9AqkPhJc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9AqkPhJc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9AqkPhJc .container {
  display: flex;
  margin: auto;
}
.cid-un9AqkPhJc .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9AqkPhJc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9AqkPhJc .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9AqkPhJc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9AqkPhJc .navbar-nav {
    margin: 0;
  }
}
.cid-un9AqkPhJc .dropdown-menu,
.cid-un9AqkPhJc .navbar.opened {
  background-color: false !important;
}
.cid-un9AqkPhJc .nav-item:focus,
.cid-un9AqkPhJc .nav-link:focus {
  outline: none;
}
.cid-un9AqkPhJc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9AqkPhJc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9AqkPhJc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9AqkPhJc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9AqkPhJc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9AqkPhJc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9AqkPhJc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9AqkPhJc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9AqkPhJc .navbar.opened {
  transition: all 0.3s;
}
.cid-un9AqkPhJc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9AqkPhJc .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9AqkPhJc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9AqkPhJc .navbar.collapsed {
  justify-content: center;
}
.cid-un9AqkPhJc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9AqkPhJc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9AqkPhJc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9AqkPhJc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9AqkPhJc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9AqkPhJc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9AqkPhJc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9AqkPhJc .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9AqkPhJc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9AqkPhJc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9AqkPhJc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9AqkPhJc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9AqkPhJc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9AqkPhJc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9AqkPhJc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9AqkPhJc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9AqkPhJc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9AqkPhJc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9AqkPhJc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9AqkPhJc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9AqkPhJc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9AqkPhJc .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9AqkPhJc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9AqkPhJc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9AqkPhJc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9AqkPhJc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9AqkPhJc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9AqkPhJc .dropdown-item.active,
.cid-un9AqkPhJc .dropdown-item:active {
  background-color: transparent;
}
.cid-un9AqkPhJc .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9AqkPhJc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9AqkPhJc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9AqkPhJc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9AqkPhJc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9AqkPhJc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9AqkPhJc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2596be;
  background: #ff6b35;
}
.cid-un9AqkPhJc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9AqkPhJc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9AqkPhJc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9AqkPhJc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9AqkPhJc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9AqkPhJc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9AqkPhJc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9AqkPhJc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9AqkPhJc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9AqkPhJc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9AqkPhJc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9AqkPhJc .navbar {
    height: 70px;
  }
  .cid-un9AqkPhJc .navbar.opened {
    height: auto;
  }
  .cid-un9AqkPhJc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9AqkPhJc .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9AqkPhJc .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9AqkPhJc .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9AqkPhJc .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9AqkPhJc .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9AqkPhJc .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9AqkPhJc .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9AqkPhJc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9AqkPhJc .text_widget {
  margin-bottom: 32px;
}
.cid-un9AqkPhJc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9AqkPhJc .text_widget a:hover,
.cid-un9AqkPhJc .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9AqkPhJc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9AqkPhJc .navbar-caption {
  color: #000000;
}
.cid-un9AqkPhJc .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9AqkPhJc .mbr-section-subtitle,
.cid-un9AqkPhJc .text_widget,
.cid-un9AqkPhJc .mbr-section-btn {
  text-align: center;
}
.cid-un9AqkPhJc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9AqkPhJc .nav-link,
.cid-un9AqkPhJc .dropdown-item {
  color: #000000;
}
.cid-un9AqlgVpC {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #4f35ff;
}
.cid-un9AqlgVpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AqlgVpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AqlgVpC .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AqlgVpC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AqlgVpC .container {
    padding: 0 16px;
  }
}
.cid-un9AqlgVpC .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9AqlgVpC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9AqlgVpC .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9AqlgVpC .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9AqlgVpC .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9AqlgVpC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9AqlgVpC .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9AqlgVpC .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9AqlgVpC .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9AqlgVpC .image-wrapper img {
    height: 350px;
  }
}
.cid-un9AqlgVpC .mbr-section-title {
  color: #ffffff;
}
.cid-un9AqlgVpC .mbr-text {
  color: #ffffff;
}
.cid-un9AqlgVpC .mbr-section-title,
.cid-un9AqlgVpC .mbr-section-btn {
  color: #000000;
}
.cid-un9AqlgVpC .mbr-text,
.cid-un9AqlgVpC .text-wrapper {
  color: #000000;
}
.cid-un9AqlxDJz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9AqlxDJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AqlxDJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AqlxDJz .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AqlxDJz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AqlxDJz .container {
    padding: 0 16px;
  }
}
.cid-un9AqlxDJz .card {
  justify-content: flex-end;
}
.cid-un9AqlxDJz .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9AqlxDJz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9AqlxDJz .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9AqlxDJz .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9AqlxDJz .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9AqlxDJz .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9AqlxDJz .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9AqlxDJz .mbr-section-title {
  color: #ffffff;
}
.cid-un9AqlxDJz .mbr-text {
  color: #ffffff;
}
.cid-un9AqlxDJz .mbr-section-title,
.cid-un9AqlxDJz .mbr-section-btn {
  color: #000000;
}
.cid-un9AqlxDJz .mbr-text,
.cid-un9AqlxDJz .text-wrapper {
  color: #000000;
}
.cid-un9AqlPUmf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9AqlPUmf .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9AqlPUmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AqlPUmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AqlPUmf .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AqlPUmf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AqlPUmf .container {
    padding: 0 16px;
  }
}
.cid-un9AqlPUmf .row {
  position: relative;
  z-index: 1;
}
.cid-un9AqlPUmf .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9AqlPUmf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9AqlPUmf .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9AqlPUmf .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9AqlPUmf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9AqlPUmf .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9AqlPUmf .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9AqlPUmf .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9AqlPUmf .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9AqlPUmf .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9AqlPUmf .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9AqlPUmf .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9AqlPUmf .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9AqlPUmf .mbr-media {
  position: relative;
}
.cid-un9AqlPUmf .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9AqlPUmf a:hover {
  background-image: none !important;
}
.cid-un9AqlPUmf .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9AqlPUmf .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9AqlPUmf .icon-wrap:hover::before,
.cid-un9AqlPUmf .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9AqlPUmf .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9AqlPUmf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9AqlPUmf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9AqlPUmf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9AqlPUmf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9AqlPUmf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9AqlPUmf .mbr-section-title {
  color: #000000;
}
.cid-un9AqlPUmf .mbr-section-subtitle {
  color: #000000;
}
.cid-un9AqlPUmf .mbr-text {
  color: #000000;
}
.cid-un9AqlPUmf .mbr-section-subtitle,
.cid-un9AqlPUmf .subtitle-wrapper {
  color: #000000;
}
.cid-un9AqlPUmf .mbr-text,
.cid-un9AqlPUmf .mbr-section-btn {
  color: #000000;
}
.cid-un9Aqmj2BI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9Aqmj2BI .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9Aqmj2BI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9Aqmj2BI .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9Aqmj2BI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9Aqmj2BI .container {
    padding: 0 16px;
  }
}
.cid-un9Aqmj2BI .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9Aqmj2BI .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9Aqmj2BI .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9Aqmj2BI .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9Aqmj2BI .item .item-wrapper {
  height: 100%;
}
.cid-un9Aqmj2BI .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9Aqmj2BI .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9Aqmj2BI .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9Aqmj2BI .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9Aqmj2BI .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9Aqmj2BI .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9Aqmj2BI .item-title {
  color: #000000;
}
.cid-un9Aqmj2BI .list {
  color: #000000;
}
.cid-un9Aqmj2BI .item-title,
.cid-un9Aqmj2BI .mbr-section-btn {
  color: #000000;
}
.cid-un9Aqmj2BI .list,
.cid-un9Aqmj2BI .item-wrap,
.cid-un9Aqmj2BI .list-wrapper {
  color: #000000;
}
.cid-un9Aqmj2BI .item-title1 {
  color: #FFFFFF;
}
.cid-un9Aqmj2BI .list1,
.cid-un9Aqmj2BI .item-wrap1,
.cid-un9Aqmj2BI .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9Aqmj2BI .item-title2 {
  color: #000000;
}
.cid-un9Aqmj2BI .list2,
.cid-un9Aqmj2BI .item-wrap2,
.cid-un9Aqmj2BI .list-wrapper2 {
  color: #000000;
}
.cid-un9Aqmj2BI .item-title3 {
  color: #000000;
}
.cid-un9Aqmj2BI .list3,
.cid-un9Aqmj2BI .item-wrap3,
.cid-un9Aqmj2BI .list-wrapper3 {
  color: #000000;
}
.cid-un9AqmBibl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9AqmBibl .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AqmBibl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AqmBibl .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AqmBibl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AqmBibl .container {
    padding: 0 16px;
  }
}
.cid-un9AqmBibl .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9AqmBibl .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9AqmBibl .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9AqmBibl .image-wrapper img {
    height: 350px;
  }
}
.cid-un9AqmBibl .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9AqmBibl .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9AqmBibl .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9AqmBibl .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9AqmBibl .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9AqmBibl .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9AqmBibl .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9AqmBibl .mbr-section-title {
  color: #000000;
}
.cid-un9AqmBibl .mbr-section-subtitle {
  color: #000000;
}
.cid-un9AqmBibl .mbr-section-subtitle,
.cid-un9AqmBibl .subtitle-wrapper {
  color: #000000;
}
.cid-un9AqmBibl .mbr-section-title,
.cid-un9AqmBibl .mbr-section-btn {
  color: #000000;
}
.cid-un9AqmTYpJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9AqmTYpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AqmTYpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AqmTYpJ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AqmTYpJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AqmTYpJ .container {
    padding: 0 16px;
  }
}
.cid-un9AqmTYpJ .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9AqmTYpJ .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9AqmTYpJ .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9AqmTYpJ .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9AqmTYpJ .item .item-wrapper {
  height: 100%;
}
.cid-un9AqmTYpJ .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9AqmTYpJ .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9AqmTYpJ .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9AqmTYpJ .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9AqmTYpJ .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9AqmTYpJ .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9AqmTYpJ .item-title {
  color: #000000;
}
.cid-un9AqmTYpJ .list {
  color: #000000;
}
.cid-un9AqmTYpJ .item-title,
.cid-un9AqmTYpJ .mbr-section-btn {
  color: #000000;
}
.cid-un9AqmTYpJ .list,
.cid-un9AqmTYpJ .item-wrap,
.cid-un9AqmTYpJ .list-wrapper {
  color: #000000;
}
.cid-un9AqmTYpJ .item-title1 {
  color: #FFFFFF;
}
.cid-un9AqmTYpJ .list1,
.cid-un9AqmTYpJ .item-wrap1,
.cid-un9AqmTYpJ .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9AqmTYpJ .item-title2 {
  color: #000000;
}
.cid-un9AqmTYpJ .list2,
.cid-un9AqmTYpJ .item-wrap2,
.cid-un9AqmTYpJ .list-wrapper2 {
  color: #000000;
}
.cid-un9AqmTYpJ .item-title3 {
  color: #000000;
}
.cid-un9AqmTYpJ .list3,
.cid-un9AqmTYpJ .item-wrap3,
.cid-un9AqmTYpJ .list-wrapper3 {
  color: #000000;
}
.cid-un9Aqndasa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9Aqndasa .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9Aqndasa .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9Aqndasa .container {
    padding: 0 16px;
  }
}
.cid-un9Aqndasa .row {
  justify-content: center;
}
.cid-un9Aqndasa .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9Aqndasa .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9Aqndasa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9Aqndasa .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9Aqndasa .embla__slide .slide-content {
  width: 100%;
}
.cid-un9Aqndasa .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9Aqndasa .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9Aqndasa .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9Aqndasa .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9Aqndasa .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9Aqndasa .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9Aqndasa .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9Aqndasa .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9Aqndasa .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9Aqndasa .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9Aqndasa .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9Aqndasa .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9Aqndasa .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9Aqndasa .embla__button--next,
.cid-un9Aqndasa .embla__button--prev {
  display: flex;
}
.cid-un9Aqndasa .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9Aqndasa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9Aqndasa .embla__button:hover {
  opacity: 0.5;
}
.cid-un9Aqndasa .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9Aqndasa .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9Aqndasa .embla {
  position: relative;
  width: 100%;
}
.cid-un9Aqndasa .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9Aqndasa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9Aqndasa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9Aqndasa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9Aqndasa .item-text {
  color: #000000;
}
.cid-un9Aqndasa .item-name {
  color: #000000;
}
.cid-un9Aqndasa .item-role {
  color: #000000;
}
.cid-un9Aqndasa .item-name,
.cid-un9Aqndasa .image-wrapper {
  color: #000000;
}
.cid-un9Aqndasa .item-role,
.cid-un9Aqndasa .image-wrapper {
  color: #000000;
}
.cid-un9Aqndasa .item-text1 {
  color: #000000;
}
.cid-un9Aqndasa .item-name1 {
  color: #000000;
}
.cid-un9Aqndasa .item-role1 {
  color: #000000;
}
.cid-un9Aqndasa .item-text2 {
  color: #FFFFFF;
}
.cid-un9Aqndasa .item-name2 {
  color: #FFFFFF;
}
.cid-un9Aqndasa .item-role2 {
  color: #FFFFFF;
}
.cid-un9Aqndasa .item-text3 {
  color: #000000;
}
.cid-un9Aqndasa .item-name3 {
  color: #000000;
}
.cid-un9Aqndasa .item-role3 {
  color: #000000;
}
.cid-un9AqnMawy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9AqnMawy .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AqnMawy .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-un9AqnMawy .container {
    padding: 0 16px;
  }
}
.cid-un9AqnMawy .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9AqnMawy .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9AqnMawy .mbr-section-title {
  color: #ffffff;
}
.cid-un9AqnMawy .mbr-section-title,
.cid-un9AqnMawy .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9Aqo6wpS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9Aqo6wpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9Aqo6wpS .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-un9Aqo6wpS .container {
    padding: 0 16px;
  }
}
.cid-un9Aqo6wpS .row {
  justify-content: center;
}
.cid-un9Aqo6wpS .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9Aqo6wpS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9Aqo6wpS .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9Aqo6wpS .panel-group .card {
    padding: 24px;
  }
}
.cid-un9Aqo6wpS .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9Aqo6wpS .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9Aqo6wpS .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9Aqo6wpS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9Aqo6wpS .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9Aqo6wpS .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9Aqo6wpS .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9Aqo6wpS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9Aqo6wpS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9Aqo6wpS .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9Aqo6wpS .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9Aqo6wpS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9Aqo6wpS .mbr-section-title {
  color: #000000;
}
.cid-un9Aqo6wpS .panel-title-edit {
  color: #000000;
}
.cid-un9Aqo6wpS .panel-text {
  color: #000000;
}
.cid-un9Aqo6wpS .mbr-section-title,
.cid-un9Aqo6wpS .title-wrapper {
  color: #000000;
}
.cid-un9Aqoui8b {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9Aqoui8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9Aqoui8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9Aqoui8b .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9Aqoui8b .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9Aqoui8b .container {
    padding: 0 16px;
  }
}
.cid-un9Aqoui8b .card {
  justify-content: center;
}
.cid-un9Aqoui8b .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9Aqoui8b .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9Aqoui8b .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9Aqoui8b .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9Aqoui8b .mbr-section-title {
  color: #000000;
}
.cid-un9Aqoui8b .mbr-text {
  color: #000000;
}
.cid-un9Aqoui8b .mbr-desc {
  color: #000000;
}
.cid-un9Aqoui8b .mbr-section-title,
.cid-un9Aqoui8b .title-wrapper {
  color: #000000;
}
.cid-un9Aqoui8b .mbr-text,
.cid-un9Aqoui8b .mbr-section-btn {
  color: #000000;
}
.cid-un9AqoSmBC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9AqoSmBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AqoSmBC .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-un9AqoSmBC .container {
    padding: 0 16px;
  }
}
.cid-un9AqoSmBC .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9AqoSmBC .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9AqoSmBC .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9AqoSmBC .item .item-wrapper {
  height: 100%;
}
.cid-un9AqoSmBC .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9AqoSmBC .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9AqoSmBC .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9AqoSmBC .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9AqoSmBC .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9AqoSmBC .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9AqoSmBC .item-emoji {
  color: #000000;
}
.cid-un9AqoSmBC .item-title {
  color: #000000;
}
.cid-un9AqoSmBC .item-text {
  color: #000000;
}
.cid-un9AqoSmBC .item-title,
.cid-un9AqoSmBC .mbr-section-btn {
  color: #000000;
}
.cid-un9AqoSmBC .item-title1 {
  color: #000000;
}
.cid-un9AqoSmBC .item-text1 {
  color: #000000;
}
.cid-un9AqoSmBC .item-title2 {
  color: #FFFFFF;
}
.cid-un9AqoSmBC .item-text2 {
  color: #FFFFFF;
}
.cid-un9Aqpf0eD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9Aqpf0eD .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9Aqpf0eD .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-un9Aqpf0eD .container {
    padding: 0 16px;
  }
}
.cid-un9Aqpf0eD .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9Aqpf0eD .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9Aqpf0eD .item:hover .item-wrapper .card-box,
.cid-un9Aqpf0eD .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9Aqpf0eD .item:hover .item-wrapper .card-box .item-price,
.cid-un9Aqpf0eD .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9Aqpf0eD .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9Aqpf0eD .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9Aqpf0eD .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9Aqpf0eD .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9Aqpf0eD .item:hover .item-wrapper .card-box .btn-success,
.cid-un9Aqpf0eD .item:focus .item-wrapper .card-box .btn-success,
.cid-un9Aqpf0eD .item:hover .item-wrapper .card-box .btn-info,
.cid-un9Aqpf0eD .item:focus .item-wrapper .card-box .btn-info,
.cid-un9Aqpf0eD .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9Aqpf0eD .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9Aqpf0eD .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9Aqpf0eD .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9Aqpf0eD .item:hover .item-wrapper .card-box .btn-black,
.cid-un9Aqpf0eD .item:focus .item-wrapper .card-box .btn-black,
.cid-un9Aqpf0eD .item:hover .item-wrapper .card-box .btn-white,
.cid-un9Aqpf0eD .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9Aqpf0eD .item .item-wrapper {
  height: 100%;
}
.cid-un9Aqpf0eD .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9Aqpf0eD .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9Aqpf0eD .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9Aqpf0eD .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9Aqpf0eD .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9Aqpf0eD .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9Aqpf0eD .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9Aqpf0eD .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9Aqpf0eD .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9Aqpf0eD .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9Aqpf0eD .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9Aqpf0eD .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9Aqpf0eD .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9Aqpf0eD .item-title {
  color: #FF6B35;
}
.cid-un9Aqpf0eD .item-desc {
  color: #000000;
}
.cid-un9Aqpf0eD .item-price {
  color: #000000;
}
.cid-un9Aqpf0eD .list {
  color: #000000;
}
.cid-un9Aqpf0eD .item-price,
.cid-un9Aqpf0eD .mbr-section-btn {
  color: #000000;
}
.cid-un9Aqpf0eD .list,
.cid-un9Aqpf0eD .item-wrap,
.cid-un9Aqpf0eD .list-wrapper {
  color: #000000;
}
.cid-un9AqpG6z0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9AqpG6z0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AqpG6z0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AqpG6z0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9AqpG6z0 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9AqpG6z0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9AqpG6z0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9AqpG6z0 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9AqpG6z0 .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9AqpG6z0 .mbr-section-title {
  color: #ffffff;
}
.cid-un9AqpG6z0 .mbr-text,
.cid-un9AqpG6z0 .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9AqpG6z0 .mbr-section-title,
.cid-un9AqpG6z0 .mbr-section-btn {
  text-align: center;
}
.cid-un9IPIGLBH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9IPIGLBH .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9IPIGLBH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9IPIGLBH .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9IPIGLBH .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9IPIGLBH .container {
    padding: 0 30px;
  }
}
.cid-un9IPIGLBH .row {
  justify-content: center;
}
.cid-un9IPIGLBH .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9IPIGLBH .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9IPIGLBH .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9IPIGLBH .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9IPIGLBH .mbr-text {
  color: #000000;
}
.cid-un9Aqq4hiW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9Aqq4hiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9Aqq4hiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9Aqq4hiW .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9Aqq4hiW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9Aqq4hiW .container {
    padding: 0 16px;
  }
}
.cid-un9Aqq4hiW .row {
  position: relative;
  justify-content: center;
}
.cid-un9Aqq4hiW .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9Aqq4hiW .card {
  justify-content: center;
}
.cid-un9Aqq4hiW .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9Aqq4hiW .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9Aqq4hiW .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9Aqq4hiW .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9Aqq4hiW .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9Aqq4hiW .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9Aqq4hiW .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9Aqq4hiW .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9Aqq4hiW .nav-wrapper .list {
    display: block;
  }
}
.cid-un9Aqq4hiW .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9Aqq4hiW .nav-wrapper .list .item-wrap:hover::before,
.cid-un9Aqq4hiW .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9Aqq4hiW .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9Aqq4hiW .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9Aqq4hiW .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9Aqq4hiW .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9Aqq4hiW .mbr-copy {
  color: #c5ab50;
}
.cid-un9Aqq4hiW .list,
.cid-un9Aqq4hiW .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9Aqq4hiW .list,
  .cid-un9Aqq4hiW .nav-wrapper {
    text-align: left;
  }
}
.cid-un9Aqq4hiW .list,
.cid-un9Aqq4hiW .item-wrap,
.cid-un9Aqq4hiW .nav-wrapper {
  color: #c5ab50;
}
.cid-un9AvGDTHe {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9AvGDTHe .navbar-dropdown {
  background-color: #2596be !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9AvGDTHe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2596be !important;
  background: #2596be;
}
.cid-un9AvGDTHe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9AvGDTHe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9AvGDTHe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9AvGDTHe .menu_box .navbar.opened,
  .cid-un9AvGDTHe .menu_box .navbar-collapse {
    background-color: #2596be !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9AvGDTHe nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9AvGDTHe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9AvGDTHe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9AvGDTHe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9AvGDTHe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9AvGDTHe .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9AvGDTHe .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9AvGDTHe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9AvGDTHe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9AvGDTHe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9AvGDTHe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9AvGDTHe .offcanvas-body .mbr-text,
  .cid-un9AvGDTHe .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9AvGDTHe .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9AvGDTHe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9AvGDTHe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9AvGDTHe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9AvGDTHe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9AvGDTHe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9AvGDTHe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9AvGDTHe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9AvGDTHe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9AvGDTHe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9AvGDTHe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9AvGDTHe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9AvGDTHe .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9AvGDTHe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9AvGDTHe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9AvGDTHe .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9AvGDTHe .nav-item {
    margin: 0 !important;
  }
}
.cid-un9AvGDTHe .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9AvGDTHe .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9AvGDTHe .nav-item .nav-link:hover,
.cid-un9AvGDTHe .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9AvGDTHe .nav-item .nav-link:hover::before,
.cid-un9AvGDTHe .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9AvGDTHe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9AvGDTHe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9AvGDTHe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9AvGDTHe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9AvGDTHe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9AvGDTHe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9AvGDTHe .offcanvas_box {
    display: none;
  }
}
.cid-un9AvGDTHe .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9AvGDTHe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9AvGDTHe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9AvGDTHe .container {
  display: flex;
  margin: auto;
}
.cid-un9AvGDTHe .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9AvGDTHe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9AvGDTHe .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9AvGDTHe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9AvGDTHe .navbar-nav {
    margin: 0;
  }
}
.cid-un9AvGDTHe .dropdown-menu,
.cid-un9AvGDTHe .navbar.opened {
  background-color: false !important;
}
.cid-un9AvGDTHe .nav-item:focus,
.cid-un9AvGDTHe .nav-link:focus {
  outline: none;
}
.cid-un9AvGDTHe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9AvGDTHe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9AvGDTHe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9AvGDTHe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9AvGDTHe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9AvGDTHe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9AvGDTHe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9AvGDTHe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9AvGDTHe .navbar.opened {
  transition: all 0.3s;
}
.cid-un9AvGDTHe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9AvGDTHe .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9AvGDTHe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9AvGDTHe .navbar.collapsed {
  justify-content: center;
}
.cid-un9AvGDTHe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9AvGDTHe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9AvGDTHe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9AvGDTHe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9AvGDTHe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9AvGDTHe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9AvGDTHe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9AvGDTHe .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9AvGDTHe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9AvGDTHe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9AvGDTHe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9AvGDTHe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9AvGDTHe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9AvGDTHe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9AvGDTHe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9AvGDTHe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9AvGDTHe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9AvGDTHe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9AvGDTHe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9AvGDTHe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9AvGDTHe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9AvGDTHe .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9AvGDTHe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9AvGDTHe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9AvGDTHe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9AvGDTHe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9AvGDTHe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9AvGDTHe .dropdown-item.active,
.cid-un9AvGDTHe .dropdown-item:active {
  background-color: transparent;
}
.cid-un9AvGDTHe .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9AvGDTHe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9AvGDTHe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9AvGDTHe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9AvGDTHe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9AvGDTHe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9AvGDTHe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2596be;
  background: #ff6b35;
}
.cid-un9AvGDTHe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9AvGDTHe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9AvGDTHe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9AvGDTHe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9AvGDTHe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9AvGDTHe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9AvGDTHe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9AvGDTHe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9AvGDTHe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9AvGDTHe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9AvGDTHe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9AvGDTHe .navbar {
    height: 70px;
  }
  .cid-un9AvGDTHe .navbar.opened {
    height: auto;
  }
  .cid-un9AvGDTHe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9AvGDTHe .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9AvGDTHe .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9AvGDTHe .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9AvGDTHe .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9AvGDTHe .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9AvGDTHe .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9AvGDTHe .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9AvGDTHe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9AvGDTHe .text_widget {
  margin-bottom: 32px;
}
.cid-un9AvGDTHe .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9AvGDTHe .text_widget a:hover,
.cid-un9AvGDTHe .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9AvGDTHe .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9AvGDTHe .navbar-caption {
  color: #000000;
}
.cid-un9AvGDTHe .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9AvGDTHe .mbr-section-subtitle,
.cid-un9AvGDTHe .text_widget,
.cid-un9AvGDTHe .mbr-section-btn {
  text-align: center;
}
.cid-un9AvGDTHe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9AvGDTHe .nav-link,
.cid-un9AvGDTHe .dropdown-item {
  color: #000000;
}
.cid-un9AvH30hk {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #4f35ff;
}
.cid-un9AvH30hk .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AvH30hk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AvH30hk .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AvH30hk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AvH30hk .container {
    padding: 0 16px;
  }
}
.cid-un9AvH30hk .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9AvH30hk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9AvH30hk .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9AvH30hk .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9AvH30hk .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9AvH30hk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9AvH30hk .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9AvH30hk .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9AvH30hk .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9AvH30hk .image-wrapper img {
    height: 350px;
  }
}
.cid-un9AvH30hk .mbr-section-title {
  color: #ffffff;
}
.cid-un9AvH30hk .mbr-text {
  color: #ffffff;
}
.cid-un9AvH30hk .mbr-section-title,
.cid-un9AvH30hk .mbr-section-btn {
  color: #000000;
}
.cid-un9AvH30hk .mbr-text,
.cid-un9AvH30hk .text-wrapper {
  color: #000000;
}
.cid-un9AvKeiVK {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9AvKeiVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AvKeiVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AvKeiVK .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AvKeiVK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AvKeiVK .container {
    padding: 0 16px;
  }
}
.cid-un9AvKeiVK .card {
  justify-content: center;
}
.cid-un9AvKeiVK .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9AvKeiVK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9AvKeiVK .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9AvKeiVK .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9AvKeiVK .mbr-section-title {
  color: #000000;
}
.cid-un9AvKeiVK .mbr-text {
  color: #000000;
}
.cid-un9AvKeiVK .mbr-desc {
  color: #000000;
}
.cid-un9AvKeiVK .mbr-section-title,
.cid-un9AvKeiVK .title-wrapper {
  color: #000000;
}
.cid-un9AvKeiVK .mbr-text,
.cid-un9AvKeiVK .mbr-section-btn {
  color: #000000;
}
.cid-un9AvHk3wd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9AvHk3wd .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AvHk3wd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AvHk3wd .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AvHk3wd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AvHk3wd .container {
    padding: 0 16px;
  }
}
.cid-un9AvHk3wd .card {
  justify-content: flex-end;
}
.cid-un9AvHk3wd .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9AvHk3wd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9AvHk3wd .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9AvHk3wd .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9AvHk3wd .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9AvHk3wd .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9AvHk3wd .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9AvHk3wd .mbr-section-title {
  color: #ffffff;
}
.cid-un9AvHk3wd .mbr-text {
  color: #ffffff;
}
.cid-un9AvHk3wd .mbr-section-title,
.cid-un9AvHk3wd .mbr-section-btn {
  color: #000000;
}
.cid-un9AvHk3wd .mbr-text,
.cid-un9AvHk3wd .text-wrapper {
  color: #000000;
}
.cid-un9AvHDx1I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9AvHDx1I .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9AvHDx1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AvHDx1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AvHDx1I .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AvHDx1I .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AvHDx1I .container {
    padding: 0 16px;
  }
}
.cid-un9AvHDx1I .row {
  position: relative;
  z-index: 1;
}
.cid-un9AvHDx1I .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9AvHDx1I .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9AvHDx1I .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9AvHDx1I .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9AvHDx1I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9AvHDx1I .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9AvHDx1I .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9AvHDx1I .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9AvHDx1I .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9AvHDx1I .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9AvHDx1I .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9AvHDx1I .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9AvHDx1I .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9AvHDx1I .mbr-media {
  position: relative;
}
.cid-un9AvHDx1I .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9AvHDx1I a:hover {
  background-image: none !important;
}
.cid-un9AvHDx1I .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9AvHDx1I .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9AvHDx1I .icon-wrap:hover::before,
.cid-un9AvHDx1I .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9AvHDx1I .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9AvHDx1I .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9AvHDx1I .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9AvHDx1I .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9AvHDx1I .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9AvHDx1I .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9AvHDx1I .mbr-section-title {
  color: #000000;
}
.cid-un9AvHDx1I .mbr-section-subtitle {
  color: #000000;
}
.cid-un9AvHDx1I .mbr-text {
  color: #000000;
}
.cid-un9AvHDx1I .mbr-section-subtitle,
.cid-un9AvHDx1I .subtitle-wrapper {
  color: #000000;
}
.cid-un9AvHDx1I .mbr-text,
.cid-un9AvHDx1I .mbr-section-btn {
  color: #000000;
}
.cid-un9AvI8tSB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9AvI8tSB .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AvI8tSB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AvI8tSB .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AvI8tSB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AvI8tSB .container {
    padding: 0 16px;
  }
}
.cid-un9AvI8tSB .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9AvI8tSB .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9AvI8tSB .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9AvI8tSB .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9AvI8tSB .item .item-wrapper {
  height: 100%;
}
.cid-un9AvI8tSB .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9AvI8tSB .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9AvI8tSB .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9AvI8tSB .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9AvI8tSB .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9AvI8tSB .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9AvI8tSB .item-title {
  color: #000000;
}
.cid-un9AvI8tSB .list {
  color: #000000;
}
.cid-un9AvI8tSB .item-title,
.cid-un9AvI8tSB .mbr-section-btn {
  color: #000000;
}
.cid-un9AvI8tSB .list,
.cid-un9AvI8tSB .item-wrap,
.cid-un9AvI8tSB .list-wrapper {
  color: #000000;
}
.cid-un9AvI8tSB .item-title1 {
  color: #FFFFFF;
}
.cid-un9AvI8tSB .list1,
.cid-un9AvI8tSB .item-wrap1,
.cid-un9AvI8tSB .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9AvI8tSB .item-title2 {
  color: #000000;
}
.cid-un9AvI8tSB .list2,
.cid-un9AvI8tSB .item-wrap2,
.cid-un9AvI8tSB .list-wrapper2 {
  color: #000000;
}
.cid-un9AvI8tSB .item-title3 {
  color: #000000;
}
.cid-un9AvI8tSB .list3,
.cid-un9AvI8tSB .item-wrap3,
.cid-un9AvI8tSB .list-wrapper3 {
  color: #000000;
}
.cid-un9AvIp4fo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9AvIp4fo .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AvIp4fo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AvIp4fo .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AvIp4fo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AvIp4fo .container {
    padding: 0 16px;
  }
}
.cid-un9AvIp4fo .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9AvIp4fo .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9AvIp4fo .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9AvIp4fo .image-wrapper img {
    height: 350px;
  }
}
.cid-un9AvIp4fo .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9AvIp4fo .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9AvIp4fo .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9AvIp4fo .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9AvIp4fo .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9AvIp4fo .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9AvIp4fo .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9AvIp4fo .mbr-section-title {
  color: #000000;
}
.cid-un9AvIp4fo .mbr-section-subtitle {
  color: #000000;
}
.cid-un9AvIp4fo .mbr-section-subtitle,
.cid-un9AvIp4fo .subtitle-wrapper {
  color: #000000;
}
.cid-un9AvIp4fo .mbr-section-title,
.cid-un9AvIp4fo .mbr-section-btn {
  color: #000000;
}
.cid-un9AvIH3t6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9AvIH3t6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AvIH3t6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AvIH3t6 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AvIH3t6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AvIH3t6 .container {
    padding: 0 16px;
  }
}
.cid-un9AvIH3t6 .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9AvIH3t6 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9AvIH3t6 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9AvIH3t6 .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9AvIH3t6 .item .item-wrapper {
  height: 100%;
}
.cid-un9AvIH3t6 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9AvIH3t6 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9AvIH3t6 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9AvIH3t6 .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9AvIH3t6 .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9AvIH3t6 .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9AvIH3t6 .item-title {
  color: #000000;
}
.cid-un9AvIH3t6 .list {
  color: #000000;
}
.cid-un9AvIH3t6 .item-title,
.cid-un9AvIH3t6 .mbr-section-btn {
  color: #000000;
}
.cid-un9AvIH3t6 .list,
.cid-un9AvIH3t6 .item-wrap,
.cid-un9AvIH3t6 .list-wrapper {
  color: #000000;
}
.cid-un9AvIH3t6 .item-title1 {
  color: #FFFFFF;
}
.cid-un9AvIH3t6 .list1,
.cid-un9AvIH3t6 .item-wrap1,
.cid-un9AvIH3t6 .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9AvIH3t6 .item-title2 {
  color: #000000;
}
.cid-un9AvIH3t6 .list2,
.cid-un9AvIH3t6 .item-wrap2,
.cid-un9AvIH3t6 .list-wrapper2 {
  color: #000000;
}
.cid-un9AvIH3t6 .item-title3 {
  color: #000000;
}
.cid-un9AvIH3t6 .list3,
.cid-un9AvIH3t6 .item-wrap3,
.cid-un9AvIH3t6 .list-wrapper3 {
  color: #000000;
}
.cid-un9AvJ2QUp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9AvJ2QUp .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AvJ2QUp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AvJ2QUp .container {
    padding: 0 16px;
  }
}
.cid-un9AvJ2QUp .row {
  justify-content: center;
}
.cid-un9AvJ2QUp .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9AvJ2QUp .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9AvJ2QUp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9AvJ2QUp .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9AvJ2QUp .embla__slide .slide-content {
  width: 100%;
}
.cid-un9AvJ2QUp .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9AvJ2QUp .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9AvJ2QUp .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9AvJ2QUp .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9AvJ2QUp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9AvJ2QUp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9AvJ2QUp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9AvJ2QUp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9AvJ2QUp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9AvJ2QUp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9AvJ2QUp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9AvJ2QUp .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9AvJ2QUp .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9AvJ2QUp .embla__button--next,
.cid-un9AvJ2QUp .embla__button--prev {
  display: flex;
}
.cid-un9AvJ2QUp .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9AvJ2QUp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9AvJ2QUp .embla__button:hover {
  opacity: 0.5;
}
.cid-un9AvJ2QUp .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9AvJ2QUp .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9AvJ2QUp .embla {
  position: relative;
  width: 100%;
}
.cid-un9AvJ2QUp .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9AvJ2QUp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9AvJ2QUp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9AvJ2QUp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9AvJ2QUp .item-text {
  color: #000000;
}
.cid-un9AvJ2QUp .item-name {
  color: #000000;
}
.cid-un9AvJ2QUp .item-role {
  color: #000000;
}
.cid-un9AvJ2QUp .item-name,
.cid-un9AvJ2QUp .image-wrapper {
  color: #000000;
}
.cid-un9AvJ2QUp .item-role,
.cid-un9AvJ2QUp .image-wrapper {
  color: #000000;
}
.cid-un9AvJ2QUp .item-text1 {
  color: #000000;
}
.cid-un9AvJ2QUp .item-name1 {
  color: #000000;
}
.cid-un9AvJ2QUp .item-role1 {
  color: #000000;
}
.cid-un9AvJ2QUp .item-text2 {
  color: #FFFFFF;
}
.cid-un9AvJ2QUp .item-name2 {
  color: #FFFFFF;
}
.cid-un9AvJ2QUp .item-role2 {
  color: #FFFFFF;
}
.cid-un9AvJ2QUp .item-text3 {
  color: #000000;
}
.cid-un9AvJ2QUp .item-name3 {
  color: #000000;
}
.cid-un9AvJ2QUp .item-role3 {
  color: #000000;
}
.cid-un9AvJxnlh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9AvJxnlh .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AvJxnlh .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-un9AvJxnlh .container {
    padding: 0 16px;
  }
}
.cid-un9AvJxnlh .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9AvJxnlh .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9AvJxnlh .mbr-section-title {
  color: #ffffff;
}
.cid-un9AvJxnlh .mbr-section-title,
.cid-un9AvJxnlh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9AvJRe2i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9AvJRe2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AvJRe2i .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-un9AvJRe2i .container {
    padding: 0 16px;
  }
}
.cid-un9AvJRe2i .row {
  justify-content: center;
}
.cid-un9AvJRe2i .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9AvJRe2i .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9AvJRe2i .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9AvJRe2i .panel-group .card {
    padding: 24px;
  }
}
.cid-un9AvJRe2i .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9AvJRe2i .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9AvJRe2i .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9AvJRe2i .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9AvJRe2i .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9AvJRe2i .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9AvJRe2i .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9AvJRe2i .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9AvJRe2i .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9AvJRe2i .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9AvJRe2i .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9AvJRe2i .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9AvJRe2i .mbr-section-title {
  color: #000000;
}
.cid-un9AvJRe2i .panel-title-edit {
  color: #000000;
}
.cid-un9AvJRe2i .panel-text {
  color: #000000;
}
.cid-un9AvJRe2i .mbr-section-title,
.cid-un9AvJRe2i .title-wrapper {
  color: #000000;
}
.cid-un9AvKDJIR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9AvKDJIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AvKDJIR .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-un9AvKDJIR .container {
    padding: 0 16px;
  }
}
.cid-un9AvKDJIR .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9AvKDJIR .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9AvKDJIR .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9AvKDJIR .item .item-wrapper {
  height: 100%;
}
.cid-un9AvKDJIR .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9AvKDJIR .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9AvKDJIR .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9AvKDJIR .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9AvKDJIR .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9AvKDJIR .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9AvKDJIR .item-emoji {
  color: #000000;
}
.cid-un9AvKDJIR .item-title {
  color: #000000;
}
.cid-un9AvKDJIR .item-text {
  color: #000000;
}
.cid-un9AvKDJIR .item-title,
.cid-un9AvKDJIR .mbr-section-btn {
  color: #000000;
}
.cid-un9AvKDJIR .item-title1 {
  color: #000000;
}
.cid-un9AvKDJIR .item-text1 {
  color: #000000;
}
.cid-un9AvKDJIR .item-title2 {
  color: #FFFFFF;
}
.cid-un9AvKDJIR .item-text2 {
  color: #FFFFFF;
}
.cid-un9AvKZIO1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9AvKZIO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AvKZIO1 .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-un9AvKZIO1 .container {
    padding: 0 16px;
  }
}
.cid-un9AvKZIO1 .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9AvKZIO1 .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9AvKZIO1 .item:hover .item-wrapper .card-box,
.cid-un9AvKZIO1 .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9AvKZIO1 .item:hover .item-wrapper .card-box .item-price,
.cid-un9AvKZIO1 .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9AvKZIO1 .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9AvKZIO1 .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9AvKZIO1 .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9AvKZIO1 .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9AvKZIO1 .item:hover .item-wrapper .card-box .btn-success,
.cid-un9AvKZIO1 .item:focus .item-wrapper .card-box .btn-success,
.cid-un9AvKZIO1 .item:hover .item-wrapper .card-box .btn-info,
.cid-un9AvKZIO1 .item:focus .item-wrapper .card-box .btn-info,
.cid-un9AvKZIO1 .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9AvKZIO1 .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9AvKZIO1 .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9AvKZIO1 .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9AvKZIO1 .item:hover .item-wrapper .card-box .btn-black,
.cid-un9AvKZIO1 .item:focus .item-wrapper .card-box .btn-black,
.cid-un9AvKZIO1 .item:hover .item-wrapper .card-box .btn-white,
.cid-un9AvKZIO1 .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9AvKZIO1 .item .item-wrapper {
  height: 100%;
}
.cid-un9AvKZIO1 .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9AvKZIO1 .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AvKZIO1 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9AvKZIO1 .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9AvKZIO1 .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9AvKZIO1 .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9AvKZIO1 .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9AvKZIO1 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9AvKZIO1 .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9AvKZIO1 .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9AvKZIO1 .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9AvKZIO1 .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9AvKZIO1 .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9AvKZIO1 .item-title {
  color: #FF6B35;
}
.cid-un9AvKZIO1 .item-desc {
  color: #000000;
}
.cid-un9AvKZIO1 .item-price {
  color: #000000;
}
.cid-un9AvKZIO1 .list {
  color: #000000;
}
.cid-un9AvKZIO1 .item-price,
.cid-un9AvKZIO1 .mbr-section-btn {
  color: #000000;
}
.cid-un9AvKZIO1 .list,
.cid-un9AvKZIO1 .item-wrap,
.cid-un9AvKZIO1 .list-wrapper {
  color: #000000;
}
.cid-un9AvLwKvG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9AvLwKvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AvLwKvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AvLwKvG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9AvLwKvG .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9AvLwKvG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9AvLwKvG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9AvLwKvG .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9AvLwKvG .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9AvLwKvG .mbr-section-title {
  color: #ffffff;
}
.cid-un9AvLwKvG .mbr-text,
.cid-un9AvLwKvG .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9AvLwKvG .mbr-section-title,
.cid-un9AvLwKvG .mbr-section-btn {
  text-align: center;
}
.cid-un9IXTCkDB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9IXTCkDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9IXTCkDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9IXTCkDB .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9IXTCkDB .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9IXTCkDB .container {
    padding: 0 30px;
  }
}
.cid-un9IXTCkDB .row {
  justify-content: center;
}
.cid-un9IXTCkDB .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9IXTCkDB .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9IXTCkDB .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9IXTCkDB .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9IXTCkDB .mbr-text {
  color: #000000;
}
.cid-un9AvLVgBo {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9AvLVgBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9AvLVgBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9AvLVgBo .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9AvLVgBo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9AvLVgBo .container {
    padding: 0 16px;
  }
}
.cid-un9AvLVgBo .row {
  position: relative;
  justify-content: center;
}
.cid-un9AvLVgBo .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9AvLVgBo .card {
  justify-content: center;
}
.cid-un9AvLVgBo .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9AvLVgBo .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9AvLVgBo .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9AvLVgBo .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9AvLVgBo .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9AvLVgBo .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9AvLVgBo .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9AvLVgBo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9AvLVgBo .nav-wrapper .list {
    display: block;
  }
}
.cid-un9AvLVgBo .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9AvLVgBo .nav-wrapper .list .item-wrap:hover::before,
.cid-un9AvLVgBo .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9AvLVgBo .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9AvLVgBo .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9AvLVgBo .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9AvLVgBo .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9AvLVgBo .mbr-copy {
  color: #c5ab50;
}
.cid-un9AvLVgBo .list,
.cid-un9AvLVgBo .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9AvLVgBo .list,
  .cid-un9AvLVgBo .nav-wrapper {
    text-align: left;
  }
}
.cid-un9AvLVgBo .list,
.cid-un9AvLVgBo .item-wrap,
.cid-un9AvLVgBo .nav-wrapper {
  color: #c5ab50;
}
.cid-un9BOw08Gf {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9BOw08Gf .navbar-dropdown {
  background-color: #2596be !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9BOw08Gf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2596be !important;
  background: #2596be;
}
.cid-un9BOw08Gf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9BOw08Gf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9BOw08Gf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9BOw08Gf .menu_box .navbar.opened,
  .cid-un9BOw08Gf .menu_box .navbar-collapse {
    background-color: #2596be !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9BOw08Gf nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9BOw08Gf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9BOw08Gf .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9BOw08Gf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9BOw08Gf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9BOw08Gf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9BOw08Gf .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9BOw08Gf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9BOw08Gf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9BOw08Gf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9BOw08Gf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9BOw08Gf .offcanvas-body .mbr-text,
  .cid-un9BOw08Gf .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9BOw08Gf .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9BOw08Gf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9BOw08Gf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9BOw08Gf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9BOw08Gf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9BOw08Gf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9BOw08Gf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9BOw08Gf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9BOw08Gf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9BOw08Gf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9BOw08Gf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9BOw08Gf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9BOw08Gf .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9BOw08Gf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9BOw08Gf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9BOw08Gf .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9BOw08Gf .nav-item {
    margin: 0 !important;
  }
}
.cid-un9BOw08Gf .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9BOw08Gf .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9BOw08Gf .nav-item .nav-link:hover,
.cid-un9BOw08Gf .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9BOw08Gf .nav-item .nav-link:hover::before,
.cid-un9BOw08Gf .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9BOw08Gf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9BOw08Gf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9BOw08Gf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9BOw08Gf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9BOw08Gf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9BOw08Gf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9BOw08Gf .offcanvas_box {
    display: none;
  }
}
.cid-un9BOw08Gf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9BOw08Gf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9BOw08Gf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9BOw08Gf .container {
  display: flex;
  margin: auto;
}
.cid-un9BOw08Gf .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9BOw08Gf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9BOw08Gf .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9BOw08Gf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9BOw08Gf .navbar-nav {
    margin: 0;
  }
}
.cid-un9BOw08Gf .dropdown-menu,
.cid-un9BOw08Gf .navbar.opened {
  background-color: false !important;
}
.cid-un9BOw08Gf .nav-item:focus,
.cid-un9BOw08Gf .nav-link:focus {
  outline: none;
}
.cid-un9BOw08Gf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9BOw08Gf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9BOw08Gf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9BOw08Gf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9BOw08Gf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9BOw08Gf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9BOw08Gf .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9BOw08Gf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9BOw08Gf .navbar.opened {
  transition: all 0.3s;
}
.cid-un9BOw08Gf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9BOw08Gf .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9BOw08Gf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9BOw08Gf .navbar.collapsed {
  justify-content: center;
}
.cid-un9BOw08Gf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9BOw08Gf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9BOw08Gf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9BOw08Gf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9BOw08Gf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9BOw08Gf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9BOw08Gf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9BOw08Gf .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9BOw08Gf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9BOw08Gf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9BOw08Gf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9BOw08Gf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9BOw08Gf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9BOw08Gf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9BOw08Gf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9BOw08Gf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9BOw08Gf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9BOw08Gf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9BOw08Gf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9BOw08Gf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9BOw08Gf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9BOw08Gf .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9BOw08Gf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9BOw08Gf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9BOw08Gf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9BOw08Gf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9BOw08Gf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9BOw08Gf .dropdown-item.active,
.cid-un9BOw08Gf .dropdown-item:active {
  background-color: transparent;
}
.cid-un9BOw08Gf .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9BOw08Gf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9BOw08Gf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9BOw08Gf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9BOw08Gf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9BOw08Gf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9BOw08Gf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2596be;
  background: #ff6b35;
}
.cid-un9BOw08Gf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9BOw08Gf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9BOw08Gf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9BOw08Gf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9BOw08Gf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9BOw08Gf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9BOw08Gf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9BOw08Gf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9BOw08Gf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9BOw08Gf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9BOw08Gf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9BOw08Gf .navbar {
    height: 70px;
  }
  .cid-un9BOw08Gf .navbar.opened {
    height: auto;
  }
  .cid-un9BOw08Gf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9BOw08Gf .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9BOw08Gf .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9BOw08Gf .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9BOw08Gf .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9BOw08Gf .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9BOw08Gf .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9BOw08Gf .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9BOw08Gf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9BOw08Gf .text_widget {
  margin-bottom: 32px;
}
.cid-un9BOw08Gf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9BOw08Gf .text_widget a:hover,
.cid-un9BOw08Gf .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9BOw08Gf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9BOw08Gf .navbar-caption {
  color: #000000;
}
.cid-un9BOw08Gf .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9BOw08Gf .mbr-section-subtitle,
.cid-un9BOw08Gf .text_widget,
.cid-un9BOw08Gf .mbr-section-btn {
  text-align: center;
}
.cid-un9BOw08Gf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9BOw08Gf .nav-link,
.cid-un9BOw08Gf .dropdown-item {
  color: #000000;
}
.cid-un9BOwuVnW {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #4f35ff;
}
.cid-un9BOwuVnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9BOwuVnW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9BOwuVnW .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9BOwuVnW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9BOwuVnW .container {
    padding: 0 16px;
  }
}
.cid-un9BOwuVnW .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9BOwuVnW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9BOwuVnW .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-un9BOwuVnW .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9BOwuVnW .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-un9BOwuVnW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9BOwuVnW .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-un9BOwuVnW .image-wrapper {
    margin-left: 0;
  }
}
.cid-un9BOwuVnW .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-un9BOwuVnW .image-wrapper img {
    height: 350px;
  }
}
.cid-un9BOwuVnW .mbr-section-title {
  color: #ffffff;
}
.cid-un9BOwuVnW .mbr-text {
  color: #ffffff;
}
.cid-un9BOwuVnW .mbr-section-title,
.cid-un9BOwuVnW .mbr-section-btn {
  color: #000000;
}
.cid-un9BOwuVnW .mbr-text,
.cid-un9BOwuVnW .text-wrapper {
  color: #000000;
}
.cid-un9BOzH8Uw {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-un9BOzH8Uw .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9BOzH8Uw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9BOzH8Uw .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9BOzH8Uw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9BOzH8Uw .container {
    padding: 0 16px;
  }
}
.cid-un9BOzH8Uw .card {
  justify-content: center;
}
.cid-un9BOzH8Uw .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9BOzH8Uw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9BOzH8Uw .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-un9BOzH8Uw .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-un9BOzH8Uw .mbr-section-title {
  color: #000000;
}
.cid-un9BOzH8Uw .mbr-text {
  color: #000000;
}
.cid-un9BOzH8Uw .mbr-desc {
  color: #000000;
}
.cid-un9BOzH8Uw .mbr-section-title,
.cid-un9BOzH8Uw .title-wrapper {
  color: #000000;
}
.cid-un9BOzH8Uw .mbr-text,
.cid-un9BOzH8Uw .mbr-section-btn {
  color: #000000;
}
.cid-un9BOwL5ey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9BOwL5ey .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9BOwL5ey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9BOwL5ey .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9BOwL5ey .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9BOwL5ey .container {
    padding: 0 16px;
  }
}
.cid-un9BOwL5ey .card {
  justify-content: flex-end;
}
.cid-un9BOwL5ey .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9BOwL5ey .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9BOwL5ey .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-un9BOwL5ey .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-un9BOwL5ey .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-un9BOwL5ey .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9BOwL5ey .text-wrapper {
    margin-top: 24px;
  }
}
.cid-un9BOwL5ey .mbr-section-title {
  color: #ffffff;
}
.cid-un9BOwL5ey .mbr-text {
  color: #ffffff;
}
.cid-un9BOwL5ey .mbr-section-title,
.cid-un9BOwL5ey .mbr-section-btn {
  color: #000000;
}
.cid-un9BOwL5ey .mbr-text,
.cid-un9BOwL5ey .text-wrapper {
  color: #000000;
}
.cid-un9BOx47Is {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-un9BOx47Is .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-un9BOx47Is .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9BOx47Is .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9BOx47Is .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9BOx47Is .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9BOx47Is .container {
    padding: 0 16px;
  }
}
.cid-un9BOx47Is .row {
  position: relative;
  z-index: 1;
}
.cid-un9BOx47Is .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-un9BOx47Is .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9BOx47Is .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9BOx47Is .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9BOx47Is .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-un9BOx47Is .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-un9BOx47Is .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-un9BOx47Is .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-un9BOx47Is .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-un9BOx47Is .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-un9BOx47Is .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-un9BOx47Is .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-un9BOx47Is .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-un9BOx47Is .mbr-media {
  position: relative;
}
.cid-un9BOx47Is .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9BOx47Is a:hover {
  background-image: none !important;
}
.cid-un9BOx47Is .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-un9BOx47Is .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-un9BOx47Is .icon-wrap:hover::before,
.cid-un9BOx47Is .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-un9BOx47Is .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-un9BOx47Is .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-un9BOx47Is .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-un9BOx47Is .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-un9BOx47Is .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-un9BOx47Is .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-un9BOx47Is .mbr-section-title {
  color: #000000;
}
.cid-un9BOx47Is .mbr-section-subtitle {
  color: #000000;
}
.cid-un9BOx47Is .mbr-text {
  color: #000000;
}
.cid-un9BOx47Is .mbr-section-subtitle,
.cid-un9BOx47Is .subtitle-wrapper {
  color: #000000;
}
.cid-un9BOx47Is .mbr-text,
.cid-un9BOx47Is .mbr-section-btn {
  color: #000000;
}
.cid-un9BOxxgmE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9BOxxgmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9BOxxgmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9BOxxgmE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9BOxxgmE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9BOxxgmE .container {
    padding: 0 16px;
  }
}
.cid-un9BOxxgmE .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9BOxxgmE .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9BOxxgmE .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9BOxxgmE .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9BOxxgmE .item .item-wrapper {
  height: 100%;
}
.cid-un9BOxxgmE .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9BOxxgmE .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9BOxxgmE .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9BOxxgmE .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9BOxxgmE .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9BOxxgmE .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9BOxxgmE .item-title {
  color: #000000;
}
.cid-un9BOxxgmE .list {
  color: #000000;
}
.cid-un9BOxxgmE .item-title,
.cid-un9BOxxgmE .mbr-section-btn {
  color: #000000;
}
.cid-un9BOxxgmE .list,
.cid-un9BOxxgmE .item-wrap,
.cid-un9BOxxgmE .list-wrapper {
  color: #000000;
}
.cid-un9BOxxgmE .item-title1 {
  color: #FFFFFF;
}
.cid-un9BOxxgmE .list1,
.cid-un9BOxxgmE .item-wrap1,
.cid-un9BOxxgmE .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9BOxxgmE .item-title2 {
  color: #000000;
}
.cid-un9BOxxgmE .list2,
.cid-un9BOxxgmE .item-wrap2,
.cid-un9BOxxgmE .list-wrapper2 {
  color: #000000;
}
.cid-un9BOxxgmE .item-title3 {
  color: #000000;
}
.cid-un9BOxxgmE .list3,
.cid-un9BOxxgmE .item-wrap3,
.cid-un9BOxxgmE .list-wrapper3 {
  color: #000000;
}
.cid-un9BOxPa45 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9BOxPa45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9BOxPa45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9BOxPa45 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9BOxPa45 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9BOxPa45 .container {
    padding: 0 16px;
  }
}
.cid-un9BOxPa45 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-un9BOxPa45 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-un9BOxPa45 .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-un9BOxPa45 .image-wrapper img {
    height: 350px;
  }
}
.cid-un9BOxPa45 .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-un9BOxPa45 .title-wrapper {
    padding-left: 0;
  }
}
.cid-un9BOxPa45 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9BOxPa45 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-un9BOxPa45 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9BOxPa45 .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-un9BOxPa45 .mbr-desc {
    padding-left: 0;
  }
}
.cid-un9BOxPa45 .mbr-section-title {
  color: #000000;
}
.cid-un9BOxPa45 .mbr-section-subtitle {
  color: #000000;
}
.cid-un9BOxPa45 .mbr-section-subtitle,
.cid-un9BOxPa45 .subtitle-wrapper {
  color: #000000;
}
.cid-un9BOxPa45 .mbr-section-title,
.cid-un9BOxPa45 .mbr-section-btn {
  color: #000000;
}
.cid-un9BOy7jhd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-un9BOy7jhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9BOy7jhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9BOy7jhd .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9BOy7jhd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9BOy7jhd .container {
    padding: 0 16px;
  }
}
.cid-un9BOy7jhd .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9BOy7jhd .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9BOy7jhd .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-un9BOy7jhd .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-un9BOy7jhd .item .item-wrapper {
  height: 100%;
}
.cid-un9BOy7jhd .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9BOy7jhd .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9BOy7jhd .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9BOy7jhd .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9BOy7jhd .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-un9BOy7jhd .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-un9BOy7jhd .item-title {
  color: #000000;
}
.cid-un9BOy7jhd .list {
  color: #000000;
}
.cid-un9BOy7jhd .item-title,
.cid-un9BOy7jhd .mbr-section-btn {
  color: #000000;
}
.cid-un9BOy7jhd .list,
.cid-un9BOy7jhd .item-wrap,
.cid-un9BOy7jhd .list-wrapper {
  color: #000000;
}
.cid-un9BOy7jhd .item-title1 {
  color: #FFFFFF;
}
.cid-un9BOy7jhd .list1,
.cid-un9BOy7jhd .item-wrap1,
.cid-un9BOy7jhd .list-wrapper1 {
  color: #FFFFFF;
}
.cid-un9BOy7jhd .item-title2 {
  color: #000000;
}
.cid-un9BOy7jhd .list2,
.cid-un9BOy7jhd .item-wrap2,
.cid-un9BOy7jhd .list-wrapper2 {
  color: #000000;
}
.cid-un9BOy7jhd .item-title3 {
  color: #000000;
}
.cid-un9BOy7jhd .list3,
.cid-un9BOy7jhd .item-wrap3,
.cid-un9BOy7jhd .list-wrapper3 {
  color: #000000;
}
.cid-un9BOyt4b2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-un9BOyt4b2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9BOyt4b2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9BOyt4b2 .container {
    padding: 0 16px;
  }
}
.cid-un9BOyt4b2 .row {
  justify-content: center;
}
.cid-un9BOyt4b2 .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-un9BOyt4b2 .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-un9BOyt4b2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-un9BOyt4b2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-un9BOyt4b2 .embla__slide .slide-content {
  width: 100%;
}
.cid-un9BOyt4b2 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-un9BOyt4b2 .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-un9BOyt4b2 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-un9BOyt4b2 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-un9BOyt4b2 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un9BOyt4b2 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-un9BOyt4b2 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-un9BOyt4b2 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-un9BOyt4b2 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-un9BOyt4b2 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-un9BOyt4b2 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-un9BOyt4b2 .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-un9BOyt4b2 .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-un9BOyt4b2 .embla__button--next,
.cid-un9BOyt4b2 .embla__button--prev {
  display: flex;
}
.cid-un9BOyt4b2 .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-un9BOyt4b2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-un9BOyt4b2 .embla__button:hover {
  opacity: 0.5;
}
.cid-un9BOyt4b2 .embla__button.embla__button--prev {
  left: 16px;
}
.cid-un9BOyt4b2 .embla__button.embla__button--next {
  right: 16px;
}
.cid-un9BOyt4b2 .embla {
  position: relative;
  width: 100%;
}
.cid-un9BOyt4b2 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-un9BOyt4b2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-un9BOyt4b2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-un9BOyt4b2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-un9BOyt4b2 .item-text {
  color: #000000;
}
.cid-un9BOyt4b2 .item-name {
  color: #000000;
}
.cid-un9BOyt4b2 .item-role {
  color: #000000;
}
.cid-un9BOyt4b2 .item-name,
.cid-un9BOyt4b2 .image-wrapper {
  color: #000000;
}
.cid-un9BOyt4b2 .item-role,
.cid-un9BOyt4b2 .image-wrapper {
  color: #000000;
}
.cid-un9BOyt4b2 .item-text1 {
  color: #000000;
}
.cid-un9BOyt4b2 .item-name1 {
  color: #000000;
}
.cid-un9BOyt4b2 .item-role1 {
  color: #000000;
}
.cid-un9BOyt4b2 .item-text2 {
  color: #FFFFFF;
}
.cid-un9BOyt4b2 .item-name2 {
  color: #FFFFFF;
}
.cid-un9BOyt4b2 .item-role2 {
  color: #FFFFFF;
}
.cid-un9BOyt4b2 .item-text3 {
  color: #000000;
}
.cid-un9BOyt4b2 .item-name3 {
  color: #000000;
}
.cid-un9BOyt4b2 .item-role3 {
  color: #000000;
}
.cid-un9BOz0vLI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-un9BOz0vLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9BOz0vLI .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-un9BOz0vLI .container {
    padding: 0 16px;
  }
}
.cid-un9BOz0vLI .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9BOz0vLI .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-un9BOz0vLI .mbr-section-title {
  color: #ffffff;
}
.cid-un9BOz0vLI .mbr-section-title,
.cid-un9BOz0vLI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-un9BOzj8bz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9BOzj8bz .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9BOzj8bz .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-un9BOzj8bz .container {
    padding: 0 16px;
  }
}
.cid-un9BOzj8bz .row {
  justify-content: center;
}
.cid-un9BOzj8bz .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-un9BOzj8bz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-un9BOzj8bz .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-un9BOzj8bz .panel-group .card {
    padding: 24px;
  }
}
.cid-un9BOzj8bz .panel-group .card:first-child {
  margin-top: 0;
}
.cid-un9BOzj8bz .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-un9BOzj8bz .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-un9BOzj8bz .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-un9BOzj8bz .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-un9BOzj8bz .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-un9BOzj8bz .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-un9BOzj8bz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-un9BOzj8bz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-un9BOzj8bz .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-un9BOzj8bz .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-un9BOzj8bz .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-un9BOzj8bz .mbr-section-title {
  color: #000000;
}
.cid-un9BOzj8bz .panel-title-edit {
  color: #000000;
}
.cid-un9BOzj8bz .panel-text {
  color: #000000;
}
.cid-un9BOzj8bz .mbr-section-title,
.cid-un9BOzj8bz .title-wrapper {
  color: #000000;
}
.cid-un9BOA47Rr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9BOA47Rr .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9BOA47Rr .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-un9BOA47Rr .container {
    padding: 0 16px;
  }
}
.cid-un9BOA47Rr .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-un9BOA47Rr .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-un9BOA47Rr .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-un9BOA47Rr .item .item-wrapper {
  height: 100%;
}
.cid-un9BOA47Rr .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-un9BOA47Rr .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-un9BOA47Rr .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-un9BOA47Rr .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-un9BOA47Rr .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-un9BOA47Rr .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-un9BOA47Rr .item-emoji {
  color: #000000;
}
.cid-un9BOA47Rr .item-title {
  color: #000000;
}
.cid-un9BOA47Rr .item-text {
  color: #000000;
}
.cid-un9BOA47Rr .item-title,
.cid-un9BOA47Rr .mbr-section-btn {
  color: #000000;
}
.cid-un9BOA47Rr .item-title1 {
  color: #000000;
}
.cid-un9BOA47Rr .item-text1 {
  color: #000000;
}
.cid-un9BOA47Rr .item-title2 {
  color: #FFFFFF;
}
.cid-un9BOA47Rr .item-text2 {
  color: #FFFFFF;
}
.cid-un9BOArkAf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-un9BOArkAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9BOArkAf .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-un9BOArkAf .container {
    padding: 0 16px;
  }
}
.cid-un9BOArkAf .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-un9BOArkAf .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-un9BOArkAf .item:hover .item-wrapper .card-box,
.cid-un9BOArkAf .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-un9BOArkAf .item:hover .item-wrapper .card-box .item-price,
.cid-un9BOArkAf .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-un9BOArkAf .item:hover .item-wrapper .card-box .btn-primary,
.cid-un9BOArkAf .item:focus .item-wrapper .card-box .btn-primary,
.cid-un9BOArkAf .item:hover .item-wrapper .card-box .btn-secondary,
.cid-un9BOArkAf .item:focus .item-wrapper .card-box .btn-secondary,
.cid-un9BOArkAf .item:hover .item-wrapper .card-box .btn-success,
.cid-un9BOArkAf .item:focus .item-wrapper .card-box .btn-success,
.cid-un9BOArkAf .item:hover .item-wrapper .card-box .btn-info,
.cid-un9BOArkAf .item:focus .item-wrapper .card-box .btn-info,
.cid-un9BOArkAf .item:hover .item-wrapper .card-box .btn-warning,
.cid-un9BOArkAf .item:focus .item-wrapper .card-box .btn-warning,
.cid-un9BOArkAf .item:hover .item-wrapper .card-box .btn-danger,
.cid-un9BOArkAf .item:focus .item-wrapper .card-box .btn-danger,
.cid-un9BOArkAf .item:hover .item-wrapper .card-box .btn-black,
.cid-un9BOArkAf .item:focus .item-wrapper .card-box .btn-black,
.cid-un9BOArkAf .item:hover .item-wrapper .card-box .btn-white,
.cid-un9BOArkAf .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-un9BOArkAf .item .item-wrapper {
  height: 100%;
}
.cid-un9BOArkAf .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-un9BOArkAf .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9BOArkAf .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-un9BOArkAf .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-un9BOArkAf .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-un9BOArkAf .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-un9BOArkAf .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-un9BOArkAf .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-un9BOArkAf .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-un9BOArkAf .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-un9BOArkAf .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-un9BOArkAf .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-un9BOArkAf .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-un9BOArkAf .item-title {
  color: #FF6B35;
}
.cid-un9BOArkAf .item-desc {
  color: #000000;
}
.cid-un9BOArkAf .item-price {
  color: #000000;
}
.cid-un9BOArkAf .list {
  color: #000000;
}
.cid-un9BOArkAf .item-price,
.cid-un9BOArkAf .mbr-section-btn {
  color: #000000;
}
.cid-un9BOArkAf .list,
.cid-un9BOArkAf .item-wrap,
.cid-un9BOArkAf .list-wrapper {
  color: #000000;
}
.cid-un9BOATO0i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-un9BOATO0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9BOATO0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9BOATO0i .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-un9BOATO0i .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-un9BOATO0i .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-un9BOATO0i .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9BOATO0i .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-un9BOATO0i .border-wrap {
    margin-top: 32px;
  }
}
.cid-un9BOATO0i .mbr-section-title {
  color: #ffffff;
}
.cid-un9BOATO0i .mbr-text,
.cid-un9BOATO0i .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-un9BOATO0i .mbr-section-title,
.cid-un9BOATO0i .mbr-section-btn {
  text-align: center;
}
.cid-un9J1da4PN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-un9J1da4PN .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9J1da4PN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9J1da4PN .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-un9J1da4PN .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-un9J1da4PN .container {
    padding: 0 30px;
  }
}
.cid-un9J1da4PN .row {
  justify-content: center;
}
.cid-un9J1da4PN .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-un9J1da4PN .text-wrapper {
    padding-left: 30px;
  }
}
.cid-un9J1da4PN .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-un9J1da4PN .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-un9J1da4PN .mbr-text {
  color: #000000;
}
.cid-un9BOBggwi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9BOBggwi .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9BOBggwi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9BOBggwi .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9BOBggwi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9BOBggwi .container {
    padding: 0 16px;
  }
}
.cid-un9BOBggwi .row {
  position: relative;
  justify-content: center;
}
.cid-un9BOBggwi .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9BOBggwi .card {
  justify-content: center;
}
.cid-un9BOBggwi .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9BOBggwi .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9BOBggwi .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9BOBggwi .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9BOBggwi .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9BOBggwi .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9BOBggwi .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9BOBggwi .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9BOBggwi .nav-wrapper .list {
    display: block;
  }
}
.cid-un9BOBggwi .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9BOBggwi .nav-wrapper .list .item-wrap:hover::before,
.cid-un9BOBggwi .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9BOBggwi .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9BOBggwi .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9BOBggwi .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9BOBggwi .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9BOBggwi .mbr-copy {
  color: #c5ab50;
}
.cid-un9BOBggwi .list,
.cid-un9BOBggwi .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9BOBggwi .list,
  .cid-un9BOBggwi .nav-wrapper {
    text-align: left;
  }
}
.cid-un9BOBggwi .list,
.cid-un9BOBggwi .item-wrap,
.cid-un9BOBggwi .nav-wrapper {
  color: #c5ab50;
}
.cid-un9CVYksmU {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9CVYksmU .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9CVYksmU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-un9CVYksmU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9CVYksmU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9CVYksmU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9CVYksmU .menu_box .navbar.opened,
  .cid-un9CVYksmU .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9CVYksmU nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9CVYksmU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9CVYksmU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9CVYksmU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9CVYksmU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9CVYksmU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9CVYksmU .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9CVYksmU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9CVYksmU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9CVYksmU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9CVYksmU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9CVYksmU .offcanvas-body .mbr-text,
  .cid-un9CVYksmU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9CVYksmU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9CVYksmU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9CVYksmU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9CVYksmU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9CVYksmU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9CVYksmU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9CVYksmU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9CVYksmU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9CVYksmU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9CVYksmU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9CVYksmU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9CVYksmU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9CVYksmU .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9CVYksmU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9CVYksmU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9CVYksmU .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9CVYksmU .nav-item {
    margin: 0 !important;
  }
}
.cid-un9CVYksmU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9CVYksmU .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9CVYksmU .nav-item .nav-link:hover,
.cid-un9CVYksmU .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9CVYksmU .nav-item .nav-link:hover::before,
.cid-un9CVYksmU .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9CVYksmU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9CVYksmU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9CVYksmU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9CVYksmU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9CVYksmU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9CVYksmU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9CVYksmU .offcanvas_box {
    display: none;
  }
}
.cid-un9CVYksmU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9CVYksmU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9CVYksmU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9CVYksmU .container {
  display: flex;
  margin: auto;
}
.cid-un9CVYksmU .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9CVYksmU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9CVYksmU .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9CVYksmU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9CVYksmU .navbar-nav {
    margin: 0;
  }
}
.cid-un9CVYksmU .dropdown-menu,
.cid-un9CVYksmU .navbar.opened {
  background-color: false !important;
}
.cid-un9CVYksmU .nav-item:focus,
.cid-un9CVYksmU .nav-link:focus {
  outline: none;
}
.cid-un9CVYksmU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9CVYksmU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9CVYksmU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9CVYksmU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9CVYksmU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9CVYksmU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9CVYksmU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9CVYksmU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9CVYksmU .navbar.opened {
  transition: all 0.3s;
}
.cid-un9CVYksmU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9CVYksmU .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9CVYksmU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9CVYksmU .navbar.collapsed {
  justify-content: center;
}
.cid-un9CVYksmU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9CVYksmU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9CVYksmU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9CVYksmU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9CVYksmU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9CVYksmU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9CVYksmU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9CVYksmU .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9CVYksmU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9CVYksmU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9CVYksmU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9CVYksmU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9CVYksmU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9CVYksmU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9CVYksmU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9CVYksmU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9CVYksmU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9CVYksmU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9CVYksmU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9CVYksmU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9CVYksmU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9CVYksmU .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9CVYksmU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9CVYksmU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9CVYksmU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9CVYksmU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9CVYksmU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9CVYksmU .dropdown-item.active,
.cid-un9CVYksmU .dropdown-item:active {
  background-color: transparent;
}
.cid-un9CVYksmU .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9CVYksmU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9CVYksmU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9CVYksmU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9CVYksmU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9CVYksmU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9CVYksmU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-un9CVYksmU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9CVYksmU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9CVYksmU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9CVYksmU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9CVYksmU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9CVYksmU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9CVYksmU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9CVYksmU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9CVYksmU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9CVYksmU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9CVYksmU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9CVYksmU .navbar {
    height: 70px;
  }
  .cid-un9CVYksmU .navbar.opened {
    height: auto;
  }
  .cid-un9CVYksmU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9CVYksmU .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9CVYksmU .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9CVYksmU .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9CVYksmU .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9CVYksmU .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9CVYksmU .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9CVYksmU .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9CVYksmU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9CVYksmU .text_widget {
  margin-bottom: 32px;
}
.cid-un9CVYksmU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9CVYksmU .text_widget a:hover,
.cid-un9CVYksmU .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9CVYksmU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9CVYksmU .navbar-caption {
  color: #000000;
}
.cid-un9CVYksmU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9CVYksmU .mbr-section-subtitle,
.cid-un9CVYksmU .text_widget,
.cid-un9CVYksmU .mbr-section-btn {
  text-align: center;
}
.cid-un9CVYksmU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9CVYksmU .nav-link,
.cid-un9CVYksmU .dropdown-item {
  color: #000000;
}
.cid-un9Ej4anXw {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #002040;
  flex-direction: column;
  justify-content: center;
}
.cid-un9Ej4anXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9Ej4anXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9Ej4anXw .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-un9Ej4anXw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9Ej4anXw .container {
    padding: 0 16px;
  }
}
.cid-un9Ej4anXw .row {
  justify-content: center;
}
.cid-un9Ej4anXw .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-un9Ej4anXw .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-un9Ej4anXw .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-un9Ej4anXw .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f7c59f !important;
  color: #0aa3c2 !important;
  border-color: #f7c59f !important;
}
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #004e89 !important;
  color: #0aa3c2 !important;
}
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f7c59f !important;
  color: #0aa3c2 !important;
}
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #20ac6b !important;
  color: #0aa3c2 !important;
}
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #0aa3c2 !important;
  color: #f7c59f !important;
  border-color: #0aa3c2 !important;
}
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc9900 !important;
  color: #0aa3c2 !important;
}
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ae1e2c !important;
  color: #0aa3c2 !important;
}
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-un9Ej4anXw .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-un9Ej4anXw .mbr-desc {
  color: #706cff;
}
.cid-un9Ej4anXw .mbr-section-title {
  color: #000000;
}
.cid-un9Ej4anXw .mbr-text {
  color: #c5ab50;
}
.cid-un9Ej4anXw .mbr-section-btn {
  text-align: center;
}
.cid-un9Ej4anXw .mbr-section-title,
.cid-un9Ej4anXw .mbr-section-btn {
  color: #c5ab50;
}
.cid-un9CW2NQot {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9CW2NQot .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9CW2NQot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9CW2NQot .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9CW2NQot .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9CW2NQot .container {
    padding: 0 16px;
  }
}
.cid-un9CW2NQot .row {
  position: relative;
  justify-content: center;
}
.cid-un9CW2NQot .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9CW2NQot .card {
  justify-content: center;
}
.cid-un9CW2NQot .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9CW2NQot .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9CW2NQot .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9CW2NQot .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9CW2NQot .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9CW2NQot .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9CW2NQot .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9CW2NQot .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9CW2NQot .nav-wrapper .list {
    display: block;
  }
}
.cid-un9CW2NQot .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9CW2NQot .nav-wrapper .list .item-wrap:hover::before,
.cid-un9CW2NQot .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9CW2NQot .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9CW2NQot .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9CW2NQot .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9CW2NQot .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9CW2NQot .mbr-copy {
  color: #c5ab50;
}
.cid-un9CW2NQot .list,
.cid-un9CW2NQot .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9CW2NQot .list,
  .cid-un9CW2NQot .nav-wrapper {
    text-align: left;
  }
}
.cid-un9CW2NQot .list,
.cid-un9CW2NQot .item-wrap,
.cid-un9CW2NQot .nav-wrapper {
  color: #c5ab50;
}
.cid-un9Fv5Bzzx {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-un9Fv5Bzzx .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-un9Fv5Bzzx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-un9Fv5Bzzx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un9Fv5Bzzx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-un9Fv5Bzzx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-un9Fv5Bzzx .menu_box .navbar.opened,
  .cid-un9Fv5Bzzx .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-un9Fv5Bzzx nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-un9Fv5Bzzx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-un9Fv5Bzzx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-un9Fv5Bzzx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-un9Fv5Bzzx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-un9Fv5Bzzx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-un9Fv5Bzzx .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-un9Fv5Bzzx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-un9Fv5Bzzx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-un9Fv5Bzzx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-un9Fv5Bzzx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-un9Fv5Bzzx .offcanvas-body .mbr-text,
  .cid-un9Fv5Bzzx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-un9Fv5Bzzx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-un9Fv5Bzzx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-un9Fv5Bzzx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-un9Fv5Bzzx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-un9Fv5Bzzx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-un9Fv5Bzzx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-un9Fv5Bzzx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-un9Fv5Bzzx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-un9Fv5Bzzx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9Fv5Bzzx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-un9Fv5Bzzx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-un9Fv5Bzzx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-un9Fv5Bzzx .lg_brand {
    margin: 0 1rem;
  }
  .cid-un9Fv5Bzzx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-un9Fv5Bzzx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-un9Fv5Bzzx .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-un9Fv5Bzzx .nav-item {
    margin: 0 !important;
  }
}
.cid-un9Fv5Bzzx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-un9Fv5Bzzx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-un9Fv5Bzzx .nav-item .nav-link:hover,
.cid-un9Fv5Bzzx .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-un9Fv5Bzzx .nav-item .nav-link:hover::before,
.cid-un9Fv5Bzzx .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-un9Fv5Bzzx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-un9Fv5Bzzx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-un9Fv5Bzzx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-un9Fv5Bzzx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-un9Fv5Bzzx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-un9Fv5Bzzx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-un9Fv5Bzzx .offcanvas_box {
    display: none;
  }
}
.cid-un9Fv5Bzzx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-un9Fv5Bzzx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-un9Fv5Bzzx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-un9Fv5Bzzx .container {
  display: flex;
  margin: auto;
}
.cid-un9Fv5Bzzx .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-un9Fv5Bzzx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-un9Fv5Bzzx .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-un9Fv5Bzzx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-un9Fv5Bzzx .navbar-nav {
    margin: 0;
  }
}
.cid-un9Fv5Bzzx .dropdown-menu,
.cid-un9Fv5Bzzx .navbar.opened {
  background-color: false !important;
}
.cid-un9Fv5Bzzx .nav-item:focus,
.cid-un9Fv5Bzzx .nav-link:focus {
  outline: none;
}
.cid-un9Fv5Bzzx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un9Fv5Bzzx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un9Fv5Bzzx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un9Fv5Bzzx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un9Fv5Bzzx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un9Fv5Bzzx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un9Fv5Bzzx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-un9Fv5Bzzx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-un9Fv5Bzzx .navbar.opened {
  transition: all 0.3s;
}
.cid-un9Fv5Bzzx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-un9Fv5Bzzx .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-un9Fv5Bzzx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-un9Fv5Bzzx .navbar.collapsed {
  justify-content: center;
}
.cid-un9Fv5Bzzx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un9Fv5Bzzx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un9Fv5Bzzx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un9Fv5Bzzx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un9Fv5Bzzx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un9Fv5Bzzx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-un9Fv5Bzzx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-un9Fv5Bzzx .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-un9Fv5Bzzx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-un9Fv5Bzzx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un9Fv5Bzzx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un9Fv5Bzzx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-un9Fv5Bzzx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un9Fv5Bzzx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-un9Fv5Bzzx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un9Fv5Bzzx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-un9Fv5Bzzx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-un9Fv5Bzzx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-un9Fv5Bzzx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-un9Fv5Bzzx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un9Fv5Bzzx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-un9Fv5Bzzx .navbar.navbar-short {
  min-height: 60px;
}
.cid-un9Fv5Bzzx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un9Fv5Bzzx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un9Fv5Bzzx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un9Fv5Bzzx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-un9Fv5Bzzx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un9Fv5Bzzx .dropdown-item.active,
.cid-un9Fv5Bzzx .dropdown-item:active {
  background-color: transparent;
}
.cid-un9Fv5Bzzx .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-un9Fv5Bzzx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un9Fv5Bzzx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un9Fv5Bzzx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un9Fv5Bzzx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-un9Fv5Bzzx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un9Fv5Bzzx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-un9Fv5Bzzx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-un9Fv5Bzzx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un9Fv5Bzzx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9Fv5Bzzx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un9Fv5Bzzx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un9Fv5Bzzx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9Fv5Bzzx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un9Fv5Bzzx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un9Fv5Bzzx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un9Fv5Bzzx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-un9Fv5Bzzx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un9Fv5Bzzx .navbar {
    height: 70px;
  }
  .cid-un9Fv5Bzzx .navbar.opened {
    height: auto;
  }
  .cid-un9Fv5Bzzx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un9Fv5Bzzx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-un9Fv5Bzzx .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-un9Fv5Bzzx .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-un9Fv5Bzzx .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-un9Fv5Bzzx .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-un9Fv5Bzzx .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-un9Fv5Bzzx .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-un9Fv5Bzzx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-un9Fv5Bzzx .text_widget {
  margin-bottom: 32px;
}
.cid-un9Fv5Bzzx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-un9Fv5Bzzx .text_widget a:hover,
.cid-un9Fv5Bzzx .text_widget a:focus {
  opacity: 0.8;
}
.cid-un9Fv5Bzzx .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-un9Fv5Bzzx .navbar-caption {
  color: #000000;
}
.cid-un9Fv5Bzzx .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-un9Fv5Bzzx .mbr-section-subtitle,
.cid-un9Fv5Bzzx .text_widget,
.cid-un9Fv5Bzzx .mbr-section-btn {
  text-align: center;
}
.cid-un9Fv5Bzzx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-un9Fv5Bzzx .nav-link,
.cid-un9Fv5Bzzx .dropdown-item {
  color: #000000;
}
.cid-un9Fv6FdJJ {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #002040;
  flex-direction: column;
  justify-content: center;
}
.cid-un9Fv6FdJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9Fv6FdJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9Fv6FdJJ .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-un9Fv6FdJJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9Fv6FdJJ .container {
    padding: 0 16px;
  }
}
.cid-un9Fv6FdJJ .row {
  justify-content: center;
}
.cid-un9Fv6FdJJ .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-un9Fv6FdJJ .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-un9Fv6FdJJ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f7c59f !important;
  color: #0aa3c2 !important;
  border-color: #f7c59f !important;
}
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #004e89 !important;
  color: #0aa3c2 !important;
}
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f7c59f !important;
  color: #0aa3c2 !important;
}
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #20ac6b !important;
  color: #0aa3c2 !important;
}
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #0aa3c2 !important;
  color: #f7c59f !important;
  border-color: #0aa3c2 !important;
}
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc9900 !important;
  color: #0aa3c2 !important;
}
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ae1e2c !important;
  color: #0aa3c2 !important;
}
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-un9Fv6FdJJ .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-un9Fv6FdJJ .mbr-desc {
  color: #706cff;
}
.cid-un9Fv6FdJJ .mbr-section-title {
  color: #000000;
}
.cid-un9Fv6FdJJ .mbr-text {
  color: #c5ab50;
}
.cid-un9Fv6FdJJ .mbr-section-btn {
  text-align: center;
}
.cid-un9Fv6FdJJ .mbr-section-title,
.cid-un9Fv6FdJJ .mbr-section-btn {
  color: #c5ab50;
}
.cid-un9Fv7qpnN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-un9Fv7qpnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9Fv7qpnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9Fv7qpnN .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-un9Fv7qpnN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-un9Fv7qpnN .container {
    padding: 0 16px;
  }
}
.cid-un9Fv7qpnN .row {
  position: relative;
  justify-content: center;
}
.cid-un9Fv7qpnN .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-un9Fv7qpnN .card {
  justify-content: center;
}
.cid-un9Fv7qpnN .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9Fv7qpnN .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-un9Fv7qpnN .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-un9Fv7qpnN .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-un9Fv7qpnN .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-un9Fv7qpnN .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-un9Fv7qpnN .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-un9Fv7qpnN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-un9Fv7qpnN .nav-wrapper .list {
    display: block;
  }
}
.cid-un9Fv7qpnN .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-un9Fv7qpnN .nav-wrapper .list .item-wrap:hover::before,
.cid-un9Fv7qpnN .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-un9Fv7qpnN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-un9Fv7qpnN .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-un9Fv7qpnN .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-un9Fv7qpnN .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-un9Fv7qpnN .mbr-copy {
  color: #c5ab50;
}
.cid-un9Fv7qpnN .list,
.cid-un9Fv7qpnN .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-un9Fv7qpnN .list,
  .cid-un9Fv7qpnN .nav-wrapper {
    text-align: left;
  }
}
.cid-un9Fv7qpnN .list,
.cid-un9Fv7qpnN .item-wrap,
.cid-un9Fv7qpnN .nav-wrapper {
  color: #c5ab50;
}
.cid-unj7X0gNfk {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-unj7X0gNfk .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-unj7X0gNfk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-unj7X0gNfk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unj7X0gNfk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unj7X0gNfk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unj7X0gNfk .menu_box .navbar.opened,
  .cid-unj7X0gNfk .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-unj7X0gNfk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-unj7X0gNfk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-unj7X0gNfk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unj7X0gNfk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unj7X0gNfk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unj7X0gNfk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unj7X0gNfk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-unj7X0gNfk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unj7X0gNfk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unj7X0gNfk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unj7X0gNfk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unj7X0gNfk .offcanvas-body .mbr-text,
  .cid-unj7X0gNfk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unj7X0gNfk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unj7X0gNfk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unj7X0gNfk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-unj7X0gNfk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unj7X0gNfk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unj7X0gNfk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unj7X0gNfk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unj7X0gNfk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unj7X0gNfk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unj7X0gNfk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unj7X0gNfk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unj7X0gNfk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unj7X0gNfk .lg_brand {
    margin: 0 1rem;
  }
  .cid-unj7X0gNfk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-unj7X0gNfk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-unj7X0gNfk .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-unj7X0gNfk .nav-item {
    margin: 0 !important;
  }
}
.cid-unj7X0gNfk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-unj7X0gNfk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-unj7X0gNfk .nav-item .nav-link:hover,
.cid-unj7X0gNfk .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-unj7X0gNfk .nav-item .nav-link:hover::before,
.cid-unj7X0gNfk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-unj7X0gNfk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unj7X0gNfk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unj7X0gNfk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unj7X0gNfk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unj7X0gNfk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unj7X0gNfk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unj7X0gNfk .offcanvas_box {
    display: none;
  }
}
.cid-unj7X0gNfk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unj7X0gNfk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unj7X0gNfk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unj7X0gNfk .container {
  display: flex;
  margin: auto;
}
.cid-unj7X0gNfk .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unj7X0gNfk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unj7X0gNfk .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-unj7X0gNfk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unj7X0gNfk .navbar-nav {
    margin: 0;
  }
}
.cid-unj7X0gNfk .dropdown-menu,
.cid-unj7X0gNfk .navbar.opened {
  background-color: false !important;
}
.cid-unj7X0gNfk .nav-item:focus,
.cid-unj7X0gNfk .nav-link:focus {
  outline: none;
}
.cid-unj7X0gNfk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unj7X0gNfk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unj7X0gNfk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unj7X0gNfk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unj7X0gNfk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unj7X0gNfk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unj7X0gNfk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unj7X0gNfk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unj7X0gNfk .navbar.opened {
  transition: all 0.3s;
}
.cid-unj7X0gNfk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unj7X0gNfk .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-unj7X0gNfk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unj7X0gNfk .navbar.collapsed {
  justify-content: center;
}
.cid-unj7X0gNfk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unj7X0gNfk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unj7X0gNfk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unj7X0gNfk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unj7X0gNfk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unj7X0gNfk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unj7X0gNfk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unj7X0gNfk .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-unj7X0gNfk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unj7X0gNfk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unj7X0gNfk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unj7X0gNfk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unj7X0gNfk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unj7X0gNfk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unj7X0gNfk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unj7X0gNfk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unj7X0gNfk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unj7X0gNfk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unj7X0gNfk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unj7X0gNfk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unj7X0gNfk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unj7X0gNfk .navbar.navbar-short {
  min-height: 60px;
}
.cid-unj7X0gNfk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unj7X0gNfk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unj7X0gNfk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unj7X0gNfk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-unj7X0gNfk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unj7X0gNfk .dropdown-item.active,
.cid-unj7X0gNfk .dropdown-item:active {
  background-color: transparent;
}
.cid-unj7X0gNfk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-unj7X0gNfk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unj7X0gNfk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unj7X0gNfk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unj7X0gNfk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unj7X0gNfk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unj7X0gNfk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-unj7X0gNfk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-unj7X0gNfk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unj7X0gNfk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unj7X0gNfk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unj7X0gNfk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unj7X0gNfk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unj7X0gNfk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unj7X0gNfk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unj7X0gNfk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unj7X0gNfk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unj7X0gNfk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unj7X0gNfk .navbar {
    height: 70px;
  }
  .cid-unj7X0gNfk .navbar.opened {
    height: auto;
  }
  .cid-unj7X0gNfk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unj7X0gNfk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-unj7X0gNfk .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-unj7X0gNfk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unj7X0gNfk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unj7X0gNfk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-unj7X0gNfk .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-unj7X0gNfk .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-unj7X0gNfk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unj7X0gNfk .text_widget {
  margin-bottom: 32px;
}
.cid-unj7X0gNfk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unj7X0gNfk .text_widget a:hover,
.cid-unj7X0gNfk .text_widget a:focus {
  opacity: 0.8;
}
.cid-unj7X0gNfk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-unj7X0gNfk .navbar-caption {
  color: #000000;
}
.cid-unj7X0gNfk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-unj7X0gNfk .mbr-section-subtitle,
.cid-unj7X0gNfk .text_widget,
.cid-unj7X0gNfk .mbr-section-btn {
  text-align: center;
}
.cid-unj7X0gNfk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unj7X0gNfk .nav-link,
.cid-unj7X0gNfk .dropdown-item {
  color: #000000;
}
.cid-unj7X0FZRt {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #002040;
  flex-direction: column;
  justify-content: center;
}
.cid-unj7X0FZRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj7X0FZRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj7X0FZRt .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-unj7X0FZRt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-unj7X0FZRt .container {
    padding: 0 16px;
  }
}
.cid-unj7X0FZRt .row {
  justify-content: center;
}
.cid-unj7X0FZRt .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-unj7X0FZRt .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-unj7X0FZRt .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-unj7X0FZRt .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f7c59f !important;
  color: #0aa3c2 !important;
  border-color: #f7c59f !important;
}
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #004e89 !important;
  color: #0aa3c2 !important;
}
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f7c59f !important;
  color: #0aa3c2 !important;
}
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #20ac6b !important;
  color: #0aa3c2 !important;
}
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #0aa3c2 !important;
  color: #f7c59f !important;
  border-color: #0aa3c2 !important;
}
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc9900 !important;
  color: #0aa3c2 !important;
}
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ae1e2c !important;
  color: #0aa3c2 !important;
}
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-unj7X0FZRt .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-unj7X0FZRt .mbr-desc {
  color: #706cff;
}
.cid-unj7X0FZRt .mbr-section-title {
  color: #000000;
}
.cid-unj7X0FZRt .mbr-text {
  color: #c5ab50;
}
.cid-unj7X0FZRt .mbr-section-btn {
  text-align: center;
}
.cid-unj7X0FZRt .mbr-section-title,
.cid-unj7X0FZRt .mbr-section-btn {
  color: #c5ab50;
}
.cid-unj7X1l0FO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-unj7X1l0FO .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj7X1l0FO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj7X1l0FO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-unj7X1l0FO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-unj7X1l0FO .container {
    padding: 0 16px;
  }
}
.cid-unj7X1l0FO .row {
  position: relative;
  justify-content: center;
}
.cid-unj7X1l0FO .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-unj7X1l0FO .card {
  justify-content: center;
}
.cid-unj7X1l0FO .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-unj7X1l0FO .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-unj7X1l0FO .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unj7X1l0FO .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-unj7X1l0FO .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-unj7X1l0FO .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-unj7X1l0FO .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-unj7X1l0FO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-unj7X1l0FO .nav-wrapper .list {
    display: block;
  }
}
.cid-unj7X1l0FO .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-unj7X1l0FO .nav-wrapper .list .item-wrap:hover::before,
.cid-unj7X1l0FO .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-unj7X1l0FO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-unj7X1l0FO .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-unj7X1l0FO .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-unj7X1l0FO .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-unj7X1l0FO .mbr-copy {
  color: #c5ab50;
}
.cid-unj7X1l0FO .list,
.cid-unj7X1l0FO .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-unj7X1l0FO .list,
  .cid-unj7X1l0FO .nav-wrapper {
    text-align: left;
  }
}
.cid-unj7X1l0FO .list,
.cid-unj7X1l0FO .item-wrap,
.cid-unj7X1l0FO .nav-wrapper {
  color: #c5ab50;
}
.cid-uU2O4t3QOx {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uU2O4t3QOx .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uU2O4t3QOx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-uU2O4t3QOx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uU2O4t3QOx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uU2O4t3QOx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uU2O4t3QOx .menu_box .navbar.opened,
  .cid-uU2O4t3QOx .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uU2O4t3QOx nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uU2O4t3QOx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uU2O4t3QOx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uU2O4t3QOx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uU2O4t3QOx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uU2O4t3QOx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uU2O4t3QOx .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uU2O4t3QOx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uU2O4t3QOx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uU2O4t3QOx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uU2O4t3QOx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uU2O4t3QOx .offcanvas-body .mbr-text,
  .cid-uU2O4t3QOx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uU2O4t3QOx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uU2O4t3QOx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uU2O4t3QOx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uU2O4t3QOx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uU2O4t3QOx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uU2O4t3QOx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uU2O4t3QOx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uU2O4t3QOx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uU2O4t3QOx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uU2O4t3QOx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uU2O4t3QOx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uU2O4t3QOx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uU2O4t3QOx .lg_brand {
    margin: 0 1rem;
  }
  .cid-uU2O4t3QOx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uU2O4t3QOx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uU2O4t3QOx .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uU2O4t3QOx .nav-item {
    margin: 0 !important;
  }
}
.cid-uU2O4t3QOx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uU2O4t3QOx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uU2O4t3QOx .nav-item .nav-link:hover,
.cid-uU2O4t3QOx .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uU2O4t3QOx .nav-item .nav-link:hover::before,
.cid-uU2O4t3QOx .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uU2O4t3QOx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uU2O4t3QOx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uU2O4t3QOx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uU2O4t3QOx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uU2O4t3QOx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uU2O4t3QOx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uU2O4t3QOx .offcanvas_box {
    display: none;
  }
}
.cid-uU2O4t3QOx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uU2O4t3QOx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uU2O4t3QOx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uU2O4t3QOx .container {
  display: flex;
  margin: auto;
}
.cid-uU2O4t3QOx .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uU2O4t3QOx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uU2O4t3QOx .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uU2O4t3QOx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uU2O4t3QOx .navbar-nav {
    margin: 0;
  }
}
.cid-uU2O4t3QOx .dropdown-menu,
.cid-uU2O4t3QOx .navbar.opened {
  background-color: false !important;
}
.cid-uU2O4t3QOx .nav-item:focus,
.cid-uU2O4t3QOx .nav-link:focus {
  outline: none;
}
.cid-uU2O4t3QOx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU2O4t3QOx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU2O4t3QOx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU2O4t3QOx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU2O4t3QOx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU2O4t3QOx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU2O4t3QOx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uU2O4t3QOx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uU2O4t3QOx .navbar.opened {
  transition: all 0.3s;
}
.cid-uU2O4t3QOx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uU2O4t3QOx .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uU2O4t3QOx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uU2O4t3QOx .navbar.collapsed {
  justify-content: center;
}
.cid-uU2O4t3QOx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU2O4t3QOx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uU2O4t3QOx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU2O4t3QOx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU2O4t3QOx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU2O4t3QOx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uU2O4t3QOx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uU2O4t3QOx .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uU2O4t3QOx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uU2O4t3QOx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU2O4t3QOx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU2O4t3QOx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uU2O4t3QOx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU2O4t3QOx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uU2O4t3QOx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uU2O4t3QOx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uU2O4t3QOx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uU2O4t3QOx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uU2O4t3QOx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uU2O4t3QOx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU2O4t3QOx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uU2O4t3QOx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uU2O4t3QOx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uU2O4t3QOx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uU2O4t3QOx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uU2O4t3QOx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uU2O4t3QOx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU2O4t3QOx .dropdown-item.active,
.cid-uU2O4t3QOx .dropdown-item:active {
  background-color: transparent;
}
.cid-uU2O4t3QOx .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uU2O4t3QOx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU2O4t3QOx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU2O4t3QOx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uU2O4t3QOx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uU2O4t3QOx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uU2O4t3QOx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-uU2O4t3QOx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU2O4t3QOx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU2O4t3QOx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU2O4t3QOx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU2O4t3QOx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU2O4t3QOx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU2O4t3QOx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU2O4t3QOx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU2O4t3QOx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU2O4t3QOx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uU2O4t3QOx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU2O4t3QOx .navbar {
    height: 70px;
  }
  .cid-uU2O4t3QOx .navbar.opened {
    height: auto;
  }
  .cid-uU2O4t3QOx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU2O4t3QOx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uU2O4t3QOx .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uU2O4t3QOx .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uU2O4t3QOx .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uU2O4t3QOx .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uU2O4t3QOx .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uU2O4t3QOx .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-uU2O4t3QOx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uU2O4t3QOx .text_widget {
  margin-bottom: 32px;
}
.cid-uU2O4t3QOx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uU2O4t3QOx .text_widget a:hover,
.cid-uU2O4t3QOx .text_widget a:focus {
  opacity: 0.8;
}
.cid-uU2O4t3QOx .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uU2O4t3QOx .navbar-caption {
  color: #000000;
}
.cid-uU2O4t3QOx .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uU2O4t3QOx .mbr-section-subtitle,
.cid-uU2O4t3QOx .text_widget,
.cid-uU2O4t3QOx .mbr-section-btn {
  text-align: center;
}
.cid-uU2O4t3QOx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uU2O4t3QOx .nav-link,
.cid-uU2O4t3QOx .dropdown-item {
  color: #000000;
}
.cid-uU2O4wh5Qk {
  padding-top: 11rem;
  padding-bottom: 7rem;
  background-color: #002040;
}
.cid-uU2O4wh5Qk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU2O4wh5Qk .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-uU2O4wh5Qk .container {
    padding: 0 16px;
  }
}
.cid-uU2O4wh5Qk .row {
  position: relative;
  z-index: 1;
}
.cid-uU2O4wh5Qk .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uU2O4wh5Qk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uU2O4wh5Qk .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uU2O4wh5Qk .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uU2O4wh5Qk .title-wrapper .buttons-wrap .mbr-section-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uU2O4wh5Qk .title-wrapper .buttons-wrap .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-uU2O4wh5Qk .items-wrapper .item {
  margin-top: 64px;
  padding-top: 104px;
  position: relative;
}
.cid-uU2O4wh5Qk .items-wrapper .item:nth-child(2n)::before {
  background-color: #004e89;
}
.cid-uU2O4wh5Qk .items-wrapper .item:nth-child(2n)::after {
  background-color: #004e89;
}
.cid-uU2O4wh5Qk .items-wrapper .item:nth-child(2n) .item-wrapper {
  background-color: #004e89;
}
.cid-uU2O4wh5Qk .items-wrapper .item:nth-child(3n)::before {
  background-color: #eec222;
}
.cid-uU2O4wh5Qk .items-wrapper .item:nth-child(3n)::after {
  background-color: #eec222;
}
.cid-uU2O4wh5Qk .items-wrapper .item:nth-child(3n) .item-wrapper {
  background-color: #eec222;
}
@media (max-width: 992px) {
  .cid-uU2O4wh5Qk .items-wrapper .item {
    margin-top: 32px;
    padding-top: 0;
  }
}
.cid-uU2O4wh5Qk .items-wrapper .item:first-child {
  margin-top: -96px;
}
@media (max-width: 992px) {
  .cid-uU2O4wh5Qk .items-wrapper .item:first-child {
    margin-top: 0;
  }
}
.cid-uU2O4wh5Qk .items-wrapper .item::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 140px;
  top: 0;
  right: 0;
  border-top-right-radius: 24px;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-uU2O4wh5Qk .items-wrapper .item::before {
    display: none;
  }
}
.cid-uU2O4wh5Qk .items-wrapper .item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 15%;
  width: 43%;
  height: 110px;
  transform: skew(-45deg) !important;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-uU2O4wh5Qk .items-wrapper .item::after {
    display: none;
  }
}
.cid-uU2O4wh5Qk .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  border-radius: 24px !important;
  background-color: #ff6b35;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uU2O4wh5Qk .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uU2O4wh5Qk .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 96px;
}
@media (max-width: 992px) {
  .cid-uU2O4wh5Qk .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    padding: 24px;
  }
}
.cid-uU2O4wh5Qk .items-wrapper .item .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  box-shadow: 6px 8px 0 0 #000000;
  object-fit: cover;
}
.cid-uU2O4wh5Qk .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 96px;
  padding-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uU2O4wh5Qk .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 24px;
  }
}
.cid-uU2O4wh5Qk .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uU2O4wh5Qk .items-wrapper .item .item-wrapper .item-content .item-title {
    text-align: left;
    margin-bottom: 24px;
  }
}
.cid-uU2O4wh5Qk .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uU2O4wh5Qk .items-wrapper .item .item-wrapper .item-content .item-number {
    margin-bottom: 24px;
  }
}
.cid-uU2O4wh5Qk .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uU2O4wh5Qk .mbr-section-title {
  color: #000000;
}
.cid-uU2O4wh5Qk .mbr-section-subtitle {
  color: #000000;
}
.cid-uU2O4wh5Qk .item-title {
  color: #000000;
  text-align: right;
}
.cid-uU2O4wh5Qk .item-number {
  color: #000000;
}
.cid-uU2O4wh5Qk .item-text {
  color: #000000;
}
.cid-uU2O4wh5Qk .mbr-section-title,
.cid-uU2O4wh5Qk .mbr-section-btn {
  color: #c5ab50;
}
.cid-uU2O4wh5Qk .mbr-section-subtitle,
.cid-uU2O4wh5Qk .subtitle-wrapper {
  color: #000000;
}
.cid-uU2O4wh5Qk .item-title1 {
  color: #FFFFFF;
}
.cid-uU2O4wh5Qk .item-number1 {
  color: #FFFFFF;
}
.cid-uU2O4wh5Qk .item-text1 {
  color: #FFFFFF;
}
.cid-uU2O4twnB2 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uU2O4twnB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU2O4twnB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU2O4twnB2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uU2O4twnB2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uU2O4twnB2 .container {
    padding: 0 16px;
  }
}
.cid-uU2O4twnB2 .row {
  position: relative;
  z-index: 1;
}
.cid-uU2O4twnB2 .card {
  justify-content: flex-end;
}
.cid-uU2O4twnB2 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-uU2O4twnB2 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uU2O4twnB2 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uU2O4twnB2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uU2O4twnB2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uU2O4twnB2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uU2O4twnB2 .tabs-wrapper {
  text-align: right;
}
.cid-uU2O4twnB2 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #f7c59f;
  box-shadow: 4px 6px 0 0 #004e89;
  margin-bottom: 24px;
}
.cid-uU2O4twnB2 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-uU2O4twnB2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uU2O4twnB2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uU2O4twnB2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ff6b35;
  color: #000000;
}
.cid-uU2O4twnB2 .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #f7c59f;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uU2O4twnB2 .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-uU2O4twnB2 .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uU2O4twnB2 .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-uU2O4twnB2 .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-uU2O4twnB2 .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uU2O4twnB2 .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uU2O4twnB2 .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uU2O4twnB2 .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uU2O4twnB2 .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uU2O4twnB2 .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uU2O4twnB2 .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #004e89;
}
@media (max-width: 992px) {
  .cid-uU2O4twnB2 .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uU2O4twnB2 .mbr-section-title {
  color: #000000;
}
.cid-uU2O4twnB2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uU2O4twnB2 .mbr-text {
  color: #000000;
}
.cid-uU2O4twnB2 .item-title {
  color: #000000;
}
.cid-uU2O4twnB2 .item-text {
  color: #000000;
}
.cid-uU2O4twnB2 .mbr-section-subtitle,
.cid-uU2O4twnB2 .subtitle-wrapper {
  color: #000000;
}
.cid-uU2O4twnB2 .mbr-section-title,
.cid-uU2O4twnB2 .tabs-wrapper {
  color: #c5ab50;
}
.cid-uU2O4twnB2 .mbr-text,
.cid-uU2O4twnB2 .text-wrapper {
  color: #c5ab50;
}
.cid-uU2O4uyssL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uU2O4uyssL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU2O4uyssL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU2O4uyssL .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uU2O4uyssL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uU2O4uyssL .container {
    padding: 0 16px;
  }
}
.cid-uU2O4uyssL .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uU2O4uyssL .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uU2O4uyssL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uU2O4uyssL .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-uU2O4uyssL .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uU2O4uyssL .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uU2O4uyssL .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uU2O4uyssL .item .item-wrapper .item-img img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-uU2O4uyssL .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uU2O4uyssL .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-uU2O4uyssL .mbr-section-title {
  color: #c5ab50;
  text-align: center;
}
.cid-uU2O4uyssL .item-text {
  color: #000000;
}
.cid-uU2O4uyssL .item-text,
.cid-uU2O4uyssL .mbr-section-btn {
  color: #c5ab50;
}
.cid-uU2O4uV7At {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #002040;
  overflow: hidden;
}
.cid-uU2O4uV7At .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uU2O4uV7At .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uU2O4uV7At .container {
    padding: 0 16px;
  }
}
.cid-uU2O4uV7At .row {
  justify-content: center;
}
.cid-uU2O4uV7At .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #c5ab50;
}
.cid-uU2O4uV7At .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #c5ab50;
  text-align: right;
}
.cid-uU2O4uV7At .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-uU2O4uV7At .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-uU2O4uV7At .embla__slide .slide-content {
  width: 100%;
}
.cid-uU2O4uV7At .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-uU2O4uV7At .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uU2O4uV7At .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uU2O4uV7At .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uU2O4uV7At .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uU2O4uV7At .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uU2O4uV7At .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uU2O4uV7At .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uU2O4uV7At .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uU2O4uV7At .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uU2O4uV7At .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uU2O4uV7At .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-uU2O4uV7At .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-uU2O4uV7At .embla__button--next,
.cid-uU2O4uV7At .embla__button--prev {
  display: flex;
}
.cid-uU2O4uV7At .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uU2O4uV7At .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU2O4uV7At .embla__button:hover {
  opacity: 0.5;
}
.cid-uU2O4uV7At .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uU2O4uV7At .embla__button.embla__button--next {
  right: 16px;
}
.cid-uU2O4uV7At .embla {
  position: relative;
  width: 100%;
}
.cid-uU2O4uV7At .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uU2O4uV7At .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU2O4uV7At .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU2O4uV7At .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU2O4uV7At .item-text {
  color: #000000;
}
.cid-uU2O4uV7At .item-name {
  color: #000000;
}
.cid-uU2O4uV7At .item-role {
  color: #000000;
}
.cid-uU2O4uV7At .item-name,
.cid-uU2O4uV7At .image-wrapper {
  color: #000000;
}
.cid-uU2O4uV7At .item-role,
.cid-uU2O4uV7At .image-wrapper {
  color: #000000;
}
.cid-uU2O4uV7At .item-text1 {
  color: #000000;
}
.cid-uU2O4uV7At .item-name1 {
  color: #000000;
}
.cid-uU2O4uV7At .item-role1 {
  color: #000000;
}
.cid-uU2O4uV7At .item-text2 {
  color: #FFFFFF;
}
.cid-uU2O4uV7At .item-name2 {
  color: #FFFFFF;
}
.cid-uU2O4uV7At .item-role2 {
  color: #FFFFFF;
}
.cid-uU2O4uV7At .item-text3 {
  color: #000000;
}
.cid-uU2O4uV7At .item-name3 {
  color: #000000;
}
.cid-uU2O4uV7At .item-role3 {
  color: #000000;
}
.cid-uU2O4vtRzr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uU2O4vtRzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU2O4vtRzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU2O4vtRzr .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uU2O4vtRzr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uU2O4vtRzr .container {
    padding: 0 16px;
  }
}
.cid-uU2O4vtRzr .row {
  position: relative;
  z-index: 1;
}
.cid-uU2O4vtRzr .card {
  justify-content: flex-end;
}
.cid-uU2O4vtRzr .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uU2O4vtRzr .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uU2O4vtRzr .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uU2O4vtRzr .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uU2O4vtRzr .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uU2O4vtRzr .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uU2O4vtRzr .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uU2O4vtRzr .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uU2O4vtRzr .card-wrapper .image-wrapper .card-desc {
    left: 0.5rem;
  }
}
.cid-uU2O4vtRzr .card-wrapper .card-wrap {
  background-color: #ff6b35;
  box-shadow: 4px 6px 0 0 #004e89;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uU2O4vtRzr .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uU2O4vtRzr .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uU2O4vtRzr .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uU2O4vtRzr .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uU2O4vtRzr .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uU2O4vtRzr .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uU2O4vtRzr .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uU2O4vtRzr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uU2O4vtRzr .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uU2O4vtRzr .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uU2O4vtRzr .text-wrapper {
    margin-left: 0;
  }
}
.cid-uU2O4vtRzr .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uU2O4vtRzr .mbr-section-title {
  color: #c5ab50;
  text-align: right;
}
.cid-uU2O4vtRzr .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uU2O4vtRzr .mbr-text {
  color: #000000;
}
.cid-uU2O4vtRzr .card-desc {
  color: #000000;
}
.cid-uU2O4vtRzr .card-text {
  color: #000000;
}
.cid-uU2O4vtRzr .card-name {
  color: #000000;
}
.cid-uU2O4vtRzr .card-role {
  color: #000000;
}
.cid-uU2O4vtRzr .mbr-text,
.cid-uU2O4vtRzr .mbr-section-btn {
  color: #c5ab50;
}
.cid-uU2O4wLMio {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uU2O4wLMio .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU2O4wLMio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU2O4wLMio .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uU2O4wLMio .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uU2O4wLMio .container {
    padding: 0 16px;
  }
}
.cid-uU2O4wLMio .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uU2O4wLMio .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uU2O4wLMio .item:hover .item-wrapper .card-box,
.cid-uU2O4wLMio .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-uU2O4wLMio .item:hover .item-wrapper .card-box .item-price,
.cid-uU2O4wLMio .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-uU2O4wLMio .item:hover .item-wrapper .card-box .btn-primary,
.cid-uU2O4wLMio .item:focus .item-wrapper .card-box .btn-primary,
.cid-uU2O4wLMio .item:hover .item-wrapper .card-box .btn-secondary,
.cid-uU2O4wLMio .item:focus .item-wrapper .card-box .btn-secondary,
.cid-uU2O4wLMio .item:hover .item-wrapper .card-box .btn-success,
.cid-uU2O4wLMio .item:focus .item-wrapper .card-box .btn-success,
.cid-uU2O4wLMio .item:hover .item-wrapper .card-box .btn-info,
.cid-uU2O4wLMio .item:focus .item-wrapper .card-box .btn-info,
.cid-uU2O4wLMio .item:hover .item-wrapper .card-box .btn-warning,
.cid-uU2O4wLMio .item:focus .item-wrapper .card-box .btn-warning,
.cid-uU2O4wLMio .item:hover .item-wrapper .card-box .btn-danger,
.cid-uU2O4wLMio .item:focus .item-wrapper .card-box .btn-danger,
.cid-uU2O4wLMio .item:hover .item-wrapper .card-box .btn-black,
.cid-uU2O4wLMio .item:focus .item-wrapper .card-box .btn-black,
.cid-uU2O4wLMio .item:hover .item-wrapper .card-box .btn-white,
.cid-uU2O4wLMio .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-uU2O4wLMio .item .item-wrapper {
  height: 100%;
}
.cid-uU2O4wLMio .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #c5ab50;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uU2O4wLMio .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uU2O4wLMio .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uU2O4wLMio .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #c5ab50;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uU2O4wLMio .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU2O4wLMio .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uU2O4wLMio .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-uU2O4wLMio .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-uU2O4wLMio .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-uU2O4wLMio .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-uU2O4wLMio .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uU2O4wLMio .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-uU2O4wLMio .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #c5ab50;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uU2O4wLMio .item-title {
  color: #FF6B35;
}
.cid-uU2O4wLMio .item-desc {
  color: #000000;
}
.cid-uU2O4wLMio .item-price {
  color: #000000;
}
.cid-uU2O4wLMio .list {
  color: #000000;
}
.cid-uU2O4wLMio .item-price,
.cid-uU2O4wLMio .mbr-section-btn {
  color: #c5ab50;
}
.cid-uU2O4wLMio .list,
.cid-uU2O4wLMio .item-wrap,
.cid-uU2O4wLMio .list-wrapper {
  color: #c5ab50;
}
.cid-uU2O4xDtrV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-uU2O4xDtrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU2O4xDtrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU2O4xDtrV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uU2O4xDtrV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uU2O4xDtrV .container {
    padding: 0 16px;
  }
}
.cid-uU2O4xDtrV .row {
  position: relative;
  justify-content: center;
}
.cid-uU2O4xDtrV .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uU2O4xDtrV .card {
  justify-content: center;
}
.cid-uU2O4xDtrV .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uU2O4xDtrV .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uU2O4xDtrV .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uU2O4xDtrV .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uU2O4xDtrV .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uU2O4xDtrV .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uU2O4xDtrV .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uU2O4xDtrV .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uU2O4xDtrV .nav-wrapper .list {
    display: block;
  }
}
.cid-uU2O4xDtrV .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uU2O4xDtrV .nav-wrapper .list .item-wrap:hover::before,
.cid-uU2O4xDtrV .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uU2O4xDtrV .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uU2O4xDtrV .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uU2O4xDtrV .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uU2O4xDtrV .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uU2O4xDtrV .mbr-copy {
  color: #c5ab50;
}
.cid-uU2O4xDtrV .list,
.cid-uU2O4xDtrV .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uU2O4xDtrV .list,
  .cid-uU2O4xDtrV .nav-wrapper {
    text-align: left;
  }
}
.cid-uU2O4xDtrV .list,
.cid-uU2O4xDtrV .item-wrap,
.cid-uU2O4xDtrV .nav-wrapper {
  color: #c5ab50;
}
.cid-uUpnCzakFE {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uUpnCzakFE .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uUpnCzakFE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-uUpnCzakFE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUpnCzakFE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUpnCzakFE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUpnCzakFE .menu_box .navbar.opened,
  .cid-uUpnCzakFE .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUpnCzakFE nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUpnCzakFE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uUpnCzakFE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUpnCzakFE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUpnCzakFE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUpnCzakFE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUpnCzakFE .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uUpnCzakFE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUpnCzakFE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUpnCzakFE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUpnCzakFE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUpnCzakFE .offcanvas-body .mbr-text,
  .cid-uUpnCzakFE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uUpnCzakFE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uUpnCzakFE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUpnCzakFE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uUpnCzakFE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUpnCzakFE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUpnCzakFE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUpnCzakFE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUpnCzakFE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUpnCzakFE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUpnCzakFE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUpnCzakFE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUpnCzakFE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uUpnCzakFE .lg_brand {
    margin: 0 1rem;
  }
  .cid-uUpnCzakFE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uUpnCzakFE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uUpnCzakFE .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uUpnCzakFE .nav-item {
    margin: 0 !important;
  }
}
.cid-uUpnCzakFE .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uUpnCzakFE .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uUpnCzakFE .nav-item .nav-link:hover,
.cid-uUpnCzakFE .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uUpnCzakFE .nav-item .nav-link:hover::before,
.cid-uUpnCzakFE .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUpnCzakFE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUpnCzakFE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUpnCzakFE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUpnCzakFE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUpnCzakFE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUpnCzakFE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUpnCzakFE .offcanvas_box {
    display: none;
  }
}
.cid-uUpnCzakFE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUpnCzakFE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUpnCzakFE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUpnCzakFE .container {
  display: flex;
  margin: auto;
}
.cid-uUpnCzakFE .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUpnCzakFE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUpnCzakFE .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUpnCzakFE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUpnCzakFE .navbar-nav {
    margin: 0;
  }
}
.cid-uUpnCzakFE .dropdown-menu,
.cid-uUpnCzakFE .navbar.opened {
  background-color: false !important;
}
.cid-uUpnCzakFE .nav-item:focus,
.cid-uUpnCzakFE .nav-link:focus {
  outline: none;
}
.cid-uUpnCzakFE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUpnCzakFE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUpnCzakFE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUpnCzakFE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUpnCzakFE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUpnCzakFE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUpnCzakFE .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUpnCzakFE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUpnCzakFE .navbar.opened {
  transition: all 0.3s;
}
.cid-uUpnCzakFE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUpnCzakFE .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uUpnCzakFE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uUpnCzakFE .navbar.collapsed {
  justify-content: center;
}
.cid-uUpnCzakFE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUpnCzakFE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUpnCzakFE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpnCzakFE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpnCzakFE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpnCzakFE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUpnCzakFE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUpnCzakFE .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUpnCzakFE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUpnCzakFE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUpnCzakFE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpnCzakFE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUpnCzakFE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpnCzakFE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUpnCzakFE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUpnCzakFE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUpnCzakFE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUpnCzakFE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUpnCzakFE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUpnCzakFE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUpnCzakFE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUpnCzakFE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUpnCzakFE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUpnCzakFE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUpnCzakFE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUpnCzakFE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUpnCzakFE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpnCzakFE .dropdown-item.active,
.cid-uUpnCzakFE .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpnCzakFE .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uUpnCzakFE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpnCzakFE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpnCzakFE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpnCzakFE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUpnCzakFE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUpnCzakFE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-uUpnCzakFE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUpnCzakFE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpnCzakFE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpnCzakFE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpnCzakFE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpnCzakFE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpnCzakFE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUpnCzakFE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUpnCzakFE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpnCzakFE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUpnCzakFE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUpnCzakFE .navbar {
    height: 70px;
  }
  .cid-uUpnCzakFE .navbar.opened {
    height: auto;
  }
  .cid-uUpnCzakFE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUpnCzakFE .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUpnCzakFE .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uUpnCzakFE .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUpnCzakFE .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uUpnCzakFE .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uUpnCzakFE .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uUpnCzakFE .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-uUpnCzakFE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUpnCzakFE .text_widget {
  margin-bottom: 32px;
}
.cid-uUpnCzakFE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUpnCzakFE .text_widget a:hover,
.cid-uUpnCzakFE .text_widget a:focus {
  opacity: 0.8;
}
.cid-uUpnCzakFE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUpnCzakFE .navbar-caption {
  color: #000000;
}
.cid-uUpnCzakFE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUpnCzakFE .mbr-section-subtitle,
.cid-uUpnCzakFE .text_widget,
.cid-uUpnCzakFE .mbr-section-btn {
  text-align: center;
}
.cid-uUpnCzakFE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUpnCzakFE .nav-link,
.cid-uUpnCzakFE .dropdown-item {
  color: #000000;
}
.cid-uUpnCB4EGl {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #002040;
}
.cid-uUpnCB4EGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpnCB4EGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpnCB4EGl .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpnCB4EGl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpnCB4EGl .container {
    padding: 0 16px;
  }
}
.cid-uUpnCB4EGl .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUpnCB4EGl .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUpnCB4EGl .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #ffd84c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uUpnCB4EGl .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uUpnCB4EGl .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uUpnCB4EGl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpnCB4EGl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUpnCB4EGl .card-wrapper {
  background-color: #ffd84c;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-uUpnCB4EGl .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uUpnCB4EGl .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-uUpnCB4EGl .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg);
}
.cid-uUpnCB4EGl .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-uUpnCB4EGl .mbr-section-title {
  color: #ffffff;
}
.cid-uUpnCB4EGl .mbr-section-subtitle {
  color: #000000;
}
.cid-uUpnCB4EGl .mbr-text {
  color: #ffffff;
}
.cid-uUpnCB4EGl .card-text {
  text-align: center;
  color: #000000;
}
.cid-uUpnCB4EGl .mbr-section-title,
.cid-uUpnCB4EGl .mbr-section-btn {
  color: #c5ab50;
}
.cid-uUpnCB4EGl .mbr-text,
.cid-uUpnCB4EGl .text-wrapper {
  color: #c5ab50;
}
.cid-uUpnCzH6ii {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #002040;
}
.cid-uUpnCzH6ii .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpnCzH6ii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpnCzH6ii .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpnCzH6ii .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpnCzH6ii .container {
    padding: 0 16px;
  }
}
.cid-uUpnCzH6ii .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uUpnCzH6ii .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uUpnCzH6ii .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpnCzH6ii .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-uUpnCzH6ii .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uUpnCzH6ii .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uUpnCzH6ii .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uUpnCzH6ii .item .item-wrapper .item-img img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-uUpnCzH6ii .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uUpnCzH6ii .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-uUpnCzH6ii .mbr-section-title {
  color: #c5ab50;
  text-align: center;
}
.cid-uUpnCzH6ii .item-text {
  color: #000000;
}
.cid-uUpnCzH6ii .item-text,
.cid-uUpnCzH6ii .mbr-section-btn {
  color: #c5ab50;
}
.cid-uUpnCA1pQm {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #002040;
}
.cid-uUpnCA1pQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpnCA1pQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpnCA1pQm .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpnCA1pQm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpnCA1pQm .container {
    padding: 0 16px;
  }
}
.cid-uUpnCA1pQm .row {
  position: relative;
  z-index: 1;
}
.cid-uUpnCA1pQm .card {
  justify-content: flex-end;
}
.cid-uUpnCA1pQm .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #355fff;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUpnCA1pQm .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uUpnCA1pQm .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uUpnCA1pQm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpnCA1pQm .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uUpnCA1pQm .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUpnCA1pQm .tabs-wrapper {
  text-align: right;
}
.cid-uUpnCA1pQm .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #355fff;
  box-shadow: 4px 6px 0 0 #004e89;
  margin-bottom: 24px;
}
.cid-uUpnCA1pQm .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-uUpnCA1pQm .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uUpnCA1pQm .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uUpnCA1pQm .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ff6b35;
  color: #000000;
}
.cid-uUpnCA1pQm .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #355fff;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uUpnCA1pQm .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-uUpnCA1pQm .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uUpnCA1pQm .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-uUpnCA1pQm .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-uUpnCA1pQm .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uUpnCA1pQm .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUpnCA1pQm .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uUpnCA1pQm .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uUpnCA1pQm .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUpnCA1pQm .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uUpnCA1pQm .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #004e89;
}
@media (max-width: 992px) {
  .cid-uUpnCA1pQm .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uUpnCA1pQm .mbr-section-title {
  color: #000000;
}
.cid-uUpnCA1pQm .mbr-section-subtitle {
  color: #000000;
}
.cid-uUpnCA1pQm .mbr-text {
  color: #000000;
}
.cid-uUpnCA1pQm .item-title {
  color: #c5ab50;
}
.cid-uUpnCA1pQm .item-text {
  color: #c5ab50;
}
.cid-uUpnCA1pQm .mbr-section-subtitle,
.cid-uUpnCA1pQm .subtitle-wrapper {
  color: #c5ab50;
}
.cid-uUpnCA1pQm .mbr-section-title,
.cid-uUpnCA1pQm .tabs-wrapper {
  color: #c5ab50;
}
.cid-uUpnCA1pQm .mbr-text,
.cid-uUpnCA1pQm .text-wrapper {
  color: #c5ab50;
}
.cid-uUpnCAtinJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #002040;
  overflow: hidden;
}
.cid-uUpnCAtinJ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpnCAtinJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpnCAtinJ .container {
    padding: 0 16px;
  }
}
.cid-uUpnCAtinJ .row {
  justify-content: center;
}
.cid-uUpnCAtinJ .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #c5ab50;
}
.cid-uUpnCAtinJ .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #c5ab50;
  text-align: right;
}
.cid-uUpnCAtinJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-uUpnCAtinJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-uUpnCAtinJ .embla__slide .slide-content {
  width: 100%;
}
.cid-uUpnCAtinJ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-uUpnCAtinJ .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uUpnCAtinJ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uUpnCAtinJ .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uUpnCAtinJ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uUpnCAtinJ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uUpnCAtinJ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uUpnCAtinJ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uUpnCAtinJ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uUpnCAtinJ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uUpnCAtinJ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uUpnCAtinJ .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-uUpnCAtinJ .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-uUpnCAtinJ .embla__button--next,
.cid-uUpnCAtinJ .embla__button--prev {
  display: flex;
}
.cid-uUpnCAtinJ .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uUpnCAtinJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUpnCAtinJ .embla__button:hover {
  opacity: 0.5;
}
.cid-uUpnCAtinJ .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uUpnCAtinJ .embla__button.embla__button--next {
  right: 16px;
}
.cid-uUpnCAtinJ .embla {
  position: relative;
  width: 100%;
}
.cid-uUpnCAtinJ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uUpnCAtinJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUpnCAtinJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUpnCAtinJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUpnCAtinJ .item-text {
  color: #000000;
}
.cid-uUpnCAtinJ .item-name {
  color: #000000;
}
.cid-uUpnCAtinJ .item-role {
  color: #000000;
}
.cid-uUpnCAtinJ .item-name,
.cid-uUpnCAtinJ .image-wrapper {
  color: #000000;
}
.cid-uUpnCAtinJ .item-role,
.cid-uUpnCAtinJ .image-wrapper {
  color: #000000;
}
.cid-uUpnCAtinJ .item-text1 {
  color: #c5ab50;
}
.cid-uUpnCAtinJ .item-name1 {
  color: #c5ab50;
}
.cid-uUpnCAtinJ .item-role1 {
  color: #c5ab50;
}
.cid-uUpnCAtinJ .item-text2 {
  color: #c5ab50;
}
.cid-uUpnCAtinJ .item-name2 {
  color: #c5ab50;
}
.cid-uUpnCAtinJ .item-role2 {
  color: #c5ab50;
}
.cid-uUpnCAtinJ .item-text3 {
  color: #c5ab50;
}
.cid-uUpnCAtinJ .item-name3 {
  color: #c5ab50;
}
.cid-uUpnCAtinJ .item-role3 {
  color: #c5ab50;
}
.cid-uUpnCCDqNF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-uUpnCCDqNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpnCCDqNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpnCCDqNF .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpnCCDqNF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpnCCDqNF .container {
    padding: 0 16px;
  }
}
.cid-uUpnCCDqNF .row {
  position: relative;
  justify-content: center;
}
.cid-uUpnCCDqNF .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uUpnCCDqNF .card {
  justify-content: center;
}
.cid-uUpnCCDqNF .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUpnCCDqNF .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uUpnCCDqNF .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUpnCCDqNF .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uUpnCCDqNF .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uUpnCCDqNF .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUpnCCDqNF .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uUpnCCDqNF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uUpnCCDqNF .nav-wrapper .list {
    display: block;
  }
}
.cid-uUpnCCDqNF .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uUpnCCDqNF .nav-wrapper .list .item-wrap:hover::before,
.cid-uUpnCCDqNF .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUpnCCDqNF .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uUpnCCDqNF .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uUpnCCDqNF .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uUpnCCDqNF .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uUpnCCDqNF .mbr-copy {
  color: #c5ab50;
}
.cid-uUpnCCDqNF .list,
.cid-uUpnCCDqNF .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUpnCCDqNF .list,
  .cid-uUpnCCDqNF .nav-wrapper {
    text-align: left;
  }
}
.cid-uUpnCCDqNF .list,
.cid-uUpnCCDqNF .item-wrap,
.cid-uUpnCCDqNF .nav-wrapper {
  color: #c5ab50;
}
.cid-uUpnCD4ksg P {
  color: #1281fc;
}
.cid-uUpnCD4ksg DIV {
  color: #ffffff;
}
.cid-uUpnCD4ksg H10 {
  color: #034e75;
}
.cid-uUpnCD4ksg .hidden {
  display: none;
}
.cid-uUpnCD4ksg .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 11px;
}
.cid-uUpnCD4ksg .icon-bar a {
  display: block;
  text-align: center;
  padding: 3px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 11px;
}
.cid-uUpnCD4ksg .icon-bar a:hover {
  background-color: #000000;
}
.cid-uUpnCD4ksg .flag {
  background: transparent;
}
.cid-uUpnCD4ksg .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uUpnCD4ksg .nav-right {
  float: left !important;
  position: relative;
}
.cid-uUpnCD4ksg #google_translate_element {
  display: none;
}
.cid-uUpnCD4ksg .goog-te-banner {
  display: none;
}
.cid-uUpnCD4ksg .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-uUpnCD4ksg .goog-te-spinner-pos {
  display: none !important;
}
.cid-uUpnCD4ksg body {
  top: 0px !important;
}
.cid-uUpnCD4ksg body body {
  top: 0 !important;
}
.cid-uUpnCD4ksg body .goog-te-banner-frame {
  display: none !important;
}
.cid-uUpnCD4ksg .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-uUpnCD4ksg .goog-tooltip {
  display: none !important;
}
.cid-uUpnCD4ksg .goog-tooltip:hover {
  display: none !important;
}
.cid-uUpnCD4ksg .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-uUpnCD4ksg #goog-gt-tt,
.cid-uUpnCD4ksg .goog-te-balloon-frame {
  display: none !important;
}
.cid-uUpnCD4ksg #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-uUpnCD4ksg .goog-logo-link {
  display: none !important;
}
.cid-uUpnCD4ksg .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-uUpnCD4ksg div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uUpnCD4ksg div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-uUppGU36jp {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uUppGU36jp .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uUppGU36jp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-uUppGU36jp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUppGU36jp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUppGU36jp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUppGU36jp .menu_box .navbar.opened,
  .cid-uUppGU36jp .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUppGU36jp nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUppGU36jp .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uUppGU36jp .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUppGU36jp .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUppGU36jp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUppGU36jp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUppGU36jp .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uUppGU36jp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUppGU36jp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUppGU36jp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUppGU36jp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUppGU36jp .offcanvas-body .mbr-text,
  .cid-uUppGU36jp .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uUppGU36jp .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uUppGU36jp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUppGU36jp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uUppGU36jp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUppGU36jp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUppGU36jp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUppGU36jp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUppGU36jp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUppGU36jp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUppGU36jp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUppGU36jp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUppGU36jp li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uUppGU36jp .lg_brand {
    margin: 0 1rem;
  }
  .cid-uUppGU36jp .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uUppGU36jp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uUppGU36jp .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uUppGU36jp .nav-item {
    margin: 0 !important;
  }
}
.cid-uUppGU36jp .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uUppGU36jp .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uUppGU36jp .nav-item .nav-link:hover,
.cid-uUppGU36jp .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uUppGU36jp .nav-item .nav-link:hover::before,
.cid-uUppGU36jp .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUppGU36jp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUppGU36jp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUppGU36jp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUppGU36jp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUppGU36jp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUppGU36jp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUppGU36jp .offcanvas_box {
    display: none;
  }
}
.cid-uUppGU36jp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUppGU36jp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUppGU36jp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUppGU36jp .container {
  display: flex;
  margin: auto;
}
.cid-uUppGU36jp .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUppGU36jp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUppGU36jp .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUppGU36jp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUppGU36jp .navbar-nav {
    margin: 0;
  }
}
.cid-uUppGU36jp .dropdown-menu,
.cid-uUppGU36jp .navbar.opened {
  background-color: false !important;
}
.cid-uUppGU36jp .nav-item:focus,
.cid-uUppGU36jp .nav-link:focus {
  outline: none;
}
.cid-uUppGU36jp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUppGU36jp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUppGU36jp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUppGU36jp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUppGU36jp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUppGU36jp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUppGU36jp .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUppGU36jp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUppGU36jp .navbar.opened {
  transition: all 0.3s;
}
.cid-uUppGU36jp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUppGU36jp .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uUppGU36jp .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uUppGU36jp .navbar.collapsed {
  justify-content: center;
}
.cid-uUppGU36jp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUppGU36jp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUppGU36jp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUppGU36jp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUppGU36jp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUppGU36jp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUppGU36jp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUppGU36jp .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUppGU36jp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUppGU36jp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUppGU36jp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUppGU36jp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUppGU36jp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUppGU36jp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUppGU36jp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUppGU36jp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUppGU36jp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUppGU36jp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUppGU36jp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUppGU36jp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUppGU36jp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUppGU36jp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUppGU36jp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUppGU36jp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUppGU36jp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUppGU36jp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUppGU36jp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUppGU36jp .dropdown-item.active,
.cid-uUppGU36jp .dropdown-item:active {
  background-color: transparent;
}
.cid-uUppGU36jp .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uUppGU36jp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUppGU36jp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUppGU36jp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUppGU36jp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUppGU36jp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUppGU36jp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-uUppGU36jp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUppGU36jp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUppGU36jp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUppGU36jp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUppGU36jp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUppGU36jp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUppGU36jp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUppGU36jp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUppGU36jp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUppGU36jp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUppGU36jp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUppGU36jp .navbar {
    height: 70px;
  }
  .cid-uUppGU36jp .navbar.opened {
    height: auto;
  }
  .cid-uUppGU36jp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUppGU36jp .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUppGU36jp .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uUppGU36jp .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUppGU36jp .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uUppGU36jp .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uUppGU36jp .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uUppGU36jp .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-uUppGU36jp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUppGU36jp .text_widget {
  margin-bottom: 32px;
}
.cid-uUppGU36jp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUppGU36jp .text_widget a:hover,
.cid-uUppGU36jp .text_widget a:focus {
  opacity: 0.8;
}
.cid-uUppGU36jp .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUppGU36jp .navbar-caption {
  color: #000000;
}
.cid-uUppGU36jp .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUppGU36jp .mbr-section-subtitle,
.cid-uUppGU36jp .text_widget,
.cid-uUppGU36jp .mbr-section-btn {
  text-align: center;
}
.cid-uUppGU36jp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUppGU36jp .nav-link,
.cid-uUppGU36jp .dropdown-item {
  color: #000000;
}
.cid-uUppGUBuT4 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUppGUBuT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUppGUBuT4 .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-uUppGUBuT4 .container {
    padding: 0 16px;
  }
}
.cid-uUppGUBuT4 .row {
  position: relative;
  z-index: 1;
}
.cid-uUppGUBuT4 .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uUppGUBuT4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUppGUBuT4 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUppGUBuT4 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uUppGUBuT4 .title-wrapper .buttons-wrap .mbr-section-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUppGUBuT4 .title-wrapper .buttons-wrap .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-uUppGUBuT4 .items-wrapper .item {
  margin-top: 64px;
  padding-top: 104px;
  position: relative;
}
.cid-uUppGUBuT4 .items-wrapper .item:nth-child(2n)::before {
  background-color: #004e89;
}
.cid-uUppGUBuT4 .items-wrapper .item:nth-child(2n)::after {
  background-color: #004e89;
}
.cid-uUppGUBuT4 .items-wrapper .item:nth-child(2n) .item-wrapper {
  background-color: #004e89;
}
.cid-uUppGUBuT4 .items-wrapper .item:nth-child(3n)::before {
  background-color: #f7c59f;
}
.cid-uUppGUBuT4 .items-wrapper .item:nth-child(3n)::after {
  background-color: #f7c59f;
}
.cid-uUppGUBuT4 .items-wrapper .item:nth-child(3n) .item-wrapper {
  background-color: #f7c59f;
}
@media (max-width: 992px) {
  .cid-uUppGUBuT4 .items-wrapper .item {
    margin-top: 32px;
    padding-top: 0;
  }
}
.cid-uUppGUBuT4 .items-wrapper .item:first-child {
  margin-top: -96px;
}
@media (max-width: 992px) {
  .cid-uUppGUBuT4 .items-wrapper .item:first-child {
    margin-top: 0;
  }
}
.cid-uUppGUBuT4 .items-wrapper .item::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 140px;
  top: 0;
  right: 0;
  border-top-right-radius: 24px;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-uUppGUBuT4 .items-wrapper .item::before {
    display: none;
  }
}
.cid-uUppGUBuT4 .items-wrapper .item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 15%;
  width: 43%;
  height: 110px;
  transform: skew(-45deg) !important;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-uUppGUBuT4 .items-wrapper .item::after {
    display: none;
  }
}
.cid-uUppGUBuT4 .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  border-radius: 24px !important;
  background-color: #ff6b35;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uUppGUBuT4 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uUppGUBuT4 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 96px;
}
@media (max-width: 992px) {
  .cid-uUppGUBuT4 .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    padding: 24px;
  }
}
.cid-uUppGUBuT4 .items-wrapper .item .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  box-shadow: 6px 8px 0 0 #000000;
  object-fit: cover;
}
.cid-uUppGUBuT4 .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 96px;
  padding-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uUppGUBuT4 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 24px;
  }
}
.cid-uUppGUBuT4 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uUppGUBuT4 .items-wrapper .item .item-wrapper .item-content .item-title {
    text-align: left;
    margin-bottom: 24px;
  }
}
.cid-uUppGUBuT4 .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uUppGUBuT4 .items-wrapper .item .item-wrapper .item-content .item-number {
    margin-bottom: 24px;
  }
}
.cid-uUppGUBuT4 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uUppGUBuT4 .mbr-section-title {
  color: #000000;
}
.cid-uUppGUBuT4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uUppGUBuT4 .item-title {
  color: #000000;
  text-align: right;
}
.cid-uUppGUBuT4 .item-number {
  color: #000000;
}
.cid-uUppGUBuT4 .item-text {
  color: #000000;
}
.cid-uUppGUBuT4 .mbr-section-title,
.cid-uUppGUBuT4 .mbr-section-btn {
  color: #c5ab50;
}
.cid-uUppGUBuT4 .mbr-section-subtitle,
.cid-uUppGUBuT4 .subtitle-wrapper {
  color: #000000;
}
.cid-uUppGUBuT4 .item-title1 {
  color: #FFFFFF;
}
.cid-uUppGUBuT4 .item-number1 {
  color: #FFFFFF;
}
.cid-uUppGUBuT4 .item-text1 {
  color: #FFFFFF;
}
.cid-uUppGV4yZS {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUppGV4yZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUppGV4yZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUppGV4yZS .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUppGV4yZS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUppGV4yZS .container {
    padding: 0 16px;
  }
}
.cid-uUppGV4yZS .row {
  position: relative;
  z-index: 1;
}
.cid-uUppGV4yZS .card {
  justify-content: flex-end;
}
.cid-uUppGV4yZS .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUppGV4yZS .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uUppGV4yZS .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uUppGV4yZS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUppGV4yZS .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uUppGV4yZS .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUppGV4yZS .tabs-wrapper {
  text-align: right;
}
.cid-uUppGV4yZS .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #f7c59f;
  box-shadow: 4px 6px 0 0 #004e89;
  margin-bottom: 24px;
}
.cid-uUppGV4yZS .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-uUppGV4yZS .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uUppGV4yZS .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uUppGV4yZS .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ff6b35;
  color: #000000;
}
.cid-uUppGV4yZS .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #f7c59f;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uUppGV4yZS .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-uUppGV4yZS .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uUppGV4yZS .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-uUppGV4yZS .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-uUppGV4yZS .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uUppGV4yZS .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUppGV4yZS .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uUppGV4yZS .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uUppGV4yZS .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUppGV4yZS .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uUppGV4yZS .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #004e89;
}
@media (max-width: 992px) {
  .cid-uUppGV4yZS .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uUppGV4yZS .mbr-section-title {
  color: #000000;
}
.cid-uUppGV4yZS .mbr-section-subtitle {
  color: #000000;
}
.cid-uUppGV4yZS .mbr-text {
  color: #000000;
}
.cid-uUppGV4yZS .item-title {
  color: #000000;
}
.cid-uUppGV4yZS .item-text {
  color: #000000;
}
.cid-uUppGV4yZS .mbr-section-subtitle,
.cid-uUppGV4yZS .subtitle-wrapper {
  color: #000000;
}
.cid-uUppGV4yZS .mbr-section-title,
.cid-uUppGV4yZS .tabs-wrapper {
  color: #c5ab50;
}
.cid-uUppGV4yZS .mbr-text,
.cid-uUppGV4yZS .text-wrapper {
  color: #c5ab50;
}
.cid-uUppGVxZLA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUppGVxZLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUppGVxZLA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUppGVxZLA .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUppGVxZLA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUppGVxZLA .container {
    padding: 0 16px;
  }
}
.cid-uUppGVxZLA .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uUppGVxZLA .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uUppGVxZLA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUppGVxZLA .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-uUppGVxZLA .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uUppGVxZLA .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uUppGVxZLA .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uUppGVxZLA .item .item-wrapper .item-img img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-uUppGVxZLA .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uUppGVxZLA .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-uUppGVxZLA .mbr-section-title {
  color: #c5ab50;
  text-align: center;
}
.cid-uUppGVxZLA .item-text {
  color: #000000;
}
.cid-uUppGVxZLA .item-text,
.cid-uUppGVxZLA .mbr-section-btn {
  color: #c5ab50;
}
.cid-uUppGVUrmh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #002040;
  overflow: hidden;
}
.cid-uUppGVUrmh .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUppGVUrmh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUppGVUrmh .container {
    padding: 0 16px;
  }
}
.cid-uUppGVUrmh .row {
  justify-content: center;
}
.cid-uUppGVUrmh .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #c5ab50;
}
.cid-uUppGVUrmh .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #c5ab50;
  text-align: right;
}
.cid-uUppGVUrmh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-uUppGVUrmh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-uUppGVUrmh .embla__slide .slide-content {
  width: 100%;
}
.cid-uUppGVUrmh .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-uUppGVUrmh .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uUppGVUrmh .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uUppGVUrmh .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uUppGVUrmh .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uUppGVUrmh .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uUppGVUrmh .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uUppGVUrmh .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uUppGVUrmh .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uUppGVUrmh .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uUppGVUrmh .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uUppGVUrmh .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-uUppGVUrmh .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-uUppGVUrmh .embla__button--next,
.cid-uUppGVUrmh .embla__button--prev {
  display: flex;
}
.cid-uUppGVUrmh .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uUppGVUrmh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUppGVUrmh .embla__button:hover {
  opacity: 0.5;
}
.cid-uUppGVUrmh .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uUppGVUrmh .embla__button.embla__button--next {
  right: 16px;
}
.cid-uUppGVUrmh .embla {
  position: relative;
  width: 100%;
}
.cid-uUppGVUrmh .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uUppGVUrmh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUppGVUrmh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUppGVUrmh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUppGVUrmh .item-text {
  color: #000000;
}
.cid-uUppGVUrmh .item-name {
  color: #000000;
}
.cid-uUppGVUrmh .item-role {
  color: #000000;
}
.cid-uUppGVUrmh .item-name,
.cid-uUppGVUrmh .image-wrapper {
  color: #000000;
}
.cid-uUppGVUrmh .item-role,
.cid-uUppGVUrmh .image-wrapper {
  color: #000000;
}
.cid-uUppGVUrmh .item-text1 {
  color: #000000;
}
.cid-uUppGVUrmh .item-name1 {
  color: #000000;
}
.cid-uUppGVUrmh .item-role1 {
  color: #000000;
}
.cid-uUppGVUrmh .item-text2 {
  color: #FFFFFF;
}
.cid-uUppGVUrmh .item-name2 {
  color: #FFFFFF;
}
.cid-uUppGVUrmh .item-role2 {
  color: #FFFFFF;
}
.cid-uUppGVUrmh .item-text3 {
  color: #000000;
}
.cid-uUppGVUrmh .item-name3 {
  color: #000000;
}
.cid-uUppGVUrmh .item-role3 {
  color: #000000;
}
.cid-uUppGWvLcC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUppGWvLcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUppGWvLcC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUppGWvLcC .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUppGWvLcC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUppGWvLcC .container {
    padding: 0 16px;
  }
}
.cid-uUppGWvLcC .row {
  position: relative;
  z-index: 1;
}
.cid-uUppGWvLcC .card {
  justify-content: flex-end;
}
.cid-uUppGWvLcC .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uUppGWvLcC .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUppGWvLcC .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUppGWvLcC .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uUppGWvLcC .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uUppGWvLcC .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uUppGWvLcC .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uUppGWvLcC .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUppGWvLcC .card-wrapper .image-wrapper .card-desc {
    left: 0.5rem;
  }
}
.cid-uUppGWvLcC .card-wrapper .card-wrap {
  background-color: #ff6b35;
  box-shadow: 4px 6px 0 0 #004e89;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUppGWvLcC .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uUppGWvLcC .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uUppGWvLcC .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uUppGWvLcC .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uUppGWvLcC .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uUppGWvLcC .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUppGWvLcC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uUppGWvLcC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUppGWvLcC .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uUppGWvLcC .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uUppGWvLcC .text-wrapper {
    margin-left: 0;
  }
}
.cid-uUppGWvLcC .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uUppGWvLcC .mbr-section-title {
  color: #c5ab50;
  text-align: right;
}
.cid-uUppGWvLcC .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uUppGWvLcC .mbr-text {
  color: #000000;
}
.cid-uUppGWvLcC .card-desc {
  color: #000000;
}
.cid-uUppGWvLcC .card-text {
  color: #000000;
}
.cid-uUppGWvLcC .card-name {
  color: #000000;
}
.cid-uUppGWvLcC .card-role {
  color: #000000;
}
.cid-uUppGWvLcC .mbr-text,
.cid-uUppGWvLcC .mbr-section-btn {
  color: #c5ab50;
}
.cid-uUppGWUM6Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUppGWUM6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUppGWUM6Z .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-uUppGWUM6Z .container {
    padding: 0 16px;
  }
}
.cid-uUppGWUM6Z .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uUppGWUM6Z .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uUppGWUM6Z .item:hover .item-wrapper .card-box,
.cid-uUppGWUM6Z .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-uUppGWUM6Z .item:hover .item-wrapper .card-box .item-price,
.cid-uUppGWUM6Z .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-uUppGWUM6Z .item:hover .item-wrapper .card-box .btn-primary,
.cid-uUppGWUM6Z .item:focus .item-wrapper .card-box .btn-primary,
.cid-uUppGWUM6Z .item:hover .item-wrapper .card-box .btn-secondary,
.cid-uUppGWUM6Z .item:focus .item-wrapper .card-box .btn-secondary,
.cid-uUppGWUM6Z .item:hover .item-wrapper .card-box .btn-success,
.cid-uUppGWUM6Z .item:focus .item-wrapper .card-box .btn-success,
.cid-uUppGWUM6Z .item:hover .item-wrapper .card-box .btn-info,
.cid-uUppGWUM6Z .item:focus .item-wrapper .card-box .btn-info,
.cid-uUppGWUM6Z .item:hover .item-wrapper .card-box .btn-warning,
.cid-uUppGWUM6Z .item:focus .item-wrapper .card-box .btn-warning,
.cid-uUppGWUM6Z .item:hover .item-wrapper .card-box .btn-danger,
.cid-uUppGWUM6Z .item:focus .item-wrapper .card-box .btn-danger,
.cid-uUppGWUM6Z .item:hover .item-wrapper .card-box .btn-black,
.cid-uUppGWUM6Z .item:focus .item-wrapper .card-box .btn-black,
.cid-uUppGWUM6Z .item:hover .item-wrapper .card-box .btn-white,
.cid-uUppGWUM6Z .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-uUppGWUM6Z .item .item-wrapper {
  height: 100%;
}
.cid-uUppGWUM6Z .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #c5ab50;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uUppGWUM6Z .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUppGWUM6Z .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uUppGWUM6Z .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #c5ab50;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uUppGWUM6Z .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUppGWUM6Z .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uUppGWUM6Z .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-uUppGWUM6Z .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-uUppGWUM6Z .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-uUppGWUM6Z .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-uUppGWUM6Z .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUppGWUM6Z .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-uUppGWUM6Z .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #c5ab50;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uUppGWUM6Z .item-title {
  color: #FF6B35;
}
.cid-uUppGWUM6Z .item-desc {
  color: #000000;
}
.cid-uUppGWUM6Z .item-price {
  color: #000000;
}
.cid-uUppGWUM6Z .list {
  color: #000000;
}
.cid-uUppGWUM6Z .item-price,
.cid-uUppGWUM6Z .mbr-section-btn {
  color: #c5ab50;
}
.cid-uUppGWUM6Z .list,
.cid-uUppGWUM6Z .item-wrap,
.cid-uUppGWUM6Z .list-wrapper {
  color: #c5ab50;
}
.cid-uUppGXLPj5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-uUppGXLPj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUppGXLPj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUppGXLPj5 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUppGXLPj5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUppGXLPj5 .container {
    padding: 0 16px;
  }
}
.cid-uUppGXLPj5 .row {
  position: relative;
  justify-content: center;
}
.cid-uUppGXLPj5 .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uUppGXLPj5 .card {
  justify-content: center;
}
.cid-uUppGXLPj5 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUppGXLPj5 .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uUppGXLPj5 .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUppGXLPj5 .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uUppGXLPj5 .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uUppGXLPj5 .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUppGXLPj5 .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uUppGXLPj5 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uUppGXLPj5 .nav-wrapper .list {
    display: block;
  }
}
.cid-uUppGXLPj5 .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uUppGXLPj5 .nav-wrapper .list .item-wrap:hover::before,
.cid-uUppGXLPj5 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUppGXLPj5 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uUppGXLPj5 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uUppGXLPj5 .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uUppGXLPj5 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uUppGXLPj5 .mbr-copy {
  color: #c5ab50;
}
.cid-uUppGXLPj5 .list,
.cid-uUppGXLPj5 .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUppGXLPj5 .list,
  .cid-uUppGXLPj5 .nav-wrapper {
    text-align: left;
  }
}
.cid-uUppGXLPj5 .list,
.cid-uUppGXLPj5 .item-wrap,
.cid-uUppGXLPj5 .nav-wrapper {
  color: #c5ab50;
}
.cid-uUpFd8aTkp {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uUpFd8aTkp .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uUpFd8aTkp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-uUpFd8aTkp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUpFd8aTkp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUpFd8aTkp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUpFd8aTkp .menu_box .navbar.opened,
  .cid-uUpFd8aTkp .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUpFd8aTkp nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUpFd8aTkp .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uUpFd8aTkp .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUpFd8aTkp .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUpFd8aTkp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUpFd8aTkp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUpFd8aTkp .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uUpFd8aTkp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUpFd8aTkp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUpFd8aTkp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUpFd8aTkp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUpFd8aTkp .offcanvas-body .mbr-text,
  .cid-uUpFd8aTkp .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uUpFd8aTkp .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uUpFd8aTkp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUpFd8aTkp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uUpFd8aTkp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUpFd8aTkp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUpFd8aTkp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUpFd8aTkp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUpFd8aTkp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUpFd8aTkp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUpFd8aTkp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUpFd8aTkp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUpFd8aTkp li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uUpFd8aTkp .lg_brand {
    margin: 0 1rem;
  }
  .cid-uUpFd8aTkp .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uUpFd8aTkp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uUpFd8aTkp .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uUpFd8aTkp .nav-item {
    margin: 0 !important;
  }
}
.cid-uUpFd8aTkp .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uUpFd8aTkp .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uUpFd8aTkp .nav-item .nav-link:hover,
.cid-uUpFd8aTkp .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uUpFd8aTkp .nav-item .nav-link:hover::before,
.cid-uUpFd8aTkp .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUpFd8aTkp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUpFd8aTkp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUpFd8aTkp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUpFd8aTkp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUpFd8aTkp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUpFd8aTkp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUpFd8aTkp .offcanvas_box {
    display: none;
  }
}
.cid-uUpFd8aTkp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUpFd8aTkp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUpFd8aTkp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUpFd8aTkp .container {
  display: flex;
  margin: auto;
}
.cid-uUpFd8aTkp .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUpFd8aTkp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUpFd8aTkp .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUpFd8aTkp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUpFd8aTkp .navbar-nav {
    margin: 0;
  }
}
.cid-uUpFd8aTkp .dropdown-menu,
.cid-uUpFd8aTkp .navbar.opened {
  background-color: false !important;
}
.cid-uUpFd8aTkp .nav-item:focus,
.cid-uUpFd8aTkp .nav-link:focus {
  outline: none;
}
.cid-uUpFd8aTkp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUpFd8aTkp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUpFd8aTkp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUpFd8aTkp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUpFd8aTkp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUpFd8aTkp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUpFd8aTkp .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUpFd8aTkp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUpFd8aTkp .navbar.opened {
  transition: all 0.3s;
}
.cid-uUpFd8aTkp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUpFd8aTkp .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uUpFd8aTkp .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uUpFd8aTkp .navbar.collapsed {
  justify-content: center;
}
.cid-uUpFd8aTkp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUpFd8aTkp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUpFd8aTkp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpFd8aTkp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpFd8aTkp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpFd8aTkp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUpFd8aTkp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUpFd8aTkp .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUpFd8aTkp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUpFd8aTkp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUpFd8aTkp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpFd8aTkp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUpFd8aTkp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpFd8aTkp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUpFd8aTkp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUpFd8aTkp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUpFd8aTkp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUpFd8aTkp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUpFd8aTkp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUpFd8aTkp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUpFd8aTkp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUpFd8aTkp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUpFd8aTkp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUpFd8aTkp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUpFd8aTkp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUpFd8aTkp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUpFd8aTkp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpFd8aTkp .dropdown-item.active,
.cid-uUpFd8aTkp .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpFd8aTkp .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uUpFd8aTkp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpFd8aTkp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpFd8aTkp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpFd8aTkp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUpFd8aTkp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUpFd8aTkp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-uUpFd8aTkp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUpFd8aTkp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpFd8aTkp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpFd8aTkp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpFd8aTkp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpFd8aTkp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpFd8aTkp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUpFd8aTkp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUpFd8aTkp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpFd8aTkp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUpFd8aTkp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUpFd8aTkp .navbar {
    height: 70px;
  }
  .cid-uUpFd8aTkp .navbar.opened {
    height: auto;
  }
  .cid-uUpFd8aTkp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUpFd8aTkp .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUpFd8aTkp .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uUpFd8aTkp .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUpFd8aTkp .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uUpFd8aTkp .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uUpFd8aTkp .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uUpFd8aTkp .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-uUpFd8aTkp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUpFd8aTkp .text_widget {
  margin-bottom: 32px;
}
.cid-uUpFd8aTkp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUpFd8aTkp .text_widget a:hover,
.cid-uUpFd8aTkp .text_widget a:focus {
  opacity: 0.8;
}
.cid-uUpFd8aTkp .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUpFd8aTkp .navbar-caption {
  color: #000000;
}
.cid-uUpFd8aTkp .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUpFd8aTkp .mbr-section-subtitle,
.cid-uUpFd8aTkp .text_widget,
.cid-uUpFd8aTkp .mbr-section-btn {
  text-align: center;
}
.cid-uUpFd8aTkp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUpFd8aTkp .nav-link,
.cid-uUpFd8aTkp .dropdown-item {
  color: #000000;
}
.cid-uUpFd8JecR {
  padding-top: 11rem;
  padding-bottom: 3rem;
  background-color: #002040;
}
.cid-uUpFd8JecR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFd8JecR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFd8JecR .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFd8JecR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFd8JecR .container {
    padding: 0 16px;
  }
}
.cid-uUpFd8JecR .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUpFd8JecR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUpFd8JecR .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUpFd8JecR .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpFd8JecR .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uUpFd8JecR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUpFd8JecR .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uUpFd8JecR .image-wrapper {
    margin-left: 0;
  }
}
.cid-uUpFd8JecR .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-uUpFd8JecR .image-wrapper img {
    height: 350px;
  }
}
.cid-uUpFd8JecR .mbr-section-title {
  color: #ffffff;
}
.cid-uUpFd8JecR .mbr-text {
  color: #ffffff;
}
.cid-uUpFd8JecR .mbr-section-title,
.cid-uUpFd8JecR .mbr-section-btn {
  color: #c5ab50;
}
.cid-uUpFd8JecR .mbr-text,
.cid-uUpFd8JecR .text-wrapper {
  color: #c5ab50;
}
.cid-uUpFd94HKb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #002040;
}
.cid-uUpFd94HKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFd94HKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFd94HKb .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFd94HKb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFd94HKb .container {
    padding: 0 16px;
  }
}
.cid-uUpFd94HKb .card {
  justify-content: center;
}
.cid-uUpFd94HKb .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUpFd94HKb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpFd94HKb .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uUpFd94HKb .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uUpFd94HKb .mbr-section-title {
  color: #000000;
}
.cid-uUpFd94HKb .mbr-text {
  color: #000000;
}
.cid-uUpFd94HKb .mbr-desc {
  color: #000000;
}
.cid-uUpFd94HKb .mbr-section-title,
.cid-uUpFd94HKb .title-wrapper {
  color: #000000;
}
.cid-uUpFd94HKb .mbr-text,
.cid-uUpFd94HKb .mbr-section-btn {
  color: #c5ab50;
}
.cid-uUpFd9nN2H {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #002040;
}
.cid-uUpFd9nN2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFd9nN2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFd9nN2H .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFd9nN2H .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFd9nN2H .container {
    padding: 0 16px;
  }
}
.cid-uUpFd9nN2H .card {
  justify-content: flex-end;
}
.cid-uUpFd9nN2H .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUpFd9nN2H .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpFd9nN2H .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUpFd9nN2H .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-uUpFd9nN2H .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-uUpFd9nN2H .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUpFd9nN2H .text-wrapper {
    margin-top: 24px;
  }
}
.cid-uUpFd9nN2H .mbr-section-title {
  color: #ffffff;
}
.cid-uUpFd9nN2H .mbr-text {
  color: #ffffff;
}
.cid-uUpFd9nN2H .mbr-section-title,
.cid-uUpFd9nN2H .mbr-section-btn {
  color: #000000;
}
.cid-uUpFd9nN2H .mbr-text,
.cid-uUpFd9nN2H .text-wrapper {
  color: #c5ab50;
}
.cid-uUpFd9I7LD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  position: relative;
  background-color: #002040;
}
.cid-uUpFd9I7LD .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-uUpFd9I7LD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFd9I7LD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFd9I7LD .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFd9I7LD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFd9I7LD .container {
    padding: 0 16px;
  }
}
.cid-uUpFd9I7LD .row {
  position: relative;
  z-index: 1;
}
.cid-uUpFd9I7LD .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uUpFd9I7LD .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUpFd9I7LD .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUpFd9I7LD .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uUpFd9I7LD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUpFd9I7LD .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-uUpFd9I7LD .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFd9I7LD .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uUpFd9I7LD .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uUpFd9I7LD .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-uUpFd9I7LD .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-uUpFd9I7LD .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-uUpFd9I7LD .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uUpFd9I7LD .mbr-media {
  position: relative;
}
.cid-uUpFd9I7LD .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uUpFd9I7LD a:hover {
  background-image: none !important;
}
.cid-uUpFd9I7LD .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uUpFd9I7LD .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uUpFd9I7LD .icon-wrap:hover::before,
.cid-uUpFd9I7LD .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-uUpFd9I7LD .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uUpFd9I7LD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUpFd9I7LD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUpFd9I7LD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUpFd9I7LD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUpFd9I7LD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUpFd9I7LD .mbr-section-title {
  color: #c5ab50;
}
.cid-uUpFd9I7LD .mbr-section-subtitle {
  color: #000000;
}
.cid-uUpFd9I7LD .mbr-text {
  color: #000000;
}
.cid-uUpFd9I7LD .mbr-section-subtitle,
.cid-uUpFd9I7LD .subtitle-wrapper {
  color: #000000;
}
.cid-uUpFd9I7LD .mbr-text,
.cid-uUpFd9I7LD .mbr-section-btn {
  color: #c5ab50;
}
.cid-uUpFdakroO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUpFdakroO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFdakroO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFdakroO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFdakroO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFdakroO .container {
    padding: 0 16px;
  }
}
.cid-uUpFdakroO .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uUpFdakroO .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uUpFdakroO .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-uUpFdakroO .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-uUpFdakroO .item .item-wrapper {
  height: 100%;
}
.cid-uUpFdakroO .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUpFdakroO .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uUpFdakroO .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uUpFdakroO .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUpFdakroO .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uUpFdakroO .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUpFdakroO .item-title {
  color: #000000;
}
.cid-uUpFdakroO .list {
  color: #000000;
}
.cid-uUpFdakroO .item-title,
.cid-uUpFdakroO .mbr-section-btn {
  color: #000000;
}
.cid-uUpFdakroO .list,
.cid-uUpFdakroO .item-wrap,
.cid-uUpFdakroO .list-wrapper {
  color: #000000;
}
.cid-uUpFdakroO .item-title1 {
  color: #FFFFFF;
}
.cid-uUpFdakroO .list1,
.cid-uUpFdakroO .item-wrap1,
.cid-uUpFdakroO .list-wrapper1 {
  color: #FFFFFF;
}
.cid-uUpFdakroO .item-title2 {
  color: #000000;
}
.cid-uUpFdakroO .list2,
.cid-uUpFdakroO .item-wrap2,
.cid-uUpFdakroO .list-wrapper2 {
  color: #000000;
}
.cid-uUpFdakroO .item-title3 {
  color: #000000;
}
.cid-uUpFdakroO .list3,
.cid-uUpFdakroO .item-wrap3,
.cid-uUpFdakroO .list-wrapper3 {
  color: #000000;
}
.cid-uUpFdaGYVN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUpFdaGYVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFdaGYVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFdaGYVN .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFdaGYVN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFdaGYVN .container {
    padding: 0 16px;
  }
}
.cid-uUpFdaGYVN .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUpFdaGYVN .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUpFdaGYVN .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUpFdaGYVN .image-wrapper img {
    height: 350px;
  }
}
.cid-uUpFdaGYVN .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-uUpFdaGYVN .title-wrapper {
    padding-left: 0;
  }
}
.cid-uUpFdaGYVN .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-uUpFdaGYVN .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uUpFdaGYVN .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpFdaGYVN .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #c5ab50;
}
@media (max-width: 992px) {
  .cid-uUpFdaGYVN .mbr-desc {
    padding-left: 0;
  }
}
.cid-uUpFdaGYVN .mbr-section-title {
  color: #000000;
}
.cid-uUpFdaGYVN .mbr-section-subtitle {
  color: #000000;
}
.cid-uUpFdaGYVN .mbr-section-subtitle,
.cid-uUpFdaGYVN .subtitle-wrapper {
  color: #000000;
}
.cid-uUpFdaGYVN .mbr-section-title,
.cid-uUpFdaGYVN .mbr-section-btn {
  color: #c5ab50;
}
.cid-uUpFdb2SDr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUpFdb2SDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFdb2SDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFdb2SDr .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFdb2SDr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFdb2SDr .container {
    padding: 0 16px;
  }
}
.cid-uUpFdb2SDr .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uUpFdb2SDr .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uUpFdb2SDr .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-uUpFdb2SDr .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-uUpFdb2SDr .item .item-wrapper {
  height: 100%;
}
.cid-uUpFdb2SDr .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUpFdb2SDr .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uUpFdb2SDr .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uUpFdb2SDr .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUpFdb2SDr .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uUpFdb2SDr .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUpFdb2SDr .item-title {
  color: #000000;
}
.cid-uUpFdb2SDr .list {
  color: #000000;
}
.cid-uUpFdb2SDr .item-title,
.cid-uUpFdb2SDr .mbr-section-btn {
  color: #000000;
}
.cid-uUpFdb2SDr .list,
.cid-uUpFdb2SDr .item-wrap,
.cid-uUpFdb2SDr .list-wrapper {
  color: #000000;
}
.cid-uUpFdb2SDr .item-title1 {
  color: #FFFFFF;
}
.cid-uUpFdb2SDr .list1,
.cid-uUpFdb2SDr .item-wrap1,
.cid-uUpFdb2SDr .list-wrapper1 {
  color: #FFFFFF;
}
.cid-uUpFdb2SDr .item-title2 {
  color: #000000;
}
.cid-uUpFdb2SDr .list2,
.cid-uUpFdb2SDr .item-wrap2,
.cid-uUpFdb2SDr .list-wrapper2 {
  color: #000000;
}
.cid-uUpFdb2SDr .item-title3 {
  color: #000000;
}
.cid-uUpFdb2SDr .list3,
.cid-uUpFdb2SDr .item-wrap3,
.cid-uUpFdb2SDr .list-wrapper3 {
  color: #000000;
}
.cid-uUpFdbocZf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #002040;
  overflow: hidden;
}
.cid-uUpFdbocZf .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFdbocZf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFdbocZf .container {
    padding: 0 16px;
  }
}
.cid-uUpFdbocZf .row {
  justify-content: center;
}
.cid-uUpFdbocZf .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #c5ab50;
}
.cid-uUpFdbocZf .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #c5ab50;
  text-align: right;
}
.cid-uUpFdbocZf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-uUpFdbocZf .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-uUpFdbocZf .embla__slide .slide-content {
  width: 100%;
}
.cid-uUpFdbocZf .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-uUpFdbocZf .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uUpFdbocZf .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uUpFdbocZf .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uUpFdbocZf .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uUpFdbocZf .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uUpFdbocZf .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uUpFdbocZf .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uUpFdbocZf .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uUpFdbocZf .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uUpFdbocZf .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uUpFdbocZf .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-uUpFdbocZf .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-uUpFdbocZf .embla__button--next,
.cid-uUpFdbocZf .embla__button--prev {
  display: flex;
}
.cid-uUpFdbocZf .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uUpFdbocZf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUpFdbocZf .embla__button:hover {
  opacity: 0.5;
}
.cid-uUpFdbocZf .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uUpFdbocZf .embla__button.embla__button--next {
  right: 16px;
}
.cid-uUpFdbocZf .embla {
  position: relative;
  width: 100%;
}
.cid-uUpFdbocZf .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uUpFdbocZf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUpFdbocZf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUpFdbocZf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUpFdbocZf .item-text {
  color: #000000;
}
.cid-uUpFdbocZf .item-name {
  color: #000000;
}
.cid-uUpFdbocZf .item-role {
  color: #000000;
}
.cid-uUpFdbocZf .item-name,
.cid-uUpFdbocZf .image-wrapper {
  color: #000000;
}
.cid-uUpFdbocZf .item-role,
.cid-uUpFdbocZf .image-wrapper {
  color: #000000;
}
.cid-uUpFdbocZf .item-text1 {
  color: #000000;
}
.cid-uUpFdbocZf .item-name1 {
  color: #000000;
}
.cid-uUpFdbocZf .item-role1 {
  color: #000000;
}
.cid-uUpFdbocZf .item-text2 {
  color: #FFFFFF;
}
.cid-uUpFdbocZf .item-name2 {
  color: #FFFFFF;
}
.cid-uUpFdbocZf .item-role2 {
  color: #FFFFFF;
}
.cid-uUpFdbocZf .item-text3 {
  color: #000000;
}
.cid-uUpFdbocZf .item-name3 {
  color: #000000;
}
.cid-uUpFdbocZf .item-role3 {
  color: #000000;
}
.cid-uUpFdc09x4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-uUpFdc09x4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFdc09x4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFdc09x4 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFdc09x4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFdc09x4 .container {
    padding: 0 16px;
  }
}
.cid-uUpFdc09x4 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpFdc09x4 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-uUpFdc09x4 .mbr-section-title {
  color: #ffffff;
}
.cid-uUpFdc09x4 .mbr-section-title,
.cid-uUpFdc09x4 .mbr-section-btn {
  text-align: center;
  color: #c5ab50;
}
.cid-uUpFdcn77R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUpFdcn77R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFdcn77R .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-uUpFdcn77R .container {
    padding: 0 16px;
  }
}
.cid-uUpFdcn77R .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uUpFdcn77R .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uUpFdcn77R .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-uUpFdcn77R .item .item-wrapper {
  height: 100%;
}
.cid-uUpFdcn77R .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUpFdcn77R .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uUpFdcn77R .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uUpFdcn77R .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uUpFdcn77R .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uUpFdcn77R .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uUpFdcn77R .item-emoji {
  color: #000000;
}
.cid-uUpFdcn77R .item-title {
  color: #000000;
}
.cid-uUpFdcn77R .item-text {
  color: #000000;
}
.cid-uUpFdcn77R .item-title,
.cid-uUpFdcn77R .mbr-section-btn {
  color: #000000;
}
.cid-uUpFdcn77R .item-title1 {
  color: #000000;
}
.cid-uUpFdcn77R .item-text1 {
  color: #000000;
}
.cid-uUpFdcn77R .item-title2 {
  color: #FFFFFF;
}
.cid-uUpFdcn77R .item-text2 {
  color: #FFFFFF;
}
.cid-uUpFddg7Ca {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-uUpFddg7Ca .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFddg7Ca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFddg7Ca .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFddg7Ca .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFddg7Ca .container {
    padding: 0 16px;
  }
}
.cid-uUpFddg7Ca .row {
  position: relative;
  justify-content: center;
}
.cid-uUpFddg7Ca .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uUpFddg7Ca .card {
  justify-content: center;
}
.cid-uUpFddg7Ca .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUpFddg7Ca .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uUpFddg7Ca .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUpFddg7Ca .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uUpFddg7Ca .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uUpFddg7Ca .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUpFddg7Ca .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uUpFddg7Ca .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uUpFddg7Ca .nav-wrapper .list {
    display: block;
  }
}
.cid-uUpFddg7Ca .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uUpFddg7Ca .nav-wrapper .list .item-wrap:hover::before,
.cid-uUpFddg7Ca .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUpFddg7Ca .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uUpFddg7Ca .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uUpFddg7Ca .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uUpFddg7Ca .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uUpFddg7Ca .mbr-copy {
  color: #c5ab50;
}
.cid-uUpFddg7Ca .list,
.cid-uUpFddg7Ca .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUpFddg7Ca .list,
  .cid-uUpFddg7Ca .nav-wrapper {
    text-align: left;
  }
}
.cid-uUpFddg7Ca .list,
.cid-uUpFddg7Ca .item-wrap,
.cid-uUpFddg7Ca .nav-wrapper {
  color: #c5ab50;
}
.cid-uUpFEfXa4b {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uUpFEfXa4b .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uUpFEfXa4b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-uUpFEfXa4b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUpFEfXa4b .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUpFEfXa4b .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUpFEfXa4b .menu_box .navbar.opened,
  .cid-uUpFEfXa4b .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUpFEfXa4b nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUpFEfXa4b .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uUpFEfXa4b .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUpFEfXa4b .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUpFEfXa4b .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUpFEfXa4b .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUpFEfXa4b .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uUpFEfXa4b .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUpFEfXa4b .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUpFEfXa4b .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUpFEfXa4b .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUpFEfXa4b .offcanvas-body .mbr-text,
  .cid-uUpFEfXa4b .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uUpFEfXa4b .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uUpFEfXa4b .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUpFEfXa4b .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uUpFEfXa4b .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUpFEfXa4b .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUpFEfXa4b .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUpFEfXa4b .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUpFEfXa4b ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUpFEfXa4b .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUpFEfXa4b .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUpFEfXa4b .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUpFEfXa4b li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uUpFEfXa4b .lg_brand {
    margin: 0 1rem;
  }
  .cid-uUpFEfXa4b .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uUpFEfXa4b .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uUpFEfXa4b .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uUpFEfXa4b .nav-item {
    margin: 0 !important;
  }
}
.cid-uUpFEfXa4b .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uUpFEfXa4b .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uUpFEfXa4b .nav-item .nav-link:hover,
.cid-uUpFEfXa4b .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uUpFEfXa4b .nav-item .nav-link:hover::before,
.cid-uUpFEfXa4b .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUpFEfXa4b .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUpFEfXa4b .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUpFEfXa4b .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUpFEfXa4b .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUpFEfXa4b .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUpFEfXa4b .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUpFEfXa4b .offcanvas_box {
    display: none;
  }
}
.cid-uUpFEfXa4b .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUpFEfXa4b .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUpFEfXa4b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUpFEfXa4b .container {
  display: flex;
  margin: auto;
}
.cid-uUpFEfXa4b .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUpFEfXa4b .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUpFEfXa4b .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUpFEfXa4b .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUpFEfXa4b .navbar-nav {
    margin: 0;
  }
}
.cid-uUpFEfXa4b .dropdown-menu,
.cid-uUpFEfXa4b .navbar.opened {
  background-color: false !important;
}
.cid-uUpFEfXa4b .nav-item:focus,
.cid-uUpFEfXa4b .nav-link:focus {
  outline: none;
}
.cid-uUpFEfXa4b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUpFEfXa4b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUpFEfXa4b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUpFEfXa4b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUpFEfXa4b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUpFEfXa4b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUpFEfXa4b .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUpFEfXa4b .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUpFEfXa4b .navbar.opened {
  transition: all 0.3s;
}
.cid-uUpFEfXa4b .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUpFEfXa4b .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uUpFEfXa4b .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uUpFEfXa4b .navbar.collapsed {
  justify-content: center;
}
.cid-uUpFEfXa4b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUpFEfXa4b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUpFEfXa4b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpFEfXa4b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpFEfXa4b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpFEfXa4b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUpFEfXa4b .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUpFEfXa4b .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUpFEfXa4b .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUpFEfXa4b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUpFEfXa4b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpFEfXa4b .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUpFEfXa4b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpFEfXa4b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUpFEfXa4b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUpFEfXa4b .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUpFEfXa4b .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUpFEfXa4b .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUpFEfXa4b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUpFEfXa4b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUpFEfXa4b .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUpFEfXa4b .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUpFEfXa4b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUpFEfXa4b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUpFEfXa4b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUpFEfXa4b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUpFEfXa4b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpFEfXa4b .dropdown-item.active,
.cid-uUpFEfXa4b .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpFEfXa4b .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uUpFEfXa4b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpFEfXa4b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpFEfXa4b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpFEfXa4b ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUpFEfXa4b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUpFEfXa4b button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-uUpFEfXa4b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUpFEfXa4b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpFEfXa4b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpFEfXa4b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpFEfXa4b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpFEfXa4b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpFEfXa4b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUpFEfXa4b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUpFEfXa4b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpFEfXa4b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUpFEfXa4b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUpFEfXa4b .navbar {
    height: 70px;
  }
  .cid-uUpFEfXa4b .navbar.opened {
    height: auto;
  }
  .cid-uUpFEfXa4b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUpFEfXa4b .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUpFEfXa4b .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uUpFEfXa4b .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUpFEfXa4b .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uUpFEfXa4b .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uUpFEfXa4b .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uUpFEfXa4b .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-uUpFEfXa4b .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUpFEfXa4b .text_widget {
  margin-bottom: 32px;
}
.cid-uUpFEfXa4b .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUpFEfXa4b .text_widget a:hover,
.cid-uUpFEfXa4b .text_widget a:focus {
  opacity: 0.8;
}
.cid-uUpFEfXa4b .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUpFEfXa4b .navbar-caption {
  color: #000000;
}
.cid-uUpFEfXa4b .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUpFEfXa4b .mbr-section-subtitle,
.cid-uUpFEfXa4b .text_widget,
.cid-uUpFEfXa4b .mbr-section-btn {
  text-align: center;
}
.cid-uUpFEfXa4b a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUpFEfXa4b .nav-link,
.cid-uUpFEfXa4b .dropdown-item {
  color: #000000;
}
.cid-uUpFEgt3Ge {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #002040;
}
.cid-uUpFEgt3Ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFEgt3Ge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFEgt3Ge .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFEgt3Ge .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFEgt3Ge .container {
    padding: 0 16px;
  }
}
.cid-uUpFEgt3Ge .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUpFEgt3Ge .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUpFEgt3Ge .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUpFEgt3Ge .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpFEgt3Ge .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uUpFEgt3Ge .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUpFEgt3Ge .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uUpFEgt3Ge .image-wrapper {
    margin-left: 0;
  }
}
.cid-uUpFEgt3Ge .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-uUpFEgt3Ge .image-wrapper img {
    height: 350px;
  }
}
.cid-uUpFEgt3Ge .mbr-section-title {
  color: #ffffff;
}
.cid-uUpFEgt3Ge .mbr-text {
  color: #ffffff;
}
.cid-uUpFEgt3Ge .mbr-section-title,
.cid-uUpFEgt3Ge .mbr-section-btn {
  color: #c5ab50;
}
.cid-uUpFEgt3Ge .mbr-text,
.cid-uUpFEgt3Ge .text-wrapper {
  color: #c5ab50;
}
.cid-uUpFEgOo74 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #002040;
}
.cid-uUpFEgOo74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFEgOo74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFEgOo74 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFEgOo74 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFEgOo74 .container {
    padding: 0 16px;
  }
}
.cid-uUpFEgOo74 .card {
  justify-content: center;
}
.cid-uUpFEgOo74 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUpFEgOo74 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpFEgOo74 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uUpFEgOo74 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uUpFEgOo74 .mbr-section-title {
  color: #000000;
}
.cid-uUpFEgOo74 .mbr-text {
  color: #000000;
}
.cid-uUpFEgOo74 .mbr-desc {
  color: #000000;
}
.cid-uUpFEgOo74 .mbr-section-title,
.cid-uUpFEgOo74 .title-wrapper {
  color: #000000;
}
.cid-uUpFEgOo74 .mbr-text,
.cid-uUpFEgOo74 .mbr-section-btn {
  color: #c5ab50;
}
.cid-uUpFEh8s2P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUpFEh8s2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFEh8s2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFEh8s2P .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFEh8s2P .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFEh8s2P .container {
    padding: 0 16px;
  }
}
.cid-uUpFEh8s2P .card {
  justify-content: flex-end;
}
.cid-uUpFEh8s2P .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUpFEh8s2P .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpFEh8s2P .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUpFEh8s2P .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-uUpFEh8s2P .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-uUpFEh8s2P .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUpFEh8s2P .text-wrapper {
    margin-top: 24px;
  }
}
.cid-uUpFEh8s2P .mbr-section-title {
  color: #ffffff;
}
.cid-uUpFEh8s2P .mbr-text {
  color: #ffffff;
}
.cid-uUpFEh8s2P .mbr-section-title,
.cid-uUpFEh8s2P .mbr-section-btn {
  color: #c5ab50;
}
.cid-uUpFEh8s2P .mbr-text,
.cid-uUpFEh8s2P .text-wrapper {
  color: #c5ab50;
}
.cid-uUpFEhvYnX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUpFEhvYnX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFEhvYnX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFEhvYnX .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFEhvYnX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFEhvYnX .container {
    padding: 0 16px;
  }
}
.cid-uUpFEhvYnX .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uUpFEhvYnX .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uUpFEhvYnX .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-uUpFEhvYnX .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-uUpFEhvYnX .item .item-wrapper {
  height: 100%;
}
.cid-uUpFEhvYnX .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUpFEhvYnX .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uUpFEhvYnX .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uUpFEhvYnX .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUpFEhvYnX .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uUpFEhvYnX .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUpFEhvYnX .item-title {
  color: #000000;
}
.cid-uUpFEhvYnX .list {
  color: #000000;
}
.cid-uUpFEhvYnX .item-title,
.cid-uUpFEhvYnX .mbr-section-btn {
  color: #000000;
}
.cid-uUpFEhvYnX .list,
.cid-uUpFEhvYnX .item-wrap,
.cid-uUpFEhvYnX .list-wrapper {
  color: #000000;
}
.cid-uUpFEhvYnX .item-title1 {
  color: #FFFFFF;
}
.cid-uUpFEhvYnX .list1,
.cid-uUpFEhvYnX .item-wrap1,
.cid-uUpFEhvYnX .list-wrapper1 {
  color: #FFFFFF;
}
.cid-uUpFEhvYnX .item-title2 {
  color: #000000;
}
.cid-uUpFEhvYnX .list2,
.cid-uUpFEhvYnX .item-wrap2,
.cid-uUpFEhvYnX .list-wrapper2 {
  color: #000000;
}
.cid-uUpFEhvYnX .item-title3 {
  color: #000000;
}
.cid-uUpFEhvYnX .list3,
.cid-uUpFEhvYnX .item-wrap3,
.cid-uUpFEhvYnX .list-wrapper3 {
  color: #000000;
}
.cid-uUpFEhRH3D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #002040;
}
.cid-uUpFEhRH3D .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-uUpFEhRH3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFEhRH3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFEhRH3D .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFEhRH3D .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFEhRH3D .container {
    padding: 0 16px;
  }
}
.cid-uUpFEhRH3D .row {
  position: relative;
  z-index: 1;
}
.cid-uUpFEhRH3D .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uUpFEhRH3D .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUpFEhRH3D .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUpFEhRH3D .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uUpFEhRH3D .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUpFEhRH3D .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-uUpFEhRH3D .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFEhRH3D .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uUpFEhRH3D .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uUpFEhRH3D .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-uUpFEhRH3D .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-uUpFEhRH3D .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-uUpFEhRH3D .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uUpFEhRH3D .mbr-media {
  position: relative;
}
.cid-uUpFEhRH3D .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uUpFEhRH3D a:hover {
  background-image: none !important;
}
.cid-uUpFEhRH3D .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uUpFEhRH3D .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uUpFEhRH3D .icon-wrap:hover::before,
.cid-uUpFEhRH3D .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-uUpFEhRH3D .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uUpFEhRH3D .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUpFEhRH3D .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUpFEhRH3D .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUpFEhRH3D .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUpFEhRH3D .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUpFEhRH3D .mbr-section-title {
  color: #c5ab50;
}
.cid-uUpFEhRH3D .mbr-section-subtitle {
  color: #000000;
}
.cid-uUpFEhRH3D .mbr-text {
  color: #000000;
}
.cid-uUpFEhRH3D .mbr-section-subtitle,
.cid-uUpFEhRH3D .subtitle-wrapper {
  color: #000000;
}
.cid-uUpFEhRH3D .mbr-text,
.cid-uUpFEhRH3D .mbr-section-btn {
  color: #c5ab50;
}
.cid-uUpFEivEvo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUpFEivEvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFEivEvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFEivEvo .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFEivEvo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFEivEvo .container {
    padding: 0 16px;
  }
}
.cid-uUpFEivEvo .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUpFEivEvo .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUpFEivEvo .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUpFEivEvo .image-wrapper img {
    height: 350px;
  }
}
.cid-uUpFEivEvo .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-uUpFEivEvo .title-wrapper {
    padding-left: 0;
  }
}
.cid-uUpFEivEvo .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-uUpFEivEvo .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uUpFEivEvo .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpFEivEvo .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #c5ab50;
}
@media (max-width: 992px) {
  .cid-uUpFEivEvo .mbr-desc {
    padding-left: 0;
  }
}
.cid-uUpFEivEvo .mbr-section-title {
  color: #000000;
}
.cid-uUpFEivEvo .mbr-section-subtitle {
  color: #000000;
}
.cid-uUpFEivEvo .mbr-section-subtitle,
.cid-uUpFEivEvo .subtitle-wrapper {
  color: #000000;
}
.cid-uUpFEivEvo .mbr-section-title,
.cid-uUpFEivEvo .mbr-section-btn {
  color: #c5ab50;
}
.cid-uUpFEiReWC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUpFEiReWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFEiReWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFEiReWC .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFEiReWC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFEiReWC .container {
    padding: 0 16px;
  }
}
.cid-uUpFEiReWC .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uUpFEiReWC .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uUpFEiReWC .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-uUpFEiReWC .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-uUpFEiReWC .item .item-wrapper {
  height: 100%;
}
.cid-uUpFEiReWC .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUpFEiReWC .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uUpFEiReWC .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uUpFEiReWC .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUpFEiReWC .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uUpFEiReWC .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUpFEiReWC .item-title {
  color: #000000;
}
.cid-uUpFEiReWC .list {
  color: #000000;
}
.cid-uUpFEiReWC .item-title,
.cid-uUpFEiReWC .mbr-section-btn {
  color: #000000;
}
.cid-uUpFEiReWC .list,
.cid-uUpFEiReWC .item-wrap,
.cid-uUpFEiReWC .list-wrapper {
  color: #000000;
}
.cid-uUpFEiReWC .item-title1 {
  color: #FFFFFF;
}
.cid-uUpFEiReWC .list1,
.cid-uUpFEiReWC .item-wrap1,
.cid-uUpFEiReWC .list-wrapper1 {
  color: #FFFFFF;
}
.cid-uUpFEiReWC .item-title2 {
  color: #000000;
}
.cid-uUpFEiReWC .list2,
.cid-uUpFEiReWC .item-wrap2,
.cid-uUpFEiReWC .list-wrapper2 {
  color: #000000;
}
.cid-uUpFEiReWC .item-title3 {
  color: #000000;
}
.cid-uUpFEiReWC .list3,
.cid-uUpFEiReWC .item-wrap3,
.cid-uUpFEiReWC .list-wrapper3 {
  color: #000000;
}
.cid-uUpFEjfuRO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #002040;
  overflow: hidden;
}
.cid-uUpFEjfuRO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFEjfuRO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFEjfuRO .container {
    padding: 0 16px;
  }
}
.cid-uUpFEjfuRO .row {
  justify-content: center;
}
.cid-uUpFEjfuRO .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #c5ab50;
}
.cid-uUpFEjfuRO .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #c5ab50;
  text-align: right;
}
.cid-uUpFEjfuRO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-uUpFEjfuRO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-uUpFEjfuRO .embla__slide .slide-content {
  width: 100%;
}
.cid-uUpFEjfuRO .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-uUpFEjfuRO .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uUpFEjfuRO .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uUpFEjfuRO .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uUpFEjfuRO .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uUpFEjfuRO .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uUpFEjfuRO .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uUpFEjfuRO .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uUpFEjfuRO .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uUpFEjfuRO .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uUpFEjfuRO .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uUpFEjfuRO .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-uUpFEjfuRO .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-uUpFEjfuRO .embla__button--next,
.cid-uUpFEjfuRO .embla__button--prev {
  display: flex;
}
.cid-uUpFEjfuRO .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uUpFEjfuRO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUpFEjfuRO .embla__button:hover {
  opacity: 0.5;
}
.cid-uUpFEjfuRO .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uUpFEjfuRO .embla__button.embla__button--next {
  right: 16px;
}
.cid-uUpFEjfuRO .embla {
  position: relative;
  width: 100%;
}
.cid-uUpFEjfuRO .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uUpFEjfuRO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUpFEjfuRO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUpFEjfuRO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUpFEjfuRO .item-text {
  color: #000000;
}
.cid-uUpFEjfuRO .item-name {
  color: #000000;
}
.cid-uUpFEjfuRO .item-role {
  color: #000000;
}
.cid-uUpFEjfuRO .item-name,
.cid-uUpFEjfuRO .image-wrapper {
  color: #000000;
}
.cid-uUpFEjfuRO .item-role,
.cid-uUpFEjfuRO .image-wrapper {
  color: #000000;
}
.cid-uUpFEjfuRO .item-text1 {
  color: #000000;
}
.cid-uUpFEjfuRO .item-name1 {
  color: #000000;
}
.cid-uUpFEjfuRO .item-role1 {
  color: #000000;
}
.cid-uUpFEjfuRO .item-text2 {
  color: #FFFFFF;
}
.cid-uUpFEjfuRO .item-name2 {
  color: #FFFFFF;
}
.cid-uUpFEjfuRO .item-role2 {
  color: #FFFFFF;
}
.cid-uUpFEjfuRO .item-text3 {
  color: #000000;
}
.cid-uUpFEjfuRO .item-name3 {
  color: #000000;
}
.cid-uUpFEjfuRO .item-role3 {
  color: #000000;
}
.cid-uUpFEjR6jr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-uUpFEjR6jr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFEjR6jr .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-uUpFEjR6jr .container {
    padding: 0 16px;
  }
}
.cid-uUpFEjR6jr .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpFEjR6jr .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-uUpFEjR6jr .mbr-section-title {
  color: #ffffff;
}
.cid-uUpFEjR6jr .mbr-section-title,
.cid-uUpFEjR6jr .mbr-section-btn {
  text-align: center;
  color: #c5ab50;
}
.cid-uUpFEkgSH0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUpFEkgSH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFEkgSH0 .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-uUpFEkgSH0 .container {
    padding: 0 16px;
  }
}
.cid-uUpFEkgSH0 .row {
  justify-content: center;
}
.cid-uUpFEkgSH0 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUpFEkgSH0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpFEkgSH0 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-uUpFEkgSH0 .panel-group .card {
    padding: 24px;
  }
}
.cid-uUpFEkgSH0 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uUpFEkgSH0 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uUpFEkgSH0 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uUpFEkgSH0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUpFEkgSH0 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uUpFEkgSH0 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-uUpFEkgSH0 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uUpFEkgSH0 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-uUpFEkgSH0 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-uUpFEkgSH0 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uUpFEkgSH0 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uUpFEkgSH0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUpFEkgSH0 .mbr-section-title {
  color: #000000;
}
.cid-uUpFEkgSH0 .panel-title-edit {
  color: #000000;
}
.cid-uUpFEkgSH0 .panel-text {
  color: #000000;
}
.cid-uUpFEkgSH0 .mbr-section-title,
.cid-uUpFEkgSH0 .title-wrapper {
  color: #000000;
}
.cid-uUpFEkJk9H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUpFEkJk9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFEkJk9H .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-uUpFEkJk9H .container {
    padding: 0 16px;
  }
}
.cid-uUpFEkJk9H .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uUpFEkJk9H .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uUpFEkJk9H .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-uUpFEkJk9H .item .item-wrapper {
  height: 100%;
}
.cid-uUpFEkJk9H .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUpFEkJk9H .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uUpFEkJk9H .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uUpFEkJk9H .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uUpFEkJk9H .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uUpFEkJk9H .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uUpFEkJk9H .item-emoji {
  color: #000000;
}
.cid-uUpFEkJk9H .item-title {
  color: #000000;
}
.cid-uUpFEkJk9H .item-text {
  color: #000000;
}
.cid-uUpFEkJk9H .item-title,
.cid-uUpFEkJk9H .mbr-section-btn {
  color: #000000;
}
.cid-uUpFEkJk9H .item-title1 {
  color: #000000;
}
.cid-uUpFEkJk9H .item-text1 {
  color: #000000;
}
.cid-uUpFEkJk9H .item-title2 {
  color: #FFFFFF;
}
.cid-uUpFEkJk9H .item-text2 {
  color: #FFFFFF;
}
.cid-uUpFEldVIl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUpFEldVIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFEldVIl .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-uUpFEldVIl .container {
    padding: 0 16px;
  }
}
.cid-uUpFEldVIl .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uUpFEldVIl .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uUpFEldVIl .item:hover .item-wrapper .card-box,
.cid-uUpFEldVIl .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-uUpFEldVIl .item:hover .item-wrapper .card-box .item-price,
.cid-uUpFEldVIl .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-uUpFEldVIl .item:hover .item-wrapper .card-box .btn-primary,
.cid-uUpFEldVIl .item:focus .item-wrapper .card-box .btn-primary,
.cid-uUpFEldVIl .item:hover .item-wrapper .card-box .btn-secondary,
.cid-uUpFEldVIl .item:focus .item-wrapper .card-box .btn-secondary,
.cid-uUpFEldVIl .item:hover .item-wrapper .card-box .btn-success,
.cid-uUpFEldVIl .item:focus .item-wrapper .card-box .btn-success,
.cid-uUpFEldVIl .item:hover .item-wrapper .card-box .btn-info,
.cid-uUpFEldVIl .item:focus .item-wrapper .card-box .btn-info,
.cid-uUpFEldVIl .item:hover .item-wrapper .card-box .btn-warning,
.cid-uUpFEldVIl .item:focus .item-wrapper .card-box .btn-warning,
.cid-uUpFEldVIl .item:hover .item-wrapper .card-box .btn-danger,
.cid-uUpFEldVIl .item:focus .item-wrapper .card-box .btn-danger,
.cid-uUpFEldVIl .item:hover .item-wrapper .card-box .btn-black,
.cid-uUpFEldVIl .item:focus .item-wrapper .card-box .btn-black,
.cid-uUpFEldVIl .item:hover .item-wrapper .card-box .btn-white,
.cid-uUpFEldVIl .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-uUpFEldVIl .item .item-wrapper {
  height: 100%;
}
.cid-uUpFEldVIl .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #c5ab50;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uUpFEldVIl .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFEldVIl .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uUpFEldVIl .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #c5ab50;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uUpFEldVIl .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUpFEldVIl .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uUpFEldVIl .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-uUpFEldVIl .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-uUpFEldVIl .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-uUpFEldVIl .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-uUpFEldVIl .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUpFEldVIl .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-uUpFEldVIl .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #c5ab50;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uUpFEldVIl .item-title {
  color: #FF6B35;
}
.cid-uUpFEldVIl .item-desc {
  color: #000000;
}
.cid-uUpFEldVIl .item-price {
  color: #000000;
}
.cid-uUpFEldVIl .list {
  color: #000000;
}
.cid-uUpFEldVIl .item-price,
.cid-uUpFEldVIl .mbr-section-btn {
  color: #c5ab50;
}
.cid-uUpFEldVIl .list,
.cid-uUpFEldVIl .item-wrap,
.cid-uUpFEldVIl .list-wrapper {
  color: #c5ab50;
}
.cid-uUpFElJOFI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUpFElJOFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFElJOFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFElJOFI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpFElJOFI .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uUpFElJOFI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUpFElJOFI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uUpFElJOFI .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uUpFElJOFI .border-wrap {
    margin-top: 32px;
  }
}
.cid-uUpFElJOFI .mbr-section-title {
  color: #ffffff;
}
.cid-uUpFElJOFI .mbr-text,
.cid-uUpFElJOFI .text-wrapper {
  color: #c5ab50;
  text-align: center;
}
.cid-uUpFElJOFI .mbr-section-title,
.cid-uUpFElJOFI .mbr-section-btn {
  text-align: center;
  color: #c5ab50;
}
.cid-uUpFEmc3zf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002040;
}
.cid-uUpFEmc3zf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFEmc3zf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFEmc3zf .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uUpFEmc3zf .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFEmc3zf .container {
    padding: 0 30px;
  }
}
.cid-uUpFEmc3zf .row {
  justify-content: center;
}
.cid-uUpFEmc3zf .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uUpFEmc3zf .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uUpFEmc3zf .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-uUpFEmc3zf .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-uUpFEmc3zf .mbr-text {
  color: #c5ab50;
}
.cid-uUpFEmFtKH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-uUpFEmFtKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFEmFtKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFEmFtKH .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFEmFtKH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFEmFtKH .container {
    padding: 0 16px;
  }
}
.cid-uUpFEmFtKH .row {
  position: relative;
  justify-content: center;
}
.cid-uUpFEmFtKH .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uUpFEmFtKH .card {
  justify-content: center;
}
.cid-uUpFEmFtKH .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUpFEmFtKH .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uUpFEmFtKH .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUpFEmFtKH .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uUpFEmFtKH .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uUpFEmFtKH .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUpFEmFtKH .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uUpFEmFtKH .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uUpFEmFtKH .nav-wrapper .list {
    display: block;
  }
}
.cid-uUpFEmFtKH .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uUpFEmFtKH .nav-wrapper .list .item-wrap:hover::before,
.cid-uUpFEmFtKH .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUpFEmFtKH .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uUpFEmFtKH .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uUpFEmFtKH .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uUpFEmFtKH .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uUpFEmFtKH .mbr-copy {
  color: #c5ab50;
}
.cid-uUpFEmFtKH .list,
.cid-uUpFEmFtKH .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUpFEmFtKH .list,
  .cid-uUpFEmFtKH .nav-wrapper {
    text-align: left;
  }
}
.cid-uUpFEmFtKH .list,
.cid-uUpFEmFtKH .item-wrap,
.cid-uUpFEmFtKH .nav-wrapper {
  color: #c5ab50;
}
.cid-uUpFQE5wtC {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uUpFQE5wtC .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uUpFQE5wtC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-uUpFQE5wtC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUpFQE5wtC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUpFQE5wtC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUpFQE5wtC .menu_box .navbar.opened,
  .cid-uUpFQE5wtC .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUpFQE5wtC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUpFQE5wtC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uUpFQE5wtC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUpFQE5wtC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUpFQE5wtC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUpFQE5wtC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUpFQE5wtC .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uUpFQE5wtC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUpFQE5wtC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUpFQE5wtC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUpFQE5wtC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUpFQE5wtC .offcanvas-body .mbr-text,
  .cid-uUpFQE5wtC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uUpFQE5wtC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uUpFQE5wtC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUpFQE5wtC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uUpFQE5wtC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUpFQE5wtC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUpFQE5wtC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUpFQE5wtC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUpFQE5wtC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUpFQE5wtC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUpFQE5wtC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUpFQE5wtC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUpFQE5wtC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uUpFQE5wtC .lg_brand {
    margin: 0 1rem;
  }
  .cid-uUpFQE5wtC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uUpFQE5wtC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uUpFQE5wtC .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uUpFQE5wtC .nav-item {
    margin: 0 !important;
  }
}
.cid-uUpFQE5wtC .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uUpFQE5wtC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uUpFQE5wtC .nav-item .nav-link:hover,
.cid-uUpFQE5wtC .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uUpFQE5wtC .nav-item .nav-link:hover::before,
.cid-uUpFQE5wtC .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUpFQE5wtC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUpFQE5wtC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUpFQE5wtC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUpFQE5wtC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUpFQE5wtC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUpFQE5wtC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUpFQE5wtC .offcanvas_box {
    display: none;
  }
}
.cid-uUpFQE5wtC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUpFQE5wtC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUpFQE5wtC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUpFQE5wtC .container {
  display: flex;
  margin: auto;
}
.cid-uUpFQE5wtC .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUpFQE5wtC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUpFQE5wtC .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUpFQE5wtC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUpFQE5wtC .navbar-nav {
    margin: 0;
  }
}
.cid-uUpFQE5wtC .dropdown-menu,
.cid-uUpFQE5wtC .navbar.opened {
  background-color: false !important;
}
.cid-uUpFQE5wtC .nav-item:focus,
.cid-uUpFQE5wtC .nav-link:focus {
  outline: none;
}
.cid-uUpFQE5wtC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUpFQE5wtC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUpFQE5wtC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUpFQE5wtC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUpFQE5wtC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUpFQE5wtC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUpFQE5wtC .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUpFQE5wtC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUpFQE5wtC .navbar.opened {
  transition: all 0.3s;
}
.cid-uUpFQE5wtC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUpFQE5wtC .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uUpFQE5wtC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uUpFQE5wtC .navbar.collapsed {
  justify-content: center;
}
.cid-uUpFQE5wtC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUpFQE5wtC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUpFQE5wtC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpFQE5wtC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpFQE5wtC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpFQE5wtC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUpFQE5wtC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUpFQE5wtC .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUpFQE5wtC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUpFQE5wtC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUpFQE5wtC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpFQE5wtC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUpFQE5wtC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpFQE5wtC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUpFQE5wtC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUpFQE5wtC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUpFQE5wtC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUpFQE5wtC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUpFQE5wtC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUpFQE5wtC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUpFQE5wtC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUpFQE5wtC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUpFQE5wtC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUpFQE5wtC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUpFQE5wtC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUpFQE5wtC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUpFQE5wtC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpFQE5wtC .dropdown-item.active,
.cid-uUpFQE5wtC .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpFQE5wtC .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uUpFQE5wtC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpFQE5wtC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpFQE5wtC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpFQE5wtC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUpFQE5wtC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUpFQE5wtC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-uUpFQE5wtC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUpFQE5wtC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpFQE5wtC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpFQE5wtC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpFQE5wtC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpFQE5wtC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpFQE5wtC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUpFQE5wtC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUpFQE5wtC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpFQE5wtC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUpFQE5wtC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUpFQE5wtC .navbar {
    height: 70px;
  }
  .cid-uUpFQE5wtC .navbar.opened {
    height: auto;
  }
  .cid-uUpFQE5wtC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUpFQE5wtC .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUpFQE5wtC .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uUpFQE5wtC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUpFQE5wtC .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uUpFQE5wtC .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uUpFQE5wtC .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uUpFQE5wtC .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-uUpFQE5wtC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUpFQE5wtC .text_widget {
  margin-bottom: 32px;
}
.cid-uUpFQE5wtC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUpFQE5wtC .text_widget a:hover,
.cid-uUpFQE5wtC .text_widget a:focus {
  opacity: 0.8;
}
.cid-uUpFQE5wtC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUpFQE5wtC .navbar-caption {
  color: #000000;
}
.cid-uUpFQE5wtC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUpFQE5wtC .mbr-section-subtitle,
.cid-uUpFQE5wtC .text_widget,
.cid-uUpFQE5wtC .mbr-section-btn {
  text-align: center;
}
.cid-uUpFQE5wtC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUpFQE5wtC .nav-link,
.cid-uUpFQE5wtC .dropdown-item {
  color: #000000;
}
.cid-uUpFQFmzRy {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #4f35ff;
}
.cid-uUpFQFmzRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFQFmzRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFQFmzRy .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFQFmzRy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFQFmzRy .container {
    padding: 0 16px;
  }
}
.cid-uUpFQFmzRy .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUpFQFmzRy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUpFQFmzRy .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUpFQFmzRy .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpFQFmzRy .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uUpFQFmzRy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUpFQFmzRy .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uUpFQFmzRy .image-wrapper {
    margin-left: 0;
  }
}
.cid-uUpFQFmzRy .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-uUpFQFmzRy .image-wrapper img {
    height: 350px;
  }
}
.cid-uUpFQFmzRy .mbr-section-title {
  color: #ffffff;
}
.cid-uUpFQFmzRy .mbr-text {
  color: #ffffff;
}
.cid-uUpFQFmzRy .mbr-section-title,
.cid-uUpFQFmzRy .mbr-section-btn {
  color: #000000;
}
.cid-uUpFQFmzRy .mbr-text,
.cid-uUpFQFmzRy .text-wrapper {
  color: #000000;
}
.cid-uUpFQFJjgr {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-uUpFQFJjgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFQFJjgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFQFJjgr .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFQFJjgr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFQFJjgr .container {
    padding: 0 16px;
  }
}
.cid-uUpFQFJjgr .card {
  justify-content: center;
}
.cid-uUpFQFJjgr .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUpFQFJjgr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpFQFJjgr .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uUpFQFJjgr .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uUpFQFJjgr .mbr-section-title {
  color: #000000;
}
.cid-uUpFQFJjgr .mbr-text {
  color: #000000;
}
.cid-uUpFQFJjgr .mbr-desc {
  color: #000000;
}
.cid-uUpFQFJjgr .mbr-section-title,
.cid-uUpFQFJjgr .title-wrapper {
  color: #000000;
}
.cid-uUpFQFJjgr .mbr-text,
.cid-uUpFQFJjgr .mbr-section-btn {
  color: #000000;
}
.cid-uUpFQG4FLw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpFQG4FLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFQG4FLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFQG4FLw .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFQG4FLw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFQG4FLw .container {
    padding: 0 16px;
  }
}
.cid-uUpFQG4FLw .card {
  justify-content: flex-end;
}
.cid-uUpFQG4FLw .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUpFQG4FLw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpFQG4FLw .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUpFQG4FLw .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-uUpFQG4FLw .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-uUpFQG4FLw .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUpFQG4FLw .text-wrapper {
    margin-top: 24px;
  }
}
.cid-uUpFQG4FLw .mbr-section-title {
  color: #ffffff;
}
.cid-uUpFQG4FLw .mbr-text {
  color: #ffffff;
}
.cid-uUpFQG4FLw .mbr-section-title,
.cid-uUpFQG4FLw .mbr-section-btn {
  color: #000000;
}
.cid-uUpFQG4FLw .mbr-text,
.cid-uUpFQG4FLw .text-wrapper {
  color: #000000;
}
.cid-uUpFQGqBc2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uUpFQGqBc2 .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-uUpFQGqBc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFQGqBc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFQGqBc2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFQGqBc2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFQGqBc2 .container {
    padding: 0 16px;
  }
}
.cid-uUpFQGqBc2 .row {
  position: relative;
  z-index: 1;
}
.cid-uUpFQGqBc2 .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uUpFQGqBc2 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUpFQGqBc2 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUpFQGqBc2 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uUpFQGqBc2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUpFQGqBc2 .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-uUpFQGqBc2 .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFQGqBc2 .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uUpFQGqBc2 .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uUpFQGqBc2 .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-uUpFQGqBc2 .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-uUpFQGqBc2 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-uUpFQGqBc2 .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uUpFQGqBc2 .mbr-media {
  position: relative;
}
.cid-uUpFQGqBc2 .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uUpFQGqBc2 a:hover {
  background-image: none !important;
}
.cid-uUpFQGqBc2 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uUpFQGqBc2 .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uUpFQGqBc2 .icon-wrap:hover::before,
.cid-uUpFQGqBc2 .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-uUpFQGqBc2 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uUpFQGqBc2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUpFQGqBc2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUpFQGqBc2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUpFQGqBc2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUpFQGqBc2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUpFQGqBc2 .mbr-section-title {
  color: #000000;
}
.cid-uUpFQGqBc2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uUpFQGqBc2 .mbr-text {
  color: #000000;
}
.cid-uUpFQGqBc2 .mbr-section-subtitle,
.cid-uUpFQGqBc2 .subtitle-wrapper {
  color: #000000;
}
.cid-uUpFQGqBc2 .mbr-text,
.cid-uUpFQGqBc2 .mbr-section-btn {
  color: #000000;
}
.cid-uUpFQH20sg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpFQH20sg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFQH20sg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFQH20sg .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFQH20sg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFQH20sg .container {
    padding: 0 16px;
  }
}
.cid-uUpFQH20sg .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uUpFQH20sg .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uUpFQH20sg .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-uUpFQH20sg .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-uUpFQH20sg .item .item-wrapper {
  height: 100%;
}
.cid-uUpFQH20sg .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUpFQH20sg .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uUpFQH20sg .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uUpFQH20sg .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUpFQH20sg .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uUpFQH20sg .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUpFQH20sg .item-title {
  color: #000000;
}
.cid-uUpFQH20sg .list {
  color: #000000;
}
.cid-uUpFQH20sg .item-title,
.cid-uUpFQH20sg .mbr-section-btn {
  color: #000000;
}
.cid-uUpFQH20sg .list,
.cid-uUpFQH20sg .item-wrap,
.cid-uUpFQH20sg .list-wrapper {
  color: #000000;
}
.cid-uUpFQH20sg .item-title1 {
  color: #FFFFFF;
}
.cid-uUpFQH20sg .list1,
.cid-uUpFQH20sg .item-wrap1,
.cid-uUpFQH20sg .list-wrapper1 {
  color: #FFFFFF;
}
.cid-uUpFQH20sg .item-title2 {
  color: #000000;
}
.cid-uUpFQH20sg .list2,
.cid-uUpFQH20sg .item-wrap2,
.cid-uUpFQH20sg .list-wrapper2 {
  color: #000000;
}
.cid-uUpFQH20sg .item-title3 {
  color: #000000;
}
.cid-uUpFQH20sg .list3,
.cid-uUpFQH20sg .item-wrap3,
.cid-uUpFQH20sg .list-wrapper3 {
  color: #000000;
}
.cid-uUpFQHpfnU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUpFQHpfnU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFQHpfnU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFQHpfnU .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFQHpfnU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFQHpfnU .container {
    padding: 0 16px;
  }
}
.cid-uUpFQHpfnU .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUpFQHpfnU .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUpFQHpfnU .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUpFQHpfnU .image-wrapper img {
    height: 350px;
  }
}
.cid-uUpFQHpfnU .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-uUpFQHpfnU .title-wrapper {
    padding-left: 0;
  }
}
.cid-uUpFQHpfnU .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-uUpFQHpfnU .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uUpFQHpfnU .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpFQHpfnU .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uUpFQHpfnU .mbr-desc {
    padding-left: 0;
  }
}
.cid-uUpFQHpfnU .mbr-section-title {
  color: #000000;
}
.cid-uUpFQHpfnU .mbr-section-subtitle {
  color: #000000;
}
.cid-uUpFQHpfnU .mbr-section-subtitle,
.cid-uUpFQHpfnU .subtitle-wrapper {
  color: #000000;
}
.cid-uUpFQHpfnU .mbr-section-title,
.cid-uUpFQHpfnU .mbr-section-btn {
  color: #000000;
}
.cid-uUpFQHPKTK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-uUpFQHPKTK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFQHPKTK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFQHPKTK .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFQHPKTK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFQHPKTK .container {
    padding: 0 16px;
  }
}
.cid-uUpFQHPKTK .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uUpFQHPKTK .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uUpFQHPKTK .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-uUpFQHPKTK .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-uUpFQHPKTK .item .item-wrapper {
  height: 100%;
}
.cid-uUpFQHPKTK .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUpFQHPKTK .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uUpFQHPKTK .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uUpFQHPKTK .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUpFQHPKTK .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uUpFQHPKTK .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUpFQHPKTK .item-title {
  color: #000000;
}
.cid-uUpFQHPKTK .list {
  color: #000000;
}
.cid-uUpFQHPKTK .item-title,
.cid-uUpFQHPKTK .mbr-section-btn {
  color: #000000;
}
.cid-uUpFQHPKTK .list,
.cid-uUpFQHPKTK .item-wrap,
.cid-uUpFQHPKTK .list-wrapper {
  color: #000000;
}
.cid-uUpFQHPKTK .item-title1 {
  color: #FFFFFF;
}
.cid-uUpFQHPKTK .list1,
.cid-uUpFQHPKTK .item-wrap1,
.cid-uUpFQHPKTK .list-wrapper1 {
  color: #FFFFFF;
}
.cid-uUpFQHPKTK .item-title2 {
  color: #000000;
}
.cid-uUpFQHPKTK .list2,
.cid-uUpFQHPKTK .item-wrap2,
.cid-uUpFQHPKTK .list-wrapper2 {
  color: #000000;
}
.cid-uUpFQHPKTK .item-title3 {
  color: #000000;
}
.cid-uUpFQHPKTK .list3,
.cid-uUpFQHPKTK .item-wrap3,
.cid-uUpFQHPKTK .list-wrapper3 {
  color: #000000;
}
.cid-uUpFQIc7Lb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-uUpFQIc7Lb .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFQIc7Lb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFQIc7Lb .container {
    padding: 0 16px;
  }
}
.cid-uUpFQIc7Lb .row {
  justify-content: center;
}
.cid-uUpFQIc7Lb .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-uUpFQIc7Lb .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uUpFQIc7Lb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-uUpFQIc7Lb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-uUpFQIc7Lb .embla__slide .slide-content {
  width: 100%;
}
.cid-uUpFQIc7Lb .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-uUpFQIc7Lb .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uUpFQIc7Lb .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uUpFQIc7Lb .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uUpFQIc7Lb .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uUpFQIc7Lb .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uUpFQIc7Lb .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uUpFQIc7Lb .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uUpFQIc7Lb .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uUpFQIc7Lb .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uUpFQIc7Lb .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uUpFQIc7Lb .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-uUpFQIc7Lb .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-uUpFQIc7Lb .embla__button--next,
.cid-uUpFQIc7Lb .embla__button--prev {
  display: flex;
}
.cid-uUpFQIc7Lb .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uUpFQIc7Lb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUpFQIc7Lb .embla__button:hover {
  opacity: 0.5;
}
.cid-uUpFQIc7Lb .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uUpFQIc7Lb .embla__button.embla__button--next {
  right: 16px;
}
.cid-uUpFQIc7Lb .embla {
  position: relative;
  width: 100%;
}
.cid-uUpFQIc7Lb .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uUpFQIc7Lb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUpFQIc7Lb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUpFQIc7Lb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUpFQIc7Lb .item-text {
  color: #000000;
}
.cid-uUpFQIc7Lb .item-name {
  color: #000000;
}
.cid-uUpFQIc7Lb .item-role {
  color: #000000;
}
.cid-uUpFQIc7Lb .item-name,
.cid-uUpFQIc7Lb .image-wrapper {
  color: #000000;
}
.cid-uUpFQIc7Lb .item-role,
.cid-uUpFQIc7Lb .image-wrapper {
  color: #000000;
}
.cid-uUpFQIc7Lb .item-text1 {
  color: #000000;
}
.cid-uUpFQIc7Lb .item-name1 {
  color: #000000;
}
.cid-uUpFQIc7Lb .item-role1 {
  color: #000000;
}
.cid-uUpFQIc7Lb .item-text2 {
  color: #FFFFFF;
}
.cid-uUpFQIc7Lb .item-name2 {
  color: #FFFFFF;
}
.cid-uUpFQIc7Lb .item-role2 {
  color: #FFFFFF;
}
.cid-uUpFQIc7Lb .item-text3 {
  color: #000000;
}
.cid-uUpFQIc7Lb .item-name3 {
  color: #000000;
}
.cid-uUpFQIc7Lb .item-role3 {
  color: #000000;
}
.cid-uUpFQIMh7o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-uUpFQIMh7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFQIMh7o .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-uUpFQIMh7o .container {
    padding: 0 16px;
  }
}
.cid-uUpFQIMh7o .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpFQIMh7o .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-uUpFQIMh7o .mbr-section-title {
  color: #ffffff;
}
.cid-uUpFQIMh7o .mbr-section-title,
.cid-uUpFQIMh7o .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uUpFQJcqF6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUpFQJcqF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFQJcqF6 .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-uUpFQJcqF6 .container {
    padding: 0 16px;
  }
}
.cid-uUpFQJcqF6 .row {
  justify-content: center;
}
.cid-uUpFQJcqF6 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUpFQJcqF6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpFQJcqF6 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-uUpFQJcqF6 .panel-group .card {
    padding: 24px;
  }
}
.cid-uUpFQJcqF6 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uUpFQJcqF6 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uUpFQJcqF6 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uUpFQJcqF6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUpFQJcqF6 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uUpFQJcqF6 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-uUpFQJcqF6 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uUpFQJcqF6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-uUpFQJcqF6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-uUpFQJcqF6 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uUpFQJcqF6 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uUpFQJcqF6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUpFQJcqF6 .mbr-section-title {
  color: #000000;
}
.cid-uUpFQJcqF6 .panel-title-edit {
  color: #000000;
}
.cid-uUpFQJcqF6 .panel-text {
  color: #000000;
}
.cid-uUpFQJcqF6 .mbr-section-title,
.cid-uUpFQJcqF6 .title-wrapper {
  color: #000000;
}
.cid-uUpFQJG16z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUpFQJG16z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFQJG16z .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-uUpFQJG16z .container {
    padding: 0 16px;
  }
}
.cid-uUpFQJG16z .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uUpFQJG16z .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uUpFQJG16z .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-uUpFQJG16z .item .item-wrapper {
  height: 100%;
}
.cid-uUpFQJG16z .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUpFQJG16z .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uUpFQJG16z .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uUpFQJG16z .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uUpFQJG16z .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uUpFQJG16z .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uUpFQJG16z .item-emoji {
  color: #000000;
}
.cid-uUpFQJG16z .item-title {
  color: #000000;
}
.cid-uUpFQJG16z .item-text {
  color: #000000;
}
.cid-uUpFQJG16z .item-title,
.cid-uUpFQJG16z .mbr-section-btn {
  color: #000000;
}
.cid-uUpFQJG16z .item-title1 {
  color: #000000;
}
.cid-uUpFQJG16z .item-text1 {
  color: #000000;
}
.cid-uUpFQJG16z .item-title2 {
  color: #FFFFFF;
}
.cid-uUpFQJG16z .item-text2 {
  color: #FFFFFF;
}
.cid-uUpFQK7Vc8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUpFQK7Vc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFQK7Vc8 .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-uUpFQK7Vc8 .container {
    padding: 0 16px;
  }
}
.cid-uUpFQK7Vc8 .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uUpFQK7Vc8 .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uUpFQK7Vc8 .item:hover .item-wrapper .card-box,
.cid-uUpFQK7Vc8 .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-uUpFQK7Vc8 .item:hover .item-wrapper .card-box .item-price,
.cid-uUpFQK7Vc8 .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-uUpFQK7Vc8 .item:hover .item-wrapper .card-box .btn-primary,
.cid-uUpFQK7Vc8 .item:focus .item-wrapper .card-box .btn-primary,
.cid-uUpFQK7Vc8 .item:hover .item-wrapper .card-box .btn-secondary,
.cid-uUpFQK7Vc8 .item:focus .item-wrapper .card-box .btn-secondary,
.cid-uUpFQK7Vc8 .item:hover .item-wrapper .card-box .btn-success,
.cid-uUpFQK7Vc8 .item:focus .item-wrapper .card-box .btn-success,
.cid-uUpFQK7Vc8 .item:hover .item-wrapper .card-box .btn-info,
.cid-uUpFQK7Vc8 .item:focus .item-wrapper .card-box .btn-info,
.cid-uUpFQK7Vc8 .item:hover .item-wrapper .card-box .btn-warning,
.cid-uUpFQK7Vc8 .item:focus .item-wrapper .card-box .btn-warning,
.cid-uUpFQK7Vc8 .item:hover .item-wrapper .card-box .btn-danger,
.cid-uUpFQK7Vc8 .item:focus .item-wrapper .card-box .btn-danger,
.cid-uUpFQK7Vc8 .item:hover .item-wrapper .card-box .btn-black,
.cid-uUpFQK7Vc8 .item:focus .item-wrapper .card-box .btn-black,
.cid-uUpFQK7Vc8 .item:hover .item-wrapper .card-box .btn-white,
.cid-uUpFQK7Vc8 .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-uUpFQK7Vc8 .item .item-wrapper {
  height: 100%;
}
.cid-uUpFQK7Vc8 .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uUpFQK7Vc8 .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFQK7Vc8 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uUpFQK7Vc8 .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uUpFQK7Vc8 .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUpFQK7Vc8 .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uUpFQK7Vc8 .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-uUpFQK7Vc8 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-uUpFQK7Vc8 .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-uUpFQK7Vc8 .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-uUpFQK7Vc8 .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUpFQK7Vc8 .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-uUpFQK7Vc8 .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uUpFQK7Vc8 .item-title {
  color: #FF6B35;
}
.cid-uUpFQK7Vc8 .item-desc {
  color: #000000;
}
.cid-uUpFQK7Vc8 .item-price {
  color: #000000;
}
.cid-uUpFQK7Vc8 .list {
  color: #000000;
}
.cid-uUpFQK7Vc8 .item-price,
.cid-uUpFQK7Vc8 .mbr-section-btn {
  color: #000000;
}
.cid-uUpFQK7Vc8 .list,
.cid-uUpFQK7Vc8 .item-wrap,
.cid-uUpFQK7Vc8 .list-wrapper {
  color: #000000;
}
.cid-uUpFQKF4lm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-uUpFQKF4lm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFQKF4lm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFQKF4lm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpFQKF4lm .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uUpFQKF4lm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUpFQKF4lm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uUpFQKF4lm .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uUpFQKF4lm .border-wrap {
    margin-top: 32px;
  }
}
.cid-uUpFQKF4lm .mbr-section-title {
  color: #ffffff;
}
.cid-uUpFQKF4lm .mbr-text,
.cid-uUpFQKF4lm .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uUpFQKF4lm .mbr-section-title,
.cid-uUpFQKF4lm .mbr-section-btn {
  text-align: center;
}
.cid-uUpFQLaFsg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-uUpFQLaFsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFQLaFsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFQLaFsg .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uUpFQLaFsg .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFQLaFsg .container {
    padding: 0 30px;
  }
}
.cid-uUpFQLaFsg .row {
  justify-content: center;
}
.cid-uUpFQLaFsg .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uUpFQLaFsg .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uUpFQLaFsg .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-uUpFQLaFsg .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-uUpFQLaFsg .mbr-text {
  color: #000000;
}
.cid-uUpFQLD5QB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-uUpFQLD5QB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFQLD5QB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFQLD5QB .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpFQLD5QB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpFQLD5QB .container {
    padding: 0 16px;
  }
}
.cid-uUpFQLD5QB .row {
  position: relative;
  justify-content: center;
}
.cid-uUpFQLD5QB .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uUpFQLD5QB .card {
  justify-content: center;
}
.cid-uUpFQLD5QB .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUpFQLD5QB .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uUpFQLD5QB .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUpFQLD5QB .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uUpFQLD5QB .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uUpFQLD5QB .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUpFQLD5QB .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uUpFQLD5QB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uUpFQLD5QB .nav-wrapper .list {
    display: block;
  }
}
.cid-uUpFQLD5QB .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uUpFQLD5QB .nav-wrapper .list .item-wrap:hover::before,
.cid-uUpFQLD5QB .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUpFQLD5QB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uUpFQLD5QB .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uUpFQLD5QB .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uUpFQLD5QB .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uUpFQLD5QB .mbr-copy {
  color: #c5ab50;
}
.cid-uUpFQLD5QB .list,
.cid-uUpFQLD5QB .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUpFQLD5QB .list,
  .cid-uUpFQLD5QB .nav-wrapper {
    text-align: left;
  }
}
.cid-uUpFQLD5QB .list,
.cid-uUpFQLD5QB .item-wrap,
.cid-uUpFQLD5QB .nav-wrapper {
  color: #c5ab50;
}
.cid-uUpG22tbg7 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uUpG22tbg7 .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uUpG22tbg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-uUpG22tbg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUpG22tbg7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUpG22tbg7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUpG22tbg7 .menu_box .navbar.opened,
  .cid-uUpG22tbg7 .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUpG22tbg7 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUpG22tbg7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uUpG22tbg7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUpG22tbg7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUpG22tbg7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUpG22tbg7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUpG22tbg7 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uUpG22tbg7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUpG22tbg7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUpG22tbg7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUpG22tbg7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUpG22tbg7 .offcanvas-body .mbr-text,
  .cid-uUpG22tbg7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uUpG22tbg7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uUpG22tbg7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUpG22tbg7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uUpG22tbg7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUpG22tbg7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUpG22tbg7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUpG22tbg7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUpG22tbg7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUpG22tbg7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUpG22tbg7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUpG22tbg7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUpG22tbg7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uUpG22tbg7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uUpG22tbg7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uUpG22tbg7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uUpG22tbg7 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uUpG22tbg7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uUpG22tbg7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uUpG22tbg7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uUpG22tbg7 .nav-item .nav-link:hover,
.cid-uUpG22tbg7 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uUpG22tbg7 .nav-item .nav-link:hover::before,
.cid-uUpG22tbg7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUpG22tbg7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUpG22tbg7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUpG22tbg7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUpG22tbg7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUpG22tbg7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUpG22tbg7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUpG22tbg7 .offcanvas_box {
    display: none;
  }
}
.cid-uUpG22tbg7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUpG22tbg7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUpG22tbg7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUpG22tbg7 .container {
  display: flex;
  margin: auto;
}
.cid-uUpG22tbg7 .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUpG22tbg7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUpG22tbg7 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUpG22tbg7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUpG22tbg7 .navbar-nav {
    margin: 0;
  }
}
.cid-uUpG22tbg7 .dropdown-menu,
.cid-uUpG22tbg7 .navbar.opened {
  background-color: false !important;
}
.cid-uUpG22tbg7 .nav-item:focus,
.cid-uUpG22tbg7 .nav-link:focus {
  outline: none;
}
.cid-uUpG22tbg7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUpG22tbg7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUpG22tbg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUpG22tbg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUpG22tbg7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUpG22tbg7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUpG22tbg7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUpG22tbg7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUpG22tbg7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUpG22tbg7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUpG22tbg7 .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uUpG22tbg7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uUpG22tbg7 .navbar.collapsed {
  justify-content: center;
}
.cid-uUpG22tbg7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUpG22tbg7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUpG22tbg7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpG22tbg7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpG22tbg7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpG22tbg7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUpG22tbg7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUpG22tbg7 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUpG22tbg7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUpG22tbg7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUpG22tbg7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpG22tbg7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUpG22tbg7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpG22tbg7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUpG22tbg7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUpG22tbg7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUpG22tbg7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUpG22tbg7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUpG22tbg7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUpG22tbg7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUpG22tbg7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUpG22tbg7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUpG22tbg7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUpG22tbg7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUpG22tbg7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUpG22tbg7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUpG22tbg7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpG22tbg7 .dropdown-item.active,
.cid-uUpG22tbg7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpG22tbg7 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uUpG22tbg7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpG22tbg7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpG22tbg7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpG22tbg7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUpG22tbg7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUpG22tbg7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-uUpG22tbg7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUpG22tbg7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpG22tbg7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpG22tbg7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpG22tbg7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpG22tbg7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpG22tbg7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUpG22tbg7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUpG22tbg7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpG22tbg7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUpG22tbg7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUpG22tbg7 .navbar {
    height: 70px;
  }
  .cid-uUpG22tbg7 .navbar.opened {
    height: auto;
  }
  .cid-uUpG22tbg7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUpG22tbg7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUpG22tbg7 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uUpG22tbg7 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUpG22tbg7 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uUpG22tbg7 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uUpG22tbg7 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uUpG22tbg7 .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-uUpG22tbg7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUpG22tbg7 .text_widget {
  margin-bottom: 32px;
}
.cid-uUpG22tbg7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUpG22tbg7 .text_widget a:hover,
.cid-uUpG22tbg7 .text_widget a:focus {
  opacity: 0.8;
}
.cid-uUpG22tbg7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUpG22tbg7 .navbar-caption {
  color: #000000;
}
.cid-uUpG22tbg7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUpG22tbg7 .mbr-section-subtitle,
.cid-uUpG22tbg7 .text_widget,
.cid-uUpG22tbg7 .mbr-section-btn {
  text-align: center;
}
.cid-uUpG22tbg7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUpG22tbg7 .nav-link,
.cid-uUpG22tbg7 .dropdown-item {
  color: #000000;
}
.cid-uUpG230sZV {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #4f35ff;
}
.cid-uUpG230sZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpG230sZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpG230sZV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpG230sZV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpG230sZV .container {
    padding: 0 16px;
  }
}
.cid-uUpG230sZV .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUpG230sZV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUpG230sZV .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUpG230sZV .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpG230sZV .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uUpG230sZV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUpG230sZV .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uUpG230sZV .image-wrapper {
    margin-left: 0;
  }
}
.cid-uUpG230sZV .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-uUpG230sZV .image-wrapper img {
    height: 350px;
  }
}
.cid-uUpG230sZV .mbr-section-title {
  color: #ffffff;
}
.cid-uUpG230sZV .mbr-text {
  color: #ffffff;
}
.cid-uUpG230sZV .mbr-section-title,
.cid-uUpG230sZV .mbr-section-btn {
  color: #000000;
}
.cid-uUpG230sZV .mbr-text,
.cid-uUpG230sZV .text-wrapper {
  color: #000000;
}
.cid-uUpG23mImC {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-uUpG23mImC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpG23mImC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpG23mImC .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpG23mImC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpG23mImC .container {
    padding: 0 16px;
  }
}
.cid-uUpG23mImC .card {
  justify-content: center;
}
.cid-uUpG23mImC .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUpG23mImC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpG23mImC .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uUpG23mImC .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uUpG23mImC .mbr-section-title {
  color: #000000;
}
.cid-uUpG23mImC .mbr-text {
  color: #000000;
}
.cid-uUpG23mImC .mbr-desc {
  color: #000000;
}
.cid-uUpG23mImC .mbr-section-title,
.cid-uUpG23mImC .title-wrapper {
  color: #000000;
}
.cid-uUpG23mImC .mbr-text,
.cid-uUpG23mImC .mbr-section-btn {
  color: #000000;
}
.cid-uUpG23GwTL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpG23GwTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpG23GwTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpG23GwTL .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpG23GwTL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpG23GwTL .container {
    padding: 0 16px;
  }
}
.cid-uUpG23GwTL .card {
  justify-content: flex-end;
}
.cid-uUpG23GwTL .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUpG23GwTL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpG23GwTL .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUpG23GwTL .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-uUpG23GwTL .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-uUpG23GwTL .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUpG23GwTL .text-wrapper {
    margin-top: 24px;
  }
}
.cid-uUpG23GwTL .mbr-section-title {
  color: #ffffff;
}
.cid-uUpG23GwTL .mbr-text {
  color: #ffffff;
}
.cid-uUpG23GwTL .mbr-section-title,
.cid-uUpG23GwTL .mbr-section-btn {
  color: #000000;
}
.cid-uUpG23GwTL .mbr-text,
.cid-uUpG23GwTL .text-wrapper {
  color: #000000;
}
.cid-uUpG241Zeo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uUpG241Zeo .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-uUpG241Zeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpG241Zeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpG241Zeo .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpG241Zeo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpG241Zeo .container {
    padding: 0 16px;
  }
}
.cid-uUpG241Zeo .row {
  position: relative;
  z-index: 1;
}
.cid-uUpG241Zeo .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uUpG241Zeo .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUpG241Zeo .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUpG241Zeo .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uUpG241Zeo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUpG241Zeo .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-uUpG241Zeo .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUpG241Zeo .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uUpG241Zeo .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uUpG241Zeo .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-uUpG241Zeo .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-uUpG241Zeo .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-uUpG241Zeo .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uUpG241Zeo .mbr-media {
  position: relative;
}
.cid-uUpG241Zeo .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uUpG241Zeo a:hover {
  background-image: none !important;
}
.cid-uUpG241Zeo .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uUpG241Zeo .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uUpG241Zeo .icon-wrap:hover::before,
.cid-uUpG241Zeo .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-uUpG241Zeo .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uUpG241Zeo .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUpG241Zeo .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUpG241Zeo .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUpG241Zeo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUpG241Zeo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUpG241Zeo .mbr-section-title {
  color: #000000;
}
.cid-uUpG241Zeo .mbr-section-subtitle {
  color: #000000;
}
.cid-uUpG241Zeo .mbr-text {
  color: #000000;
}
.cid-uUpG241Zeo .mbr-section-subtitle,
.cid-uUpG241Zeo .subtitle-wrapper {
  color: #000000;
}
.cid-uUpG241Zeo .mbr-text,
.cid-uUpG241Zeo .mbr-section-btn {
  color: #000000;
}
.cid-uUpG24FDSj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpG24FDSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpG24FDSj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpG24FDSj .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpG24FDSj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpG24FDSj .container {
    padding: 0 16px;
  }
}
.cid-uUpG24FDSj .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uUpG24FDSj .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uUpG24FDSj .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-uUpG24FDSj .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-uUpG24FDSj .item .item-wrapper {
  height: 100%;
}
.cid-uUpG24FDSj .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUpG24FDSj .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uUpG24FDSj .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uUpG24FDSj .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUpG24FDSj .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uUpG24FDSj .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUpG24FDSj .item-title {
  color: #000000;
}
.cid-uUpG24FDSj .list {
  color: #000000;
}
.cid-uUpG24FDSj .item-title,
.cid-uUpG24FDSj .mbr-section-btn {
  color: #000000;
}
.cid-uUpG24FDSj .list,
.cid-uUpG24FDSj .item-wrap,
.cid-uUpG24FDSj .list-wrapper {
  color: #000000;
}
.cid-uUpG24FDSj .item-title1 {
  color: #FFFFFF;
}
.cid-uUpG24FDSj .list1,
.cid-uUpG24FDSj .item-wrap1,
.cid-uUpG24FDSj .list-wrapper1 {
  color: #FFFFFF;
}
.cid-uUpG24FDSj .item-title2 {
  color: #000000;
}
.cid-uUpG24FDSj .list2,
.cid-uUpG24FDSj .item-wrap2,
.cid-uUpG24FDSj .list-wrapper2 {
  color: #000000;
}
.cid-uUpG24FDSj .item-title3 {
  color: #000000;
}
.cid-uUpG24FDSj .list3,
.cid-uUpG24FDSj .item-wrap3,
.cid-uUpG24FDSj .list-wrapper3 {
  color: #000000;
}
.cid-uUpG252uU7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUpG252uU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpG252uU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpG252uU7 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpG252uU7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpG252uU7 .container {
    padding: 0 16px;
  }
}
.cid-uUpG252uU7 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUpG252uU7 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUpG252uU7 .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUpG252uU7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uUpG252uU7 .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-uUpG252uU7 .title-wrapper {
    padding-left: 0;
  }
}
.cid-uUpG252uU7 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-uUpG252uU7 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uUpG252uU7 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpG252uU7 .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uUpG252uU7 .mbr-desc {
    padding-left: 0;
  }
}
.cid-uUpG252uU7 .mbr-section-title {
  color: #000000;
}
.cid-uUpG252uU7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uUpG252uU7 .mbr-section-subtitle,
.cid-uUpG252uU7 .subtitle-wrapper {
  color: #000000;
}
.cid-uUpG252uU7 .mbr-section-title,
.cid-uUpG252uU7 .mbr-section-btn {
  color: #000000;
}
.cid-uUpG25pA7p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-uUpG25pA7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpG25pA7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpG25pA7p .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpG25pA7p .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpG25pA7p .container {
    padding: 0 16px;
  }
}
.cid-uUpG25pA7p .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uUpG25pA7p .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uUpG25pA7p .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-uUpG25pA7p .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-uUpG25pA7p .item .item-wrapper {
  height: 100%;
}
.cid-uUpG25pA7p .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUpG25pA7p .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uUpG25pA7p .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uUpG25pA7p .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUpG25pA7p .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uUpG25pA7p .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUpG25pA7p .item-title {
  color: #000000;
}
.cid-uUpG25pA7p .list {
  color: #000000;
}
.cid-uUpG25pA7p .item-title,
.cid-uUpG25pA7p .mbr-section-btn {
  color: #000000;
}
.cid-uUpG25pA7p .list,
.cid-uUpG25pA7p .item-wrap,
.cid-uUpG25pA7p .list-wrapper {
  color: #000000;
}
.cid-uUpG25pA7p .item-title1 {
  color: #FFFFFF;
}
.cid-uUpG25pA7p .list1,
.cid-uUpG25pA7p .item-wrap1,
.cid-uUpG25pA7p .list-wrapper1 {
  color: #FFFFFF;
}
.cid-uUpG25pA7p .item-title2 {
  color: #000000;
}
.cid-uUpG25pA7p .list2,
.cid-uUpG25pA7p .item-wrap2,
.cid-uUpG25pA7p .list-wrapper2 {
  color: #000000;
}
.cid-uUpG25pA7p .item-title3 {
  color: #000000;
}
.cid-uUpG25pA7p .list3,
.cid-uUpG25pA7p .item-wrap3,
.cid-uUpG25pA7p .list-wrapper3 {
  color: #000000;
}
.cid-uUpG25MbXe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-uUpG25MbXe .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpG25MbXe .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpG25MbXe .container {
    padding: 0 16px;
  }
}
.cid-uUpG25MbXe .row {
  justify-content: center;
}
.cid-uUpG25MbXe .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-uUpG25MbXe .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uUpG25MbXe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-uUpG25MbXe .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-uUpG25MbXe .embla__slide .slide-content {
  width: 100%;
}
.cid-uUpG25MbXe .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-uUpG25MbXe .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uUpG25MbXe .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uUpG25MbXe .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uUpG25MbXe .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uUpG25MbXe .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uUpG25MbXe .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uUpG25MbXe .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uUpG25MbXe .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uUpG25MbXe .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uUpG25MbXe .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uUpG25MbXe .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-uUpG25MbXe .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-uUpG25MbXe .embla__button--next,
.cid-uUpG25MbXe .embla__button--prev {
  display: flex;
}
.cid-uUpG25MbXe .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uUpG25MbXe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUpG25MbXe .embla__button:hover {
  opacity: 0.5;
}
.cid-uUpG25MbXe .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uUpG25MbXe .embla__button.embla__button--next {
  right: 16px;
}
.cid-uUpG25MbXe .embla {
  position: relative;
  width: 100%;
}
.cid-uUpG25MbXe .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uUpG25MbXe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUpG25MbXe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUpG25MbXe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUpG25MbXe .item-text {
  color: #000000;
}
.cid-uUpG25MbXe .item-name {
  color: #000000;
}
.cid-uUpG25MbXe .item-role {
  color: #000000;
}
.cid-uUpG25MbXe .item-name,
.cid-uUpG25MbXe .image-wrapper {
  color: #000000;
}
.cid-uUpG25MbXe .item-role,
.cid-uUpG25MbXe .image-wrapper {
  color: #000000;
}
.cid-uUpG25MbXe .item-text1 {
  color: #000000;
}
.cid-uUpG25MbXe .item-name1 {
  color: #000000;
}
.cid-uUpG25MbXe .item-role1 {
  color: #000000;
}
.cid-uUpG25MbXe .item-text2 {
  color: #FFFFFF;
}
.cid-uUpG25MbXe .item-name2 {
  color: #FFFFFF;
}
.cid-uUpG25MbXe .item-role2 {
  color: #FFFFFF;
}
.cid-uUpG25MbXe .item-text3 {
  color: #000000;
}
.cid-uUpG25MbXe .item-name3 {
  color: #000000;
}
.cid-uUpG25MbXe .item-role3 {
  color: #000000;
}
.cid-uUpG26prxI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-uUpG26prxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpG26prxI .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-uUpG26prxI .container {
    padding: 0 16px;
  }
}
.cid-uUpG26prxI .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpG26prxI .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-uUpG26prxI .mbr-section-title {
  color: #ffffff;
}
.cid-uUpG26prxI .mbr-section-title,
.cid-uUpG26prxI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uUpG26N21a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUpG26N21a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpG26N21a .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-uUpG26N21a .container {
    padding: 0 16px;
  }
}
.cid-uUpG26N21a .row {
  justify-content: center;
}
.cid-uUpG26N21a .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUpG26N21a .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpG26N21a .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-uUpG26N21a .panel-group .card {
    padding: 24px;
  }
}
.cid-uUpG26N21a .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uUpG26N21a .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uUpG26N21a .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uUpG26N21a .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUpG26N21a .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uUpG26N21a .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-uUpG26N21a .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uUpG26N21a .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-uUpG26N21a .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-uUpG26N21a .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uUpG26N21a .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uUpG26N21a .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUpG26N21a .mbr-section-title {
  color: #000000;
}
.cid-uUpG26N21a .panel-title-edit {
  color: #000000;
}
.cid-uUpG26N21a .panel-text {
  color: #000000;
}
.cid-uUpG26N21a .mbr-section-title,
.cid-uUpG26N21a .title-wrapper {
  color: #000000;
}
.cid-uUpG27gUOC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUpG27gUOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpG27gUOC .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-uUpG27gUOC .container {
    padding: 0 16px;
  }
}
.cid-uUpG27gUOC .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uUpG27gUOC .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uUpG27gUOC .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-uUpG27gUOC .item .item-wrapper {
  height: 100%;
}
.cid-uUpG27gUOC .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUpG27gUOC .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uUpG27gUOC .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uUpG27gUOC .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uUpG27gUOC .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uUpG27gUOC .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uUpG27gUOC .item-emoji {
  color: #000000;
}
.cid-uUpG27gUOC .item-title {
  color: #000000;
}
.cid-uUpG27gUOC .item-text {
  color: #000000;
}
.cid-uUpG27gUOC .item-title,
.cid-uUpG27gUOC .mbr-section-btn {
  color: #000000;
}
.cid-uUpG27gUOC .item-title1 {
  color: #000000;
}
.cid-uUpG27gUOC .item-text1 {
  color: #000000;
}
.cid-uUpG27gUOC .item-title2 {
  color: #FFFFFF;
}
.cid-uUpG27gUOC .item-text2 {
  color: #FFFFFF;
}
.cid-uUpG27JPtu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUpG27JPtu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpG27JPtu .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-uUpG27JPtu .container {
    padding: 0 16px;
  }
}
.cid-uUpG27JPtu .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uUpG27JPtu .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uUpG27JPtu .item:hover .item-wrapper .card-box,
.cid-uUpG27JPtu .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-uUpG27JPtu .item:hover .item-wrapper .card-box .item-price,
.cid-uUpG27JPtu .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-uUpG27JPtu .item:hover .item-wrapper .card-box .btn-primary,
.cid-uUpG27JPtu .item:focus .item-wrapper .card-box .btn-primary,
.cid-uUpG27JPtu .item:hover .item-wrapper .card-box .btn-secondary,
.cid-uUpG27JPtu .item:focus .item-wrapper .card-box .btn-secondary,
.cid-uUpG27JPtu .item:hover .item-wrapper .card-box .btn-success,
.cid-uUpG27JPtu .item:focus .item-wrapper .card-box .btn-success,
.cid-uUpG27JPtu .item:hover .item-wrapper .card-box .btn-info,
.cid-uUpG27JPtu .item:focus .item-wrapper .card-box .btn-info,
.cid-uUpG27JPtu .item:hover .item-wrapper .card-box .btn-warning,
.cid-uUpG27JPtu .item:focus .item-wrapper .card-box .btn-warning,
.cid-uUpG27JPtu .item:hover .item-wrapper .card-box .btn-danger,
.cid-uUpG27JPtu .item:focus .item-wrapper .card-box .btn-danger,
.cid-uUpG27JPtu .item:hover .item-wrapper .card-box .btn-black,
.cid-uUpG27JPtu .item:focus .item-wrapper .card-box .btn-black,
.cid-uUpG27JPtu .item:hover .item-wrapper .card-box .btn-white,
.cid-uUpG27JPtu .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-uUpG27JPtu .item .item-wrapper {
  height: 100%;
}
.cid-uUpG27JPtu .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uUpG27JPtu .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpG27JPtu .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uUpG27JPtu .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uUpG27JPtu .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUpG27JPtu .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uUpG27JPtu .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-uUpG27JPtu .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-uUpG27JPtu .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-uUpG27JPtu .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-uUpG27JPtu .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUpG27JPtu .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-uUpG27JPtu .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uUpG27JPtu .item-title {
  color: #FF6B35;
}
.cid-uUpG27JPtu .item-desc {
  color: #000000;
}
.cid-uUpG27JPtu .item-price {
  color: #000000;
}
.cid-uUpG27JPtu .list {
  color: #000000;
}
.cid-uUpG27JPtu .item-price,
.cid-uUpG27JPtu .mbr-section-btn {
  color: #000000;
}
.cid-uUpG27JPtu .list,
.cid-uUpG27JPtu .item-wrap,
.cid-uUpG27JPtu .list-wrapper {
  color: #000000;
}
.cid-uUpG28jzBv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-uUpG28jzBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpG28jzBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpG28jzBv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpG28jzBv .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uUpG28jzBv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUpG28jzBv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uUpG28jzBv .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uUpG28jzBv .border-wrap {
    margin-top: 32px;
  }
}
.cid-uUpG28jzBv .mbr-section-title {
  color: #ffffff;
}
.cid-uUpG28jzBv .mbr-text,
.cid-uUpG28jzBv .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uUpG28jzBv .mbr-section-title,
.cid-uUpG28jzBv .mbr-section-btn {
  text-align: center;
}
.cid-uUpG28MnXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-uUpG28MnXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpG28MnXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpG28MnXA .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uUpG28MnXA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUpG28MnXA .container {
    padding: 0 30px;
  }
}
.cid-uUpG28MnXA .row {
  justify-content: center;
}
.cid-uUpG28MnXA .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uUpG28MnXA .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uUpG28MnXA .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-uUpG28MnXA .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-uUpG28MnXA .mbr-text {
  color: #000000;
}
.cid-uUpG29fKGl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-uUpG29fKGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpG29fKGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpG29fKGl .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpG29fKGl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpG29fKGl .container {
    padding: 0 16px;
  }
}
.cid-uUpG29fKGl .row {
  position: relative;
  justify-content: center;
}
.cid-uUpG29fKGl .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uUpG29fKGl .card {
  justify-content: center;
}
.cid-uUpG29fKGl .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUpG29fKGl .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uUpG29fKGl .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUpG29fKGl .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uUpG29fKGl .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uUpG29fKGl .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUpG29fKGl .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uUpG29fKGl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uUpG29fKGl .nav-wrapper .list {
    display: block;
  }
}
.cid-uUpG29fKGl .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uUpG29fKGl .nav-wrapper .list .item-wrap:hover::before,
.cid-uUpG29fKGl .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUpG29fKGl .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uUpG29fKGl .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uUpG29fKGl .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uUpG29fKGl .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uUpG29fKGl .mbr-copy {
  color: #c5ab50;
}
.cid-uUpG29fKGl .list,
.cid-uUpG29fKGl .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUpG29fKGl .list,
  .cid-uUpG29fKGl .nav-wrapper {
    text-align: left;
  }
}
.cid-uUpG29fKGl .list,
.cid-uUpG29fKGl .item-wrap,
.cid-uUpG29fKGl .nav-wrapper {
  color: #c5ab50;
}
.cid-uUpGhAcmoW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uUpGhAcmoW .navbar-dropdown {
  background-color: #002040 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uUpGhAcmoW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #002040 !important;
  background: #002040;
}
.cid-uUpGhAcmoW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUpGhAcmoW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUpGhAcmoW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUpGhAcmoW .menu_box .navbar.opened,
  .cid-uUpGhAcmoW .menu_box .navbar-collapse {
    background-color: #002040 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUpGhAcmoW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUpGhAcmoW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uUpGhAcmoW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUpGhAcmoW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUpGhAcmoW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUpGhAcmoW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUpGhAcmoW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uUpGhAcmoW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUpGhAcmoW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUpGhAcmoW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUpGhAcmoW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUpGhAcmoW .offcanvas-body .mbr-text,
  .cid-uUpGhAcmoW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uUpGhAcmoW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uUpGhAcmoW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUpGhAcmoW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uUpGhAcmoW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUpGhAcmoW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUpGhAcmoW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUpGhAcmoW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUpGhAcmoW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUpGhAcmoW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUpGhAcmoW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUpGhAcmoW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUpGhAcmoW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uUpGhAcmoW .lg_brand {
    margin: 0 1rem;
  }
  .cid-uUpGhAcmoW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uUpGhAcmoW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uUpGhAcmoW .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uUpGhAcmoW .nav-item {
    margin: 0 !important;
  }
}
.cid-uUpGhAcmoW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uUpGhAcmoW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uUpGhAcmoW .nav-item .nav-link:hover,
.cid-uUpGhAcmoW .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uUpGhAcmoW .nav-item .nav-link:hover::before,
.cid-uUpGhAcmoW .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUpGhAcmoW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUpGhAcmoW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUpGhAcmoW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUpGhAcmoW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUpGhAcmoW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUpGhAcmoW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUpGhAcmoW .offcanvas_box {
    display: none;
  }
}
.cid-uUpGhAcmoW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUpGhAcmoW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUpGhAcmoW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUpGhAcmoW .container {
  display: flex;
  margin: auto;
}
.cid-uUpGhAcmoW .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUpGhAcmoW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUpGhAcmoW .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUpGhAcmoW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUpGhAcmoW .navbar-nav {
    margin: 0;
  }
}
.cid-uUpGhAcmoW .dropdown-menu,
.cid-uUpGhAcmoW .navbar.opened {
  background-color: false !important;
}
.cid-uUpGhAcmoW .nav-item:focus,
.cid-uUpGhAcmoW .nav-link:focus {
  outline: none;
}
.cid-uUpGhAcmoW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUpGhAcmoW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUpGhAcmoW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUpGhAcmoW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUpGhAcmoW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUpGhAcmoW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUpGhAcmoW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUpGhAcmoW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUpGhAcmoW .navbar.opened {
  transition: all 0.3s;
}
.cid-uUpGhAcmoW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUpGhAcmoW .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uUpGhAcmoW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uUpGhAcmoW .navbar.collapsed {
  justify-content: center;
}
.cid-uUpGhAcmoW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUpGhAcmoW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUpGhAcmoW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpGhAcmoW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpGhAcmoW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpGhAcmoW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUpGhAcmoW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUpGhAcmoW .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUpGhAcmoW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUpGhAcmoW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUpGhAcmoW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpGhAcmoW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUpGhAcmoW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpGhAcmoW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUpGhAcmoW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUpGhAcmoW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUpGhAcmoW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUpGhAcmoW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUpGhAcmoW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUpGhAcmoW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUpGhAcmoW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUpGhAcmoW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUpGhAcmoW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUpGhAcmoW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUpGhAcmoW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUpGhAcmoW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUpGhAcmoW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpGhAcmoW .dropdown-item.active,
.cid-uUpGhAcmoW .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpGhAcmoW .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uUpGhAcmoW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpGhAcmoW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpGhAcmoW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpGhAcmoW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUpGhAcmoW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUpGhAcmoW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002040;
  background: #ff6b35;
}
.cid-uUpGhAcmoW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUpGhAcmoW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpGhAcmoW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpGhAcmoW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpGhAcmoW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpGhAcmoW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpGhAcmoW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUpGhAcmoW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUpGhAcmoW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpGhAcmoW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUpGhAcmoW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUpGhAcmoW .navbar {
    height: 70px;
  }
  .cid-uUpGhAcmoW .navbar.opened {
    height: auto;
  }
  .cid-uUpGhAcmoW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUpGhAcmoW .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUpGhAcmoW .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uUpGhAcmoW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUpGhAcmoW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uUpGhAcmoW .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uUpGhAcmoW .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uUpGhAcmoW .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-uUpGhAcmoW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUpGhAcmoW .text_widget {
  margin-bottom: 32px;
}
.cid-uUpGhAcmoW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUpGhAcmoW .text_widget a:hover,
.cid-uUpGhAcmoW .text_widget a:focus {
  opacity: 0.8;
}
.cid-uUpGhAcmoW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUpGhAcmoW .navbar-caption {
  color: #000000;
}
.cid-uUpGhAcmoW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUpGhAcmoW .mbr-section-subtitle,
.cid-uUpGhAcmoW .text_widget,
.cid-uUpGhAcmoW .mbr-section-btn {
  text-align: center;
}
.cid-uUpGhAcmoW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUpGhAcmoW .nav-link,
.cid-uUpGhAcmoW .dropdown-item {
  color: #000000;
}
.cid-uUpGhAJlBh {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #4f35ff;
}
.cid-uUpGhAJlBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpGhAJlBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpGhAJlBh .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpGhAJlBh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpGhAJlBh .container {
    padding: 0 16px;
  }
}
.cid-uUpGhAJlBh .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUpGhAJlBh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUpGhAJlBh .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUpGhAJlBh .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpGhAJlBh .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uUpGhAJlBh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUpGhAJlBh .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uUpGhAJlBh .image-wrapper {
    margin-left: 0;
  }
}
.cid-uUpGhAJlBh .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #004e89;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-uUpGhAJlBh .image-wrapper img {
    height: 350px;
  }
}
.cid-uUpGhAJlBh .mbr-section-title {
  color: #ffffff;
}
.cid-uUpGhAJlBh .mbr-text {
  color: #ffffff;
}
.cid-uUpGhAJlBh .mbr-section-title,
.cid-uUpGhAJlBh .mbr-section-btn {
  color: #000000;
}
.cid-uUpGhAJlBh .mbr-text,
.cid-uUpGhAJlBh .text-wrapper {
  color: #000000;
}
.cid-uUpGhB6fVv {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-uUpGhB6fVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpGhB6fVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpGhB6fVv .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpGhB6fVv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpGhB6fVv .container {
    padding: 0 16px;
  }
}
.cid-uUpGhB6fVv .card {
  justify-content: center;
}
.cid-uUpGhB6fVv .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUpGhB6fVv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpGhB6fVv .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uUpGhB6fVv .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uUpGhB6fVv .mbr-section-title {
  color: #000000;
}
.cid-uUpGhB6fVv .mbr-text {
  color: #000000;
}
.cid-uUpGhB6fVv .mbr-desc {
  color: #000000;
}
.cid-uUpGhB6fVv .mbr-section-title,
.cid-uUpGhB6fVv .title-wrapper {
  color: #000000;
}
.cid-uUpGhB6fVv .mbr-text,
.cid-uUpGhB6fVv .mbr-section-btn {
  color: #000000;
}
.cid-uUpGhBpUYe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpGhBpUYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpGhBpUYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpGhBpUYe .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpGhBpUYe .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpGhBpUYe .container {
    padding: 0 16px;
  }
}
.cid-uUpGhBpUYe .card {
  justify-content: flex-end;
}
.cid-uUpGhBpUYe .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUpGhBpUYe .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpGhBpUYe .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUpGhBpUYe .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-uUpGhBpUYe .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-uUpGhBpUYe .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUpGhBpUYe .text-wrapper {
    margin-top: 24px;
  }
}
.cid-uUpGhBpUYe .mbr-section-title {
  color: #ffffff;
}
.cid-uUpGhBpUYe .mbr-text {
  color: #ffffff;
}
.cid-uUpGhBpUYe .mbr-section-title,
.cid-uUpGhBpUYe .mbr-section-btn {
  color: #000000;
}
.cid-uUpGhBpUYe .mbr-text,
.cid-uUpGhBpUYe .text-wrapper {
  color: #000000;
}
.cid-uUpGhBK7fK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uUpGhBK7fK .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #ff6b35;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg) !important;
}
.cid-uUpGhBK7fK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpGhBK7fK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpGhBK7fK .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpGhBK7fK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpGhBK7fK .container {
    padding: 0 16px;
  }
}
.cid-uUpGhBK7fK .row {
  position: relative;
  z-index: 1;
}
.cid-uUpGhBK7fK .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uUpGhBK7fK .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUpGhBK7fK .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUpGhBK7fK .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uUpGhBK7fK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUpGhBK7fK .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-uUpGhBK7fK .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUpGhBK7fK .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uUpGhBK7fK .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uUpGhBK7fK .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #004e89;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #ffffff;
}
@media (max-width: 992px) {
  .cid-uUpGhBK7fK .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-uUpGhBK7fK .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-uUpGhBK7fK .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uUpGhBK7fK .mbr-media {
  position: relative;
}
.cid-uUpGhBK7fK .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uUpGhBK7fK a:hover {
  background-image: none !important;
}
.cid-uUpGhBK7fK .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uUpGhBK7fK .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uUpGhBK7fK .icon-wrap:hover::before,
.cid-uUpGhBK7fK .icon-wrap:focus::before {
  opacity: 0.5;
}
.cid-uUpGhBK7fK .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uUpGhBK7fK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUpGhBK7fK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUpGhBK7fK .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUpGhBK7fK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUpGhBK7fK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUpGhBK7fK .mbr-section-title {
  color: #000000;
}
.cid-uUpGhBK7fK .mbr-section-subtitle {
  color: #000000;
}
.cid-uUpGhBK7fK .mbr-text {
  color: #000000;
}
.cid-uUpGhBK7fK .mbr-section-subtitle,
.cid-uUpGhBK7fK .subtitle-wrapper {
  color: #000000;
}
.cid-uUpGhBK7fK .mbr-text,
.cid-uUpGhBK7fK .mbr-section-btn {
  color: #000000;
}
.cid-uUpGhCm0lk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpGhCm0lk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpGhCm0lk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpGhCm0lk .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpGhCm0lk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpGhCm0lk .container {
    padding: 0 16px;
  }
}
.cid-uUpGhCm0lk .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uUpGhCm0lk .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uUpGhCm0lk .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-uUpGhCm0lk .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-uUpGhCm0lk .item .item-wrapper {
  height: 100%;
}
.cid-uUpGhCm0lk .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUpGhCm0lk .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uUpGhCm0lk .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uUpGhCm0lk .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUpGhCm0lk .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uUpGhCm0lk .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUpGhCm0lk .item-title {
  color: #000000;
}
.cid-uUpGhCm0lk .list {
  color: #000000;
}
.cid-uUpGhCm0lk .item-title,
.cid-uUpGhCm0lk .mbr-section-btn {
  color: #000000;
}
.cid-uUpGhCm0lk .list,
.cid-uUpGhCm0lk .item-wrap,
.cid-uUpGhCm0lk .list-wrapper {
  color: #000000;
}
.cid-uUpGhCm0lk .item-title1 {
  color: #FFFFFF;
}
.cid-uUpGhCm0lk .list1,
.cid-uUpGhCm0lk .item-wrap1,
.cid-uUpGhCm0lk .list-wrapper1 {
  color: #FFFFFF;
}
.cid-uUpGhCm0lk .item-title2 {
  color: #000000;
}
.cid-uUpGhCm0lk .list2,
.cid-uUpGhCm0lk .item-wrap2,
.cid-uUpGhCm0lk .list-wrapper2 {
  color: #000000;
}
.cid-uUpGhCm0lk .item-title3 {
  color: #000000;
}
.cid-uUpGhCm0lk .list3,
.cid-uUpGhCm0lk .item-wrap3,
.cid-uUpGhCm0lk .list-wrapper3 {
  color: #000000;
}
.cid-uUpGhCITs9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUpGhCITs9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpGhCITs9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpGhCITs9 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpGhCITs9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpGhCITs9 .container {
    padding: 0 16px;
  }
}
.cid-uUpGhCITs9 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUpGhCITs9 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUpGhCITs9 .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUpGhCITs9 .image-wrapper img {
    height: 350px;
  }
}
.cid-uUpGhCITs9 .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-uUpGhCITs9 .title-wrapper {
    padding-left: 0;
  }
}
.cid-uUpGhCITs9 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-uUpGhCITs9 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uUpGhCITs9 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpGhCITs9 .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uUpGhCITs9 .mbr-desc {
    padding-left: 0;
  }
}
.cid-uUpGhCITs9 .mbr-section-title {
  color: #000000;
}
.cid-uUpGhCITs9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uUpGhCITs9 .mbr-section-subtitle,
.cid-uUpGhCITs9 .subtitle-wrapper {
  color: #000000;
}
.cid-uUpGhCITs9 .mbr-section-title,
.cid-uUpGhCITs9 .mbr-section-btn {
  color: #000000;
}
.cid-uUpGhD7bZ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6b35;
}
.cid-uUpGhD7bZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpGhD7bZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpGhD7bZ0 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpGhD7bZ0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpGhD7bZ0 .container {
    padding: 0 16px;
  }
}
.cid-uUpGhD7bZ0 .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uUpGhD7bZ0 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uUpGhD7bZ0 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7c59f;
}
.cid-uUpGhD7bZ0 .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #cc9900;
}
.cid-uUpGhD7bZ0 .item .item-wrapper {
  height: 100%;
}
.cid-uUpGhD7bZ0 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #004e89;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUpGhD7bZ0 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uUpGhD7bZ0 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uUpGhD7bZ0 .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUpGhD7bZ0 .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uUpGhD7bZ0 .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUpGhD7bZ0 .item-title {
  color: #000000;
}
.cid-uUpGhD7bZ0 .list {
  color: #000000;
}
.cid-uUpGhD7bZ0 .item-title,
.cid-uUpGhD7bZ0 .mbr-section-btn {
  color: #000000;
}
.cid-uUpGhD7bZ0 .list,
.cid-uUpGhD7bZ0 .item-wrap,
.cid-uUpGhD7bZ0 .list-wrapper {
  color: #000000;
}
.cid-uUpGhD7bZ0 .item-title1 {
  color: #FFFFFF;
}
.cid-uUpGhD7bZ0 .list1,
.cid-uUpGhD7bZ0 .item-wrap1,
.cid-uUpGhD7bZ0 .list-wrapper1 {
  color: #FFFFFF;
}
.cid-uUpGhD7bZ0 .item-title2 {
  color: #000000;
}
.cid-uUpGhD7bZ0 .list2,
.cid-uUpGhD7bZ0 .item-wrap2,
.cid-uUpGhD7bZ0 .list-wrapper2 {
  color: #000000;
}
.cid-uUpGhD7bZ0 .item-title3 {
  color: #000000;
}
.cid-uUpGhD7bZ0 .list3,
.cid-uUpGhD7bZ0 .item-wrap3,
.cid-uUpGhD7bZ0 .list-wrapper3 {
  color: #000000;
}
.cid-uUpGhDuC2h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-uUpGhDuC2h .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpGhDuC2h .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpGhDuC2h .container {
    padding: 0 16px;
  }
}
.cid-uUpGhDuC2h .row {
  justify-content: center;
}
.cid-uUpGhDuC2h .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-uUpGhDuC2h .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uUpGhDuC2h .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-uUpGhDuC2h .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-uUpGhDuC2h .embla__slide .slide-content {
  width: 100%;
}
.cid-uUpGhDuC2h .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff6b35;
}
@media (max-width: 768px) {
  .cid-uUpGhDuC2h .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uUpGhDuC2h .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uUpGhDuC2h .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uUpGhDuC2h .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uUpGhDuC2h .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uUpGhDuC2h .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uUpGhDuC2h .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uUpGhDuC2h .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uUpGhDuC2h .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uUpGhDuC2h .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uUpGhDuC2h .card_2 .slide-content .item-wrapper {
  background-color: #004e89;
}
.cid-uUpGhDuC2h .card_3 .slide-content .item-wrapper {
  background-color: #f7c59f;
}
.cid-uUpGhDuC2h .embla__button--next,
.cid-uUpGhDuC2h .embla__button--prev {
  display: flex;
}
.cid-uUpGhDuC2h .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #004e89 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uUpGhDuC2h .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUpGhDuC2h .embla__button:hover {
  opacity: 0.5;
}
.cid-uUpGhDuC2h .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uUpGhDuC2h .embla__button.embla__button--next {
  right: 16px;
}
.cid-uUpGhDuC2h .embla {
  position: relative;
  width: 100%;
}
.cid-uUpGhDuC2h .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uUpGhDuC2h .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUpGhDuC2h .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUpGhDuC2h .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUpGhDuC2h .item-text {
  color: #000000;
}
.cid-uUpGhDuC2h .item-name {
  color: #000000;
}
.cid-uUpGhDuC2h .item-role {
  color: #000000;
}
.cid-uUpGhDuC2h .item-name,
.cid-uUpGhDuC2h .image-wrapper {
  color: #000000;
}
.cid-uUpGhDuC2h .item-role,
.cid-uUpGhDuC2h .image-wrapper {
  color: #000000;
}
.cid-uUpGhDuC2h .item-text1 {
  color: #000000;
}
.cid-uUpGhDuC2h .item-name1 {
  color: #000000;
}
.cid-uUpGhDuC2h .item-role1 {
  color: #000000;
}
.cid-uUpGhDuC2h .item-text2 {
  color: #FFFFFF;
}
.cid-uUpGhDuC2h .item-name2 {
  color: #FFFFFF;
}
.cid-uUpGhDuC2h .item-role2 {
  color: #FFFFFF;
}
.cid-uUpGhDuC2h .item-text3 {
  color: #000000;
}
.cid-uUpGhDuC2h .item-name3 {
  color: #000000;
}
.cid-uUpGhDuC2h .item-role3 {
  color: #000000;
}
.cid-uUpGhE4yk5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1489659639091-8b687bc4386e.jpeg");
}
.cid-uUpGhE4yk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpGhE4yk5 .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-uUpGhE4yk5 .container {
    padding: 0 16px;
  }
}
.cid-uUpGhE4yk5 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpGhE4yk5 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #004e89;
}
.cid-uUpGhE4yk5 .mbr-section-title {
  color: #ffffff;
}
.cid-uUpGhE4yk5 .mbr-section-title,
.cid-uUpGhE4yk5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uUpGhErVJW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUpGhErVJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpGhErVJW .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-uUpGhErVJW .container {
    padding: 0 16px;
  }
}
.cid-uUpGhErVJW .row {
  justify-content: center;
}
.cid-uUpGhErVJW .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #004e89;
  background-color: #f7c59f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uUpGhErVJW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpGhErVJW .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #004e89;
  background-color: #ff6b35;
}
@media (max-width: 992px) {
  .cid-uUpGhErVJW .panel-group .card {
    padding: 24px;
  }
}
.cid-uUpGhErVJW .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uUpGhErVJW .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uUpGhErVJW .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uUpGhErVJW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUpGhErVJW .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uUpGhErVJW .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-uUpGhErVJW .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uUpGhErVJW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-uUpGhErVJW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-uUpGhErVJW .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uUpGhErVJW .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uUpGhErVJW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUpGhErVJW .mbr-section-title {
  color: #000000;
}
.cid-uUpGhErVJW .panel-title-edit {
  color: #000000;
}
.cid-uUpGhErVJW .panel-text {
  color: #000000;
}
.cid-uUpGhErVJW .mbr-section-title,
.cid-uUpGhErVJW .title-wrapper {
  color: #000000;
}
.cid-uUpGhEWPtL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUpGhEWPtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpGhEWPtL .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-uUpGhEWPtL .container {
    padding: 0 16px;
  }
}
.cid-uUpGhEWPtL .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uUpGhEWPtL .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uUpGhEWPtL .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #004e89;
}
.cid-uUpGhEWPtL .item .item-wrapper {
  height: 100%;
}
.cid-uUpGhEWPtL .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ff6b35;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUpGhEWPtL .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uUpGhEWPtL .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uUpGhEWPtL .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uUpGhEWPtL .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uUpGhEWPtL .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uUpGhEWPtL .item-emoji {
  color: #000000;
}
.cid-uUpGhEWPtL .item-title {
  color: #000000;
}
.cid-uUpGhEWPtL .item-text {
  color: #000000;
}
.cid-uUpGhEWPtL .item-title,
.cid-uUpGhEWPtL .mbr-section-btn {
  color: #000000;
}
.cid-uUpGhEWPtL .item-title1 {
  color: #000000;
}
.cid-uUpGhEWPtL .item-text1 {
  color: #000000;
}
.cid-uUpGhEWPtL .item-title2 {
  color: #FFFFFF;
}
.cid-uUpGhEWPtL .item-text2 {
  color: #FFFFFF;
}
.cid-uUpGhFoRyG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUpGhFoRyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpGhFoRyG .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-uUpGhFoRyG .container {
    padding: 0 16px;
  }
}
.cid-uUpGhFoRyG .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uUpGhFoRyG .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uUpGhFoRyG .item:hover .item-wrapper .card-box,
.cid-uUpGhFoRyG .item:focus .item-wrapper .card-box {
  border: 1px solid #ff6b35;
  box-shadow: 6px 8px 0 0 #ff6b35;
}
.cid-uUpGhFoRyG .item:hover .item-wrapper .card-box .item-price,
.cid-uUpGhFoRyG .item:focus .item-wrapper .card-box .item-price {
  color: #ff6b35;
}
.cid-uUpGhFoRyG .item:hover .item-wrapper .card-box .btn-primary,
.cid-uUpGhFoRyG .item:focus .item-wrapper .card-box .btn-primary,
.cid-uUpGhFoRyG .item:hover .item-wrapper .card-box .btn-secondary,
.cid-uUpGhFoRyG .item:focus .item-wrapper .card-box .btn-secondary,
.cid-uUpGhFoRyG .item:hover .item-wrapper .card-box .btn-success,
.cid-uUpGhFoRyG .item:focus .item-wrapper .card-box .btn-success,
.cid-uUpGhFoRyG .item:hover .item-wrapper .card-box .btn-info,
.cid-uUpGhFoRyG .item:focus .item-wrapper .card-box .btn-info,
.cid-uUpGhFoRyG .item:hover .item-wrapper .card-box .btn-warning,
.cid-uUpGhFoRyG .item:focus .item-wrapper .card-box .btn-warning,
.cid-uUpGhFoRyG .item:hover .item-wrapper .card-box .btn-danger,
.cid-uUpGhFoRyG .item:focus .item-wrapper .card-box .btn-danger,
.cid-uUpGhFoRyG .item:hover .item-wrapper .card-box .btn-black,
.cid-uUpGhFoRyG .item:focus .item-wrapper .card-box .btn-black,
.cid-uUpGhFoRyG .item:hover .item-wrapper .card-box .btn-white,
.cid-uUpGhFoRyG .item:focus .item-wrapper .card-box .btn-white {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.cid-uUpGhFoRyG .item .item-wrapper {
  height: 100%;
}
.cid-uUpGhFoRyG .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uUpGhFoRyG .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpGhFoRyG .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uUpGhFoRyG .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uUpGhFoRyG .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUpGhFoRyG .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uUpGhFoRyG .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-uUpGhFoRyG .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-uUpGhFoRyG .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-uUpGhFoRyG .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-uUpGhFoRyG .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUpGhFoRyG .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-uUpGhFoRyG .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uUpGhFoRyG .item-title {
  color: #FF6B35;
}
.cid-uUpGhFoRyG .item-desc {
  color: #000000;
}
.cid-uUpGhFoRyG .item-price {
  color: #000000;
}
.cid-uUpGhFoRyG .list {
  color: #000000;
}
.cid-uUpGhFoRyG .item-price,
.cid-uUpGhFoRyG .mbr-section-btn {
  color: #000000;
}
.cid-uUpGhFoRyG .list,
.cid-uUpGhFoRyG .item-wrap,
.cid-uUpGhFoRyG .list-wrapper {
  color: #000000;
}
.cid-uUpGhFU3jN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f35ff;
}
.cid-uUpGhFU3jN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpGhFU3jN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpGhFU3jN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpGhFU3jN .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uUpGhFU3jN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUpGhFU3jN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uUpGhFU3jN .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uUpGhFU3jN .border-wrap {
    margin-top: 32px;
  }
}
.cid-uUpGhFU3jN .mbr-section-title {
  color: #ffffff;
}
.cid-uUpGhFU3jN .mbr-text,
.cid-uUpGhFU3jN .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uUpGhFU3jN .mbr-section-title,
.cid-uUpGhFU3jN .mbr-section-btn {
  text-align: center;
}
.cid-uUpGhGqb2V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df0c0a;
}
.cid-uUpGhGqb2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpGhGqb2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpGhGqb2V .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uUpGhGqb2V .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUpGhGqb2V .container {
    padding: 0 30px;
  }
}
.cid-uUpGhGqb2V .row {
  justify-content: center;
}
.cid-uUpGhGqb2V .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uUpGhGqb2V .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uUpGhGqb2V .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-uUpGhGqb2V .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-uUpGhGqb2V .mbr-text {
  color: #000000;
}
.cid-uUpGhGSz4W {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #002040;
}
.cid-uUpGhGSz4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpGhGSz4W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpGhGSz4W .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpGhGSz4W .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUpGhGSz4W .container {
    padding: 0 16px;
  }
}
.cid-uUpGhGSz4W .row {
  position: relative;
  justify-content: center;
}
.cid-uUpGhGSz4W .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uUpGhGSz4W .card {
  justify-content: center;
}
.cid-uUpGhGSz4W .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUpGhGSz4W .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uUpGhGSz4W .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUpGhGSz4W .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uUpGhGSz4W .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uUpGhGSz4W .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUpGhGSz4W .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uUpGhGSz4W .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uUpGhGSz4W .nav-wrapper .list {
    display: block;
  }
}
.cid-uUpGhGSz4W .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uUpGhGSz4W .nav-wrapper .list .item-wrap:hover::before,
.cid-uUpGhGSz4W .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUpGhGSz4W .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uUpGhGSz4W .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uUpGhGSz4W .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uUpGhGSz4W .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uUpGhGSz4W .mbr-copy {
  color: #c5ab50;
}
.cid-uUpGhGSz4W .list,
.cid-uUpGhGSz4W .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUpGhGSz4W .list,
  .cid-uUpGhGSz4W .nav-wrapper {
    text-align: left;
  }
}
.cid-uUpGhGSz4W .list,
.cid-uUpGhGSz4W .item-wrap,
.cid-uUpGhGSz4W .nav-wrapper {
  color: #c5ab50;
}
