.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #1b2026 !important;
  background-color: #55bf17 !important;
  border-color: #55bf17 !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #1b2026 !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #1b2026 !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #55bf17 !important;
  border-color: #55bf17 !important;
  color: #1b2026 !important;
}
.btn-info,
.btn-info:active {
  color: #1b2026 !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: white!important;
}
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #55bf17 !important;
}
.bg-success {
  background-color: #464646 !important;
}
.bg-info {
  background-color: #dce8eb !important;
}
.bg-warning {
  background-color: #dce8eb !important;
}
.bg-danger {
  background-color: #ff8484 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #55bf17 !important;
  border-color: #55bf17 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #33720e;
  border-color: #33720e;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #33720e !important;
  border-color: #33720e !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #464646 !important;
  border-color: #464646 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8484 !important;
  border-color: #ff8484 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #ff2d2d;
  border-color: #ff2d2d;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff2d2d !important;
  border-color: #ff2d2d !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  color: #55bf17 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #55bf17;
  color: #55bf17;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #33720e !important;
  background-color: transparent!important;
  border-color: #33720e !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #55bf17 !important;
  border-color: #55bf17 !important;
}
.btn-primary-outline:active {
  color: #55bf17 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #55bf17 !important;
  background: #55bf17 !important;
  color: #1b2026 !important;
}
.btn-secondary-outline {
  color: #1b2026 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1b2026;
  color: #1b2026;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary-outline:active {
  color: #1b2026 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #55bf17 !important;
  background: #55bf17 !important;
  color: #1b2026 !important;
}
.btn-info-outline {
  color: #dce8eb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info-outline:active {
  color: #dce8eb !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #55bf17 !important;
  background: #55bf17 !important;
  color: #1b2026 !important;
}
.btn-success-outline {
  color: #464646 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #464646;
  color: #464646;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b1b1b !important;
  background-color: transparent!important;
  border-color: #1b1b1b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #464646 !important;
  border-color: #464646 !important;
}
.btn-success-outline:active {
  color: #464646 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #55bf17 !important;
  background: #55bf17 !important;
  color: #1b2026 !important;
}
.btn-warning-outline {
  color: #dce8eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-warning-outline:active {
  color: #dce8eb !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #55bf17 !important;
  background: #55bf17 !important;
  color: #1b2026 !important;
}
.btn-danger-outline {
  color: #ff8484 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff8484;
  color: #ff8484;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff2d2d !important;
  background-color: transparent!important;
  border-color: #ff2d2d !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8484 !important;
  border-color: #ff8484 !important;
}
.btn-danger-outline:active {
  color: #ff8484 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #55bf17 !important;
  background: #55bf17 !important;
  color: #1b2026 !important;
}
.btn-black-outline {
  color: #232323 !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-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #55bf17 !important;
  background: #55bf17 !important;
  color: #1b2026 !important;
}
.btn-white-outline {
  color: #fafafa !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;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #55bf17 !important;
  background: #55bf17 !important;
  color: #1b2026 !important;
}
.text-primary {
  color: #55bf17 !important;
}
.text-secondary {
  color: #1b2026 !important;
}
.text-success {
  color: #464646 !important;
}
.text-info {
  color: #dce8eb !important;
}
.text-warning {
  color: #dce8eb !important;
}
.text-danger {
  color: #ff8484 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8aea52 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #455262 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #797979 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffeaea !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !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: #55bf17;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dce8eb;
}
.alert-warning {
  background-color: #dce8eb;
}
.alert-danger {
  background-color: #ff8484;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #55bf17;
  border-color: #55bf17;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #55bf17;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #99ed69;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b9b9b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #55bf17 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #55bf17;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 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: #55bf17;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #55bf17;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #55bf17;
  border-bottom-color: #55bf17;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #55bf17 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1b2026 !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='%2355bf17' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-st2egOCBWA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-st2egOCBWA .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2egOCBWA nav.navbar {
  position: fixed;
}
.cid-st2egOCBWA .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st2egOCBWA .nav-item {
    height: auto;
  }
}
.cid-st2egOCBWA .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2egOCBWA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2egOCBWA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2egOCBWA .dropdown-item:hover,
.cid-st2egOCBWA .dropdown-item:focus {
  background: white !important;
}
.cid-st2egOCBWA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2egOCBWA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2egOCBWA .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2egOCBWA .nav-link {
  position: relative;
}
.cid-st2egOCBWA .container {
  display: flex;
  margin: auto;
}
.cid-st2egOCBWA .iconfont-wrapper {
  color: #005e9c !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2egOCBWA .dropdown-menu,
.cid-st2egOCBWA .navbar.opened {
  background: #ffffff !important;
}
.cid-st2egOCBWA .nav-item:focus,
.cid-st2egOCBWA .nav-link:focus {
  outline: none;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2egOCBWA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2egOCBWA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-st2egOCBWA .navbar.opened {
  transition: all 0.3s;
}
.cid-st2egOCBWA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2egOCBWA .navbar .navbar-logo img {
  width: auto;
}
.cid-st2egOCBWA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2egOCBWA .navbar.collapsed {
  justify-content: center;
}
.cid-st2egOCBWA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2egOCBWA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2egOCBWA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-st2egOCBWA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2egOCBWA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2egOCBWA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2egOCBWA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-st2egOCBWA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2egOCBWA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2egOCBWA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st2egOCBWA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2egOCBWA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2egOCBWA .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2egOCBWA .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-st2egOCBWA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2egOCBWA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2egOCBWA .dropdown-item.active,
.cid-st2egOCBWA .dropdown-item:active {
  background-color: transparent;
}
.cid-st2egOCBWA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2egOCBWA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2egOCBWA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2egOCBWA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2egOCBWA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #005e9c;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st2egOCBWA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2egOCBWA .navbar {
    height: 70px;
  }
  .cid-st2egOCBWA .navbar.opened {
    height: auto;
  }
  .cid-st2egOCBWA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCPECSA2zX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-sCPECSA2zX svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-sCPECSA2zX .mbr-text,
.cid-sCPECSA2zX .mbr-section-btn {
  color: #000000;
}
.cid-sCPECSA2zX #e12_areaS3 {
  fill: #c2f8a2 !important;
}
.cid-sCPECSA2zX #e19_areaS3 {
  fill: #005e9c !important;
}
.cid-sCPECSA2zX H1 {
  color: #005e9c;
}
.cid-sCPECSA2zX img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(48, 57, 68, 0.35);
}
.cid-sCPECSA2zX .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-sCPECSA2zX .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-sCPECSA2zX img {
    left: 0px;
    width: 100%;
  }
}
.cid-sBw9zTpdiO {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../images/imageedit-5-5424355958-1060x429.png");
}
.cid-sBw9zTpdiO .container,
.cid-sBw9zTpdiO .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-sBw9zTpdiO .mbr-section-subtitle,
.cid-sBw9zTpdiO .mbr-section-title,
.cid-sBw9zTpdiO .mbr-subtext,
.cid-sBw9zTpdiO .mbr-text,
.cid-sBw9zTpdiO .mbr-section-btn,
.cid-sBw9zTpdiO .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-sBw9zTpdiO .title__block {
    padding-top: 70px;
  }
}
.cid-sBw9zTpdiO .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #005e9c;
}
.cid-sBw9zTpdiO .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-sBw9zTpdiO .mbr-section-title b,
.cid-sBw9zTpdiO .mbr-section-title strong {
  font-weight: 500;
}
.cid-sBw9zTpdiO .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-sBw9zTpdiO .mbr-section-btn {
  margin-top: 60px;
}
.cid-sBw9zTpdiO .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
}
.cid-sBw9zTpdiO .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-sBw9zTpdiO .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-sBw9zTpdiO .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-sBw9zTpdiO .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBw9zTpdiO .wrap__image {
    text-align: right;
  }
  .cid-sBw9zTpdiO .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-sBw9zTpdiO .wrap__image {
    text-align: center !important;
  }
}
.cid-sBw9zTpdiO .wrap__image {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sBw9zTpdiO .wrap__image {
    text-align: left;
  }
  .cid-sBw9zTpdiO .wrap__image .image__block2 {
    right: 165px;
  }
}
.cid-sBw9zTpdiO .image__block2 {
  right: -165px;
  left: auto !important;
}
.cid-sBw9zTpdiO .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-sBw9zTpdiO .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #464646;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sBw9zTpdiO .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #dce8eb;
  animation: scale__two 5s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.cid-sDf5PZodWo {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDf5PZodWo .container,
.cid-sDf5PZodWo .container-fluid {
  pointer-events: none;
}
.cid-sDf5PZodWo .title__block,
.cid-sDf5PZodWo .card__block {
  pointer-events: all;
}
.cid-sDf5PZodWo .icon__block {
  margin-bottom: 40px;
}
.cid-sDf5PZodWo .icon__block .mbr-iconfont {
  font-size: 50px;
  color: #dce8eb;
}
.cid-sDf5PZodWo .mbr-section-title {
  color: #233d63;
  margin-bottom: 30px;
}
.cid-sDf5PZodWo .subtext {
  margin-bottom: 30px;
}
.cid-sDf5PZodWo .mbr-section-btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cid-sDf5PZodWo .column1 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .cid-sDf5PZodWo .wrap {
    margin-top: 40px;
  }
}
.cid-sDf5PZodWo .card__block {
  will-change: opacity;
  padding: 45px 15px 30px 35px;
  margin-bottom: 45px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.cid-sDf5PZodWo .icon__card_wrap {
  width: 100%;
}
.cid-sDf5PZodWo .color1 {
  background: linear-gradient(120deg, #ff0716 0%, #ffa0a6 100%);
}
.cid-sDf5PZodWo .color2 {
  background: linear-gradient(120deg, #a939ff 0%, #ebd2ff 100%);
}
.cid-sDf5PZodWo .color3 {
  background: linear-gradient(120deg, #05ad7b 0%, #51fac8 100%);
}
.cid-sDf5PZodWo .color4 {
  background: linear-gradient(120deg, #cc5000 0%, #ffa266 100%);
}
.cid-sDf5PZodWo .icon__card {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-sDf5PZodWo .icon__card .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-sDf5PZodWo .icon__card:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-sDf5PZodWo .icon__card:after {
  content: "";
  filter: blur(15px);
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-sDf5PZodWo .card__title {
  margin-top: 20px;
}
.cid-sDf5PZodWo .card__text {
  margin-top: 30px;
}
.cid-sDf5PZodWo .card__block_btn {
  margin-top: 25px;
  font-size: 30px;
}
.cid-sDf5PZodWo .animation__background .triangle {
  position: absolute;
  top: 17%;
  left: 23%;
  animation: rotatedHalf 40s infinite linear;
  height: 200px;
  width: 200px;
}
.cid-sDf5PZodWo .animation__background .triangle2 {
  position: absolute;
  bottom: 13%;
  left: 19%;
  animation: animationTwo 40s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-sDf5PZodWo .animation__background .quadr {
  position: absolute;
  bottom: 22%;
  right: 18%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-sDf5PZodWo .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  right: 32%;
  border-radius: 50%;
  background: #464646;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-sDf5PZodWo .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #dce8eb;
  animation: animationOne 30s infinite linear;
}
.cid-sDf5PZodWo .animation__background .circle3 {
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #dce8eb;
  animation: animationTwo 30s infinite linear;
}
.cid-sDf5PZodWo .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 19%;
  top: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff8484;
  animation: animationThree 25s infinite linear;
}
.cid-sDf5PZodWo .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #55bf17;
  animation: animationTwo 25s infinite linear;
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationThree {
  0% {
    transform: translate(165px, -180px);
  }
  100% {
    transform: translate(-345px, 615px);
  }
}
.cid-sBToKmD0ka {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBToKmD0ka .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sBToKmD0ka .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sBToKmD0ka .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sBToKmD0ka .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sBToKmD0ka .process-icon,
.cid-sBToKmD0ka .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sBToKmD0ka .wrapper,
.cid-sBToKmD0ka .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-sBToKmD0ka .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #005e9c;
  opacity: .4;
}
.cid-sBToKmD0ka .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sBToKmD0ka .icon-container a {
  display: inherit;
}
.cid-sBToKmD0ka .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #55bf17 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-sBToKmD0ka .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-sBToKmD0ka .icon-main:hover .icon-wrapper {
  background-color: #55bf17 !important;
}
.cid-sBToKmD0ka .icon-main:hover .icon-number {
  background-color: #005e9c !important;
  color: #ffffff !important;
}
.cid-sBToKmD0ka .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-sBToKmD0ka .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-sBToKmD0ka .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sBToKmD0ka .third-elem .wrapper:before {
    display: none;
  }
}
.cid-sBToKmD0ka .mbr-section-title {
  margin: 0;
}
.cid-sBToKmD0ka .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-sBwDxryTsm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #c2f8a2;
}
.cid-sBwDxryTsm .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #cce4f0;
  z-index: 0;
}
.cid-sBwDxryTsm .carousel-inner {
  margin-bottom: 70px;
}
.cid-sBwDxryTsm .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-sBwDxryTsm .mbr-section-subtitle {
  color: #005e9c;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-sBwDxryTsm .mbr-section-title {
  margin-bottom: 33px;
}
.cid-sBwDxryTsm .slider__image {
  margin-left: 11.8%;
}
.cid-sBwDxryTsm .img-wrap {
  max-width: 100%;
}
.cid-sBwDxryTsm .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-sBwDxryTsm .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-sBwDxryTsm .carousel-indicators .active {
  background: #003d59;
  opacity: 1;
  border: none;
}
.cid-sBwDxryTsm .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-sBwDxryTsm .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #003d59;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-sBwDxryTsm .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-sBwDxryTsm .carousel-controls a span {
  transition: all 0.3s;
  color: #003d59;
  font-size: 18px;
}
.cid-sBwDxryTsm .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sBwDxryTsm .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sBwDxryTsm .carousel-controls .carousel-control-next,
.cid-sBwDxryTsm .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sBwDxryTsm .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-sBwDxryTsm .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBwDxryTsm .image-element {
    min-width: 50%;
  }
  .cid-sBwDxryTsm .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sBwDxryTsm .two__background:before {
    max-width: 90%;
  }
  .cid-sBwDxryTsm .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-sBwDxryTsm .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-sBwDxryTsm .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-sBwDxryTsm .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-sBwDxryTsm .mbr-section-subtitle:after {
    content: none;
  }
  .cid-sBwDxryTsm .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-sBwDxryTsm .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-sBwDxryTsm .img-wrap {
    width: 100%;
  }
  .cid-sBwDxryTsm .carousel-controls {
    display: none;
  }
  .cid-sBwDxryTsm .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-sCPHGGJOZT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/imageedit-5-5424355958-1060x429.png");
}
.cid-sCPHGGJOZT .carousel {
  z-index: 2;
  position: relative;
}
.cid-sCPHGGJOZT .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #dce8eb;
  opacity: 0.5;
}
.cid-sCPHGGJOZT .user {
  padding: 0!important;
}
.cid-sCPHGGJOZT .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-sCPHGGJOZT .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sCPHGGJOZT .carousel-item.active,
.cid-sCPHGGJOZT .carousel-item-next,
.cid-sCPHGGJOZT .carousel-item-prev {
  display: flex;
}
.cid-sCPHGGJOZT .user_name {
  margin: 0;
}
.cid-sCPHGGJOZT .carousel-controls a {
  font-size: 2rem;
}
.cid-sCPHGGJOZT .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-sCPHGGJOZT .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sCPHGGJOZT ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sCPHGGJOZT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sCPHGGJOZT .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sCPHGGJOZT .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sCPHGGJOZT .user_desk {
  color: #767676;
}
.cid-sCPLMzuuRX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-sCPLMzuuRX .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sCPLMzuuRX a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sCPLMzuuRX .mbr-section-btn {
  margin: 0;
}
.cid-sCPLMzuuRX .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sCPLMzuuRX .form-control:focus,
.cid-sCPLMzuuRX .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sCPLMzuuRX .form-group {
  margin-bottom: 1rem;
}
.cid-sCPLMzuuRX input::-webkit-input-placeholder,
.cid-sCPLMzuuRX textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sCPLMzuuRX input:-moz-placeholder,
.cid-sCPLMzuuRX textarea:-moz-placeholder {
  color: #656565;
}
.cid-sCPLMzuuRX .jq-selectbox li,
.cid-sCPLMzuuRX .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sCPLMzuuRX .jq-selectbox li:hover,
.cid-sCPLMzuuRX .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sCPLMzuuRX .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sCPLMzuuRX .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sCPLMzuuRX .form-group,
.cid-sCPLMzuuRX .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sCPLMzuuRX .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sCPLMzuuRX .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sCPLMzuuRX .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sCPLMzuuRX .form-block {
    padding: 1rem;
  }
}
.cid-sCPLMzuuRX P {
  text-align: center;
}
.cid-sCJQuqu7SZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCJQuqu7SZ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #1b2026, #55bf17);
}
.cid-sCJQuqu7SZ .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sCJQuqu7SZ .btn-col {
    justify-content: center;
  }
}
.cid-sCJQuqu7SZ .mbr-text,
.cid-sCJQuqu7SZ .mbr-section-btn {
  color: #999999;
}
.cid-sCJQuqu7SZ p {
  margin: 0;
}
.cid-sCJQuqu7SZ .mbr-section-title,
.cid-sCJQuqu7SZ .title-wrapper {
  color: #005e9c;
}
.cid-sBEaaz41P4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-st2egOCBWA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-st2egOCBWA .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2egOCBWA nav.navbar {
  position: fixed;
}
.cid-st2egOCBWA .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st2egOCBWA .nav-item {
    height: auto;
  }
}
.cid-st2egOCBWA .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2egOCBWA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2egOCBWA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2egOCBWA .dropdown-item:hover,
.cid-st2egOCBWA .dropdown-item:focus {
  background: white !important;
}
.cid-st2egOCBWA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2egOCBWA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2egOCBWA .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2egOCBWA .nav-link {
  position: relative;
}
.cid-st2egOCBWA .container {
  display: flex;
  margin: auto;
}
.cid-st2egOCBWA .iconfont-wrapper {
  color: #005e9c !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2egOCBWA .dropdown-menu,
.cid-st2egOCBWA .navbar.opened {
  background: #ffffff !important;
}
.cid-st2egOCBWA .nav-item:focus,
.cid-st2egOCBWA .nav-link:focus {
  outline: none;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2egOCBWA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2egOCBWA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-st2egOCBWA .navbar.opened {
  transition: all 0.3s;
}
.cid-st2egOCBWA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2egOCBWA .navbar .navbar-logo img {
  width: auto;
}
.cid-st2egOCBWA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2egOCBWA .navbar.collapsed {
  justify-content: center;
}
.cid-st2egOCBWA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2egOCBWA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2egOCBWA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-st2egOCBWA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2egOCBWA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2egOCBWA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2egOCBWA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-st2egOCBWA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2egOCBWA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2egOCBWA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st2egOCBWA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2egOCBWA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2egOCBWA .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2egOCBWA .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-st2egOCBWA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2egOCBWA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2egOCBWA .dropdown-item.active,
.cid-st2egOCBWA .dropdown-item:active {
  background-color: transparent;
}
.cid-st2egOCBWA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2egOCBWA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2egOCBWA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2egOCBWA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2egOCBWA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #005e9c;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st2egOCBWA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2egOCBWA .navbar {
    height: 70px;
  }
  .cid-st2egOCBWA .navbar.opened {
    height: auto;
  }
  .cid-st2egOCBWA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDf85FYBGm {
  padding-top: 180px;
  padding-bottom: 15px;
  background-image: url("../../images/imageedit-5-5424355958-1060x429.png");
}
.cid-sDf85FYBGm h3 {
  position: relative;
}
.cid-sDf85FYBGm h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sBEiJDoGVb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-sBEiJDoGVb .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #55bf17;
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sBEiJDoGVb .card-text {
  color: #777777;
}
.cid-sBEiJDoGVb .link {
  font-size: 2rem;
  margin-right: 1rem;
  border: 1px solid #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0rem;
}
.cid-sBEiJDoGVb .wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sBEiJDoGVb .card-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  transform: translateX(-10px);
}
.cid-sBEiJDoGVb .card-wrapper {
  padding: 3rem;
  transition: all 0.3s;
  background: #ffffff;
  position: relative;
}
.cid-sBEiJDoGVb .card-wrapper:before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  content: '';
  transition: all 0.3s;
  width: 200px;
  height: 200px;
  background: #55bf17;
  transform: rotate(45deg);
  opacity: 0.1;
}
.cid-sBEiJDoGVb .card-wrapper:hover {
  background: #005e9c;
}
.cid-sBEiJDoGVb .card-wrapper:hover:before {
  opacity: 1;
}
.cid-sBEiJDoGVb .card-wrapper:hover .card-title,
.cid-sBEiJDoGVb .card-wrapper:hover .card-text,
.cid-sBEiJDoGVb .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sBEiJDoGVb .card-wrapper:hover .card-link {
  opacity: 1;
  transform: translateX(0px);
}
@media (max-width: 767px) {
  .cid-sBEiJDoGVb .card-wrapper {
    padding: 2rem 1rem;
    background: #005e9c;
  }
  .cid-sBEiJDoGVb .card-wrapper:before {
    opacity: 1;
  }
  .cid-sBEiJDoGVb .card-wrapper .card-title,
  .cid-sBEiJDoGVb .card-wrapper .card-text,
  .cid-sBEiJDoGVb .card-wrapper .mbr-iconfont {
    color: #ffffff !important;
  }
  .cid-sBEiJDoGVb .card-wrapper .card-link {
    opacity: 1;
    transform: translateX(0px);
  }
}
.cid-sBEiJDoGVb .center {
  background: #005e9c;
}
.cid-sBEiJDoGVb .center:before {
  opacity: 1;
}
.cid-sBEiJDoGVb .center .card-title,
.cid-sBEiJDoGVb .center .card-text,
.cid-sBEiJDoGVb .center .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sBEiJDoGVb .center .card-link {
  opacity: 1;
  transform: translateX(0px);
}
.cid-sBEiJDoGVb .row {
  justify-content: center;
}
.cid-sDdK6nWeb1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-sDdK6nWeb1 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sDdK6nWeb1 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sDdK6nWeb1 .mbr-section-btn {
  margin: 0;
}
.cid-sDdK6nWeb1 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sDdK6nWeb1 .form-control:focus,
.cid-sDdK6nWeb1 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sDdK6nWeb1 .form-group {
  margin-bottom: 1rem;
}
.cid-sDdK6nWeb1 input::-webkit-input-placeholder,
.cid-sDdK6nWeb1 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sDdK6nWeb1 input:-moz-placeholder,
.cid-sDdK6nWeb1 textarea:-moz-placeholder {
  color: #656565;
}
.cid-sDdK6nWeb1 .jq-selectbox li,
.cid-sDdK6nWeb1 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDdK6nWeb1 .jq-selectbox li:hover,
.cid-sDdK6nWeb1 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDdK6nWeb1 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sDdK6nWeb1 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sDdK6nWeb1 .form-group,
.cid-sDdK6nWeb1 .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sDdK6nWeb1 .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sDdK6nWeb1 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sDdK6nWeb1 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sDdK6nWeb1 .form-block {
    padding: 1rem;
  }
}
.cid-sDdK6nWeb1 P {
  text-align: center;
}
.cid-sDpstkCZwt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDpstkCZwt .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #1b2026, #55bf17);
}
.cid-sDpstkCZwt .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sDpstkCZwt .btn-col {
    justify-content: center;
  }
}
.cid-sDpstkCZwt .mbr-text,
.cid-sDpstkCZwt .mbr-section-btn {
  color: #999999;
}
.cid-sDpstkCZwt p {
  margin: 0;
}
.cid-sDpstkCZwt .mbr-section-title,
.cid-sDpstkCZwt .title-wrapper {
  color: #005e9c;
}
.cid-sBEaaz41P4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-sDf3TLQfXa {
  padding-top: 180px;
  padding-bottom: 15px;
  background-image: url("../../images/imageedit-5-5424355958-1060x429.png");
}
.cid-sDf3TLQfXa h3 {
  position: relative;
}
.cid-sDf3TLQfXa h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sCF9sU5ykA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCF9sU5ykA .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sCF9sU5ykA nav.navbar {
  position: fixed;
}
.cid-sCF9sU5ykA .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sCF9sU5ykA .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sCF9sU5ykA .nav-item {
    height: auto;
  }
}
.cid-sCF9sU5ykA .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCF9sU5ykA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCF9sU5ykA .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCF9sU5ykA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCF9sU5ykA .dropdown-item:hover,
.cid-sCF9sU5ykA .dropdown-item:focus {
  background: white !important;
}
.cid-sCF9sU5ykA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCF9sU5ykA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCF9sU5ykA .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sCF9sU5ykA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCF9sU5ykA .nav-link {
  position: relative;
}
.cid-sCF9sU5ykA .container {
  display: flex;
  margin: auto;
}
.cid-sCF9sU5ykA .iconfont-wrapper {
  color: #005e9c !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sCF9sU5ykA .dropdown-menu,
.cid-sCF9sU5ykA .navbar.opened {
  background: #ffffff !important;
}
.cid-sCF9sU5ykA .nav-item:focus,
.cid-sCF9sU5ykA .nav-link:focus {
  outline: none;
}
.cid-sCF9sU5ykA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCF9sU5ykA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCF9sU5ykA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sCF9sU5ykA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCF9sU5ykA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCF9sU5ykA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCF9sU5ykA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCF9sU5ykA .navbar.opened {
  transition: all 0.3s;
}
.cid-sCF9sU5ykA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCF9sU5ykA .navbar .navbar-logo img {
  width: auto;
}
.cid-sCF9sU5ykA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCF9sU5ykA .navbar.collapsed {
  justify-content: center;
}
.cid-sCF9sU5ykA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCF9sU5ykA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCF9sU5ykA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCF9sU5ykA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCF9sU5ykA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCF9sU5ykA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCF9sU5ykA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCF9sU5ykA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCF9sU5ykA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCF9sU5ykA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCF9sU5ykA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCF9sU5ykA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCF9sU5ykA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCF9sU5ykA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCF9sU5ykA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCF9sU5ykA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCF9sU5ykA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCF9sU5ykA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCF9sU5ykA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCF9sU5ykA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCF9sU5ykA .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCF9sU5ykA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCF9sU5ykA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCF9sU5ykA .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-sCF9sU5ykA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCF9sU5ykA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCF9sU5ykA .dropdown-item.active,
.cid-sCF9sU5ykA .dropdown-item:active {
  background-color: transparent;
}
.cid-sCF9sU5ykA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCF9sU5ykA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCF9sU5ykA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCF9sU5ykA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCF9sU5ykA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCF9sU5ykA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCF9sU5ykA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCF9sU5ykA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCF9sU5ykA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCF9sU5ykA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #005e9c;
}
.cid-sCF9sU5ykA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCF9sU5ykA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCF9sU5ykA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCF9sU5ykA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCF9sU5ykA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCF9sU5ykA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCF9sU5ykA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCF9sU5ykA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCF9sU5ykA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCF9sU5ykA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCF9sU5ykA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCF9sU5ykA .navbar {
    height: 70px;
  }
  .cid-sCF9sU5ykA .navbar.opened {
    height: auto;
  }
  .cid-sCF9sU5ykA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCFegzpgYd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sCFegzpgYd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCFegzpgYd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCFegzpgYd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCFegzpgYd .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sCFegzpgYd .container {
  padding: 0;
}
.cid-sCFegzpgYd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCFegzpgYd .icon-focus {
  display: none;
}
.cid-sCFegzpgYd .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sCFegzpgYd .btn-primary-outline:hover {
  background: transparent !important;
  color: #55bf17 !important;
}
.cid-sCFegzpgYd li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sCFegzpgYd li {
  position: relative;
}
.cid-sCFegzpgYd .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sCFegzpgYd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #45505b) !important;
}
.cid-sCFegzpgYd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sCFegzpgYd .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sCFegzpgYd .btn {
  font-family: DM Sans !important;
}
.cid-sCFegzpgYd .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sCFegzpgYd .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sCFegzpgYd .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #45505b) !important;
}
@media (max-width: 767px) {
  .cid-sCFegzpgYd li:not(:last-child):after {
    top: 9px;
  }
  .cid-sCFegzpgYd .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-sCFegzpgYd .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-sDSOl9XUuM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #c2f8a2;
}
.cid-sDSOl9XUuM .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #cce4f0;
  z-index: 0;
}
.cid-sDSOl9XUuM .carousel-inner {
  margin-bottom: 70px;
}
.cid-sDSOl9XUuM .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-sDSOl9XUuM .mbr-section-subtitle {
  color: #005e9c;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-sDSOl9XUuM .mbr-section-title {
  margin-bottom: 33px;
}
.cid-sDSOl9XUuM .slider__image {
  margin-left: 11.8%;
}
.cid-sDSOl9XUuM .img-wrap {
  max-width: 100%;
}
.cid-sDSOl9XUuM .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-sDSOl9XUuM .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-sDSOl9XUuM .carousel-indicators .active {
  background: #003d59;
  opacity: 1;
  border: none;
}
.cid-sDSOl9XUuM .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-sDSOl9XUuM .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #003d59;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-sDSOl9XUuM .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-sDSOl9XUuM .carousel-controls a span {
  transition: all 0.3s;
  color: #003d59;
  font-size: 18px;
}
.cid-sDSOl9XUuM .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sDSOl9XUuM .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sDSOl9XUuM .carousel-controls .carousel-control-next,
.cid-sDSOl9XUuM .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sDSOl9XUuM .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-sDSOl9XUuM .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDSOl9XUuM .image-element {
    min-width: 50%;
  }
  .cid-sDSOl9XUuM .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sDSOl9XUuM .two__background:before {
    max-width: 90%;
  }
  .cid-sDSOl9XUuM .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-sDSOl9XUuM .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-sDSOl9XUuM .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-sDSOl9XUuM .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-sDSOl9XUuM .mbr-section-subtitle:after {
    content: none;
  }
  .cid-sDSOl9XUuM .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-sDSOl9XUuM .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-sDSOl9XUuM .img-wrap {
    width: 100%;
  }
  .cid-sDSOl9XUuM .carousel-controls {
    display: none;
  }
  .cid-sDSOl9XUuM .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-sDdLMQInq9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-sDdLMQInq9 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sDdLMQInq9 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sDdLMQInq9 .mbr-section-btn {
  margin: 0;
}
.cid-sDdLMQInq9 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sDdLMQInq9 .form-control:focus,
.cid-sDdLMQInq9 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sDdLMQInq9 .form-group {
  margin-bottom: 1rem;
}
.cid-sDdLMQInq9 input::-webkit-input-placeholder,
.cid-sDdLMQInq9 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sDdLMQInq9 input:-moz-placeholder,
.cid-sDdLMQInq9 textarea:-moz-placeholder {
  color: #656565;
}
.cid-sDdLMQInq9 .jq-selectbox li,
.cid-sDdLMQInq9 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDdLMQInq9 .jq-selectbox li:hover,
.cid-sDdLMQInq9 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDdLMQInq9 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sDdLMQInq9 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sDdLMQInq9 .form-group,
.cid-sDdLMQInq9 .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sDdLMQInq9 .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sDdLMQInq9 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sDdLMQInq9 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sDdLMQInq9 .form-block {
    padding: 1rem;
  }
}
.cid-sDdLMQInq9 P {
  text-align: center;
}
.cid-sDpsMddSH9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDpsMddSH9 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #1b2026, #55bf17);
}
.cid-sDpsMddSH9 .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sDpsMddSH9 .btn-col {
    justify-content: center;
  }
}
.cid-sDpsMddSH9 .mbr-text,
.cid-sDpsMddSH9 .mbr-section-btn {
  color: #999999;
}
.cid-sDpsMddSH9 p {
  margin: 0;
}
.cid-sDpsMddSH9 .mbr-section-title,
.cid-sDpsMddSH9 .title-wrapper {
  color: #005e9c;
}
.cid-sCF9sW8Nia {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-sCJKXXaicd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCJKXXaicd .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sCJKXXaicd nav.navbar {
  position: fixed;
}
.cid-sCJKXXaicd .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sCJKXXaicd .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sCJKXXaicd .nav-item {
    height: auto;
  }
}
.cid-sCJKXXaicd .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCJKXXaicd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCJKXXaicd .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCJKXXaicd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCJKXXaicd .dropdown-item:hover,
.cid-sCJKXXaicd .dropdown-item:focus {
  background: white !important;
}
.cid-sCJKXXaicd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCJKXXaicd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCJKXXaicd .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sCJKXXaicd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCJKXXaicd .nav-link {
  position: relative;
}
.cid-sCJKXXaicd .container {
  display: flex;
  margin: auto;
}
.cid-sCJKXXaicd .iconfont-wrapper {
  color: #005e9c !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sCJKXXaicd .dropdown-menu,
.cid-sCJKXXaicd .navbar.opened {
  background: #ffffff !important;
}
.cid-sCJKXXaicd .nav-item:focus,
.cid-sCJKXXaicd .nav-link:focus {
  outline: none;
}
.cid-sCJKXXaicd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCJKXXaicd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCJKXXaicd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sCJKXXaicd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCJKXXaicd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCJKXXaicd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCJKXXaicd .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCJKXXaicd .navbar.opened {
  transition: all 0.3s;
}
.cid-sCJKXXaicd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCJKXXaicd .navbar .navbar-logo img {
  width: auto;
}
.cid-sCJKXXaicd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCJKXXaicd .navbar.collapsed {
  justify-content: center;
}
.cid-sCJKXXaicd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCJKXXaicd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCJKXXaicd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCJKXXaicd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCJKXXaicd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCJKXXaicd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCJKXXaicd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCJKXXaicd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCJKXXaicd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCJKXXaicd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCJKXXaicd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCJKXXaicd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCJKXXaicd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCJKXXaicd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCJKXXaicd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCJKXXaicd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCJKXXaicd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCJKXXaicd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCJKXXaicd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCJKXXaicd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCJKXXaicd .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCJKXXaicd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCJKXXaicd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCJKXXaicd .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-sCJKXXaicd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCJKXXaicd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCJKXXaicd .dropdown-item.active,
.cid-sCJKXXaicd .dropdown-item:active {
  background-color: transparent;
}
.cid-sCJKXXaicd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCJKXXaicd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCJKXXaicd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCJKXXaicd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCJKXXaicd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCJKXXaicd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCJKXXaicd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCJKXXaicd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCJKXXaicd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCJKXXaicd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #005e9c;
}
.cid-sCJKXXaicd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCJKXXaicd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCJKXXaicd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCJKXXaicd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCJKXXaicd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCJKXXaicd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCJKXXaicd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCJKXXaicd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCJKXXaicd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCJKXXaicd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCJKXXaicd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCJKXXaicd .navbar {
    height: 70px;
  }
  .cid-sCJKXXaicd .navbar.opened {
    height: auto;
  }
  .cid-sCJKXXaicd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDf8yBCohY {
  padding-top: 180px;
  padding-bottom: 15px;
  background-image: url("../../images/imageedit-5-5424355958-1060x429.png");
}
.cid-sDf8yBCohY h3 {
  position: relative;
}
.cid-sDf8yBCohY h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sCJLVcUDt7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sCJLVcUDt7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDdLYcVQjG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-sDdLYcVQjG .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sDdLYcVQjG a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sDdLYcVQjG .mbr-section-btn {
  margin: 0;
}
.cid-sDdLYcVQjG .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sDdLYcVQjG .form-control:focus,
.cid-sDdLYcVQjG .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sDdLYcVQjG .form-group {
  margin-bottom: 1rem;
}
.cid-sDdLYcVQjG input::-webkit-input-placeholder,
.cid-sDdLYcVQjG textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sDdLYcVQjG input:-moz-placeholder,
.cid-sDdLYcVQjG textarea:-moz-placeholder {
  color: #656565;
}
.cid-sDdLYcVQjG .jq-selectbox li,
.cid-sDdLYcVQjG .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDdLYcVQjG .jq-selectbox li:hover,
.cid-sDdLYcVQjG .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDdLYcVQjG .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sDdLYcVQjG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sDdLYcVQjG .form-group,
.cid-sDdLYcVQjG .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sDdLYcVQjG .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sDdLYcVQjG .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sDdLYcVQjG .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sDdLYcVQjG .form-block {
    padding: 1rem;
  }
}
.cid-sDdLYcVQjG P {
  text-align: center;
}
.cid-sDpsPKoqGy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDpsPKoqGy .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #1b2026, #55bf17);
}
.cid-sDpsPKoqGy .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sDpsPKoqGy .btn-col {
    justify-content: center;
  }
}
.cid-sDpsPKoqGy .mbr-text,
.cid-sDpsPKoqGy .mbr-section-btn {
  color: #999999;
}
.cid-sDpsPKoqGy p {
  margin: 0;
}
.cid-sDpsPKoqGy .mbr-section-title,
.cid-sDpsPKoqGy .title-wrapper {
  color: #005e9c;
}
.cid-sCJKY0p8kK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-sCJPfiYzp4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCJPfiYzp4 .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sCJPfiYzp4 nav.navbar {
  position: fixed;
}
.cid-sCJPfiYzp4 .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sCJPfiYzp4 .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sCJPfiYzp4 .nav-item {
    height: auto;
  }
}
.cid-sCJPfiYzp4 .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCJPfiYzp4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCJPfiYzp4 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCJPfiYzp4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCJPfiYzp4 .dropdown-item:hover,
.cid-sCJPfiYzp4 .dropdown-item:focus {
  background: white !important;
}
.cid-sCJPfiYzp4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCJPfiYzp4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCJPfiYzp4 .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sCJPfiYzp4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCJPfiYzp4 .nav-link {
  position: relative;
}
.cid-sCJPfiYzp4 .container {
  display: flex;
  margin: auto;
}
.cid-sCJPfiYzp4 .iconfont-wrapper {
  color: #005e9c !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sCJPfiYzp4 .dropdown-menu,
.cid-sCJPfiYzp4 .navbar.opened {
  background: #ffffff !important;
}
.cid-sCJPfiYzp4 .nav-item:focus,
.cid-sCJPfiYzp4 .nav-link:focus {
  outline: none;
}
.cid-sCJPfiYzp4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCJPfiYzp4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCJPfiYzp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sCJPfiYzp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCJPfiYzp4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCJPfiYzp4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCJPfiYzp4 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCJPfiYzp4 .navbar.opened {
  transition: all 0.3s;
}
.cid-sCJPfiYzp4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCJPfiYzp4 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCJPfiYzp4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCJPfiYzp4 .navbar.collapsed {
  justify-content: center;
}
.cid-sCJPfiYzp4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCJPfiYzp4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCJPfiYzp4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCJPfiYzp4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCJPfiYzp4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCJPfiYzp4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCJPfiYzp4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCJPfiYzp4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCJPfiYzp4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCJPfiYzp4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCJPfiYzp4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCJPfiYzp4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCJPfiYzp4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCJPfiYzp4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCJPfiYzp4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCJPfiYzp4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCJPfiYzp4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCJPfiYzp4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCJPfiYzp4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCJPfiYzp4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCJPfiYzp4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCJPfiYzp4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCJPfiYzp4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCJPfiYzp4 .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-sCJPfiYzp4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCJPfiYzp4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCJPfiYzp4 .dropdown-item.active,
.cid-sCJPfiYzp4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCJPfiYzp4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCJPfiYzp4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCJPfiYzp4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCJPfiYzp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCJPfiYzp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCJPfiYzp4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCJPfiYzp4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCJPfiYzp4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCJPfiYzp4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCJPfiYzp4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #005e9c;
}
.cid-sCJPfiYzp4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCJPfiYzp4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCJPfiYzp4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCJPfiYzp4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCJPfiYzp4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCJPfiYzp4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCJPfiYzp4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCJPfiYzp4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCJPfiYzp4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCJPfiYzp4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCJPfiYzp4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCJPfiYzp4 .navbar {
    height: 70px;
  }
  .cid-sCJPfiYzp4 .navbar.opened {
    height: auto;
  }
  .cid-sCJPfiYzp4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDf8DsQror {
  padding-top: 180px;
  padding-bottom: 15px;
  background-image: url("../../images/imageedit-5-5424355958-1060x429.png");
}
.cid-sDf8DsQror h3 {
  position: relative;
}
.cid-sDf8DsQror h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sCJPEo375r {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-sCJPEo375r .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sCJPEo375r .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sCJPEo375r .col-auto {
    margin: auto;
  }
}
.cid-sCJPEo375r textarea {
  min-height: 200px;
}
.cid-sCJPEo375r .form-control,
.cid-sCJPEo375r .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sCJPEo375r .form-control::-webkit-input-placeholder,
.cid-sCJPEo375r .field-input::-webkit-input-placeholder,
.cid-sCJPEo375r .form-control::-webkit-input-placeholder,
.cid-sCJPEo375r .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sCJPEo375r .form-control:-moz-placeholder,
.cid-sCJPEo375r .field-input:-moz-placeholder,
.cid-sCJPEo375r .form-control:-moz-placeholder,
.cid-sCJPEo375r .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sCJPEo375r .form-control:hover,
.cid-sCJPEo375r .field-input:hover,
.cid-sCJPEo375r .form-control:focus,
.cid-sCJPEo375r .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sCJPEo375r .form-control:hover::-webkit-input-placeholder,
.cid-sCJPEo375r .field-input:hover::-webkit-input-placeholder,
.cid-sCJPEo375r .form-control:focus::-webkit-input-placeholder,
.cid-sCJPEo375r .field-input:focus::-webkit-input-placeholder,
.cid-sCJPEo375r .form-control:hover::-webkit-input-placeholder,
.cid-sCJPEo375r .field-input:hover::-webkit-input-placeholder,
.cid-sCJPEo375r .form-control:focus::-webkit-input-placeholder,
.cid-sCJPEo375r .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sCJPEo375r .form-control:hover:-moz-placeholder,
.cid-sCJPEo375r .field-input:hover:-moz-placeholder,
.cid-sCJPEo375r .form-control:focus:-moz-placeholder,
.cid-sCJPEo375r .field-input:focus:-moz-placeholder,
.cid-sCJPEo375r .form-control:hover:-moz-placeholder,
.cid-sCJPEo375r .field-input:hover:-moz-placeholder,
.cid-sCJPEo375r .form-control:focus:-moz-placeholder,
.cid-sCJPEo375r .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sCJPEo375r .jq-number__spin:hover,
.cid-sCJPEo375r .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sCJPEo375r .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sCJPEo375r .jq-selectbox li,
.cid-sCJPEo375r .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sCJPEo375r .jq-selectbox li:hover,
.cid-sCJPEo375r .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sCJPEo375r .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sCJPEo375r .jq-number__spin.minus:hover:after,
.cid-sCJPEo375r .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sCJPEo375r .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sCJPEo375r .jq-number__spin.minus:after,
.cid-sCJPEo375r .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sCJPEo375r input::-webkit-clear-button {
  display: none;
}
.cid-sCJPEo375r input::-webkit-inner-spin-button {
  display: none;
}
.cid-sCJPEo375r input::-webkit-outer-spin-button {
  display: none;
}
.cid-sCJPEo375r input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sCJPEo375r H4 {
  color: #36187d;
}
.cid-sDpieF42pb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sDpieF42pb .cards-bg1 {
  background: #d8eee1;
}
.cid-sDpieF42pb .cards-bg2 {
  background: #f3f7f9;
}
.cid-sDpieF42pb .cards-bg3 {
  background: #fef2f2;
}
.cid-sDpieF42pb .cards-bg4 {
  background: #fafafa;
}
.cid-sDpieF42pb .card-wrapper {
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-sDpieF42pb .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-sDdM93QaMg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-sDdM93QaMg .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sDdM93QaMg a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sDdM93QaMg .mbr-section-btn {
  margin: 0;
}
.cid-sDdM93QaMg .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sDdM93QaMg .form-control:focus,
.cid-sDdM93QaMg .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sDdM93QaMg .form-group {
  margin-bottom: 1rem;
}
.cid-sDdM93QaMg input::-webkit-input-placeholder,
.cid-sDdM93QaMg textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sDdM93QaMg input:-moz-placeholder,
.cid-sDdM93QaMg textarea:-moz-placeholder {
  color: #656565;
}
.cid-sDdM93QaMg .jq-selectbox li,
.cid-sDdM93QaMg .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDdM93QaMg .jq-selectbox li:hover,
.cid-sDdM93QaMg .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDdM93QaMg .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sDdM93QaMg .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sDdM93QaMg .form-group,
.cid-sDdM93QaMg .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sDdM93QaMg .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sDdM93QaMg .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sDdM93QaMg .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sDdM93QaMg .form-block {
    padding: 1rem;
  }
}
.cid-sDdM93QaMg P {
  text-align: center;
}
.cid-sDpsSWN3Ox {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDpsSWN3Ox .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #1b2026, #55bf17);
}
.cid-sDpsSWN3Ox .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sDpsSWN3Ox .btn-col {
    justify-content: center;
  }
}
.cid-sDpsSWN3Ox .mbr-text,
.cid-sDpsSWN3Ox .mbr-section-btn {
  color: #999999;
}
.cid-sDpsSWN3Ox p {
  margin: 0;
}
.cid-sDpsSWN3Ox .mbr-section-title,
.cid-sDpsSWN3Ox .title-wrapper {
  color: #005e9c;
}
.cid-sCJPfl3vMn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-sBOHuGOtpe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sBOHuGOtpe .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sBOHuGOtpe nav.navbar {
  position: fixed;
}
.cid-sBOHuGOtpe .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sBOHuGOtpe .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sBOHuGOtpe .nav-item {
    height: auto;
  }
}
.cid-sBOHuGOtpe .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBOHuGOtpe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBOHuGOtpe .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBOHuGOtpe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBOHuGOtpe .dropdown-item:hover,
.cid-sBOHuGOtpe .dropdown-item:focus {
  background: white !important;
}
.cid-sBOHuGOtpe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBOHuGOtpe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBOHuGOtpe .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sBOHuGOtpe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBOHuGOtpe .nav-link {
  position: relative;
}
.cid-sBOHuGOtpe .container {
  display: flex;
  margin: auto;
}
.cid-sBOHuGOtpe .iconfont-wrapper {
  color: #005e9c !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sBOHuGOtpe .dropdown-menu,
.cid-sBOHuGOtpe .navbar.opened {
  background: #ffffff !important;
}
.cid-sBOHuGOtpe .nav-item:focus,
.cid-sBOHuGOtpe .nav-link:focus {
  outline: none;
}
.cid-sBOHuGOtpe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBOHuGOtpe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBOHuGOtpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sBOHuGOtpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBOHuGOtpe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBOHuGOtpe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBOHuGOtpe .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sBOHuGOtpe .navbar.opened {
  transition: all 0.3s;
}
.cid-sBOHuGOtpe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBOHuGOtpe .navbar .navbar-logo img {
  width: auto;
}
.cid-sBOHuGOtpe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBOHuGOtpe .navbar.collapsed {
  justify-content: center;
}
.cid-sBOHuGOtpe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBOHuGOtpe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBOHuGOtpe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sBOHuGOtpe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBOHuGOtpe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBOHuGOtpe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sBOHuGOtpe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBOHuGOtpe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBOHuGOtpe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBOHuGOtpe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBOHuGOtpe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBOHuGOtpe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBOHuGOtpe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBOHuGOtpe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sBOHuGOtpe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBOHuGOtpe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBOHuGOtpe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBOHuGOtpe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBOHuGOtpe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBOHuGOtpe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBOHuGOtpe .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBOHuGOtpe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBOHuGOtpe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBOHuGOtpe .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-sBOHuGOtpe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBOHuGOtpe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBOHuGOtpe .dropdown-item.active,
.cid-sBOHuGOtpe .dropdown-item:active {
  background-color: transparent;
}
.cid-sBOHuGOtpe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBOHuGOtpe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBOHuGOtpe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBOHuGOtpe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBOHuGOtpe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBOHuGOtpe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBOHuGOtpe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBOHuGOtpe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBOHuGOtpe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBOHuGOtpe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #005e9c;
}
.cid-sBOHuGOtpe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBOHuGOtpe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBOHuGOtpe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBOHuGOtpe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBOHuGOtpe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBOHuGOtpe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBOHuGOtpe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBOHuGOtpe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBOHuGOtpe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBOHuGOtpe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBOHuGOtpe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBOHuGOtpe .navbar {
    height: 70px;
  }
  .cid-sBOHuGOtpe .navbar.opened {
    height: auto;
  }
  .cid-sBOHuGOtpe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDf8koO9lG {
  padding-top: 180px;
  padding-bottom: 15px;
  background-image: url("../../images/imageedit-5-5424355958-1060x429.png");
}
.cid-sDf8koO9lG h3 {
  position: relative;
}
.cid-sDf8koO9lG h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sBOHuIimA6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sBOHuIimA6 img,
.cid-sBOHuIimA6 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sBOHuIimA6 .item:focus,
.cid-sBOHuIimA6 span:focus {
  outline: none;
}
.cid-sBOHuIimA6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sBOHuIimA6 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sBOHuIimA6 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sBOHuIimA6 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sBOHuIimA6 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sBOHuIimA6 .item-content {
    padding: 1rem 0;
  }
}
.cid-sBOHuIimA6 .mbr-section-title {
  color: #005e9c;
}
.cid-sBOHuIimA6 .item-title {
  color: #005e9c;
}
.cid-sBOHuIimA6 .item-subtitle {
  color: #bec2cf;
}
.cid-sBOHuIimA6 .mbr-text,
.cid-sBOHuIimA6 .mbr-section-btn {
  color: #6c758f;
}
.cid-sBOHuIimA6 .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sDdL8y42Wq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-sDdL8y42Wq .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sDdL8y42Wq a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sDdL8y42Wq .mbr-section-btn {
  margin: 0;
}
.cid-sDdL8y42Wq .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sDdL8y42Wq .form-control:focus,
.cid-sDdL8y42Wq .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sDdL8y42Wq .form-group {
  margin-bottom: 1rem;
}
.cid-sDdL8y42Wq input::-webkit-input-placeholder,
.cid-sDdL8y42Wq textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sDdL8y42Wq input:-moz-placeholder,
.cid-sDdL8y42Wq textarea:-moz-placeholder {
  color: #656565;
}
.cid-sDdL8y42Wq .jq-selectbox li,
.cid-sDdL8y42Wq .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDdL8y42Wq .jq-selectbox li:hover,
.cid-sDdL8y42Wq .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDdL8y42Wq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sDdL8y42Wq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sDdL8y42Wq .form-group,
.cid-sDdL8y42Wq .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sDdL8y42Wq .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sDdL8y42Wq .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sDdL8y42Wq .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sDdL8y42Wq .form-block {
    padding: 1rem;
  }
}
.cid-sDdL8y42Wq P {
  text-align: center;
}
.cid-sDpsCBCkr4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDpsCBCkr4 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #1b2026, #55bf17);
}
.cid-sDpsCBCkr4 .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sDpsCBCkr4 .btn-col {
    justify-content: center;
  }
}
.cid-sDpsCBCkr4 .mbr-text,
.cid-sDpsCBCkr4 .mbr-section-btn {
  color: #999999;
}
.cid-sDpsCBCkr4 p {
  margin: 0;
}
.cid-sDpsCBCkr4 .mbr-section-title,
.cid-sDpsCBCkr4 .title-wrapper {
  color: #005e9c;
}
.cid-sBOHuJnFo2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-sBTqgueqLn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sBTqgueqLn .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sBTqgueqLn nav.navbar {
  position: fixed;
}
.cid-sBTqgueqLn .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sBTqgueqLn .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sBTqgueqLn .nav-item {
    height: auto;
  }
}
.cid-sBTqgueqLn .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBTqgueqLn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBTqgueqLn .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBTqgueqLn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBTqgueqLn .dropdown-item:hover,
.cid-sBTqgueqLn .dropdown-item:focus {
  background: white !important;
}
.cid-sBTqgueqLn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBTqgueqLn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBTqgueqLn .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sBTqgueqLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBTqgueqLn .nav-link {
  position: relative;
}
.cid-sBTqgueqLn .container {
  display: flex;
  margin: auto;
}
.cid-sBTqgueqLn .iconfont-wrapper {
  color: #005e9c !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sBTqgueqLn .dropdown-menu,
.cid-sBTqgueqLn .navbar.opened {
  background: #ffffff !important;
}
.cid-sBTqgueqLn .nav-item:focus,
.cid-sBTqgueqLn .nav-link:focus {
  outline: none;
}
.cid-sBTqgueqLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBTqgueqLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBTqgueqLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sBTqgueqLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBTqgueqLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBTqgueqLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBTqgueqLn .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sBTqgueqLn .navbar.opened {
  transition: all 0.3s;
}
.cid-sBTqgueqLn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBTqgueqLn .navbar .navbar-logo img {
  width: auto;
}
.cid-sBTqgueqLn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBTqgueqLn .navbar.collapsed {
  justify-content: center;
}
.cid-sBTqgueqLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBTqgueqLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBTqgueqLn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sBTqgueqLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBTqgueqLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBTqgueqLn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sBTqgueqLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBTqgueqLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBTqgueqLn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBTqgueqLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBTqgueqLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBTqgueqLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBTqgueqLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBTqgueqLn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sBTqgueqLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBTqgueqLn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBTqgueqLn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBTqgueqLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBTqgueqLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBTqgueqLn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBTqgueqLn .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBTqgueqLn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBTqgueqLn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBTqgueqLn .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-sBTqgueqLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBTqgueqLn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBTqgueqLn .dropdown-item.active,
.cid-sBTqgueqLn .dropdown-item:active {
  background-color: transparent;
}
.cid-sBTqgueqLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBTqgueqLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBTqgueqLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBTqgueqLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBTqgueqLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBTqgueqLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBTqgueqLn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBTqgueqLn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBTqgueqLn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBTqgueqLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #005e9c;
}
.cid-sBTqgueqLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBTqgueqLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBTqgueqLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBTqgueqLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBTqgueqLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBTqgueqLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBTqgueqLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBTqgueqLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBTqgueqLn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBTqgueqLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBTqgueqLn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBTqgueqLn .navbar {
    height: 70px;
  }
  .cid-sBTqgueqLn .navbar.opened {
    height: auto;
  }
  .cid-sBTqgueqLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDf8qrRyT2 {
  padding-top: 180px;
  padding-bottom: 15px;
  background-image: url("../../images/imageedit-5-5424355958-1060x429.png");
}
.cid-sDf8qrRyT2 h3 {
  position: relative;
}
.cid-sDf8qrRyT2 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sBTqgvcvDg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sBTqgvcvDg img,
.cid-sBTqgvcvDg .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sBTqgvcvDg .item:focus,
.cid-sBTqgvcvDg span:focus {
  outline: none;
}
.cid-sBTqgvcvDg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sBTqgvcvDg .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sBTqgvcvDg .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sBTqgvcvDg .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sBTqgvcvDg .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sBTqgvcvDg .item-content {
    padding: 1rem 0;
  }
}
.cid-sBTqgvcvDg .mbr-section-title {
  color: #005e9c;
}
.cid-sBTqgvcvDg .item-title {
  color: #005e9c;
}
.cid-sBTqgvcvDg .item-subtitle {
  color: #bec2cf;
}
.cid-sBTqgvcvDg .mbr-text,
.cid-sBTqgvcvDg .mbr-section-btn {
  color: #6c758f;
}
.cid-sBTqgvcvDg .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sDdLwdW4Bk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-sDdLwdW4Bk .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sDdLwdW4Bk a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sDdLwdW4Bk .mbr-section-btn {
  margin: 0;
}
.cid-sDdLwdW4Bk .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sDdLwdW4Bk .form-control:focus,
.cid-sDdLwdW4Bk .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sDdLwdW4Bk .form-group {
  margin-bottom: 1rem;
}
.cid-sDdLwdW4Bk input::-webkit-input-placeholder,
.cid-sDdLwdW4Bk textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sDdLwdW4Bk input:-moz-placeholder,
.cid-sDdLwdW4Bk textarea:-moz-placeholder {
  color: #656565;
}
.cid-sDdLwdW4Bk .jq-selectbox li,
.cid-sDdLwdW4Bk .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDdLwdW4Bk .jq-selectbox li:hover,
.cid-sDdLwdW4Bk .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDdLwdW4Bk .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sDdLwdW4Bk .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sDdLwdW4Bk .form-group,
.cid-sDdLwdW4Bk .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sDdLwdW4Bk .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sDdLwdW4Bk .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sDdLwdW4Bk .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sDdLwdW4Bk .form-block {
    padding: 1rem;
  }
}
.cid-sDdLwdW4Bk P {
  text-align: center;
}
.cid-sDpsI8o72E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDpsI8o72E .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #1b2026, #55bf17);
}
.cid-sDpsI8o72E .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sDpsI8o72E .btn-col {
    justify-content: center;
  }
}
.cid-sDpsI8o72E .mbr-text,
.cid-sDpsI8o72E .mbr-section-btn {
  color: #999999;
}
.cid-sDpsI8o72E p {
  margin: 0;
}
.cid-sDpsI8o72E .mbr-section-title,
.cid-sDpsI8o72E .title-wrapper {
  color: #005e9c;
}
.cid-sBTqgvKdMB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-st2egOCBWA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-st2egOCBWA .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2egOCBWA nav.navbar {
  position: fixed;
}
.cid-st2egOCBWA .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st2egOCBWA .nav-item {
    height: auto;
  }
}
.cid-st2egOCBWA .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2egOCBWA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2egOCBWA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2egOCBWA .dropdown-item:hover,
.cid-st2egOCBWA .dropdown-item:focus {
  background: white !important;
}
.cid-st2egOCBWA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2egOCBWA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2egOCBWA .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2egOCBWA .nav-link {
  position: relative;
}
.cid-st2egOCBWA .container {
  display: flex;
  margin: auto;
}
.cid-st2egOCBWA .iconfont-wrapper {
  color: #005e9c !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2egOCBWA .dropdown-menu,
.cid-st2egOCBWA .navbar.opened {
  background: #ffffff !important;
}
.cid-st2egOCBWA .nav-item:focus,
.cid-st2egOCBWA .nav-link:focus {
  outline: none;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2egOCBWA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2egOCBWA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-st2egOCBWA .navbar.opened {
  transition: all 0.3s;
}
.cid-st2egOCBWA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2egOCBWA .navbar .navbar-logo img {
  width: auto;
}
.cid-st2egOCBWA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2egOCBWA .navbar.collapsed {
  justify-content: center;
}
.cid-st2egOCBWA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2egOCBWA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2egOCBWA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-st2egOCBWA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2egOCBWA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2egOCBWA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2egOCBWA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-st2egOCBWA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2egOCBWA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2egOCBWA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st2egOCBWA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2egOCBWA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2egOCBWA .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2egOCBWA .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-st2egOCBWA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2egOCBWA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2egOCBWA .dropdown-item.active,
.cid-st2egOCBWA .dropdown-item:active {
  background-color: transparent;
}
.cid-st2egOCBWA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2egOCBWA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2egOCBWA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2egOCBWA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2egOCBWA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #005e9c;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st2egOCBWA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2egOCBWA .navbar {
    height: 70px;
  }
  .cid-st2egOCBWA .navbar.opened {
    height: auto;
  }
  .cid-st2egOCBWA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDf8cyiLGH {
  padding-top: 180px;
  padding-bottom: 15px;
  background-image: url("../../images/imageedit-5-5424355958-1060x429.png");
}
.cid-sDf8cyiLGH h3 {
  position: relative;
}
.cid-sDf8cyiLGH h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sBNIEkNKqp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sBNIEkNKqp img,
.cid-sBNIEkNKqp .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sBNIEkNKqp .item:focus,
.cid-sBNIEkNKqp span:focus {
  outline: none;
}
.cid-sBNIEkNKqp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sBNIEkNKqp .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sBNIEkNKqp .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sBNIEkNKqp .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sBNIEkNKqp .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sBNIEkNKqp .item-content {
    padding: 1rem 0;
  }
}
.cid-sBNIEkNKqp .mbr-section-title {
  color: #005e9c;
}
.cid-sBNIEkNKqp .item-title {
  color: #005e9c;
}
.cid-sBNIEkNKqp .item-subtitle {
  color: #bec2cf;
}
.cid-sBNIEkNKqp .mbr-text,
.cid-sBNIEkNKqp .mbr-section-btn {
  color: #6c758f;
}
.cid-sBNIEkNKqp .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sBOq5L5fVn {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sBOq5L5fVn img,
.cid-sBOq5L5fVn .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sBOq5L5fVn .item:focus,
.cid-sBOq5L5fVn span:focus {
  outline: none;
}
.cid-sBOq5L5fVn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sBOq5L5fVn .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sBOq5L5fVn .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sBOq5L5fVn .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sBOq5L5fVn .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sBOq5L5fVn .item-content {
    padding: 1rem 0;
  }
}
.cid-sBOq5L5fVn .mbr-section-title {
  color: #36187d;
}
.cid-sBOq5L5fVn .item-title {
  color: #005e9c;
}
.cid-sBOq5L5fVn .item-subtitle {
  color: #bec2cf;
}
.cid-sBOq5L5fVn .mbr-text,
.cid-sBOq5L5fVn .mbr-section-btn {
  color: #6c758f;
}
.cid-sBOq5L5fVn .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sDdKGPhOej {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-sDdKGPhOej .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sDdKGPhOej a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sDdKGPhOej .mbr-section-btn {
  margin: 0;
}
.cid-sDdKGPhOej .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sDdKGPhOej .form-control:focus,
.cid-sDdKGPhOej .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sDdKGPhOej .form-group {
  margin-bottom: 1rem;
}
.cid-sDdKGPhOej input::-webkit-input-placeholder,
.cid-sDdKGPhOej textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sDdKGPhOej input:-moz-placeholder,
.cid-sDdKGPhOej textarea:-moz-placeholder {
  color: #656565;
}
.cid-sDdKGPhOej .jq-selectbox li,
.cid-sDdKGPhOej .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDdKGPhOej .jq-selectbox li:hover,
.cid-sDdKGPhOej .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDdKGPhOej .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sDdKGPhOej .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sDdKGPhOej .form-group,
.cid-sDdKGPhOej .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sDdKGPhOej .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sDdKGPhOej .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sDdKGPhOej .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sDdKGPhOej .form-block {
    padding: 1rem;
  }
}
.cid-sDdKGPhOej P {
  text-align: center;
}
.cid-sDpswDkFDt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDpswDkFDt .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #1b2026, #55bf17);
}
.cid-sDpswDkFDt .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sDpswDkFDt .btn-col {
    justify-content: center;
  }
}
.cid-sDpswDkFDt .mbr-text,
.cid-sDpswDkFDt .mbr-section-btn {
  color: #999999;
}
.cid-sDpswDkFDt p {
  margin: 0;
}
.cid-sDpswDkFDt .mbr-section-title,
.cid-sDpswDkFDt .title-wrapper {
  color: #005e9c;
}
.cid-sBEaaz41P4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-sDf7UhIGPR {
  padding-top: 180px;
  padding-bottom: 15px;
  background-image: url("../../images/imageedit-5-5424355958-1060x429.png");
}
.cid-sDf7UhIGPR h3 {
  position: relative;
}
.cid-sDf7UhIGPR h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sBEbJdZgTn {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../images/imageedit-5-5424355958-1060x429.png");
}
.cid-sBEbJdZgTn .container,
.cid-sBEbJdZgTn .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-sBEbJdZgTn .mbr-section-subtitle,
.cid-sBEbJdZgTn .mbr-section-title,
.cid-sBEbJdZgTn .mbr-subtext,
.cid-sBEbJdZgTn .mbr-text,
.cid-sBEbJdZgTn .mbr-section-btn,
.cid-sBEbJdZgTn .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-sBEbJdZgTn .title__block {
    padding-top: 70px;
  }
}
.cid-sBEbJdZgTn .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sBEbJdZgTn .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-sBEbJdZgTn .mbr-section-title b,
.cid-sBEbJdZgTn .mbr-section-title strong {
  font-weight: 500;
}
.cid-sBEbJdZgTn .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-sBEbJdZgTn .mbr-section-btn {
  margin-top: 60px;
}
.cid-sBEbJdZgTn .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
}
.cid-sBEbJdZgTn .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-sBEbJdZgTn .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-sBEbJdZgTn .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-sBEbJdZgTn .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBEbJdZgTn .wrap__image {
    text-align: right;
  }
  .cid-sBEbJdZgTn .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-sBEbJdZgTn .wrap__image {
    text-align: center !important;
  }
}
.cid-sBEbJdZgTn .wrap__image {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sBEbJdZgTn .wrap__image {
    text-align: left;
  }
  .cid-sBEbJdZgTn .wrap__image .image__block2 {
    right: 165px;
  }
}
.cid-sBEbJdZgTn .image__block2 {
  right: -165px;
  left: auto !important;
}
.cid-sBEbJdZgTn .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-sBEbJdZgTn .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #464646;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sBEbJdZgTn .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #dce8eb;
  animation: scale__two 5s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.cid-sBEbJdZgTn .mbr-text,
