body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 11rem;
  line-height: 0.8;
}
.display-1 > .application-iconfont {
  font-size: 13.75rem;
}
.display-2 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 4rem;
  line-height: 0.7;
}
.display-2 > .application-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .application-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 2.25rem;
  line-height: 0.7;
}
.display-5 > .application-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.35rem;
  line-height: 1.3;
}
.display-7 > .application-iconfont {
  font-size: 1.6875rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 7.7rem;
    font-size: calc( 4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 8.8rem;
    line-height: 0.8;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 3.3rem;
    line-height: 0.8;
  }
  .display-2 {
    font-size: 2.2rem;
    line-height: 0.8;
  }
  .display-5 {
    line-height: 0.8;
  }
}
/* Buttons */
.btn {
  padding: 1.2rem 1.8rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.8rem 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: #af9fff !important;
}
.bg-success {
  background-color: #6592e6 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  border: 0px !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #af9fff !important;
  border-color: #af9fff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6748ff !important;
  border-color: #6748ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6748ff !important;
  border-color: #6748ff !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #af9fff !important;
  color: #ffffff !important;
}
.btn-secondary {
  border: 0px !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3a62ad !important;
  border-color: #3a62ad !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #243d6c !important;
  border-color: #243d6c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #243d6c !important;
  border-color: #243d6c !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #af9fff !important;
  color: #ffffff !important;
}
.btn-info {
  border: 0px !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-info:hover,
.btn-info:focus {
  background: #af9fff !important;
  color: #ffffff !important;
}
.btn-success {
  border: 0px !important;
}
.btn-success,
.btn-success:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: #af9fff !important;
  color: #ffffff !important;
}
.btn-warning {
  border: 0px !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #af9fff !important;
  color: #ffffff !important;
}
.btn-danger {
  border: 0px !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #af9fff !important;
  color: #ffffff !important;
}
.btn-white {
  border: 0px !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #484848 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #484848 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:hover,
.btn-white:focus {
  background: #af9fff !important;
  color: #ffffff !important;
}
.btn-black {
  border: 0px !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: #af9fff !important;
  color: #ffffff !important;
}
.btn-primary-outline {
  position: relative;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #af9fff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6748ff !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #af9fff !important;
  border-color: #af9fff !important;
}
.btn-primary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-primary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-secondary-outline {
  position: relative;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3a62ad;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #243d6c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a62ad !important;
  border-color: #3a62ad !important;
}
.btn-secondary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-secondary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-info-outline {
  position: relative;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-info-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-success-outline {
  position: relative;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2260d2 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-success-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-success-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-warning-outline {
  position: relative;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-warning-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-danger-outline {
  position: relative;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-danger-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-black-outline {
  position: relative;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-black-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-white-outline {
  position: relative;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-white-outline:hover:before {
  width: calc(100% - 56px);
}
.text-primary {
  color: #af9fff !important;
}
.text-secondary {
  color: #3a62ad !important;
}
.text-success {
  color: #6592e6 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #af9fff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #203761 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #205ac5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #af9fff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.application-section-btn a.btn:not(.btn-form) {
  border-radius: 15px;
}
.application-gallery-filter li a {
  border-radius: 100px !important;
}
.application-gallery-filter li.active .btn {
  background-color: #af9fff;
  border-color: #af9fff;
  color: #ffffff;
}
.application-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #af9fff;
}
.application-plan-header.bg-primary .application-plan-subtitle,
.application-plan-header.bg-primary .application-plan-price-desc {
  color: #ffffff;
}
.application-plan-header.bg-success .application-plan-subtitle,
.application-plan-header.bg-success .application-plan-price-desc {
  color: #ffffff;
}
.application-plan-header.bg-info .application-plan-subtitle,
.application-plan-header.bg-info .application-plan-price-desc {
  color: #ffffff;
}
.application-plan-header.bg-warning .application-plan-subtitle,
.application-plan-header.bg-warning .application-plan-price-desc {
  color: #ffffff;
}
.application-plan-header.bg-danger .application-plan-subtitle,
.application-plan-header.bg-danger .application-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .application-iconfont {
  font-size: 1.375rem;
}
.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: #af9fff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .application-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #af9fff;
}
/* Forms */
.application-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.application-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.application-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.application-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: #af9fff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #af9fff;
}
.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: #af9fff;
  border-bottom-color: #af9fff;
}
.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: #af9fff !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: #3a62ad !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='%23af9fff' %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;
}
.jMehc3-uOK5wWbF8x {
  background-color: transparent;
}
.jMehc3-uOK5wWbF8x .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.jMehc3-uOK5wWbF8x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.jMehc3-uOK5wWbF8x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.jMehc3-uOK5wWbF8x .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .jMehc3-uOK5wWbF8x .menu_box .navbar.opened,
  .jMehc3-uOK5wWbF8x .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.jMehc3-uOK5wWbF8x .navbar-dropdown {
  position: relative !important;
}
.jMehc3-uOK5wWbF8x .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .application-section-btn-main {
    margin-top: 1rem;
  }
}
.jMehc3-uOK5wWbF8x .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.jMehc3-uOK5wWbF8x .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .jMehc3-uOK5wWbF8x .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-body .application-text,
  .jMehc3-uOK5wWbF8x .offcanvas-body .application-section-subtitle {
    margin-bottom: 32px;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .jMehc3-uOK5wWbF8x ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .jMehc3-uOK5wWbF8x .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .jMehc3-uOK5wWbF8x .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .jMehc3-uOK5wWbF8x .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .jMehc3-uOK5wWbF8x li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .jMehc3-uOK5wWbF8x .lg_brand {
    margin: 0 1rem;
  }
  .jMehc3-uOK5wWbF8x .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.jMehc3-uOK5wWbF8x .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .jMehc3-uOK5wWbF8x .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .nav-item {
    margin: 0 !important;
  }
}
.jMehc3-uOK5wWbF8x .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.jMehc3-uOK5wWbF8x .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.jMehc3-uOK5wWbF8x .nav-item .nav-link:hover,
.jMehc3-uOK5wWbF8x .nav-item .nav-link:focus {
  color: #30262b !important;
}
.jMehc3-uOK5wWbF8x .nav-item .nav-link:hover::before,
.jMehc3-uOK5wWbF8x .nav-item .nav-link:focus::before {
  width: 100%;
}
.jMehc3-uOK5wWbF8x .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .jMehc3-uOK5wWbF8x .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .jMehc3-uOK5wWbF8x .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .jMehc3-uOK5wWbF8x .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .jMehc3-uOK5wWbF8x .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box {
    display: none;
  }
}
.jMehc3-uOK5wWbF8x .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.jMehc3-uOK5wWbF8x .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.jMehc3-uOK5wWbF8x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.jMehc3-uOK5wWbF8x .container {
  display: flex;
  margin: auto;
}
.jMehc3-uOK5wWbF8x .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.jMehc3-uOK5wWbF8x .iconfont-wrapper:last-child {
  margin-right: 0;
}
.jMehc3-uOK5wWbF8x .iconfont-wrapper:hover {
  opacity: .5;
}
.jMehc3-uOK5wWbF8x .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .jMehc3-uOK5wWbF8x .navbar-nav {
    margin: 0;
  }
}
.jMehc3-uOK5wWbF8x .dropdown-menu,
.jMehc3-uOK5wWbF8x .navbar.opened {
  background-color: false !important;
}
.jMehc3-uOK5wWbF8x .nav-item:focus,
.jMehc3-uOK5wWbF8x .nav-link:focus {
  outline: none;
}
.jMehc3-uOK5wWbF8x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.jMehc3-uOK5wWbF8x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.jMehc3-uOK5wWbF8x .dropdown .dropdown-menu .dropdown-item .application-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.jMehc3-uOK5wWbF8x .dropdown .dropdown-menu .dropdown-item .application-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.jMehc3-uOK5wWbF8x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.jMehc3-uOK5wWbF8x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.jMehc3-uOK5wWbF8x .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .jMehc3-uOK5wWbF8x .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.jMehc3-uOK5wWbF8x .navbar.opened {
  transition: all 0.3s;
}
.jMehc3-uOK5wWbF8x .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.jMehc3-uOK5wWbF8x .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.jMehc3-uOK5wWbF8x .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed {
  justify-content: center;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .navbar .nav-item {
    padding: .5rem 0;
  }
  .jMehc3-uOK5wWbF8x .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .jMehc3-uOK5wWbF8x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .jMehc3-uOK5wWbF8x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .jMehc3-uOK5wWbF8x .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .jMehc3-uOK5wWbF8x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .jMehc3-uOK5wWbF8x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .jMehc3-uOK5wWbF8x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .jMehc3-uOK5wWbF8x .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .jMehc3-uOK5wWbF8x .navbar ul.navbar-nav li {
    margin: 0;
  }
  .jMehc3-uOK5wWbF8x .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .jMehc3-uOK5wWbF8x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .jMehc3-uOK5wWbF8x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .jMehc3-uOK5wWbF8x .navbar .icons-menu {
    padding: 0;
  }
}
.jMehc3-uOK5wWbF8x .navbar.navbar-short {
  min-height: 60px;
}
.jMehc3-uOK5wWbF8x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.jMehc3-uOK5wWbF8x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.jMehc3-uOK5wWbF8x .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;
}
.jMehc3-uOK5wWbF8x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.jMehc3-uOK5wWbF8x .navbar-brand .navbar-logo a {
  outline: none;
}
.jMehc3-uOK5wWbF8x .dropdown-item.active,
.jMehc3-uOK5wWbF8x .dropdown-item:active {
  background-color: transparent;
}
.jMehc3-uOK5wWbF8x .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.jMehc3-uOK5wWbF8x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.jMehc3-uOK5wWbF8x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.jMehc3-uOK5wWbF8x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.jMehc3-uOK5wWbF8x ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.jMehc3-uOK5wWbF8x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #bed3f9;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.jMehc3-uOK5wWbF8x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.jMehc3-uOK5wWbF8x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.jMehc3-uOK5wWbF8x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.jMehc3-uOK5wWbF8x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.jMehc3-uOK5wWbF8x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.jMehc3-uOK5wWbF8x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .jMehc3-uOK5wWbF8x .navbar {
    height: 70px;
  }
  .jMehc3-uOK5wWbF8x .navbar.opened {
    height: auto;
  }
  .jMehc3-uOK5wWbF8x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.jMehc3-uOK5wWbF8x .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .jMehc3-uOK5wWbF8x .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.jMehc3-uOK5wWbF8x .application-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .jMehc3-uOK5wWbF8x .application-section-btn-main {
    display: block;
    padding: 0;
  }
}
.jMehc3-uOK5wWbF8x .application-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.jMehc3-uOK5wWbF8x .navbar-caption:hover {
  color: #af9fff;
}
@media (min-width: 992px) {
  .jMehc3-uOK5wWbF8x .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.jMehc3-uOK5wWbF8x .text_widget {
  margin-bottom: 32px;
}
.jMehc3-uOK5wWbF8x .text_widget a {
  transition: all 0.3s ease-out;
}
.jMehc3-uOK5wWbF8x .text_widget a:hover,
.jMehc3-uOK5wWbF8x .text_widget a:focus {
  opacity: .8;
}
.jMehc3-uOK5wWbF8x .application-section-subtitle {
  color: #30262b;
  text-align: center;
}
.jMehc3-uOK5wWbF8x .navbar-caption {
  color: #30262b;
}
.jMehc3-uOK5wWbF8x .application-text {
  color: #30262b;
  text-align: center;
}
.jMehc3-uOK5wWbF8x .application-section-subtitle,
.jMehc3-uOK5wWbF8x .text_widget,
.jMehc3-uOK5wWbF8x .application-section-btn {
  text-align: center;
}
.jMehc3-uOK5wWbF8x a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.jMehc3-uOK6iwGPG8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #3a62ad;
}
.jMehc3-uOK6iwGPG8::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #3a62ad;
}
.jMehc3-uOK6iwGPG8 .decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #4a76c9;
  transform: rotate(-45deg);
}
.jMehc3-uOK6iwGPG8 .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOK6iwGPG8 .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.jMehc3-uOK6iwGPG8 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .jMehc3-uOK6iwGPG8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .jMehc3-uOK6iwGPG8 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOK6iwGPG8 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .jMehc3-uOK6iwGPG8 .container {
    padding: 0 14px;
  }
}
.jMehc3-uOK6iwGPG8 .row {
  position: relative;
  z-index: 1;
}
.jMehc3-uOK6iwGPG8 .desc-wrapper .application-desc {
  margin-bottom: 32px;
}
.jMehc3-uOK6iwGPG8 .title-wrapper .application-section-title {
  margin-bottom: 0;
}
.jMehc3-uOK6iwGPG8 .link-wrapper:hover .application-link,
.jMehc3-uOK6iwGPG8 .link-wrapper:focus .application-link {
  color: #01004c;
}
.jMehc3-uOK6iwGPG8 .link-wrapper .application-link {
  text-decoration: underline;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.jMehc3-uOK6iwGPG8 .text-wrapper {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .jMehc3-uOK6iwGPG8 .text-wrapper {
    margin-top: 40px;
  }
}
.jMehc3-uOK6iwGPG8 .text-wrapper .application-text {
  margin-bottom: 22px;
}
.jMehc3-uOK6iwGPG8 .application-desc {
  color: #ffffff;
}
.jMehc3-uOK6iwGPG8 .application-section-title {
  color: #01004c;
}
.jMehc3-uOK6iwGPG8 .application-link {
  color: #851523;
}
.jMehc3-uOK6iwGPG8 .application-text {
  color: #ffffff;
}
.jMehc3-uOK6iwGPG8 .application-section-title,
.jMehc3-uOK6iwGPG8 .application-section-btn {
  color: #ffffff;
  text-align: left;
}
.jMehc3-uOK6OZMe1T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.jMehc3-uOK6OZMe1T .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOK6OZMe1T .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.jMehc3-uOK6OZMe1T .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .jMehc3-uOK6OZMe1T .card-wrapper {
    display: block;
  }
}
.jMehc3-uOK6OZMe1T .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .jMehc3-uOK6OZMe1T .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.jMehc3-uOK6OZMe1T .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.jMehc3-uOK6OZMe1T .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #3a62ad;
}
@media (max-width: 992px) {
  .jMehc3-uOK6OZMe1T .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.jMehc3-uOK6OZMe1T .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .jMehc3-uOK6OZMe1T .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.jMehc3-uOK6OZMe1T .card-wrapper .content-wrapper .date-wrapper .application-date {
  margin-bottom: 0;
}
.jMehc3-uOK6OZMe1T .card-wrapper .content-wrapper .title-wrapper .application-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .jMehc3-uOK6OZMe1T .card-wrapper .content-wrapper .title-wrapper .application-section-title {
    width: 100%;
  }
}
.jMehc3-uOK6OZMe1T .card-wrapper .content-wrapper .text-wrapper .application-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .jMehc3-uOK6OZMe1T .card-wrapper .content-wrapper .text-wrapper .application-text {
    width: 100%;
  }
}
.jMehc3-uOK6OZMe1T .card-wrapper .content-wrapper .application-section-btn .btn {
  margin-bottom: 0;
}
.jMehc3-uOK6OZMe1T .application-date {
  color: #f4f4f4;
}
.jMehc3-uOK6OZMe1T .application-section-title {
  color: #f4f4f4;
}
.jMehc3-uOK6OZMe1T .application-text {
  color: #d7d2d2;
}
.jMehc3-uOK6OZMe1T .application-text,
.jMehc3-uOK6OZMe1T .text-wrapper {
  color: #ffffff;
}
.jMehc3-uOK6OZMe1T .application-section-title,
.jMehc3-uOK6OZMe1T .application-section-btn,
.jMehc3-uOK6OZMe1T .title-wrapper {
  color: #ffffff;
}
.jMehc3-uOK7139wIo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.jMehc3-uOK7139wIo .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOK7139wIo .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.jMehc3-uOK7139wIo .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7139wIo .label-wrapper {
    margin-bottom: 20px;
  }
}
.jMehc3-uOK7139wIo .label-wrapper .application-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #3a62ad;
  margin-bottom: 0;
}
.jMehc3-uOK7139wIo .application-section-title {
  margin-bottom: 80px;
  color: #19171c;
  text-align: center;
}
@media (max-width: 992px) {
  .jMehc3-uOK7139wIo .application-section-title {
    margin-bottom: 20px;
  }
}
.jMehc3-uOK7139wIo .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.jMehc3-uOK7139wIo .items-wrapper .item {
  padding: 0 10px;
}
.jMehc3-uOK7139wIo .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7139wIo .item {
    margin-bottom: 20px;
  }
}
.jMehc3-uOK7139wIo .item .item-wrapper {
  padding: 60px 40px;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .jMehc3-uOK7139wIo .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.jMehc3-uOK7139wIo .item .item-wrapper .item-img {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7139wIo .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.jMehc3-uOK7139wIo .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .jMehc3-uOK7139wIo .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOK7139wIo .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.jMehc3-uOK7139wIo .item .item-wrapper .item-content .item-title_1,
.jMehc3-uOK7139wIo .item .item-wrapper .item-content .item-title_2,
.jMehc3-uOK7139wIo .item .item-wrapper .item-content .item-title_3 {
  margin-bottom: 20px;
}
.jMehc3-uOK7139wIo .item .item-wrapper .item-content .item-price {
  margin-bottom: 20px;
}
.jMehc3-uOK7139wIo .item .item-wrapper .item-content .application-section-btn {
  width: 100%;
}
.jMehc3-uOK7139wIo .item .item-wrapper .item-content .application-section-btn .btn {
  width: 100%;
}
.jMehc3-uOK7139wIo .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 40px 0 0 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .jMehc3-uOK7139wIo .item .item-wrapper .item-content .list {
    margin: 20px 0 0 0;
  }
}
.jMehc3-uOK7139wIo .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
}
.jMehc3-uOK7139wIo .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.jMehc3-uOK7139wIo .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.jMehc3-uOK7139wIo .item .item-wrapper .item-content .list_1 .item-wrap::before {
  color: #3a62ad;
}
.jMehc3-uOK7139wIo .item .item-wrapper .item-content .list_2 .item-wrap::before {
  color: #3a62ad;
}
.jMehc3-uOK7139wIo .item .item-wrapper .item-content .list_3 .item-wrap::before {
  color: #3a62ad;
}
.jMehc3-uOK7139wIo .application-label,
.jMehc3-uOK7139wIo .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.jMehc3-uOK7139wIo .item-title_1 {
  color: #000000;
}
.jMehc3-uOK7139wIo .item-title_2 {
  color: #000000;
}
.jMehc3-uOK7139wIo .item-title_3 {
  color: #000000;
}
.jMehc3-uOK7139wIo .item-price {
  color: #19171c;
}
.jMehc3-uOK7139wIo .list {
  color: #19171c;
}
.jMehc3-uOK74z0OZW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.jMehc3-uOK74z0OZW .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOK74z0OZW .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.jMehc3-uOK74z0OZW .row {
  justify-content: center;
  margin: 0 -13px;
}
.jMehc3-uOK74z0OZW .row .card {
  padding: 0 13px;
}
.jMehc3-uOK74z0OZW .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .jMehc3-uOK74z0OZW .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.jMehc3-uOK74z0OZW .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #3a62ad;
}
.jMehc3-uOK74z0OZW .content-wrapper .content-wrap .label-wrapper .label-wrap .application-label {
  margin-bottom: 0;
}
.jMehc3-uOK74z0OZW .content-wrapper .content-wrap .label-wrapper .label-wrap .application-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.jMehc3-uOK74z0OZW .content-wrapper .content-wrap .application-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .jMehc3-uOK74z0OZW .content-wrapper .content-wrap .application-section-title {
    margin-bottom: 30px;
  }
}
.jMehc3-uOK74z0OZW .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.jMehc3-uOK74z0OZW .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #3a62ad;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .jMehc3-uOK74z0OZW .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.jMehc3-uOK74z0OZW .content-wrapper .cards-wrap .number-wrap .application-number {
  margin-bottom: 10px;
}
.jMehc3-uOK74z0OZW .content-wrapper .cards-wrap .number-wrap .application-number-desc {
  margin-bottom: 0;
}
.jMehc3-uOK74z0OZW .card-wrapper {
  overflow: hidden;
}
.jMehc3-uOK74z0OZW .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .jMehc3-uOK74z0OZW .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.jMehc3-uOK74z0OZW .card-wrapper .item-content {
  padding: 54px;
  background-color: #3a62ad;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .jMehc3-uOK74z0OZW .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOK74z0OZW .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.jMehc3-uOK74z0OZW .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.jMehc3-uOK74z0OZW .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.jMehc3-uOK74z0OZW .card-wrapper .item-content .card-label-wrapper .card-label-wrap .application-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.jMehc3-uOK74z0OZW .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .jMehc3-uOK74z0OZW .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.jMehc3-uOK74z0OZW .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .jMehc3-uOK74z0OZW .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.jMehc3-uOK74z0OZW .application-label,
.jMehc3-uOK74z0OZW .label-wrapper {
  color: #ffffff;
}
.jMehc3-uOK74z0OZW .application-section-title {
  color: #000000;
}
.jMehc3-uOK74z0OZW .application-number {
  color: #fff7ee;
}
.jMehc3-uOK74z0OZW .application-number-desc {
  color: #fff7ee;
}
.jMehc3-uOK74z0OZW .card-label,
.jMehc3-uOK74z0OZW .card-label-wrapper {
  color: #fff7ee;
}
.jMehc3-uOK74z0OZW .card-title {
  color: #fff7ee;
}
.jMehc3-uOK74z0OZW .card-text {
  color: #fff7ee;
}
.jMehc3-uOK7bfoYNc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
  overflow: hidden;
}
.jMehc3-uOK7bfoYNc .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOK7bfoYNc .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .jMehc3-uOK7bfoYNc .container {
    padding: 0 30px;
  }
}
.jMehc3-uOK7bfoYNc .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .jMehc3-uOK7bfoYNc .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOK7bfoYNc .content-wrapper {
    padding: 0;
  }
}
.jMehc3-uOK7bfoYNc .content-wrapper .desc-wrapper .application-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7bfoYNc .content-wrapper .desc-wrapper .application-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.jMehc3-uOK7bfoYNc .content-wrapper .desc-wrapper .application-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #3a62ad;
}
@media (max-width: 992px) {
  .jMehc3-uOK7bfoYNc .content-wrapper .desc-wrapper .application-desc::before {
    width: 40px;
  }
}
.jMehc3-uOK7bfoYNc .content-wrapper .application-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7bfoYNc .content-wrapper .application-section-title {
    margin-bottom: 80px;
  }
}
.jMehc3-uOK7bfoYNc .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .jMehc3-uOK7bfoYNc .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOK7bfoYNc .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.jMehc3-uOK7bfoYNc .content-wrapper .text-wrapper .application-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7bfoYNc .content-wrapper .text-wrapper .application-text {
    margin-bottom: 30px;
  }
}
.jMehc3-uOK7bfoYNc .application-desc {
  color: #254b45;
}
.jMehc3-uOK7bfoYNc .application-section-title {
  color: #000000;
  text-align: center;
}
.jMehc3-uOK7bfoYNc .application-text {
  color: #254b45;
}
.jMehc3-uOK7bfoYNc .application-desc,
.jMehc3-uOK7bfoYNc .desc-wrapper {
  text-align: left;
  color: #3a62ad;
}
.jMehc3-uOK7bfoYNc .application-text,
.jMehc3-uOK7bfoYNc .application-section-btn {
  color: #000000;
}
.jMehc3-uOK7loMhP1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #3a62ad;
}
.jMehc3-uOK7loMhP1 .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOK7loMhP1 .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.jMehc3-uOK7loMhP1 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .jMehc3-uOK7loMhP1 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOK7loMhP1 .content-wrapper {
    padding: 0;
  }
}
.jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper {
  display: flex;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper {
    display: block;
  }
}
.jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper .image-wrapper {
  position: relative;
  width: 50%;
}
@media (max-width: 992px) {
  .jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper .image-wrapper img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper .card-wrap {
  padding: 108px;
  width: 50%;
  border-left: 2px solid #ffffff;
}
@media (max-width: 1440px) {
  .jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper .card-wrap {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper .card-wrap {
    border-left: none;
    border-top: 2px solid #ffffff;
  }
}
.jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper .card-wrap .application-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper .card-wrap .application-section-title {
    margin-bottom: 32px;
  }
}
.jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper .card-wrap .application-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper .card-wrap .application-text {
    margin-bottom: 32px;
  }
}
.jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper .card-wrap .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper .card-wrap .list .item-wrap {
  padding-left: 44px;
  position: relative;
  margin-bottom: 20px;
}
.jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper .card-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.jMehc3-uOK7loMhP1 .content-wrapper .card-wrapper .card-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  box-shadow: -5px 5px 0 #ffffff;
}
.jMehc3-uOK7loMhP1 .application-section-title {
  color: #ffffff;
}
.jMehc3-uOK7loMhP1 .application-text {
  color: #ffffff;
}
.jMehc3-uOK7loMhP1 .list {
  color: #ffffff;
}
.jMehc3-uOK7loMhP1 .application-section-title,
.jMehc3-uOK7loMhP1 .application-section-btn {
  color: #ffffff;
}
.jMehc3-uOK7loMhP1 .list,
.jMehc3-uOK7loMhP1 .item-wrap {
  color: #ffffff;
}
.jMehc3-uOKpVQHqnu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4a76c9;
}
.jMehc3-uOKpVQHqnu .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOKpVQHqnu .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper {
    padding: 30px;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #4a76c9;
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #4a76c9;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #4a76c9;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-title {
  margin-bottom: 20px;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-text {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-btn {
  margin-top: 15px;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-btn .btn {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #4a76c9;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .application-copy {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .application-section-title {
  color: #000000;
}
.jMehc3-uOKpVQHqnu .application-text {
  color: #8a8a8a;
}
.jMehc3-uOKpVQHqnu .list {
  color: #000000;
}
.jMehc3-uOKpVQHqnu .application-copy {
  color: #000000;
  text-align: center;
}
.jMehc3-uOKpVQHqnu .application-text,
.jMehc3-uOKpVQHqnu .application-section-btn {
  color: #000000;
}
.jMehc3-uOK5wWbF8x {
  background-color: transparent;
}
.jMehc3-uOK5wWbF8x .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.jMehc3-uOK5wWbF8x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.jMehc3-uOK5wWbF8x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.jMehc3-uOK5wWbF8x .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .jMehc3-uOK5wWbF8x .menu_box .navbar.opened,
  .jMehc3-uOK5wWbF8x .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.jMehc3-uOK5wWbF8x .navbar-dropdown {
  position: relative !important;
}
.jMehc3-uOK5wWbF8x .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .application-section-btn-main {
    margin-top: 1rem;
  }
}
.jMehc3-uOK5wWbF8x .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.jMehc3-uOK5wWbF8x .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .jMehc3-uOK5wWbF8x .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-body .application-text,
  .jMehc3-uOK5wWbF8x .offcanvas-body .application-section-subtitle {
    margin-bottom: 32px;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .jMehc3-uOK5wWbF8x ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .jMehc3-uOK5wWbF8x .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .jMehc3-uOK5wWbF8x .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .jMehc3-uOK5wWbF8x .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .jMehc3-uOK5wWbF8x li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .jMehc3-uOK5wWbF8x .lg_brand {
    margin: 0 1rem;
  }
  .jMehc3-uOK5wWbF8x .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.jMehc3-uOK5wWbF8x .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .jMehc3-uOK5wWbF8x .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .nav-item {
    margin: 0 !important;
  }
}
.jMehc3-uOK5wWbF8x .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.jMehc3-uOK5wWbF8x .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.jMehc3-uOK5wWbF8x .nav-item .nav-link:hover,
.jMehc3-uOK5wWbF8x .nav-item .nav-link:focus {
  color: #30262b !important;
}
.jMehc3-uOK5wWbF8x .nav-item .nav-link:hover::before,
.jMehc3-uOK5wWbF8x .nav-item .nav-link:focus::before {
  width: 100%;
}
.jMehc3-uOK5wWbF8x .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .jMehc3-uOK5wWbF8x .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .jMehc3-uOK5wWbF8x .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .jMehc3-uOK5wWbF8x .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .jMehc3-uOK5wWbF8x .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box {
    display: none;
  }
}
.jMehc3-uOK5wWbF8x .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.jMehc3-uOK5wWbF8x .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.jMehc3-uOK5wWbF8x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.jMehc3-uOK5wWbF8x .container {
  display: flex;
  margin: auto;
}
.jMehc3-uOK5wWbF8x .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.jMehc3-uOK5wWbF8x .iconfont-wrapper:last-child {
  margin-right: 0;
}
.jMehc3-uOK5wWbF8x .iconfont-wrapper:hover {
  opacity: .5;
}
.jMehc3-uOK5wWbF8x .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .jMehc3-uOK5wWbF8x .navbar-nav {
    margin: 0;
  }
}
.jMehc3-uOK5wWbF8x .dropdown-menu,
.jMehc3-uOK5wWbF8x .navbar.opened {
  background-color: false !important;
}
.jMehc3-uOK5wWbF8x .nav-item:focus,
.jMehc3-uOK5wWbF8x .nav-link:focus {
  outline: none;
}
.jMehc3-uOK5wWbF8x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.jMehc3-uOK5wWbF8x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.jMehc3-uOK5wWbF8x .dropdown .dropdown-menu .dropdown-item .application-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.jMehc3-uOK5wWbF8x .dropdown .dropdown-menu .dropdown-item .application-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.jMehc3-uOK5wWbF8x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.jMehc3-uOK5wWbF8x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.jMehc3-uOK5wWbF8x .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .jMehc3-uOK5wWbF8x .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.jMehc3-uOK5wWbF8x .navbar.opened {
  transition: all 0.3s;
}
.jMehc3-uOK5wWbF8x .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.jMehc3-uOK5wWbF8x .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.jMehc3-uOK5wWbF8x .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed {
  justify-content: center;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .navbar .nav-item {
    padding: .5rem 0;
  }
  .jMehc3-uOK5wWbF8x .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .jMehc3-uOK5wWbF8x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .jMehc3-uOK5wWbF8x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .jMehc3-uOK5wWbF8x .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .jMehc3-uOK5wWbF8x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .jMehc3-uOK5wWbF8x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .jMehc3-uOK5wWbF8x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .jMehc3-uOK5wWbF8x .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .jMehc3-uOK5wWbF8x .navbar ul.navbar-nav li {
    margin: 0;
  }
  .jMehc3-uOK5wWbF8x .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .jMehc3-uOK5wWbF8x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .jMehc3-uOK5wWbF8x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .jMehc3-uOK5wWbF8x .navbar .icons-menu {
    padding: 0;
  }
}
.jMehc3-uOK5wWbF8x .navbar.navbar-short {
  min-height: 60px;
}
.jMehc3-uOK5wWbF8x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.jMehc3-uOK5wWbF8x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.jMehc3-uOK5wWbF8x .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;
}
.jMehc3-uOK5wWbF8x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.jMehc3-uOK5wWbF8x .navbar-brand .navbar-logo a {
  outline: none;
}
.jMehc3-uOK5wWbF8x .dropdown-item.active,
.jMehc3-uOK5wWbF8x .dropdown-item:active {
  background-color: transparent;
}
.jMehc3-uOK5wWbF8x .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.jMehc3-uOK5wWbF8x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.jMehc3-uOK5wWbF8x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.jMehc3-uOK5wWbF8x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.jMehc3-uOK5wWbF8x ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.jMehc3-uOK5wWbF8x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #bed3f9;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.jMehc3-uOK5wWbF8x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.jMehc3-uOK5wWbF8x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.jMehc3-uOK5wWbF8x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.jMehc3-uOK5wWbF8x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.jMehc3-uOK5wWbF8x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.jMehc3-uOK5wWbF8x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .jMehc3-uOK5wWbF8x .navbar {
    height: 70px;
  }
  .jMehc3-uOK5wWbF8x .navbar.opened {
    height: auto;
  }
  .jMehc3-uOK5wWbF8x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.jMehc3-uOK5wWbF8x .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .jMehc3-uOK5wWbF8x .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.jMehc3-uOK5wWbF8x .application-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .jMehc3-uOK5wWbF8x .application-section-btn-main {
    display: block;
    padding: 0;
  }
}
.jMehc3-uOK5wWbF8x .application-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.jMehc3-uOK5wWbF8x .navbar-caption:hover {
  color: #af9fff;
}
@media (min-width: 992px) {
  .jMehc3-uOK5wWbF8x .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.jMehc3-uOK5wWbF8x .text_widget {
  margin-bottom: 32px;
}
.jMehc3-uOK5wWbF8x .text_widget a {
  transition: all 0.3s ease-out;
}
.jMehc3-uOK5wWbF8x .text_widget a:hover,
.jMehc3-uOK5wWbF8x .text_widget a:focus {
  opacity: .8;
}
.jMehc3-uOK5wWbF8x .application-section-subtitle {
  color: #30262b;
  text-align: center;
}
.jMehc3-uOK5wWbF8x .navbar-caption {
  color: #30262b;
}
.jMehc3-uOK5wWbF8x .application-text {
  color: #30262b;
  text-align: center;
}
.jMehc3-uOK5wWbF8x .application-section-subtitle,
.jMehc3-uOK5wWbF8x .text_widget,
.jMehc3-uOK5wWbF8x .application-section-btn {
  text-align: center;
}
.jMehc3-uOK5wWbF8x a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.jMehc3-uOK7uksRWu {
  background-image: url("../../../assets/images/trail.jpg-1184x896.jpg");
}
.jMehc3-uOK7uksRWu .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOK7uksRWu .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.jMehc3-uOK7uksRWu .card-wrapper {
  padding: 120px 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .jMehc3-uOK7uksRWu .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOK7uksRWu .card-wrapper {
    padding: 40px 20px;
  }
}
.jMehc3-uOK7uksRWu .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7uksRWu .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.jMehc3-uOK7uksRWu .card-wrapper .label-wrapper .application-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #3a62ad;
  margin-bottom: 0;
}
.jMehc3-uOK7uksRWu .card-wrapper .application-section-title {
  margin-bottom: 20px;
}
.jMehc3-uOK7uksRWu .card-wrapper .text-wrapper .application-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7uksRWu .card-wrapper .text-wrapper .application-text {
    width: 80%;
  }
}
.jMehc3-uOK7uksRWu .application-section-title {
  color: #19171c;
}
.jMehc3-uOK7uksRWu .application-label,
.jMehc3-uOK7uksRWu .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.jMehc3-uOK7uksRWu .application-text,
.jMehc3-uOK7uksRWu .text-wrapper {
  color: #000000;
  text-align: center;
}
.jMehc3-uOK7uksRWu .application-section-title,
.jMehc3-uOK7uksRWu .application-section-btn {
  text-align: center;
}
.jMehc3-uOK7w6qomz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.jMehc3-uOK7w6qomz .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOK7w6qomz .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.jMehc3-uOK7w6qomz .row {
  margin: 0 -8px;
}
.jMehc3-uOK7w6qomz .row .card {
  padding: 0 8px;
}
.jMehc3-uOK7w6qomz .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #3a62ad;
}
@media (max-width: 1440px) {
  .jMehc3-uOK7w6qomz .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOK7w6qomz .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.jMehc3-uOK7w6qomz .card-wrapper .application-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7w6qomz .card-wrapper .application-section-title {
    margin-bottom: 24px;
  }
}
.jMehc3-uOK7w6qomz .card-wrapper .card-wrap .text-wrapper .application-text {
  margin-bottom: 24px;
}
.jMehc3-uOK7w6qomz .card-wrapper .card-wrap .application-section-btn .btn {
  margin-bottom: 0;
}
.jMehc3-uOK7w6qomz .image-wrapper {
  height: 100%;
}
.jMehc3-uOK7w6qomz .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .jMehc3-uOK7w6qomz .image-wrapper img {
    height: 300px;
  }
}
.jMehc3-uOK7w6qomz .application-section-title {
  color: #2c2c26;
}
.jMehc3-uOK7w6qomz .application-text,
.jMehc3-uOK7w6qomz .text-wrapper {
  color: #ffffff;
}
.jMehc3-uOK7w6qomz .application-section-title,
.jMehc3-uOK7w6qomz .application-section-btn {
  color: #ffffff;
}
.jMehc3-uOK7y7wpWx {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f1f3;
}
.jMehc3-uOK7y7wpWx .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOK7y7wpWx .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.jMehc3-uOK7y7wpWx .row {
  justify-content: space-between;
}
.jMehc3-uOK7y7wpWx .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7y7wpWx .content-wrapper {
    padding: 0;
  }
}
.jMehc3-uOK7y7wpWx .content-wrapper .application-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7y7wpWx .content-wrapper .application-section-title {
    margin-bottom: 20px;
  }
}
.jMehc3-uOK7y7wpWx .content-wrapper .application-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7y7wpWx .content-wrapper .application-text {
    margin-bottom: 20px;
  }
}
.jMehc3-uOK7y7wpWx .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.jMehc3-uOK7y7wpWx .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.jMehc3-uOK7y7wpWx .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.jMehc3-uOK7y7wpWx .content-wrapper .logo-wrapper .logo-wrap .application-desc {
  margin-bottom: 0;
}
.jMehc3-uOK7y7wpWx .application-section-title {
  color: #000000;
}
.jMehc3-uOK7y7wpWx .application-desc {
  color: #000000;
}
.jMehc3-uOK7y7wpWx .application-text {
  color: #000000;
}
.jMehc3-uOK7y7wpWx .application-section-title,
.jMehc3-uOK7y7wpWx .application-section-btn {
  text-align: center;
}
.jMehc3-uOK7CVTp69 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #3a62ad;
}
.jMehc3-uOK7CVTp69 .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOK7CVTp69 .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.jMehc3-uOK7CVTp69 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .jMehc3-uOK7CVTp69 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOK7CVTp69 .container {
    padding: 0 20px;
  }
}
.jMehc3-uOK7CVTp69 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .jMehc3-uOK7CVTp69 .content-wrapper {
    padding: 46px 0;
  }
}
.jMehc3-uOK7CVTp69 .content-wrapper .application-desc {
  margin-bottom: 32px;
}
.jMehc3-uOK7CVTp69 .content-wrapper .application-section-title {
  margin-bottom: 32px;
}
.jMehc3-uOK7CVTp69 .content-wrapper .text-wrapper .application-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7CVTp69 .content-wrapper .text-wrapper .application-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.jMehc3-uOK7CVTp69 .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7CVTp69 .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.jMehc3-uOK7CVTp69 .content-wrapper .application-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7CVTp69 .content-wrapper .application-section-btn {
    margin-top: 20px;
  }
}
.jMehc3-uOK7CVTp69 .application-section-title {
  color: #000000;
}
.jMehc3-uOK7CVTp69 .application-desc {
  color: #ffffff;
  text-align: center;
}
.jMehc3-uOK7CVTp69 .application-text,
.jMehc3-uOK7CVTp69 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.jMehc3-uOK7CVTp69 .application-section-title,
.jMehc3-uOK7CVTp69 .application-section-btn,
.jMehc3-uOK7CVTp69 .image-wrapper {
  text-align: center;
  color: #ffffff;
}
.jMehc3-uOKpVQHqnu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4a76c9;
}
.jMehc3-uOKpVQHqnu .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOKpVQHqnu .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper {
    padding: 30px;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #4a76c9;
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #4a76c9;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #4a76c9;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-title {
  margin-bottom: 20px;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-text {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-btn {
  margin-top: 15px;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-btn .btn {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #4a76c9;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .application-copy {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .application-section-title {
  color: #000000;
}
.jMehc3-uOKpVQHqnu .application-text {
  color: #8a8a8a;
}
.jMehc3-uOKpVQHqnu .list {
  color: #000000;
}
.jMehc3-uOKpVQHqnu .application-copy {
  color: #000000;
  text-align: center;
}
.jMehc3-uOKpVQHqnu .application-text,
.jMehc3-uOKpVQHqnu .application-section-btn {
  color: #000000;
}
.jMehc3-uOK5wWbF8x {
  background-color: transparent;
}
.jMehc3-uOK5wWbF8x .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.jMehc3-uOK5wWbF8x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.jMehc3-uOK5wWbF8x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.jMehc3-uOK5wWbF8x .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .jMehc3-uOK5wWbF8x .menu_box .navbar.opened,
  .jMehc3-uOK5wWbF8x .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.jMehc3-uOK5wWbF8x .navbar-dropdown {
  position: relative !important;
}
.jMehc3-uOK5wWbF8x .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .application-section-btn-main {
    margin-top: 1rem;
  }
}
.jMehc3-uOK5wWbF8x .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.jMehc3-uOK5wWbF8x .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .jMehc3-uOK5wWbF8x .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-body .application-text,
  .jMehc3-uOK5wWbF8x .offcanvas-body .application-section-subtitle {
    margin-bottom: 32px;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .jMehc3-uOK5wWbF8x ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .jMehc3-uOK5wWbF8x .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .jMehc3-uOK5wWbF8x .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .jMehc3-uOK5wWbF8x .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .jMehc3-uOK5wWbF8x li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .jMehc3-uOK5wWbF8x .lg_brand {
    margin: 0 1rem;
  }
  .jMehc3-uOK5wWbF8x .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.jMehc3-uOK5wWbF8x .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .jMehc3-uOK5wWbF8x .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .nav-item {
    margin: 0 !important;
  }
}
.jMehc3-uOK5wWbF8x .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.jMehc3-uOK5wWbF8x .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.jMehc3-uOK5wWbF8x .nav-item .nav-link:hover,
.jMehc3-uOK5wWbF8x .nav-item .nav-link:focus {
  color: #30262b !important;
}
.jMehc3-uOK5wWbF8x .nav-item .nav-link:hover::before,
.jMehc3-uOK5wWbF8x .nav-item .nav-link:focus::before {
  width: 100%;
}
.jMehc3-uOK5wWbF8x .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .jMehc3-uOK5wWbF8x .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .jMehc3-uOK5wWbF8x .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .jMehc3-uOK5wWbF8x .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .jMehc3-uOK5wWbF8x .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box {
    display: none;
  }
}
.jMehc3-uOK5wWbF8x .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.jMehc3-uOK5wWbF8x .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.jMehc3-uOK5wWbF8x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.jMehc3-uOK5wWbF8x .container {
  display: flex;
  margin: auto;
}
.jMehc3-uOK5wWbF8x .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.jMehc3-uOK5wWbF8x .iconfont-wrapper:last-child {
  margin-right: 0;
}
.jMehc3-uOK5wWbF8x .iconfont-wrapper:hover {
  opacity: .5;
}
.jMehc3-uOK5wWbF8x .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .jMehc3-uOK5wWbF8x .navbar-nav {
    margin: 0;
  }
}
.jMehc3-uOK5wWbF8x .dropdown-menu,
.jMehc3-uOK5wWbF8x .navbar.opened {
  background-color: false !important;
}
.jMehc3-uOK5wWbF8x .nav-item:focus,
.jMehc3-uOK5wWbF8x .nav-link:focus {
  outline: none;
}
.jMehc3-uOK5wWbF8x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.jMehc3-uOK5wWbF8x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.jMehc3-uOK5wWbF8x .dropdown .dropdown-menu .dropdown-item .application-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.jMehc3-uOK5wWbF8x .dropdown .dropdown-menu .dropdown-item .application-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.jMehc3-uOK5wWbF8x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.jMehc3-uOK5wWbF8x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.jMehc3-uOK5wWbF8x .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .jMehc3-uOK5wWbF8x .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.jMehc3-uOK5wWbF8x .navbar.opened {
  transition: all 0.3s;
}
.jMehc3-uOK5wWbF8x .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.jMehc3-uOK5wWbF8x .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.jMehc3-uOK5wWbF8x .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed {
  justify-content: center;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .navbar .nav-item {
    padding: .5rem 0;
  }
  .jMehc3-uOK5wWbF8x .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .jMehc3-uOK5wWbF8x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .jMehc3-uOK5wWbF8x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .jMehc3-uOK5wWbF8x .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .jMehc3-uOK5wWbF8x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .jMehc3-uOK5wWbF8x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .jMehc3-uOK5wWbF8x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .jMehc3-uOK5wWbF8x .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .jMehc3-uOK5wWbF8x .navbar ul.navbar-nav li {
    margin: 0;
  }
  .jMehc3-uOK5wWbF8x .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .jMehc3-uOK5wWbF8x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .jMehc3-uOK5wWbF8x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .jMehc3-uOK5wWbF8x .navbar .icons-menu {
    padding: 0;
  }
}
.jMehc3-uOK5wWbF8x .navbar.navbar-short {
  min-height: 60px;
}
.jMehc3-uOK5wWbF8x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.jMehc3-uOK5wWbF8x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.jMehc3-uOK5wWbF8x .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;
}
.jMehc3-uOK5wWbF8x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.jMehc3-uOK5wWbF8x .navbar-brand .navbar-logo a {
  outline: none;
}
.jMehc3-uOK5wWbF8x .dropdown-item.active,
.jMehc3-uOK5wWbF8x .dropdown-item:active {
  background-color: transparent;
}
.jMehc3-uOK5wWbF8x .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.jMehc3-uOK5wWbF8x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.jMehc3-uOK5wWbF8x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.jMehc3-uOK5wWbF8x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.jMehc3-uOK5wWbF8x ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.jMehc3-uOK5wWbF8x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #bed3f9;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.jMehc3-uOK5wWbF8x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.jMehc3-uOK5wWbF8x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.jMehc3-uOK5wWbF8x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.jMehc3-uOK5wWbF8x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.jMehc3-uOK5wWbF8x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.jMehc3-uOK5wWbF8x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .jMehc3-uOK5wWbF8x .navbar {
    height: 70px;
  }
  .jMehc3-uOK5wWbF8x .navbar.opened {
    height: auto;
  }
  .jMehc3-uOK5wWbF8x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.jMehc3-uOK5wWbF8x .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .jMehc3-uOK5wWbF8x .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.jMehc3-uOK5wWbF8x .application-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .jMehc3-uOK5wWbF8x .application-section-btn-main {
    display: block;
    padding: 0;
  }
}
.jMehc3-uOK5wWbF8x .application-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.jMehc3-uOK5wWbF8x .navbar-caption:hover {
  color: #af9fff;
}
@media (min-width: 992px) {
  .jMehc3-uOK5wWbF8x .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.jMehc3-uOK5wWbF8x .text_widget {
  margin-bottom: 32px;
}
.jMehc3-uOK5wWbF8x .text_widget a {
  transition: all 0.3s ease-out;
}
.jMehc3-uOK5wWbF8x .text_widget a:hover,
.jMehc3-uOK5wWbF8x .text_widget a:focus {
  opacity: .8;
}
.jMehc3-uOK5wWbF8x .application-section-subtitle {
  color: #30262b;
  text-align: center;
}
.jMehc3-uOK5wWbF8x .navbar-caption {
  color: #30262b;
}
.jMehc3-uOK5wWbF8x .application-text {
  color: #30262b;
  text-align: center;
}
.jMehc3-uOK5wWbF8x .application-section-subtitle,
.jMehc3-uOK5wWbF8x .text_widget,
.jMehc3-uOK5wWbF8x .application-section-btn {
  text-align: center;
}
.jMehc3-uOK5wWbF8x a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.jMehc3-uOK7IFdQSR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.jMehc3-uOK7IFdQSR .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOK7IFdQSR .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.jMehc3-uOK7IFdQSR .content-wrap {
  margin: 0;
}
.jMehc3-uOK7IFdQSR .content-wrap .card {
  padding: 0;
  justify-content: space-between;
}
.jMehc3-uOK7IFdQSR .label-wrapper .application-label {
  margin-bottom: 22px;
}
.jMehc3-uOK7IFdQSR .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .jMehc3-uOK7IFdQSR .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .jMehc3-uOK7IFdQSR .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOK7IFdQSR .content-wrapper {
    padding: 0;
  }
}
.jMehc3-uOK7IFdQSR .content-wrapper .application-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7IFdQSR .content-wrapper .application-section-title {
    margin-bottom: 32px;
  }
}
.jMehc3-uOK7IFdQSR .content-wrapper .text-wrapper .application-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7IFdQSR .content-wrapper .text-wrapper .application-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.jMehc3-uOK7IFdQSR .desc-wrapper .application-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .jMehc3-uOK7IFdQSR .desc-wrapper .application-desc {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .jMehc3-uOK7IFdQSR .desc-wrapper .application-desc {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOK7IFdQSR .desc-wrapper .application-desc {
    width: 100%;
    padding: 0;
  }
}
.jMehc3-uOK7IFdQSR .form-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #3a62ad;
}
@media (max-width: 992px) {
  .jMehc3-uOK7IFdQSR .form-wrapper {
    margin-top: 22px;
  }
}
@media (max-width: 1440px) {
  .jMehc3-uOK7IFdQSR .form-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .jMehc3-uOK7IFdQSR .form-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOK7IFdQSR .form-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #3a62ad;
    padding-top: 22px;
  }
}
.jMehc3-uOK7IFdQSR .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.jMehc3-uOK7IFdQSR .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.jMehc3-uOK7IFdQSR .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  margin-bottom: 42px !important;
  padding: 0 0 42px 0;
  border: none !important;
  border-bottom: 3px dashed #3a62ad !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .jMehc3-uOK7IFdQSR .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 0 0 22px 0;
    margin-bottom: 22px !important;
  }
}
.jMehc3-uOK7IFdQSR .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.jMehc3-uOK7IFdQSR .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 3px dashed #3a62ad !important;
}
.jMehc3-uOK7IFdQSR .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #4b4949;
}
.jMehc3-uOK7IFdQSR .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.jMehc3-uOK7IFdQSR .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.jMehc3-uOK7IFdQSR .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #3a62ad;
  border-radius: 0;
}
.jMehc3-uOK7IFdQSR .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #4b4949;
}
.jMehc3-uOK7IFdQSR .form-wrapper .form-wrap .dragArea.row .application-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .jMehc3-uOK7IFdQSR .form-wrapper .form-wrap .dragArea.row .application-section-btn {
    margin-top: 0;
  }
}
.jMehc3-uOK7IFdQSR .form-wrapper .form-wrap .dragArea.row .application-section-btn .btn {
  margin-bottom: 0;
}
.jMehc3-uOK7IFdQSR .application-label {
  color: #c10b02;
}
.jMehc3-uOK7IFdQSR .application-section-title {
  color: #c10b02;
}
.jMehc3-uOK7IFdQSR .application-text {
  color: #4b4949;
}
.jMehc3-uOK7IFdQSR .application-desc {
  color: #4b4949;
}
.jMehc3-uOK7IFdQSR label {
  color: #4b4949;
}
.jMehc3-uOK7IFdQSR .application-text,
.jMehc3-uOK7IFdQSR .text-wrapper {
  color: #000000;
}
.jMehc3-uOK7IFdQSR .application-section-title,
.jMehc3-uOK7IFdQSR .application-section-btn {
  color: #000000;
}
.jMehc3-uOKpVQHqnu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4a76c9;
}
.jMehc3-uOKpVQHqnu .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOKpVQHqnu .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper {
    padding: 30px;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #4a76c9;
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #4a76c9;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #4a76c9;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-title {
  margin-bottom: 20px;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-text {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-btn {
  margin-top: 15px;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-btn .btn {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #4a76c9;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .application-copy {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .application-section-title {
  color: #000000;
}
.jMehc3-uOKpVQHqnu .application-text {
  color: #8a8a8a;
}
.jMehc3-uOKpVQHqnu .list {
  color: #000000;
}
.jMehc3-uOKpVQHqnu .application-copy {
  color: #000000;
  text-align: center;
}
.jMehc3-uOKpVQHqnu .application-text,
.jMehc3-uOKpVQHqnu .application-section-btn {
  color: #000000;
}
.jMehc3-uOK5wWbF8x {
  background-color: transparent;
}
.jMehc3-uOK5wWbF8x .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.jMehc3-uOK5wWbF8x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.jMehc3-uOK5wWbF8x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.jMehc3-uOK5wWbF8x .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .jMehc3-uOK5wWbF8x .menu_box .navbar.opened,
  .jMehc3-uOK5wWbF8x .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.jMehc3-uOK5wWbF8x .navbar-dropdown {
  position: relative !important;
}
.jMehc3-uOK5wWbF8x .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .application-section-btn-main {
    margin-top: 1rem;
  }
}
.jMehc3-uOK5wWbF8x .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.jMehc3-uOK5wWbF8x .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .jMehc3-uOK5wWbF8x .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-body .application-text,
  .jMehc3-uOK5wWbF8x .offcanvas-body .application-section-subtitle {
    margin-bottom: 32px;
  }
  .jMehc3-uOK5wWbF8x .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .jMehc3-uOK5wWbF8x ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .jMehc3-uOK5wWbF8x .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .jMehc3-uOK5wWbF8x .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .jMehc3-uOK5wWbF8x .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .jMehc3-uOK5wWbF8x li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .jMehc3-uOK5wWbF8x .lg_brand {
    margin: 0 1rem;
  }
  .jMehc3-uOK5wWbF8x .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.jMehc3-uOK5wWbF8x .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .jMehc3-uOK5wWbF8x .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .nav-item {
    margin: 0 !important;
  }
}
.jMehc3-uOK5wWbF8x .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.jMehc3-uOK5wWbF8x .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.jMehc3-uOK5wWbF8x .nav-item .nav-link:hover,
.jMehc3-uOK5wWbF8x .nav-item .nav-link:focus {
  color: #30262b !important;
}
.jMehc3-uOK5wWbF8x .nav-item .nav-link:hover::before,
.jMehc3-uOK5wWbF8x .nav-item .nav-link:focus::before {
  width: 100%;
}
.jMehc3-uOK5wWbF8x .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .jMehc3-uOK5wWbF8x .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .jMehc3-uOK5wWbF8x .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .jMehc3-uOK5wWbF8x .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .jMehc3-uOK5wWbF8x .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .jMehc3-uOK5wWbF8x .offcanvas_box {
    display: none;
  }
}
.jMehc3-uOK5wWbF8x .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.jMehc3-uOK5wWbF8x .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.jMehc3-uOK5wWbF8x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.jMehc3-uOK5wWbF8x .container {
  display: flex;
  margin: auto;
}
.jMehc3-uOK5wWbF8x .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.jMehc3-uOK5wWbF8x .iconfont-wrapper:last-child {
  margin-right: 0;
}
.jMehc3-uOK5wWbF8x .iconfont-wrapper:hover {
  opacity: .5;
}
.jMehc3-uOK5wWbF8x .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .jMehc3-uOK5wWbF8x .navbar-nav {
    margin: 0;
  }
}
.jMehc3-uOK5wWbF8x .dropdown-menu,
.jMehc3-uOK5wWbF8x .navbar.opened {
  background-color: false !important;
}
.jMehc3-uOK5wWbF8x .nav-item:focus,
.jMehc3-uOK5wWbF8x .nav-link:focus {
  outline: none;
}
.jMehc3-uOK5wWbF8x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.jMehc3-uOK5wWbF8x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.jMehc3-uOK5wWbF8x .dropdown .dropdown-menu .dropdown-item .application-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.jMehc3-uOK5wWbF8x .dropdown .dropdown-menu .dropdown-item .application-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.jMehc3-uOK5wWbF8x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.jMehc3-uOK5wWbF8x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.jMehc3-uOK5wWbF8x .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .jMehc3-uOK5wWbF8x .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.jMehc3-uOK5wWbF8x .navbar.opened {
  transition: all 0.3s;
}
.jMehc3-uOK5wWbF8x .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.jMehc3-uOK5wWbF8x .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.jMehc3-uOK5wWbF8x .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed {
  justify-content: center;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.jMehc3-uOK5wWbF8x .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .jMehc3-uOK5wWbF8x .navbar .nav-item {
    padding: .5rem 0;
  }
  .jMehc3-uOK5wWbF8x .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .jMehc3-uOK5wWbF8x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .jMehc3-uOK5wWbF8x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .jMehc3-uOK5wWbF8x .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .jMehc3-uOK5wWbF8x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .jMehc3-uOK5wWbF8x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .jMehc3-uOK5wWbF8x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .jMehc3-uOK5wWbF8x .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .jMehc3-uOK5wWbF8x .navbar ul.navbar-nav li {
    margin: 0;
  }
  .jMehc3-uOK5wWbF8x .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .jMehc3-uOK5wWbF8x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .jMehc3-uOK5wWbF8x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .jMehc3-uOK5wWbF8x .navbar .icons-menu {
    padding: 0;
  }
}
.jMehc3-uOK5wWbF8x .navbar.navbar-short {
  min-height: 60px;
}
.jMehc3-uOK5wWbF8x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.jMehc3-uOK5wWbF8x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.jMehc3-uOK5wWbF8x .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;
}
.jMehc3-uOK5wWbF8x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.jMehc3-uOK5wWbF8x .navbar-brand .navbar-logo a {
  outline: none;
}
.jMehc3-uOK5wWbF8x .dropdown-item.active,
.jMehc3-uOK5wWbF8x .dropdown-item:active {
  background-color: transparent;
}
.jMehc3-uOK5wWbF8x .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.jMehc3-uOK5wWbF8x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.jMehc3-uOK5wWbF8x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.jMehc3-uOK5wWbF8x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.jMehc3-uOK5wWbF8x ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.jMehc3-uOK5wWbF8x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #bed3f9;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.jMehc3-uOK5wWbF8x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.jMehc3-uOK5wWbF8x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.jMehc3-uOK5wWbF8x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.jMehc3-uOK5wWbF8x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.jMehc3-uOK5wWbF8x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.jMehc3-uOK5wWbF8x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.jMehc3-uOK5wWbF8x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .jMehc3-uOK5wWbF8x .navbar {
    height: 70px;
  }
  .jMehc3-uOK5wWbF8x .navbar.opened {
    height: auto;
  }
  .jMehc3-uOK5wWbF8x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.jMehc3-uOK5wWbF8x .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .jMehc3-uOK5wWbF8x .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.jMehc3-uOK5wWbF8x .application-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .jMehc3-uOK5wWbF8x .application-section-btn-main {
    display: block;
    padding: 0;
  }
}
.jMehc3-uOK5wWbF8x .application-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.jMehc3-uOK5wWbF8x .navbar-caption:hover {
  color: #af9fff;
}
@media (min-width: 992px) {
  .jMehc3-uOK5wWbF8x .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.jMehc3-uOK5wWbF8x .text_widget {
  margin-bottom: 32px;
}
.jMehc3-uOK5wWbF8x .text_widget a {
  transition: all 0.3s ease-out;
}
.jMehc3-uOK5wWbF8x .text_widget a:hover,
.jMehc3-uOK5wWbF8x .text_widget a:focus {
  opacity: .8;
}
.jMehc3-uOK5wWbF8x .application-section-subtitle {
  color: #30262b;
  text-align: center;
}
.jMehc3-uOK5wWbF8x .navbar-caption {
  color: #30262b;
}
.jMehc3-uOK5wWbF8x .application-text {
  color: #30262b;
  text-align: center;
}
.jMehc3-uOK5wWbF8x .application-section-subtitle,
.jMehc3-uOK5wWbF8x .text_widget,
.jMehc3-uOK5wWbF8x .application-section-btn {
  text-align: center;
}
.jMehc3-uOK5wWbF8x a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.jMehc3-uOK88MXV4x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f1f3;
  background: linear-gradient(90deg, #3a62ad, #ffffff);
}
@media (max-width: 1000px) {
  .jMehc3-uOK88MXV4x {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .jMehc3-uOK88MXV4x {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.jMehc3-uOK88MXV4x .title {
  padding: 2rem 4rem;
  background-color: #3a62ad;
}
.jMehc3-uOK88MXV4x .application-section-title {
  color: #ffffff;
}
.jMehc3-uOK8dSK1b8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.jMehc3-uOK8dSK1b8 .application-section-subtitle {
  color: #14191e;
}
.jMehc3-uOK8dSK1b8 .application-text {
  color: #000000;
}
.jMehc3-uOKpVQHqnu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4a76c9;
}
.jMehc3-uOKpVQHqnu .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOKpVQHqnu .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper {
    padding: 30px;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #4a76c9;
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #4a76c9;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #4a76c9;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-title {
  margin-bottom: 20px;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-text {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-btn {
  margin-top: 15px;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-btn .btn {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #4a76c9;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .application-copy {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .application-section-title {
  color: #000000;
}
.jMehc3-uOKpVQHqnu .application-text {
  color: #8a8a8a;
}
.jMehc3-uOKpVQHqnu .list {
  color: #000000;
}
.jMehc3-uOKpVQHqnu .application-copy {
  color: #000000;
  text-align: center;
}
.jMehc3-uOKpVQHqnu .application-text,
.jMehc3-uOKpVQHqnu .application-section-btn {
  color: #000000;
}
.jMehc3-uOK8iMdL9J {
  background-color: transparent;
}
.jMehc3-uOK8iMdL9J .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.jMehc3-uOK8iMdL9J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.jMehc3-uOK8iMdL9J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.jMehc3-uOK8iMdL9J .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .jMehc3-uOK8iMdL9J .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .jMehc3-uOK8iMdL9J .menu_box .navbar.opened,
  .jMehc3-uOK8iMdL9J .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.jMehc3-uOK8iMdL9J .navbar-dropdown {
  position: relative !important;
}
.jMehc3-uOK8iMdL9J .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .jMehc3-uOK8iMdL9J .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK8iMdL9J .application-section-btn-main {
    margin-top: 1rem;
  }
}
.jMehc3-uOK8iMdL9J .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.jMehc3-uOK8iMdL9J .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .jMehc3-uOK8iMdL9J .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .jMehc3-uOK8iMdL9J .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .jMehc3-uOK8iMdL9J .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .jMehc3-uOK8iMdL9J .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .jMehc3-uOK8iMdL9J .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .jMehc3-uOK8iMdL9J .offcanvas-body .application-text,
  .jMehc3-uOK8iMdL9J .offcanvas-body .application-section-subtitle {
    margin-bottom: 32px;
  }
  .jMehc3-uOK8iMdL9J .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .jMehc3-uOK8iMdL9J .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .jMehc3-uOK8iMdL9J .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .jMehc3-uOK8iMdL9J .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .jMehc3-uOK8iMdL9J .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .jMehc3-uOK8iMdL9J .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .jMehc3-uOK8iMdL9J .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .jMehc3-uOK8iMdL9J ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .jMehc3-uOK8iMdL9J .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .jMehc3-uOK8iMdL9J .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .jMehc3-uOK8iMdL9J .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .jMehc3-uOK8iMdL9J li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .jMehc3-uOK8iMdL9J .lg_brand {
    margin: 0 1rem;
  }
  .jMehc3-uOK8iMdL9J .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.jMehc3-uOK8iMdL9J .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .jMehc3-uOK8iMdL9J .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK8iMdL9J .nav-item {
    margin: 0 !important;
  }
}
.jMehc3-uOK8iMdL9J .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.jMehc3-uOK8iMdL9J .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.jMehc3-uOK8iMdL9J .nav-item .nav-link:hover,
.jMehc3-uOK8iMdL9J .nav-item .nav-link:focus {
  color: #30262b !important;
}
.jMehc3-uOK8iMdL9J .nav-item .nav-link:hover::before,
.jMehc3-uOK8iMdL9J .nav-item .nav-link:focus::before {
  width: 100%;
}
.jMehc3-uOK8iMdL9J .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .jMehc3-uOK8iMdL9J .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .jMehc3-uOK8iMdL9J .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK8iMdL9J .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .jMehc3-uOK8iMdL9J .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .jMehc3-uOK8iMdL9J .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .jMehc3-uOK8iMdL9J .offcanvas_box {
    display: none;
  }
}
.jMehc3-uOK8iMdL9J .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.jMehc3-uOK8iMdL9J .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.jMehc3-uOK8iMdL9J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.jMehc3-uOK8iMdL9J .container {
  display: flex;
  margin: auto;
}
.jMehc3-uOK8iMdL9J .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.jMehc3-uOK8iMdL9J .iconfont-wrapper:last-child {
  margin-right: 0;
}
.jMehc3-uOK8iMdL9J .iconfont-wrapper:hover {
  opacity: .5;
}
.jMehc3-uOK8iMdL9J .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .jMehc3-uOK8iMdL9J .navbar-nav {
    margin: 0;
  }
}
.jMehc3-uOK8iMdL9J .dropdown-menu,
.jMehc3-uOK8iMdL9J .navbar.opened {
  background-color: false !important;
}
.jMehc3-uOK8iMdL9J .nav-item:focus,
.jMehc3-uOK8iMdL9J .nav-link:focus {
  outline: none;
}
.jMehc3-uOK8iMdL9J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.jMehc3-uOK8iMdL9J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.jMehc3-uOK8iMdL9J .dropdown .dropdown-menu .dropdown-item .application-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.jMehc3-uOK8iMdL9J .dropdown .dropdown-menu .dropdown-item .application-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.jMehc3-uOK8iMdL9J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.jMehc3-uOK8iMdL9J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.jMehc3-uOK8iMdL9J .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .jMehc3-uOK8iMdL9J .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.jMehc3-uOK8iMdL9J .navbar.opened {
  transition: all 0.3s;
}
.jMehc3-uOK8iMdL9J .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.jMehc3-uOK8iMdL9J .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.jMehc3-uOK8iMdL9J .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.jMehc3-uOK8iMdL9J .navbar.collapsed {
  justify-content: center;
}
.jMehc3-uOK8iMdL9J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.jMehc3-uOK8iMdL9J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.jMehc3-uOK8iMdL9J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.jMehc3-uOK8iMdL9J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.jMehc3-uOK8iMdL9J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.jMehc3-uOK8iMdL9J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.jMehc3-uOK8iMdL9J .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .jMehc3-uOK8iMdL9J .navbar .nav-item {
    padding: .5rem 0;
  }
  .jMehc3-uOK8iMdL9J .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .jMehc3-uOK8iMdL9J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .jMehc3-uOK8iMdL9J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .jMehc3-uOK8iMdL9J .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .jMehc3-uOK8iMdL9J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .jMehc3-uOK8iMdL9J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .jMehc3-uOK8iMdL9J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .jMehc3-uOK8iMdL9J .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .jMehc3-uOK8iMdL9J .navbar ul.navbar-nav li {
    margin: 0;
  }
  .jMehc3-uOK8iMdL9J .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .jMehc3-uOK8iMdL9J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .jMehc3-uOK8iMdL9J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .jMehc3-uOK8iMdL9J .navbar .icons-menu {
    padding: 0;
  }
}
.jMehc3-uOK8iMdL9J .navbar.navbar-short {
  min-height: 60px;
}
.jMehc3-uOK8iMdL9J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.jMehc3-uOK8iMdL9J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.jMehc3-uOK8iMdL9J .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;
}
.jMehc3-uOK8iMdL9J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.jMehc3-uOK8iMdL9J .navbar-brand .navbar-logo a {
  outline: none;
}
.jMehc3-uOK8iMdL9J .dropdown-item.active,
.jMehc3-uOK8iMdL9J .dropdown-item:active {
  background-color: transparent;
}
.jMehc3-uOK8iMdL9J .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.jMehc3-uOK8iMdL9J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.jMehc3-uOK8iMdL9J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.jMehc3-uOK8iMdL9J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.jMehc3-uOK8iMdL9J ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.jMehc3-uOK8iMdL9J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.jMehc3-uOK8iMdL9J button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #bed3f9;
}
.jMehc3-uOK8iMdL9J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.jMehc3-uOK8iMdL9J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.jMehc3-uOK8iMdL9J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.jMehc3-uOK8iMdL9J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.jMehc3-uOK8iMdL9J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.jMehc3-uOK8iMdL9J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.jMehc3-uOK8iMdL9J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.jMehc3-uOK8iMdL9J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.jMehc3-uOK8iMdL9J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.jMehc3-uOK8iMdL9J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.jMehc3-uOK8iMdL9J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .jMehc3-uOK8iMdL9J .navbar {
    height: 70px;
  }
  .jMehc3-uOK8iMdL9J .navbar.opened {
    height: auto;
  }
  .jMehc3-uOK8iMdL9J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.jMehc3-uOK8iMdL9J .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .jMehc3-uOK8iMdL9J .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.jMehc3-uOK8iMdL9J .application-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .jMehc3-uOK8iMdL9J .application-section-btn-main {
    display: block;
    padding: 0;
  }
}
.jMehc3-uOK8iMdL9J .application-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.jMehc3-uOK8iMdL9J .navbar-caption:hover {
  color: #af9fff;
}
@media (min-width: 992px) {
  .jMehc3-uOK8iMdL9J .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.jMehc3-uOK8iMdL9J .text_widget {
  margin-bottom: 32px;
}
.jMehc3-uOK8iMdL9J .text_widget a {
  transition: all 0.3s ease-out;
}
.jMehc3-uOK8iMdL9J .text_widget a:hover,
.jMehc3-uOK8iMdL9J .text_widget a:focus {
  opacity: .8;
}
.jMehc3-uOK8iMdL9J .application-section-subtitle {
  color: #30262b;
  text-align: center;
}
.jMehc3-uOK8iMdL9J .navbar-caption {
  color: #30262b;
}
.jMehc3-uOK8iMdL9J .application-text {
  color: #30262b;
  text-align: center;
}
.jMehc3-uOK8iMdL9J .application-section-subtitle,
.jMehc3-uOK8iMdL9J .text_widget,
.jMehc3-uOK8iMdL9J .application-section-btn {
  text-align: center;
}
.jMehc3-uOK8iMdL9J a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.jMehc3-uOK8iNeEok {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background: linear-gradient(90deg, #3a62ad, #ffffff);
}
@media (max-width: 1000px) {
  .jMehc3-uOK8iNeEok {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .jMehc3-uOK8iNeEok {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.jMehc3-uOK8iNeEok .title {
  padding: 2rem 4rem;
  background-color: #3a62ad;
}
.jMehc3-uOK8iNeEok .application-section-title {
  color: #ffffff;
}
.jMehc3-uOK8iO1zBs {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.jMehc3-uOK8iO1zBs .application-section-subtitle {
  color: #14191e;
}
.jMehc3-uOK8iO1zBs .application-text {
  color: #000000;
}
.jMehc3-uOKpVQHqnu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4a76c9;
}
.jMehc3-uOKpVQHqnu .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOKpVQHqnu .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper {
    padding: 30px;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #4a76c9;
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #4a76c9;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #4a76c9;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-title {
  margin-bottom: 20px;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-text {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-btn {
  margin-top: 15px;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-btn .btn {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #4a76c9;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .application-copy {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .application-section-title {
  color: #000000;
}
.jMehc3-uOKpVQHqnu .application-text {
  color: #8a8a8a;
}
.jMehc3-uOKpVQHqnu .list {
  color: #000000;
}
.jMehc3-uOKpVQHqnu .application-copy {
  color: #000000;
  text-align: center;
}
.jMehc3-uOKpVQHqnu .application-text,
.jMehc3-uOKpVQHqnu .application-section-btn {
  color: #000000;
}
.jMehc3-uOK8kBDJVa {
  background-color: transparent;
}
.jMehc3-uOK8kBDJVa .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.jMehc3-uOK8kBDJVa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.jMehc3-uOK8kBDJVa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.jMehc3-uOK8kBDJVa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .jMehc3-uOK8kBDJVa .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .jMehc3-uOK8kBDJVa .menu_box .navbar.opened,
  .jMehc3-uOK8kBDJVa .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.jMehc3-uOK8kBDJVa .navbar-dropdown {
  position: relative !important;
}
.jMehc3-uOK8kBDJVa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .jMehc3-uOK8kBDJVa .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK8kBDJVa .application-section-btn-main {
    margin-top: 1rem;
  }
}
.jMehc3-uOK8kBDJVa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.jMehc3-uOK8kBDJVa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .jMehc3-uOK8kBDJVa .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .jMehc3-uOK8kBDJVa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .jMehc3-uOK8kBDJVa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .jMehc3-uOK8kBDJVa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .jMehc3-uOK8kBDJVa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .jMehc3-uOK8kBDJVa .offcanvas-body .application-text,
  .jMehc3-uOK8kBDJVa .offcanvas-body .application-section-subtitle {
    margin-bottom: 32px;
  }
  .jMehc3-uOK8kBDJVa .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .jMehc3-uOK8kBDJVa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .jMehc3-uOK8kBDJVa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .jMehc3-uOK8kBDJVa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .jMehc3-uOK8kBDJVa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .jMehc3-uOK8kBDJVa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .jMehc3-uOK8kBDJVa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .jMehc3-uOK8kBDJVa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .jMehc3-uOK8kBDJVa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .jMehc3-uOK8kBDJVa .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .jMehc3-uOK8kBDJVa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .jMehc3-uOK8kBDJVa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .jMehc3-uOK8kBDJVa .lg_brand {
    margin: 0 1rem;
  }
  .jMehc3-uOK8kBDJVa .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.jMehc3-uOK8kBDJVa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .jMehc3-uOK8kBDJVa .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK8kBDJVa .nav-item {
    margin: 0 !important;
  }
}
.jMehc3-uOK8kBDJVa .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.jMehc3-uOK8kBDJVa .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.jMehc3-uOK8kBDJVa .nav-item .nav-link:hover,
.jMehc3-uOK8kBDJVa .nav-item .nav-link:focus {
  color: #30262b !important;
}
.jMehc3-uOK8kBDJVa .nav-item .nav-link:hover::before,
.jMehc3-uOK8kBDJVa .nav-item .nav-link:focus::before {
  width: 100%;
}
.jMehc3-uOK8kBDJVa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .jMehc3-uOK8kBDJVa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .jMehc3-uOK8kBDJVa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK8kBDJVa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .jMehc3-uOK8kBDJVa .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .jMehc3-uOK8kBDJVa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .jMehc3-uOK8kBDJVa .offcanvas_box {
    display: none;
  }
}
.jMehc3-uOK8kBDJVa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.jMehc3-uOK8kBDJVa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.jMehc3-uOK8kBDJVa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.jMehc3-uOK8kBDJVa .container {
  display: flex;
  margin: auto;
}
.jMehc3-uOK8kBDJVa .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.jMehc3-uOK8kBDJVa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.jMehc3-uOK8kBDJVa .iconfont-wrapper:hover {
  opacity: .5;
}
.jMehc3-uOK8kBDJVa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .jMehc3-uOK8kBDJVa .navbar-nav {
    margin: 0;
  }
}
.jMehc3-uOK8kBDJVa .dropdown-menu,
.jMehc3-uOK8kBDJVa .navbar.opened {
  background-color: false !important;
}
.jMehc3-uOK8kBDJVa .nav-item:focus,
.jMehc3-uOK8kBDJVa .nav-link:focus {
  outline: none;
}
.jMehc3-uOK8kBDJVa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.jMehc3-uOK8kBDJVa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.jMehc3-uOK8kBDJVa .dropdown .dropdown-menu .dropdown-item .application-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.jMehc3-uOK8kBDJVa .dropdown .dropdown-menu .dropdown-item .application-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.jMehc3-uOK8kBDJVa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.jMehc3-uOK8kBDJVa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.jMehc3-uOK8kBDJVa .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .jMehc3-uOK8kBDJVa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.jMehc3-uOK8kBDJVa .navbar.opened {
  transition: all 0.3s;
}
.jMehc3-uOK8kBDJVa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.jMehc3-uOK8kBDJVa .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.jMehc3-uOK8kBDJVa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.jMehc3-uOK8kBDJVa .navbar.collapsed {
  justify-content: center;
}
.jMehc3-uOK8kBDJVa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.jMehc3-uOK8kBDJVa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.jMehc3-uOK8kBDJVa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.jMehc3-uOK8kBDJVa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.jMehc3-uOK8kBDJVa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.jMehc3-uOK8kBDJVa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.jMehc3-uOK8kBDJVa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .jMehc3-uOK8kBDJVa .navbar .nav-item {
    padding: .5rem 0;
  }
  .jMehc3-uOK8kBDJVa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .jMehc3-uOK8kBDJVa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .jMehc3-uOK8kBDJVa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .jMehc3-uOK8kBDJVa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .jMehc3-uOK8kBDJVa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .jMehc3-uOK8kBDJVa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .jMehc3-uOK8kBDJVa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .jMehc3-uOK8kBDJVa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .jMehc3-uOK8kBDJVa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .jMehc3-uOK8kBDJVa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .jMehc3-uOK8kBDJVa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .jMehc3-uOK8kBDJVa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .jMehc3-uOK8kBDJVa .navbar .icons-menu {
    padding: 0;
  }
}
.jMehc3-uOK8kBDJVa .navbar.navbar-short {
  min-height: 60px;
}
.jMehc3-uOK8kBDJVa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.jMehc3-uOK8kBDJVa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.jMehc3-uOK8kBDJVa .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;
}
.jMehc3-uOK8kBDJVa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.jMehc3-uOK8kBDJVa .navbar-brand .navbar-logo a {
  outline: none;
}
.jMehc3-uOK8kBDJVa .dropdown-item.active,
.jMehc3-uOK8kBDJVa .dropdown-item:active {
  background-color: transparent;
}
.jMehc3-uOK8kBDJVa .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.jMehc3-uOK8kBDJVa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.jMehc3-uOK8kBDJVa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.jMehc3-uOK8kBDJVa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.jMehc3-uOK8kBDJVa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.jMehc3-uOK8kBDJVa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.jMehc3-uOK8kBDJVa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #bed3f9;
}
.jMehc3-uOK8kBDJVa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.jMehc3-uOK8kBDJVa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.jMehc3-uOK8kBDJVa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.jMehc3-uOK8kBDJVa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.jMehc3-uOK8kBDJVa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.jMehc3-uOK8kBDJVa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.jMehc3-uOK8kBDJVa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.jMehc3-uOK8kBDJVa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.jMehc3-uOK8kBDJVa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.jMehc3-uOK8kBDJVa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.jMehc3-uOK8kBDJVa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .jMehc3-uOK8kBDJVa .navbar {
    height: 70px;
  }
  .jMehc3-uOK8kBDJVa .navbar.opened {
    height: auto;
  }
  .jMehc3-uOK8kBDJVa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.jMehc3-uOK8kBDJVa .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .jMehc3-uOK8kBDJVa .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.jMehc3-uOK8kBDJVa .application-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .jMehc3-uOK8kBDJVa .application-section-btn-main {
    display: block;
    padding: 0;
  }
}
.jMehc3-uOK8kBDJVa .application-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.jMehc3-uOK8kBDJVa .navbar-caption:hover {
  color: #af9fff;
}
@media (min-width: 992px) {
  .jMehc3-uOK8kBDJVa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.jMehc3-uOK8kBDJVa .text_widget {
  margin-bottom: 32px;
}
.jMehc3-uOK8kBDJVa .text_widget a {
  transition: all 0.3s ease-out;
}
.jMehc3-uOK8kBDJVa .text_widget a:hover,
.jMehc3-uOK8kBDJVa .text_widget a:focus {
  opacity: .8;
}
.jMehc3-uOK8kBDJVa .application-section-subtitle {
  color: #30262b;
  text-align: center;
}
.jMehc3-uOK8kBDJVa .navbar-caption {
  color: #30262b;
}
.jMehc3-uOK8kBDJVa .application-text {
  color: #30262b;
  text-align: center;
}
.jMehc3-uOK8kBDJVa .application-section-subtitle,
.jMehc3-uOK8kBDJVa .text_widget,
.jMehc3-uOK8kBDJVa .application-section-btn {
  text-align: center;
}
.jMehc3-uOK8kBDJVa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.jMehc3-uOK8kCCsiW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background: linear-gradient(90deg, #3a62ad, #ffffff);
}
@media (max-width: 1000px) {
  .jMehc3-uOK8kCCsiW {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .jMehc3-uOK8kCCsiW {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.jMehc3-uOK8kCCsiW .title {
  padding: 2rem 4rem;
  background-color: #3a62ad;
}
.jMehc3-uOK8kCCsiW .application-section-title {
  color: #ffffff;
}
.jMehc3-uOK8kDmmQ1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.jMehc3-uOK8kDmmQ1 .application-section-subtitle {
  color: #14191e;
}
.jMehc3-uOK8kDmmQ1 .application-text {
  color: #000000;
}
.jMehc3-uOKpVQHqnu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4a76c9;
}
.jMehc3-uOKpVQHqnu .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOKpVQHqnu .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper {
    padding: 30px;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #4a76c9;
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #4a76c9;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #4a76c9;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-title {
  margin-bottom: 20px;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-text {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-btn {
  margin-top: 15px;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-btn .btn {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #4a76c9;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .application-copy {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .application-section-title {
  color: #000000;
}
.jMehc3-uOKpVQHqnu .application-text {
  color: #8a8a8a;
}
.jMehc3-uOKpVQHqnu .list {
  color: #000000;
}
.jMehc3-uOKpVQHqnu .application-copy {
  color: #000000;
  text-align: center;
}
.jMehc3-uOKpVQHqnu .application-text,
.jMehc3-uOKpVQHqnu .application-section-btn {
  color: #000000;
}
.jMehc3-uOK8m43mCk {
  background-color: transparent;
}
.jMehc3-uOK8m43mCk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.jMehc3-uOK8m43mCk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.jMehc3-uOK8m43mCk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.jMehc3-uOK8m43mCk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .jMehc3-uOK8m43mCk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .jMehc3-uOK8m43mCk .menu_box .navbar.opened,
  .jMehc3-uOK8m43mCk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.jMehc3-uOK8m43mCk .navbar-dropdown {
  position: relative !important;
}
.jMehc3-uOK8m43mCk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .jMehc3-uOK8m43mCk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK8m43mCk .application-section-btn-main {
    margin-top: 1rem;
  }
}
.jMehc3-uOK8m43mCk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.jMehc3-uOK8m43mCk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .jMehc3-uOK8m43mCk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .jMehc3-uOK8m43mCk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .jMehc3-uOK8m43mCk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .jMehc3-uOK8m43mCk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .jMehc3-uOK8m43mCk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .jMehc3-uOK8m43mCk .offcanvas-body .application-text,
  .jMehc3-uOK8m43mCk .offcanvas-body .application-section-subtitle {
    margin-bottom: 32px;
  }
  .jMehc3-uOK8m43mCk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .jMehc3-uOK8m43mCk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .jMehc3-uOK8m43mCk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .jMehc3-uOK8m43mCk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .jMehc3-uOK8m43mCk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .jMehc3-uOK8m43mCk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .jMehc3-uOK8m43mCk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .jMehc3-uOK8m43mCk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .jMehc3-uOK8m43mCk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .jMehc3-uOK8m43mCk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .jMehc3-uOK8m43mCk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .jMehc3-uOK8m43mCk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .jMehc3-uOK8m43mCk .lg_brand {
    margin: 0 1rem;
  }
  .jMehc3-uOK8m43mCk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.jMehc3-uOK8m43mCk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .jMehc3-uOK8m43mCk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK8m43mCk .nav-item {
    margin: 0 !important;
  }
}
.jMehc3-uOK8m43mCk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.jMehc3-uOK8m43mCk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.jMehc3-uOK8m43mCk .nav-item .nav-link:hover,
.jMehc3-uOK8m43mCk .nav-item .nav-link:focus {
  color: #30262b !important;
}
.jMehc3-uOK8m43mCk .nav-item .nav-link:hover::before,
.jMehc3-uOK8m43mCk .nav-item .nav-link:focus::before {
  width: 100%;
}
.jMehc3-uOK8m43mCk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .jMehc3-uOK8m43mCk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .jMehc3-uOK8m43mCk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .jMehc3-uOK8m43mCk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .jMehc3-uOK8m43mCk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .jMehc3-uOK8m43mCk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .jMehc3-uOK8m43mCk .offcanvas_box {
    display: none;
  }
}
.jMehc3-uOK8m43mCk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.jMehc3-uOK8m43mCk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.jMehc3-uOK8m43mCk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.jMehc3-uOK8m43mCk .container {
  display: flex;
  margin: auto;
}
.jMehc3-uOK8m43mCk .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.jMehc3-uOK8m43mCk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.jMehc3-uOK8m43mCk .iconfont-wrapper:hover {
  opacity: .5;
}
.jMehc3-uOK8m43mCk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .jMehc3-uOK8m43mCk .navbar-nav {
    margin: 0;
  }
}
.jMehc3-uOK8m43mCk .dropdown-menu,
.jMehc3-uOK8m43mCk .navbar.opened {
  background-color: false !important;
}
.jMehc3-uOK8m43mCk .nav-item:focus,
.jMehc3-uOK8m43mCk .nav-link:focus {
  outline: none;
}
.jMehc3-uOK8m43mCk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.jMehc3-uOK8m43mCk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.jMehc3-uOK8m43mCk .dropdown .dropdown-menu .dropdown-item .application-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.jMehc3-uOK8m43mCk .dropdown .dropdown-menu .dropdown-item .application-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.jMehc3-uOK8m43mCk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.jMehc3-uOK8m43mCk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.jMehc3-uOK8m43mCk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .jMehc3-uOK8m43mCk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.jMehc3-uOK8m43mCk .navbar.opened {
  transition: all 0.3s;
}
.jMehc3-uOK8m43mCk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.jMehc3-uOK8m43mCk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.jMehc3-uOK8m43mCk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.jMehc3-uOK8m43mCk .navbar.collapsed {
  justify-content: center;
}
.jMehc3-uOK8m43mCk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.jMehc3-uOK8m43mCk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.jMehc3-uOK8m43mCk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.jMehc3-uOK8m43mCk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.jMehc3-uOK8m43mCk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.jMehc3-uOK8m43mCk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.jMehc3-uOK8m43mCk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .jMehc3-uOK8m43mCk .navbar .nav-item {
    padding: .5rem 0;
  }
  .jMehc3-uOK8m43mCk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .jMehc3-uOK8m43mCk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .jMehc3-uOK8m43mCk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .jMehc3-uOK8m43mCk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .jMehc3-uOK8m43mCk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .jMehc3-uOK8m43mCk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .jMehc3-uOK8m43mCk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .jMehc3-uOK8m43mCk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .jMehc3-uOK8m43mCk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .jMehc3-uOK8m43mCk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .jMehc3-uOK8m43mCk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .jMehc3-uOK8m43mCk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .jMehc3-uOK8m43mCk .navbar .icons-menu {
    padding: 0;
  }
}
.jMehc3-uOK8m43mCk .navbar.navbar-short {
  min-height: 60px;
}
.jMehc3-uOK8m43mCk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.jMehc3-uOK8m43mCk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.jMehc3-uOK8m43mCk .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;
}
.jMehc3-uOK8m43mCk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.jMehc3-uOK8m43mCk .navbar-brand .navbar-logo a {
  outline: none;
}
.jMehc3-uOK8m43mCk .dropdown-item.active,
.jMehc3-uOK8m43mCk .dropdown-item:active {
  background-color: transparent;
}
.jMehc3-uOK8m43mCk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.jMehc3-uOK8m43mCk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.jMehc3-uOK8m43mCk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.jMehc3-uOK8m43mCk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.jMehc3-uOK8m43mCk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.jMehc3-uOK8m43mCk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.jMehc3-uOK8m43mCk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #bed3f9;
}
.jMehc3-uOK8m43mCk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.jMehc3-uOK8m43mCk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.jMehc3-uOK8m43mCk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.jMehc3-uOK8m43mCk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.jMehc3-uOK8m43mCk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.jMehc3-uOK8m43mCk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.jMehc3-uOK8m43mCk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.jMehc3-uOK8m43mCk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.jMehc3-uOK8m43mCk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.jMehc3-uOK8m43mCk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.jMehc3-uOK8m43mCk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .jMehc3-uOK8m43mCk .navbar {
    height: 70px;
  }
  .jMehc3-uOK8m43mCk .navbar.opened {
    height: auto;
  }
  .jMehc3-uOK8m43mCk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.jMehc3-uOK8m43mCk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .jMehc3-uOK8m43mCk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.jMehc3-uOK8m43mCk .application-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .jMehc3-uOK8m43mCk .application-section-btn-main {
    display: block;
    padding: 0;
  }
}
.jMehc3-uOK8m43mCk .application-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.jMehc3-uOK8m43mCk .navbar-caption:hover {
  color: #af9fff;
}
@media (min-width: 992px) {
  .jMehc3-uOK8m43mCk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.jMehc3-uOK8m43mCk .text_widget {
  margin-bottom: 32px;
}
.jMehc3-uOK8m43mCk .text_widget a {
  transition: all 0.3s ease-out;
}
.jMehc3-uOK8m43mCk .text_widget a:hover,
.jMehc3-uOK8m43mCk .text_widget a:focus {
  opacity: .8;
}
.jMehc3-uOK8m43mCk .application-section-subtitle {
  color: #30262b;
  text-align: center;
}
.jMehc3-uOK8m43mCk .navbar-caption {
  color: #30262b;
}
.jMehc3-uOK8m43mCk .application-text {
  color: #30262b;
  text-align: center;
}
.jMehc3-uOK8m43mCk .application-section-subtitle,
.jMehc3-uOK8m43mCk .text_widget,
.jMehc3-uOK8m43mCk .application-section-btn {
  text-align: center;
}
.jMehc3-uOK8m43mCk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.jMehc3-uOK8m56Q3I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background: linear-gradient(90deg, #3a62ad, #ffffff);
}
@media (max-width: 1000px) {
  .jMehc3-uOK8m56Q3I {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .jMehc3-uOK8m56Q3I {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.jMehc3-uOK8m56Q3I .title {
  padding: 2rem 4rem;
  background-color: #3a62ad;
}
.jMehc3-uOK8m56Q3I .application-section-title {
  color: #ffffff;
}
.jMehc3-uOK8m5VGUV {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.jMehc3-uOK8m5VGUV .application-section-subtitle {
  color: #14191e;
}
.jMehc3-uOK8m5VGUV .application-text {
  color: #000000;
}
.jMehc3-uOKpVQHqnu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4a76c9;
}
.jMehc3-uOKpVQHqnu .application-fallback-image.disabled {
  display: none;
}
.jMehc3-uOKpVQHqnu .application-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper {
    padding: 30px;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #4a76c9;
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #4a76c9;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #4a76c9;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-title {
  margin-bottom: 20px;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-text {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-btn {
  margin-top: 15px;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .content-wrap .application-section-btn .btn {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #4a76c9;
}
@media (max-width: 1440px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.jMehc3-uOKpVQHqnu .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .card-wrapper .application-copy {
  margin-bottom: 0;
}
.jMehc3-uOKpVQHqnu .application-section-title {
  color: #000000;
}
.jMehc3-uOKpVQHqnu .application-text {
  color: #8a8a8a;
}
.jMehc3-uOKpVQHqnu .list {
  color: #000000;
}
.jMehc3-uOKpVQHqnu .application-copy {
  color: #000000;
  text-align: center;
}
.jMehc3-uOKpVQHqnu .application-text,
.jMehc3-uOKpVQHqnu .application-section-btn {
  color: #000000;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
/* */
#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3), -6px -6px 12px rgba(255, 255, 255, 0.9);
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.8);
}

/*768px*/
@media (max-width: 768px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/*480px*/
@media (max-width: 480px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/* logoanimations */
@keyframes stretchX {
    0%, 100% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(1.2);
    }
}

.navbar-brand {
    animation: stretchX 1.5s ease-in-out 1;
}
/* endlogoanimations */

/* mainanimations */
/* Style 8: skew slight */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: skewX(5deg);
}
/* endmainanimations */