.cid-sBEbJdZgTn .mbr-section-btn {
  color: #000000;
}
.cid-st2egOCBWA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-st2egOCBWA .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2egOCBWA nav.navbar {
  position: fixed;
}
.cid-st2egOCBWA .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st2egOCBWA .nav-item {
    height: auto;
  }
}
.cid-st2egOCBWA .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2egOCBWA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2egOCBWA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2egOCBWA .dropdown-item:hover,
.cid-st2egOCBWA .dropdown-item:focus {
  background: white !important;
}
.cid-st2egOCBWA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2egOCBWA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2egOCBWA .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2egOCBWA .nav-link {
  position: relative;
}
.cid-st2egOCBWA .container {
  display: flex;
  margin: auto;
}
.cid-st2egOCBWA .iconfont-wrapper {
  color: #005e9c !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2egOCBWA .dropdown-menu,
.cid-st2egOCBWA .navbar.opened {
  background: #ffffff !important;
}
.cid-st2egOCBWA .nav-item:focus,
.cid-st2egOCBWA .nav-link:focus {
  outline: none;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2egOCBWA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2egOCBWA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-st2egOCBWA .navbar.opened {
  transition: all 0.3s;
}
.cid-st2egOCBWA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2egOCBWA .navbar .navbar-logo img {
  width: auto;
}
.cid-st2egOCBWA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2egOCBWA .navbar.collapsed {
  justify-content: center;
}
.cid-st2egOCBWA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2egOCBWA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2egOCBWA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-st2egOCBWA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2egOCBWA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2egOCBWA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2egOCBWA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-st2egOCBWA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2egOCBWA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2egOCBWA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st2egOCBWA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2egOCBWA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2egOCBWA .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2egOCBWA .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-st2egOCBWA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2egOCBWA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2egOCBWA .dropdown-item.active,
.cid-st2egOCBWA .dropdown-item:active {
  background-color: transparent;
}
.cid-st2egOCBWA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2egOCBWA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2egOCBWA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2egOCBWA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2egOCBWA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #005e9c;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st2egOCBWA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2egOCBWA .navbar {
    height: 70px;
  }
  .cid-st2egOCBWA .navbar.opened {
    height: auto;
  }
  .cid-st2egOCBWA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBEdOJiNYK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sBEdOJiNYK .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sBEdOJiNYK .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sBEdOJiNYK .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-sBEe82U0Nf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sBEe82U0Nf .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sBEe82U0Nf .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sBEe82U0Nf .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-sCPPSmg22C {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-sCPPSmg22C .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sCPPSmg22C a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sCPPSmg22C .mbr-section-btn {
  margin: 0;
}
.cid-sCPPSmg22C .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sCPPSmg22C .form-control:focus,
.cid-sCPPSmg22C .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sCPPSmg22C .form-group {
  margin-bottom: 1rem;
}
.cid-sCPPSmg22C input::-webkit-input-placeholder,
.cid-sCPPSmg22C textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sCPPSmg22C input:-moz-placeholder,
.cid-sCPPSmg22C textarea:-moz-placeholder {
  color: #656565;
}
.cid-sCPPSmg22C .jq-selectbox li,
.cid-sCPPSmg22C .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sCPPSmg22C .jq-selectbox li:hover,
.cid-sCPPSmg22C .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sCPPSmg22C .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sCPPSmg22C .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sCPPSmg22C .form-group,
.cid-sCPPSmg22C .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sCPPSmg22C .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sCPPSmg22C .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sCPPSmg22C .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sCPPSmg22C .form-block {
    padding: 1rem;
  }
}
.cid-sCPPSmg22C P {
  text-align: center;
}
.cid-sDpsqly7Bz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDpsqly7Bz .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #1b2026, #55bf17);
}
.cid-sDpsqly7Bz .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sDpsqly7Bz .btn-col {
    justify-content: center;
  }
}
.cid-sDpsqly7Bz .mbr-text,
.cid-sDpsqly7Bz .mbr-section-btn {
  color: #999999;
}
.cid-sDpsqly7Bz p {
  margin: 0;
}
.cid-sDpsqly7Bz .mbr-section-title,
.cid-sDpsqly7Bz .title-wrapper {
  color: #005e9c;
}
.cid-sBEaaz41P4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
