.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.curve-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-1 > .curve-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .curve-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .curve-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .curve-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .curve-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn-secondary {
  color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #45592e;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #dde7d2 !important;
  border-color: #dde7d2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #45592e !important;
  background-color: #dde7d2 !important;
  border-color: #dde7d2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffffff !important;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary div {
  overflow: hidden;
}
.btn-secondary span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffffff !important;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary div {
  overflow: hidden;
}
.btn-primary span {
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffffff !important;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info div {
  overflow: hidden;
}
.btn-info span {
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffffff !important;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success div {
  overflow: hidden;
}
.btn-success span {
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffffff !important;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning div {
  overflow: hidden;
}
.btn-warning span {
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffffff !important;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger div {
  overflow: hidden;
}
.btn-danger span {
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffffff !important;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white div {
  overflow: hidden;
}
.btn-white span {
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffffff !important;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black div {
  overflow: hidden;
}
.btn-black span {
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c4d6b0;
  color: #c4d6b0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #99b877 !important;
  background-color: transparent !important;
  border-color: #99b877 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #45592e !important;
  background-color: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #c4d6b0 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #92b36d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.curve-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.curve-gallery-filter li a {
  border-radius: 100px !important;
}
.curve-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.curve-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.curve-plan-header.bg-primary .curve-plan-subtitle,
.curve-plan-header.bg-primary .curve-plan-price-desc {
  color: #ffffff;
}
.curve-plan-header.bg-success .curve-plan-subtitle,
.curve-plan-header.bg-success .curve-plan-price-desc {
  color: #c0b27c;
}
.curve-plan-header.bg-info .curve-plan-subtitle,
.curve-plan-header.bg-info .curve-plan-price-desc {
  color: #f3abab;
}
.curve-plan-header.bg-warning .curve-plan-subtitle,
.curve-plan-header.bg-warning .curve-plan-price-desc {
  color: #ffffff;
}
.curve-plan-header.bg-danger .curve-plan-subtitle,
.curve-plan-header.bg-danger .curve-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .curve-iconfont {
  font-size: 1.75rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .curve-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.curve-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.curve-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.curve-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.curve-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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c4d6b0 !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='%23ffffff' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.eHdtNEm-uNrlTYcUbS {
  background-color: transparent;
}
.eHdtNEm-uNrlTYcUbS .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.eHdtNEm-uNrlTYcUbS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .eHdtNEm-uNrlTYcUbS .menu_box .navbar.opened,
  .eHdtNEm-uNrlTYcUbS .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar-dropdown {
  position: relative !important;
}
.eHdtNEm-uNrlTYcUbS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.eHdtNEm-uNrlTYcUbS .btn:hover {
  box-shadow: none;
}
.eHdtNEm-uNrlTYcUbS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .eHdtNEm-uNrlTYcUbS .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .nav-item {
    margin: 0 !important;
  }
}
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link:hover::before,
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link:focus::before {
  width: 100%;
}
.eHdtNEm-uNrlTYcUbS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .eHdtNEm-uNrlTYcUbS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eHdtNEm-uNrlTYcUbS .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;
  }
  .eHdtNEm-uNrlTYcUbS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .eHdtNEm-uNrlTYcUbS .offcanvas_box {
    display: none;
  }
}
.eHdtNEm-uNrlTYcUbS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.eHdtNEm-uNrlTYcUbS .container {
  display: flex;
  margin: auto;
}
.eHdtNEm-uNrlTYcUbS .iconfont-wrapper {
  color: #000000;
  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;
}
.eHdtNEm-uNrlTYcUbS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.eHdtNEm-uNrlTYcUbS .iconfont-wrapper:hover {
  opacity: .5;
}
.eHdtNEm-uNrlTYcUbS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .navbar-nav {
    margin: 0;
  }
}
.eHdtNEm-uNrlTYcUbS .dropdown-menu,
.eHdtNEm-uNrlTYcUbS .navbar.opened {
  background-color: false !important;
}
.eHdtNEm-uNrlTYcUbS .nav-item:focus,
.eHdtNEm-uNrlTYcUbS .nav-link:focus {
  outline: none;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item .curve-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item .curve-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eHdtNEm-uNrlTYcUbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eHdtNEm-uNrlTYcUbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eHdtNEm-uNrlTYcUbS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar.opened {
  transition: all 0.3s;
}
.eHdtNEm-uNrlTYcUbS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.eHdtNEm-uNrlTYcUbS .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.eHdtNEm-uNrlTYcUbS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed {
  justify-content: center;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .navbar .nav-item {
    padding: .5rem 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eHdtNEm-uNrlTYcUbS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .eHdtNEm-uNrlTYcUbS .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .icons-menu {
    padding: 0;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-short {
  min-height: 60px;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.eHdtNEm-uNrlTYcUbS .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;
}
.eHdtNEm-uNrlTYcUbS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.eHdtNEm-uNrlTYcUbS .navbar-brand .navbar-logo a {
  outline: none;
}
.eHdtNEm-uNrlTYcUbS .dropdown-item.active,
.eHdtNEm-uNrlTYcUbS .dropdown-item:active {
  background-color: transparent;
}
.eHdtNEm-uNrlTYcUbS .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eHdtNEm-uNrlTYcUbS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.eHdtNEm-uNrlTYcUbS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.eHdtNEm-uNrlTYcUbS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffeb69;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.eHdtNEm-uNrlTYcUbS .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) {
  .eHdtNEm-uNrlTYcUbS .navbar {
    height: 70px;
  }
  .eHdtNEm-uNrlTYcUbS .navbar.opened {
    height: auto;
  }
  .eHdtNEm-uNrlTYcUbS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .eHdtNEm-uNrlTYcUbS .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.eHdtNEm-uNrlTYcUbS .curve-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.eHdtNEm-uNrlTYcUbS .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.eHdtNEm-uNrlTYcUbS .text_widget {
  margin-bottom: 32px;
}
.eHdtNEm-uNrlTYcUbS .text_widget a {
  transition: all 0.3s ease-out;
}
.eHdtNEm-uNrlTYcUbS .text_widget a:hover,
.eHdtNEm-uNrlTYcUbS .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.eHdtNEm-uNrlTYcUbS .icons-menu-main {
  display: flex;
}
.eHdtNEm-uNrlTYcUbS .curve-section-subtitle {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS .navbar-caption {
  color: #000000;
}
.eHdtNEm-uNrlTYcUbS .curve-text {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS .curve-section-subtitle,
.eHdtNEm-uNrlTYcUbS .text_widget,
.eHdtNEm-uNrlTYcUbS .curve-section-btn {
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.eHdtNEm-uNrnDXEZlX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e5e3ff;
}
.eHdtNEm-uNrnDXEZlX .curve-fallback-image.disabled {
  display: none;
}
.eHdtNEm-uNrnDXEZlX .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eHdtNEm-uNrnDXEZlX .items-wrap {
  justify-content: space-between;
}
.eHdtNEm-uNrnDXEZlX .items-wrap .card {
  justify-content: center;
}
.eHdtNEm-uNrnDXEZlX .title-wrapper .curve-desc {
  margin-bottom: 32px;
}
.eHdtNEm-uNrnDXEZlX .title-wrapper .curve-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrnDXEZlX .title-wrapper .curve-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNrnDXEZlX .content-wrapper {
    margin-bottom: 32px;
  }
}
.eHdtNEm-uNrnDXEZlX .content-wrapper .curve-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrnDXEZlX .content-wrapper .curve-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNrnDXEZlX .image-wrapper {
    margin-bottom: 32px;
  }
}
.eHdtNEm-uNrnDXEZlX .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrnDXEZlX .image-wrapper img {
    height: 350px;
  }
}
.eHdtNEm-uNrnDXEZlX .curve-desc {
  color: #000000;
}
.eHdtNEm-uNrnDXEZlX .curve-section-title {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrnDXEZlX .curve-text {
  color: #000000;
}
.eHdtNEm-uNrnDXEZlX .curve-text,
.eHdtNEm-uNrnDXEZlX .curve-section-btn {
  text-align: center;
}
.eHdtNEm-uNroUdHhaY {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.eHdtNEm-uNroUdHhaY .curve-fallback-image.disabled {
  display: none;
}
.eHdtNEm-uNroUdHhaY .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eHdtNEm-uNroUdHhaY .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNroUdHhaY .container-fluid {
    padding: 0 20px;
  }
}
.eHdtNEm-uNroUdHhaY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .eHdtNEm-uNroUdHhaY .container {
    padding: 0 20px;
  }
  .eHdtNEm-uNroUdHhaY .container .row {
    padding: 0;
  }
}
.eHdtNEm-uNroUdHhaY .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .eHdtNEm-uNroUdHhaY .title-wrapper {
    margin-bottom: 40px;
  }
}
.eHdtNEm-uNroUdHhaY .title-wrapper .curve-section-title {
  margin-bottom: 20px;
}
.eHdtNEm-uNroUdHhaY .title-wrapper .curve-text {
  margin-bottom: 20px;
}
.eHdtNEm-uNroUdHhaY .title-wrapper .curve-section-btn .btn .curve-iconfont {
  color: #c6a38f;
}
.eHdtNEm-uNroUdHhaY .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .eHdtNEm-uNroUdHhaY .image-wrapper img {
    height: 300px;
  }
}
.eHdtNEm-uNroUdHhaY .curve-section-title {
  color: #222222;
}
.eHdtNEm-uNroUdHhaY .curve-text {
  color: #222222;
  text-align: center;
}
.eHdtNEm-uNroUdHhaY .curve-section-title,
.eHdtNEm-uNroUdHhaY .curve-section-btn {
  text-align: center;
}
.eHdtNEm-uNrnPePtSV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e5e3ff;
}
.eHdtNEm-uNrnPePtSV .curve-fallback-image.disabled {
  display: none;
}
.eHdtNEm-uNrnPePtSV .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eHdtNEm-uNrnPePtSV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .eHdtNEm-uNrnPePtSV .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNrnPePtSV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNrnPePtSV .container {
    padding: 0 16px;
  }
}
.eHdtNEm-uNrnPePtSV .title-wrapper .curve-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrnPePtSV .title-wrapper .curve-section-title {
    margin-bottom: 48px;
  }
}
.eHdtNEm-uNrnPePtSV .desc-wrapper {
  margin-bottom: 32px;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrnPePtSV .desc-wrapper {
    padding: 0;
  }
}
.eHdtNEm-uNrnPePtSV .desc-wrapper .curve-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.eHdtNEm-uNrnPePtSV .desc-wrapper .curve-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.eHdtNEm-uNrnPePtSV .image-wrapper {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrnPePtSV .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.eHdtNEm-uNrnPePtSV .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrnPePtSV .image-wrapper img {
    height: 350px;
  }
}
.eHdtNEm-uNrnPePtSV .text-wrapper .curve-text {
  margin-bottom: 0;
}
.eHdtNEm-uNrnPePtSV .curve-section-title {
  color: #1c1c1c;
  text-align: center;
}
.eHdtNEm-uNrnPePtSV .curve-desc {
  color: #1c1c1c;
}
.eHdtNEm-uNrnPePtSV .curve-text {
  color: #1c1c1c;
  text-align: center;
}
.eHdtNEm-uNrnStvgQG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.eHdtNEm-uNrnStvgQG .curve-fallback-image.disabled {
  display: none;
}
.eHdtNEm-uNrnStvgQG .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eHdtNEm-uNrnStvgQG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrnStvgQG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .eHdtNEm-uNrnStvgQG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNrnStvgQG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .eHdtNEm-uNrnStvgQG .container {
    padding: 0 16px;
  }
}
.eHdtNEm-uNrnStvgQG .row {
  padding: 60px 44px;
  background-color: #e5e3ff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .eHdtNEm-uNrnStvgQG .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNrnStvgQG .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNrnStvgQG .title-wrapper {
    margin-bottom: 16px;
  }
}
.eHdtNEm-uNrnStvgQG .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.eHdtNEm-uNrnStvgQG .title-wrapper .icon-wrapper .curve-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrnStvgQG .title-wrapper .icon-wrapper .curve-iconfont {
    font-size: 80px;
  }
}
.eHdtNEm-uNrnStvgQG .title-wrapper .curve-section-title {
  margin-bottom: 0;
}
.eHdtNEm-uNrnStvgQG .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.eHdtNEm-uNrnStvgQG .content-wrapper .curve-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrnStvgQG .content-wrapper .curve-text {
    margin-bottom: 32px;
  }
}
.eHdtNEm-uNrnStvgQG .content-wrapper .curve-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.eHdtNEm-uNrnStvgQG .curve-section-title {
  color: #000000;
}
.eHdtNEm-uNrnStvgQG .curve-text {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrnStvgQG .curve-name {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrnStvgQG .curve-section-title,
.eHdtNEm-uNrnStvgQG .icon-wrapper {
  text-align: center;
}
.eHdtNEm-uNroq0Ou2d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5e3ff;
}
.eHdtNEm-uNroq0Ou2d .curve-fallback-image.disabled {
  display: none;
}
.eHdtNEm-uNroq0Ou2d .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eHdtNEm-uNroq0Ou2d .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNroq0Ou2d .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNroq0Ou2d .container {
    padding: 0 26px;
  }
}
.eHdtNEm-uNroq0Ou2d .row {
  justify-content: center;
}
.eHdtNEm-uNroq0Ou2d .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNroq0Ou2d .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.eHdtNEm-uNroq0Ou2d .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNroq0Ou2d .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.eHdtNEm-uNroq0Ou2d .content-wrapper .content-wrap .curve-section-title {
  margin-bottom: 30px;
}
.eHdtNEm-uNroq0Ou2d .content-wrapper .content-wrap .curve-text {
  margin-bottom: 0;
}
.eHdtNEm-uNroq0Ou2d .content-wrapper .content-wrap .curve-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNroq0Ou2d .content-wrapper .content-wrap .curve-section-btn {
    margin-top: 30px;
  }
}
.eHdtNEm-uNroq0Ou2d .content-wrapper .content-wrap .curve-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .eHdtNEm-uNroq0Ou2d .content-wrapper .content-wrap .curve-section-btn .btn {
    width: 100%;
  }
}
.eHdtNEm-uNroq0Ou2d .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .eHdtNEm-uNroq0Ou2d .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.eHdtNEm-uNroq0Ou2d .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .eHdtNEm-uNroq0Ou2d .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.eHdtNEm-uNroq0Ou2d .curve-section-title {
  color: #000000;
}
.eHdtNEm-uNroq0Ou2d .curve-section-subtitle {
  color: #000000;
}
.eHdtNEm-uNroq0Ou2d .curve-text {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNroq0Ou2d .curve-section-title,
.eHdtNEm-uNroq0Ou2d .curve-section-btn {
  text-align: center;
}
.eHdtNEm-uNro6uIdsU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.eHdtNEm-uNro6uIdsU p {
  margin: 0;
}
@media (max-width: 991px) {
  .eHdtNEm-uNro6uIdsU .row {
    justify-content: flex-start !important;
  }
}
.eHdtNEm-uNro6uIdsU .curve-section-head {
  margin-bottom: 2rem;
}
.eHdtNEm-uNro6uIdsU .curve-section-title {
  text-align: center;
}
.eHdtNEm-uNro6uIdsU .curve-section-subtitle {
  text-align: center;
}
.eHdtNEm-uNro6uIdsU .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .eHdtNEm-uNro6uIdsU .card-container {
    margin-bottom: 2rem;
  }
}
.eHdtNEm-uNro6uIdsU .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .eHdtNEm-uNro6uIdsU .card-wrapper {
    padding-bottom: 1rem;
  }
}
.eHdtNEm-uNro6uIdsU .curve-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.eHdtNEm-uNro6uIdsU .card-title {
  text-align: center;
}
.eHdtNEm-uNro6uIdsU P {
  text-align: center;
}
.eHdtNEm-uNrXDV0bqe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0c2c68;
}
.eHdtNEm-uNrXDV0bqe .row {
  flex-direction: row-reverse;
}
.eHdtNEm-uNrXDV0bqe img {
  display: inline;
}
.eHdtNEm-uNrXDV0bqe .si {
  width: 100%;
}
.eHdtNEm-uNrXDV0bqe .si img {
  width: auto;
}
.eHdtNEm-uNrXDV0bqe .text {
  color: #ffffff;
}
.eHdtNEm-uNrXDV0bqe .text,
.eHdtNEm-uNrXDV0bqe .si {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNrXDV0bqe .copyright {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNrXDV0bqe .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrXDV0bqe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .eHdtNEm-uNrXDV0bqe .list {
    margin-bottom: 0rem;
  }
}
.eHdtNEm-uNrXDV0bqe .list li {
  margin-bottom: .5rem;
}
.eHdtNEm-uNrXDV0bqe .curve-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .eHdtNEm-uNrXDV0bqe .logo {
    margin-top: 2rem;
  }
}
.eHdtNEm-uNrXDV0bqe .curve-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNsbTmql53 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5e3ff;
}
.eHdtNEm-uNsbTmql53 .curve-fallback-image.disabled {
  display: none;
}
.eHdtNEm-uNsbTmql53 .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eHdtNEm-uNsbTmql53 .content-wrap {
  justify-content: flex-end;
}
.eHdtNEm-uNsbTmql53 .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .eHdtNEm-uNsbTmql53 .content-wrapper {
    margin-bottom: 32px;
  }
}
.eHdtNEm-uNsbTmql53 .content-wrapper .curve-section-title {
  margin-bottom: 24px;
}
.eHdtNEm-uNsbTmql53 .content-wrapper .curve-section-title span {
  background: linear-gradient(170deg, #0c2c68, #113f96);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.eHdtNEm-uNsbTmql53 .content-wrapper .text-wrapper .curve-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNsbTmql53 .content-wrapper .text-wrapper .curve-text {
    width: 100%;
  }
}
.eHdtNEm-uNsbTmql53 .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .eHdtNEm-uNsbTmql53 .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNsbTmql53 .image-wrapper {
    padding: 0;
  }
}
.eHdtNEm-uNsbTmql53 .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .eHdtNEm-uNsbTmql53 .image-wrapper img {
    height: 350px;
  }
}
.eHdtNEm-uNsbTmql53 .curve-section-title {
  color: #ffffff;
}
.eHdtNEm-uNsbTmql53 .curve-text,
.eHdtNEm-uNsbTmql53 .text-wrapper {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNsbTmql53 .curve-section-title,
.eHdtNEm-uNsbTmql53 .curve-section-btn,
.eHdtNEm-uNsbTmql53 .clients-wrapper {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS {
  background-color: transparent;
}
.eHdtNEm-uNrlTYcUbS .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.eHdtNEm-uNrlTYcUbS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .eHdtNEm-uNrlTYcUbS .menu_box .navbar.opened,
  .eHdtNEm-uNrlTYcUbS .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar-dropdown {
  position: relative !important;
}
.eHdtNEm-uNrlTYcUbS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.eHdtNEm-uNrlTYcUbS .btn:hover {
  box-shadow: none;
}
.eHdtNEm-uNrlTYcUbS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .eHdtNEm-uNrlTYcUbS .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .nav-item {
    margin: 0 !important;
  }
}
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link:hover::before,
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link:focus::before {
  width: 100%;
}
.eHdtNEm-uNrlTYcUbS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .eHdtNEm-uNrlTYcUbS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eHdtNEm-uNrlTYcUbS .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;
  }
  .eHdtNEm-uNrlTYcUbS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .eHdtNEm-uNrlTYcUbS .offcanvas_box {
    display: none;
  }
}
.eHdtNEm-uNrlTYcUbS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.eHdtNEm-uNrlTYcUbS .container {
  display: flex;
  margin: auto;
}
.eHdtNEm-uNrlTYcUbS .iconfont-wrapper {
  color: #000000;
  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;
}
.eHdtNEm-uNrlTYcUbS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.eHdtNEm-uNrlTYcUbS .iconfont-wrapper:hover {
  opacity: .5;
}
.eHdtNEm-uNrlTYcUbS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .navbar-nav {
    margin: 0;
  }
}
.eHdtNEm-uNrlTYcUbS .dropdown-menu,
.eHdtNEm-uNrlTYcUbS .navbar.opened {
  background-color: false !important;
}
.eHdtNEm-uNrlTYcUbS .nav-item:focus,
.eHdtNEm-uNrlTYcUbS .nav-link:focus {
  outline: none;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item .curve-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item .curve-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eHdtNEm-uNrlTYcUbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eHdtNEm-uNrlTYcUbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eHdtNEm-uNrlTYcUbS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar.opened {
  transition: all 0.3s;
}
.eHdtNEm-uNrlTYcUbS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.eHdtNEm-uNrlTYcUbS .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.eHdtNEm-uNrlTYcUbS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed {
  justify-content: center;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .navbar .nav-item {
    padding: .5rem 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eHdtNEm-uNrlTYcUbS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .eHdtNEm-uNrlTYcUbS .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .icons-menu {
    padding: 0;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-short {
  min-height: 60px;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.eHdtNEm-uNrlTYcUbS .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;
}
.eHdtNEm-uNrlTYcUbS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.eHdtNEm-uNrlTYcUbS .navbar-brand .navbar-logo a {
  outline: none;
}
.eHdtNEm-uNrlTYcUbS .dropdown-item.active,
.eHdtNEm-uNrlTYcUbS .dropdown-item:active {
  background-color: transparent;
}
.eHdtNEm-uNrlTYcUbS .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eHdtNEm-uNrlTYcUbS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.eHdtNEm-uNrlTYcUbS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.eHdtNEm-uNrlTYcUbS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffeb69;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.eHdtNEm-uNrlTYcUbS .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) {
  .eHdtNEm-uNrlTYcUbS .navbar {
    height: 70px;
  }
  .eHdtNEm-uNrlTYcUbS .navbar.opened {
    height: auto;
  }
  .eHdtNEm-uNrlTYcUbS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .eHdtNEm-uNrlTYcUbS .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.eHdtNEm-uNrlTYcUbS .curve-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.eHdtNEm-uNrlTYcUbS .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.eHdtNEm-uNrlTYcUbS .text_widget {
  margin-bottom: 32px;
}
.eHdtNEm-uNrlTYcUbS .text_widget a {
  transition: all 0.3s ease-out;
}
.eHdtNEm-uNrlTYcUbS .text_widget a:hover,
.eHdtNEm-uNrlTYcUbS .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.eHdtNEm-uNrlTYcUbS .icons-menu-main {
  display: flex;
}
.eHdtNEm-uNrlTYcUbS .curve-section-subtitle {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS .navbar-caption {
  color: #000000;
}
.eHdtNEm-uNrlTYcUbS .curve-text {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS .curve-section-subtitle,
.eHdtNEm-uNrlTYcUbS .text_widget,
.eHdtNEm-uNrlTYcUbS .curve-section-btn {
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.eHdtNEm-uNrpJNL2QP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .eHdtNEm-uNrpJNL2QP .container {
    padding: 0 24px;
  }
}
.eHdtNEm-uNrpJNL2QP .card {
  justify-content: center;
}
.eHdtNEm-uNrpJNL2QP .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrpJNL2QP .title-wrapper {
    padding: 0 24px 24px;
  }
}
.eHdtNEm-uNrpJNL2QP .title-wrapper .curve-section-title {
  margin-bottom: 16px;
}
.eHdtNEm-uNrpJNL2QP .title-wrapper .curve-desc {
  margin-bottom: 0;
}
.eHdtNEm-uNrpJNL2QP .text-wrapper {
  border-top: 1px solid #000000;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrpJNL2QP .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.eHdtNEm-uNrpJNL2QP .text-wrapper .curve-text {
  width: 45%;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrpJNL2QP .text-wrapper .curve-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .eHdtNEm-uNrpJNL2QP .text-wrapper .curve-text:last-child {
    margin-bottom: 0;
  }
}
.eHdtNEm-uNrpJNL2QP .curve-section-title {
  color: #F9F6E0;
}
.eHdtNEm-uNrpJNL2QP .curve-desc {
  color: #000000;
}
.eHdtNEm-uNrpJNL2QP .curve-text {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrpJNL2QP .curve-section-btn {
  text-align: right;
}
.eHdtNEm-uNrpJNL2QP .curve-section-title,
.eHdtNEm-uNrpJNL2QP .curve-section-btn {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrpNuVXyr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5e3ff;
}
.eHdtNEm-uNrpNuVXyr .curve-fallback-image.disabled {
  display: none;
}
.eHdtNEm-uNrpNuVXyr .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eHdtNEm-uNrpNuVXyr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrpNuVXyr .container-fluid {
    padding: 0 25px;
  }
}
.eHdtNEm-uNrpNuVXyr .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrpNuVXyr .container {
    padding: 0 25px;
  }
}
.eHdtNEm-uNrpNuVXyr .row {
  border: 1px solid #ffffff;
}
.eHdtNEm-uNrpNuVXyr .card {
  padding: 0;
}
.eHdtNEm-uNrpNuVXyr .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.eHdtNEm-uNrpNuVXyr .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrpNuVXyr .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.eHdtNEm-uNrpNuVXyr .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrpNuVXyr .title-wrapper {
    padding: 60px 25px;
  }
}
.eHdtNEm-uNrpNuVXyr .title-wrapper .title-wrap {
  width: 100%;
}
.eHdtNEm-uNrpNuVXyr .title-wrapper .title-wrap .curve-section-title {
  margin-bottom: 20px;
}
.eHdtNEm-uNrpNuVXyr .title-wrapper .title-wrap .curve-text {
  margin-bottom: 20px;
}
.eHdtNEm-uNrpNuVXyr .title-wrapper .title-wrap .curve-section-btn {
  margin-top: 35px;
}
.eHdtNEm-uNrpNuVXyr .title-wrapper .curve-desc {
  width: 100%;
  margin-bottom: 0;
}
.eHdtNEm-uNrpNuVXyr .curve-section-title {
  color: #ffffff;
}
.eHdtNEm-uNrpNuVXyr .curve-text {
  color: #000000;
}
.eHdtNEm-uNrpNuVXyr .curve-desc {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrpNuVXyr .curve-section-title,
.eHdtNEm-uNrpNuVXyr .curve-section-btn {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrpRIWCBS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.eHdtNEm-uNrpRIWCBS .curve-fallback-image.disabled {
  display: none;
}
.eHdtNEm-uNrpRIWCBS .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eHdtNEm-uNrpRIWCBS .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrpRIWCBS .container-fluid {
    padding: 0;
  }
}
.eHdtNEm-uNrpRIWCBS .container-fluid .row {
  padding: 0;
}
.eHdtNEm-uNrpRIWCBS .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrpRIWCBS .title-wrap {
    margin-bottom: 100px;
  }
}
.eHdtNEm-uNrpRIWCBS .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .eHdtNEm-uNrpRIWCBS .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.eHdtNEm-uNrpRIWCBS .title-wrap .title-wrapper .curve-section-title {
  margin-bottom: 0;
}
.eHdtNEm-uNrpRIWCBS .title-wrap .title-wrapper .curve-text {
  margin: 50px 0 0;
}
.eHdtNEm-uNrpRIWCBS .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eHdtNEm-uNrpRIWCBS .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrpRIWCBS .image-wrapper img {
    height: 400px;
  }
}
.eHdtNEm-uNrpRIWCBS .image-wrapper .curve-section-btn {
  position: absolute;
}
.eHdtNEm-uNrpRIWCBS .image-wrapper .curve-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.eHdtNEm-uNrpRIWCBS .curve-section-title {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrpRIWCBS .curve-text {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrXDV0bqe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0c2c68;
}
.eHdtNEm-uNrXDV0bqe .row {
  flex-direction: row-reverse;
}
.eHdtNEm-uNrXDV0bqe img {
  display: inline;
}
.eHdtNEm-uNrXDV0bqe .si {
  width: 100%;
}
.eHdtNEm-uNrXDV0bqe .si img {
  width: auto;
}
.eHdtNEm-uNrXDV0bqe .text {
  color: #ffffff;
}
.eHdtNEm-uNrXDV0bqe .text,
.eHdtNEm-uNrXDV0bqe .si {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNrXDV0bqe .copyright {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNrXDV0bqe .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrXDV0bqe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .eHdtNEm-uNrXDV0bqe .list {
    margin-bottom: 0rem;
  }
}
.eHdtNEm-uNrXDV0bqe .list li {
  margin-bottom: .5rem;
}
.eHdtNEm-uNrXDV0bqe .curve-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .eHdtNEm-uNrXDV0bqe .logo {
    margin-top: 2rem;
  }
}
.eHdtNEm-uNrXDV0bqe .curve-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS {
  background-color: transparent;
}
.eHdtNEm-uNrlTYcUbS .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.eHdtNEm-uNrlTYcUbS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .eHdtNEm-uNrlTYcUbS .menu_box .navbar.opened,
  .eHdtNEm-uNrlTYcUbS .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar-dropdown {
  position: relative !important;
}
.eHdtNEm-uNrlTYcUbS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.eHdtNEm-uNrlTYcUbS .btn:hover {
  box-shadow: none;
}
.eHdtNEm-uNrlTYcUbS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .eHdtNEm-uNrlTYcUbS .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .nav-item {
    margin: 0 !important;
  }
}
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link:hover::before,
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link:focus::before {
  width: 100%;
}
.eHdtNEm-uNrlTYcUbS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .eHdtNEm-uNrlTYcUbS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eHdtNEm-uNrlTYcUbS .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;
  }
  .eHdtNEm-uNrlTYcUbS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .eHdtNEm-uNrlTYcUbS .offcanvas_box {
    display: none;
  }
}
.eHdtNEm-uNrlTYcUbS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.eHdtNEm-uNrlTYcUbS .container {
  display: flex;
  margin: auto;
}
.eHdtNEm-uNrlTYcUbS .iconfont-wrapper {
  color: #000000;
  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;
}
.eHdtNEm-uNrlTYcUbS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.eHdtNEm-uNrlTYcUbS .iconfont-wrapper:hover {
  opacity: .5;
}
.eHdtNEm-uNrlTYcUbS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .navbar-nav {
    margin: 0;
  }
}
.eHdtNEm-uNrlTYcUbS .dropdown-menu,
.eHdtNEm-uNrlTYcUbS .navbar.opened {
  background-color: false !important;
}
.eHdtNEm-uNrlTYcUbS .nav-item:focus,
.eHdtNEm-uNrlTYcUbS .nav-link:focus {
  outline: none;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item .curve-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item .curve-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eHdtNEm-uNrlTYcUbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eHdtNEm-uNrlTYcUbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eHdtNEm-uNrlTYcUbS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar.opened {
  transition: all 0.3s;
}
.eHdtNEm-uNrlTYcUbS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.eHdtNEm-uNrlTYcUbS .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.eHdtNEm-uNrlTYcUbS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed {
  justify-content: center;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .navbar .nav-item {
    padding: .5rem 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eHdtNEm-uNrlTYcUbS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .eHdtNEm-uNrlTYcUbS .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .icons-menu {
    padding: 0;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-short {
  min-height: 60px;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.eHdtNEm-uNrlTYcUbS .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;
}
.eHdtNEm-uNrlTYcUbS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.eHdtNEm-uNrlTYcUbS .navbar-brand .navbar-logo a {
  outline: none;
}
.eHdtNEm-uNrlTYcUbS .dropdown-item.active,
.eHdtNEm-uNrlTYcUbS .dropdown-item:active {
  background-color: transparent;
}
.eHdtNEm-uNrlTYcUbS .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eHdtNEm-uNrlTYcUbS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.eHdtNEm-uNrlTYcUbS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.eHdtNEm-uNrlTYcUbS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffeb69;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.eHdtNEm-uNrlTYcUbS .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) {
  .eHdtNEm-uNrlTYcUbS .navbar {
    height: 70px;
  }
  .eHdtNEm-uNrlTYcUbS .navbar.opened {
    height: auto;
  }
  .eHdtNEm-uNrlTYcUbS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .eHdtNEm-uNrlTYcUbS .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.eHdtNEm-uNrlTYcUbS .curve-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.eHdtNEm-uNrlTYcUbS .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.eHdtNEm-uNrlTYcUbS .text_widget {
  margin-bottom: 32px;
}
.eHdtNEm-uNrlTYcUbS .text_widget a {
  transition: all 0.3s ease-out;
}
.eHdtNEm-uNrlTYcUbS .text_widget a:hover,
.eHdtNEm-uNrlTYcUbS .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.eHdtNEm-uNrlTYcUbS .icons-menu-main {
  display: flex;
}
.eHdtNEm-uNrlTYcUbS .curve-section-subtitle {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS .navbar-caption {
  color: #000000;
}
.eHdtNEm-uNrlTYcUbS .curve-text {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS .curve-section-subtitle,
.eHdtNEm-uNrlTYcUbS .text_widget,
.eHdtNEm-uNrlTYcUbS .curve-section-btn {
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.eHdtNEm-uNrqFEXWA4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.eHdtNEm-uNrqFEXWA4 .curve-fallback-image.disabled {
  display: none;
}
.eHdtNEm-uNrqFEXWA4 .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eHdtNEm-uNrqFEXWA4 img {
  border-radius: 3rem;
}
.eHdtNEm-uNrqFEXWA4 .row {
  flex-direction: row-reverse;
}
.eHdtNEm-uNrqFEXWA4 .row {
  align-items: center;
}
.eHdtNEm-uNrqFEXWA4 .curve-section-title {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrqFEXWA4 .curve-text,
.eHdtNEm-uNrqFEXWA4 .curve-section-btn {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrqLxKAmU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e5e3ff;
}
.eHdtNEm-uNrqLxKAmU .curve-fallback-image.disabled {
  display: none;
}
.eHdtNEm-uNrqLxKAmU .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eHdtNEm-uNrqLxKAmU .container-fluid {
  margin: 0;
  padding: 0 72px 0 0;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrqLxKAmU .container-fluid {
    padding: 0 20px;
  }
}
.eHdtNEm-uNrqLxKAmU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrqLxKAmU .container {
    padding: 0 20px;
  }
  .eHdtNEm-uNrqLxKAmU .container .row {
    padding: 0;
  }
}
.eHdtNEm-uNrqLxKAmU .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrqLxKAmU .image-wrapper img {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .eHdtNEm-uNrqLxKAmU .image-wrapper img {
    height: 300px;
  }
}
.eHdtNEm-uNrqLxKAmU .title-wrapper {
  padding: 0 90px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrqLxKAmU .title-wrapper {
    padding: 0;
  }
}
.eHdtNEm-uNrqLxKAmU .title-wrapper .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.eHdtNEm-uNrqLxKAmU .title-wrapper .title-wrap .desc-wrapper .desc-wrap .curve-desc {
  margin-right: 16px;
  margin-bottom: 0;
}
.eHdtNEm-uNrqLxKAmU .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.eHdtNEm-uNrqLxKAmU .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item {
  height: 2px;
  width: 44px;
  background-color: #000000;
  margin-right: 8px;
}
.eHdtNEm-uNrqLxKAmU .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item:last-child {
  margin-right: 0;
}
.eHdtNEm-uNrqLxKAmU .title-wrapper .title-wrap .curve-section-title {
  margin-bottom: 20px;
}
.eHdtNEm-uNrqLxKAmU .title-wrapper .title-wrap .curve-text {
  margin-bottom: 0;
}
.eHdtNEm-uNrqLxKAmU .curve-desc {
  color: #ffffff;
}
.eHdtNEm-uNrqLxKAmU .curve-text {
  color: #ffffff;
}
.eHdtNEm-uNrqLxKAmU .curve-section-title {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrqLxKAmU .curve-desc,
.eHdtNEm-uNrqLxKAmU .desc-wrapper {
  color: #000000;
}
.eHdtNEm-uNrqLxKAmU .curve-text,
.eHdtNEm-uNrqLxKAmU .curve-section-btn {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrqXvSIer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.eHdtNEm-uNrqXvSIer .curve-fallback-image.disabled {
  display: none;
}
.eHdtNEm-uNrqXvSIer .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eHdtNEm-uNrqXvSIer .text-wrap {
  width: 100%;
}
.eHdtNEm-uNrqXvSIer .curve-title {
  margin-bottom: 0;
  color: #000000;
}
.eHdtNEm-uNrqXvSIer .curve-text {
  padding-top: 10px;
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrqXvSIer .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.eHdtNEm-uNrr17aaNZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e5e3ff;
}
.eHdtNEm-uNrr17aaNZ .curve-fallback-image.disabled {
  display: none;
}
.eHdtNEm-uNrr17aaNZ .curve-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.eHdtNEm-uNrr17aaNZ .curve-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #ffffff;
  z-index: -1;
}
.eHdtNEm-uNrr17aaNZ img {
  border-radius: 1rem;
}
.eHdtNEm-uNrr17aaNZ .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eHdtNEm-uNrr17aaNZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrr17aaNZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .eHdtNEm-uNrr17aaNZ .text-wrapper {
    padding: 0 2rem;
  }
}
.eHdtNEm-uNrr17aaNZ .curve-section-title {
  color: #19303d;
  text-align: center;
}
.eHdtNEm-uNrr17aaNZ .curve-section-subtitle,
.eHdtNEm-uNrr17aaNZ .subtitle-wrap {
  color: #000000;
  text-align: left;
}
.eHdtNEm-uNrr17aaNZ .curve-text,
.eHdtNEm-uNrr17aaNZ .curve-section-btn {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrXDV0bqe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0c2c68;
}
.eHdtNEm-uNrXDV0bqe .row {
  flex-direction: row-reverse;
}
.eHdtNEm-uNrXDV0bqe img {
  display: inline;
}
.eHdtNEm-uNrXDV0bqe .si {
  width: 100%;
}
.eHdtNEm-uNrXDV0bqe .si img {
  width: auto;
}
.eHdtNEm-uNrXDV0bqe .text {
  color: #ffffff;
}
.eHdtNEm-uNrXDV0bqe .text,
.eHdtNEm-uNrXDV0bqe .si {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNrXDV0bqe .copyright {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNrXDV0bqe .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrXDV0bqe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .eHdtNEm-uNrXDV0bqe .list {
    margin-bottom: 0rem;
  }
}
.eHdtNEm-uNrXDV0bqe .list li {
  margin-bottom: .5rem;
}
.eHdtNEm-uNrXDV0bqe .curve-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .eHdtNEm-uNrXDV0bqe .logo {
    margin-top: 2rem;
  }
}
.eHdtNEm-uNrXDV0bqe .curve-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS {
  background-color: transparent;
}
.eHdtNEm-uNrlTYcUbS .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.eHdtNEm-uNrlTYcUbS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .eHdtNEm-uNrlTYcUbS .menu_box .navbar.opened,
  .eHdtNEm-uNrlTYcUbS .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar-dropdown {
  position: relative !important;
}
.eHdtNEm-uNrlTYcUbS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.eHdtNEm-uNrlTYcUbS .btn:hover {
  box-shadow: none;
}
.eHdtNEm-uNrlTYcUbS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .eHdtNEm-uNrlTYcUbS .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .nav-item {
    margin: 0 !important;
  }
}
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link:hover::before,
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link:focus::before {
  width: 100%;
}
.eHdtNEm-uNrlTYcUbS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .eHdtNEm-uNrlTYcUbS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eHdtNEm-uNrlTYcUbS .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;
  }
  .eHdtNEm-uNrlTYcUbS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .eHdtNEm-uNrlTYcUbS .offcanvas_box {
    display: none;
  }
}
.eHdtNEm-uNrlTYcUbS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.eHdtNEm-uNrlTYcUbS .container {
  display: flex;
  margin: auto;
}
.eHdtNEm-uNrlTYcUbS .iconfont-wrapper {
  color: #000000;
  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;
}
.eHdtNEm-uNrlTYcUbS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.eHdtNEm-uNrlTYcUbS .iconfont-wrapper:hover {
  opacity: .5;
}
.eHdtNEm-uNrlTYcUbS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .navbar-nav {
    margin: 0;
  }
}
.eHdtNEm-uNrlTYcUbS .dropdown-menu,
.eHdtNEm-uNrlTYcUbS .navbar.opened {
  background-color: false !important;
}
.eHdtNEm-uNrlTYcUbS .nav-item:focus,
.eHdtNEm-uNrlTYcUbS .nav-link:focus {
  outline: none;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item .curve-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item .curve-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eHdtNEm-uNrlTYcUbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eHdtNEm-uNrlTYcUbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eHdtNEm-uNrlTYcUbS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar.opened {
  transition: all 0.3s;
}
.eHdtNEm-uNrlTYcUbS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.eHdtNEm-uNrlTYcUbS .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.eHdtNEm-uNrlTYcUbS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed {
  justify-content: center;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .navbar .nav-item {
    padding: .5rem 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eHdtNEm-uNrlTYcUbS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .eHdtNEm-uNrlTYcUbS .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .icons-menu {
    padding: 0;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-short {
  min-height: 60px;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.eHdtNEm-uNrlTYcUbS .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;
}
.eHdtNEm-uNrlTYcUbS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.eHdtNEm-uNrlTYcUbS .navbar-brand .navbar-logo a {
  outline: none;
}
.eHdtNEm-uNrlTYcUbS .dropdown-item.active,
.eHdtNEm-uNrlTYcUbS .dropdown-item:active {
  background-color: transparent;
}
.eHdtNEm-uNrlTYcUbS .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eHdtNEm-uNrlTYcUbS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.eHdtNEm-uNrlTYcUbS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.eHdtNEm-uNrlTYcUbS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffeb69;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.eHdtNEm-uNrlTYcUbS .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) {
  .eHdtNEm-uNrlTYcUbS .navbar {
    height: 70px;
  }
  .eHdtNEm-uNrlTYcUbS .navbar.opened {
    height: auto;
  }
  .eHdtNEm-uNrlTYcUbS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .eHdtNEm-uNrlTYcUbS .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.eHdtNEm-uNrlTYcUbS .curve-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.eHdtNEm-uNrlTYcUbS .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.eHdtNEm-uNrlTYcUbS .text_widget {
  margin-bottom: 32px;
}
.eHdtNEm-uNrlTYcUbS .text_widget a {
  transition: all 0.3s ease-out;
}
.eHdtNEm-uNrlTYcUbS .text_widget a:hover,
.eHdtNEm-uNrlTYcUbS .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.eHdtNEm-uNrlTYcUbS .icons-menu-main {
  display: flex;
}
.eHdtNEm-uNrlTYcUbS .curve-section-subtitle {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS .navbar-caption {
  color: #000000;
}
.eHdtNEm-uNrlTYcUbS .curve-text {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS .curve-section-subtitle,
.eHdtNEm-uNrlTYcUbS .text_widget,
.eHdtNEm-uNrlTYcUbS .curve-section-btn {
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.eHdtNEm-uNrsYlTYyw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e5e3ff;
}
.eHdtNEm-uNrsYlTYyw .curve-fallback-image.disabled {
  display: none;
}
.eHdtNEm-uNrsYlTYyw .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eHdtNEm-uNrsYlTYyw form .btn {
  border-radius: 2rem;
  padding: 1rem 2rem;
}
.eHdtNEm-uNrsYlTYyw h1 {
  font-weight: 500;
  line-height: 1;
}
.eHdtNEm-uNrsYlTYyw .curve-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.eHdtNEm-uNrsYlTYyw .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ffffff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.eHdtNEm-uNrsYlTYyw .subtitle-wrap .curve-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #c4d6b0;
  font-size: 1.5rem;
}
.eHdtNEm-uNrsYlTYyw .curve-section-title {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrsYlTYyw .curve-text,
.eHdtNEm-uNrsYlTYyw .curve-section-btn {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrsYlTYyw .curve-section-subtitle,
.eHdtNEm-uNrsYlTYyw .align-wrapper {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrsYlTYyw .form-control,
.eHdtNEm-uNrsYlTYyw .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none !important;
  border-radius: 0;
  border-left: 2px solid #000000 !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.eHdtNEm-uNrsYlTYyw .form-control::-webkit-input-placeholder,
.eHdtNEm-uNrsYlTYyw .field-input::-webkit-input-placeholder,
.eHdtNEm-uNrsYlTYyw .form-control::-webkit-input-placeholder,
.eHdtNEm-uNrsYlTYyw .field-input::-webkit-input-placeholder {
  color: #000000;
}
.eHdtNEm-uNrsYlTYyw .form-control:-moz-placeholder,
.eHdtNEm-uNrsYlTYyw .field-input:-moz-placeholder,
.eHdtNEm-uNrsYlTYyw .form-control:-moz-placeholder,
.eHdtNEm-uNrsYlTYyw .field-input:-moz-placeholder {
  color: #000000;
}
.eHdtNEm-uNrsYlTYyw .form-control:hover,
.eHdtNEm-uNrsYlTYyw .field-input:hover,
.eHdtNEm-uNrsYlTYyw .form-control:focus,
.eHdtNEm-uNrsYlTYyw .field-input:focus {
  background-color: #ffffff;
  border-color: #000000 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.eHdtNEm-uNrsYlTYyw .form-control:hover::-webkit-input-placeholder,
.eHdtNEm-uNrsYlTYyw .field-input:hover::-webkit-input-placeholder,
.eHdtNEm-uNrsYlTYyw .form-control:focus::-webkit-input-placeholder,
.eHdtNEm-uNrsYlTYyw .field-input:focus::-webkit-input-placeholder,
.eHdtNEm-uNrsYlTYyw .form-control:hover::-webkit-input-placeholder,
.eHdtNEm-uNrsYlTYyw .field-input:hover::-webkit-input-placeholder,
.eHdtNEm-uNrsYlTYyw .form-control:focus::-webkit-input-placeholder,
.eHdtNEm-uNrsYlTYyw .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.eHdtNEm-uNrsYlTYyw .form-control:hover:-moz-placeholder,
.eHdtNEm-uNrsYlTYyw .field-input:hover:-moz-placeholder,
.eHdtNEm-uNrsYlTYyw .form-control:focus:-moz-placeholder,
.eHdtNEm-uNrsYlTYyw .field-input:focus:-moz-placeholder,
.eHdtNEm-uNrsYlTYyw .form-control:hover:-moz-placeholder,
.eHdtNEm-uNrsYlTYyw .field-input:hover:-moz-placeholder,
.eHdtNEm-uNrsYlTYyw .form-control:focus:-moz-placeholder,
.eHdtNEm-uNrsYlTYyw .field-input:focus:-moz-placeholder {
  color: #000000;
}
.eHdtNEm-uNrsYlTYyw .jq-number__spin:hover,
.eHdtNEm-uNrsYlTYyw .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #000000 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.eHdtNEm-uNrsYlTYyw .jq-number__spin {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.eHdtNEm-uNrsYlTYyw .jq-selectbox li,
.eHdtNEm-uNrsYlTYyw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.eHdtNEm-uNrsYlTYyw .jq-selectbox li:hover,
.eHdtNEm-uNrsYlTYyw .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.eHdtNEm-uNrsYlTYyw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.eHdtNEm-uNrsYlTYyw .jq-number__spin.minus:hover:after,
.eHdtNEm-uNrsYlTYyw .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.eHdtNEm-uNrsYlTYyw .jq-selectbox .jq-selectbox__trigger-arrow,
.eHdtNEm-uNrsYlTYyw .jq-number__spin.minus:after,
.eHdtNEm-uNrsYlTYyw .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.eHdtNEm-uNrsYlTYyw textarea {
  min-height: 150px;
}
.eHdtNEm-uNrsYlTYyw input::-webkit-clear-button {
  display: none;
}
.eHdtNEm-uNrsYlTYyw input::-webkit-inner-spin-button {
  display: none;
}
.eHdtNEm-uNrsYlTYyw input::-webkit-outer-spin-button {
  display: none;
}
.eHdtNEm-uNrsYlTYyw input::-webkit-calendar-picker-indicator {
  display: none;
}
.eHdtNEm-uNrsYlTYyw LABEL {
  color: #04492e;
}
@media (max-width: 767px) {
  .eHdtNEm-uNrsYlTYyw .col-auto {
    margin: auto;
  }
}
.eHdtNEm-uNrXDV0bqe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0c2c68;
}
.eHdtNEm-uNrXDV0bqe .row {
  flex-direction: row-reverse;
}
.eHdtNEm-uNrXDV0bqe img {
  display: inline;
}
.eHdtNEm-uNrXDV0bqe .si {
  width: 100%;
}
.eHdtNEm-uNrXDV0bqe .si img {
  width: auto;
}
.eHdtNEm-uNrXDV0bqe .text {
  color: #ffffff;
}
.eHdtNEm-uNrXDV0bqe .text,
.eHdtNEm-uNrXDV0bqe .si {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNrXDV0bqe .copyright {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNrXDV0bqe .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrXDV0bqe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .eHdtNEm-uNrXDV0bqe .list {
    margin-bottom: 0rem;
  }
}
.eHdtNEm-uNrXDV0bqe .list li {
  margin-bottom: .5rem;
}
.eHdtNEm-uNrXDV0bqe .curve-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .eHdtNEm-uNrXDV0bqe .logo {
    margin-top: 2rem;
  }
}
.eHdtNEm-uNrXDV0bqe .curve-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS {
  background-color: transparent;
}
.eHdtNEm-uNrlTYcUbS .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.eHdtNEm-uNrlTYcUbS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .eHdtNEm-uNrlTYcUbS .menu_box .navbar.opened,
  .eHdtNEm-uNrlTYcUbS .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar-dropdown {
  position: relative !important;
}
.eHdtNEm-uNrlTYcUbS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.eHdtNEm-uNrlTYcUbS .btn:hover {
  box-shadow: none;
}
.eHdtNEm-uNrlTYcUbS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .eHdtNEm-uNrlTYcUbS .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .nav-item {
    margin: 0 !important;
  }
}
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link:hover::before,
.eHdtNEm-uNrlTYcUbS .nav-item .nav-link:focus::before {
  width: 100%;
}
.eHdtNEm-uNrlTYcUbS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .eHdtNEm-uNrlTYcUbS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eHdtNEm-uNrlTYcUbS .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;
  }
  .eHdtNEm-uNrlTYcUbS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .eHdtNEm-uNrlTYcUbS .offcanvas_box {
    display: none;
  }
}
.eHdtNEm-uNrlTYcUbS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.eHdtNEm-uNrlTYcUbS .container {
  display: flex;
  margin: auto;
}
.eHdtNEm-uNrlTYcUbS .iconfont-wrapper {
  color: #000000;
  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;
}
.eHdtNEm-uNrlTYcUbS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.eHdtNEm-uNrlTYcUbS .iconfont-wrapper:hover {
  opacity: .5;
}
.eHdtNEm-uNrlTYcUbS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .navbar-nav {
    margin: 0;
  }
}
.eHdtNEm-uNrlTYcUbS .dropdown-menu,
.eHdtNEm-uNrlTYcUbS .navbar.opened {
  background-color: false !important;
}
.eHdtNEm-uNrlTYcUbS .nav-item:focus,
.eHdtNEm-uNrlTYcUbS .nav-link:focus {
  outline: none;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item .curve-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eHdtNEm-uNrlTYcUbS .dropdown .dropdown-menu .dropdown-item .curve-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eHdtNEm-uNrlTYcUbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eHdtNEm-uNrlTYcUbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eHdtNEm-uNrlTYcUbS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar.opened {
  transition: all 0.3s;
}
.eHdtNEm-uNrlTYcUbS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.eHdtNEm-uNrlTYcUbS .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.eHdtNEm-uNrlTYcUbS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed {
  justify-content: center;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.eHdtNEm-uNrlTYcUbS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .navbar .nav-item {
    padding: .5rem 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eHdtNEm-uNrlTYcUbS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .eHdtNEm-uNrlTYcUbS .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eHdtNEm-uNrlTYcUbS .navbar .icons-menu {
    padding: 0;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-short {
  min-height: 60px;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.eHdtNEm-uNrlTYcUbS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.eHdtNEm-uNrlTYcUbS .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;
}
.eHdtNEm-uNrlTYcUbS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.eHdtNEm-uNrlTYcUbS .navbar-brand .navbar-logo a {
  outline: none;
}
.eHdtNEm-uNrlTYcUbS .dropdown-item.active,
.eHdtNEm-uNrlTYcUbS .dropdown-item:active {
  background-color: transparent;
}
.eHdtNEm-uNrlTYcUbS .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .eHdtNEm-uNrlTYcUbS .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eHdtNEm-uNrlTYcUbS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eHdtNEm-uNrlTYcUbS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.eHdtNEm-uNrlTYcUbS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.eHdtNEm-uNrlTYcUbS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffeb69;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eHdtNEm-uNrlTYcUbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eHdtNEm-uNrlTYcUbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eHdtNEm-uNrlTYcUbS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.eHdtNEm-uNrlTYcUbS .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) {
  .eHdtNEm-uNrlTYcUbS .navbar {
    height: 70px;
  }
  .eHdtNEm-uNrlTYcUbS .navbar.opened {
    height: auto;
  }
  .eHdtNEm-uNrlTYcUbS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eHdtNEm-uNrlTYcUbS .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .eHdtNEm-uNrlTYcUbS .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.eHdtNEm-uNrlTYcUbS .curve-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.eHdtNEm-uNrlTYcUbS .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.eHdtNEm-uNrlTYcUbS .text_widget {
  margin-bottom: 32px;
}
.eHdtNEm-uNrlTYcUbS .text_widget a {
  transition: all 0.3s ease-out;
}
.eHdtNEm-uNrlTYcUbS .text_widget a:hover,
.eHdtNEm-uNrlTYcUbS .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .eHdtNEm-uNrlTYcUbS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.eHdtNEm-uNrlTYcUbS .icons-menu-main {
  display: flex;
}
.eHdtNEm-uNrlTYcUbS .curve-section-subtitle {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS .navbar-caption {
  color: #000000;
}
.eHdtNEm-uNrlTYcUbS .curve-text {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS .curve-section-subtitle,
.eHdtNEm-uNrlTYcUbS .text_widget,
.eHdtNEm-uNrlTYcUbS .curve-section-btn {
  text-align: center;
}
.eHdtNEm-uNrlTYcUbS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.eHdtNEm-uNruumNgfO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e5e3ff;
}
.eHdtNEm-uNruumNgfO .curve-fallback-image.disabled {
  display: none;
}
.eHdtNEm-uNruumNgfO .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eHdtNEm-uNruumNgfO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .eHdtNEm-uNruumNgfO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNruumNgfO .container {
    padding: 0 16px;
  }
}
.eHdtNEm-uNruumNgfO .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNruumNgfO .row {
    margin: 0 10px;
  }
}
.eHdtNEm-uNruumNgfO .row .card {
  position: relative;
  padding: 0;
}
.eHdtNEm-uNruumNgfO .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #ffeb69;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .eHdtNEm-uNruumNgfO .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNruumNgfO .row .card .decor-wrapper {
    display: none;
  }
}
.eHdtNEm-uNruumNgfO .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #ffeb69;
  z-index: 1;
}
@media (max-width: 1300px) {
  .eHdtNEm-uNruumNgfO .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNruumNgfO .row .card .icon-decor {
    display: none;
  }
}
.eHdtNEm-uNruumNgfO .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .eHdtNEm-uNruumNgfO .title-wrapper {
    width: 100%;
  }
}
.eHdtNEm-uNruumNgfO .title-wrapper .curve-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNruumNgfO .title-wrapper .curve-section-title {
    margin-bottom: 20px;
  }
}
.eHdtNEm-uNruumNgfO .title-wrapper .curve-text {
  margin-bottom: 0;
}
.eHdtNEm-uNruumNgfO .curve-section-title {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNruumNgfO .curve-text {
  color: #000000;
}
.eHdtNEm-uNrXDV0bqe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0c2c68;
}
.eHdtNEm-uNrXDV0bqe .row {
  flex-direction: row-reverse;
}
.eHdtNEm-uNrXDV0bqe img {
  display: inline;
}
.eHdtNEm-uNrXDV0bqe .si {
  width: 100%;
}
.eHdtNEm-uNrXDV0bqe .si img {
  width: auto;
}
.eHdtNEm-uNrXDV0bqe .text {
  color: #ffffff;
}
.eHdtNEm-uNrXDV0bqe .text,
.eHdtNEm-uNrXDV0bqe .si {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNrXDV0bqe .copyright {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNrXDV0bqe .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrXDV0bqe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .eHdtNEm-uNrXDV0bqe .list {
    margin-bottom: 0rem;
  }
}
.eHdtNEm-uNrXDV0bqe .list li {
  margin-bottom: .5rem;
}
.eHdtNEm-uNrXDV0bqe .curve-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .eHdtNEm-uNrXDV0bqe .logo {
    margin-top: 2rem;
  }
}
.eHdtNEm-uNrXDV0bqe .curve-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNruLeR2Wc {
  background-color: transparent;
}
.eHdtNEm-uNruLeR2Wc .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.eHdtNEm-uNruLeR2Wc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.eHdtNEm-uNruLeR2Wc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.eHdtNEm-uNruLeR2Wc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .eHdtNEm-uNruLeR2Wc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .eHdtNEm-uNruLeR2Wc .menu_box .navbar.opened,
  .eHdtNEm-uNruLeR2Wc .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.eHdtNEm-uNruLeR2Wc .navbar-dropdown {
  position: relative !important;
}
.eHdtNEm-uNruLeR2Wc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.eHdtNEm-uNruLeR2Wc .btn:hover {
  box-shadow: none;
}
.eHdtNEm-uNruLeR2Wc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .eHdtNEm-uNruLeR2Wc .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .eHdtNEm-uNruLeR2Wc .nav-item {
    margin: 0 !important;
  }
}
.eHdtNEm-uNruLeR2Wc .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.eHdtNEm-uNruLeR2Wc .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.eHdtNEm-uNruLeR2Wc .nav-item .nav-link:hover::before,
.eHdtNEm-uNruLeR2Wc .nav-item .nav-link:focus::before {
  width: 100%;
}
.eHdtNEm-uNruLeR2Wc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .eHdtNEm-uNruLeR2Wc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .eHdtNEm-uNruLeR2Wc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .eHdtNEm-uNruLeR2Wc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eHdtNEm-uNruLeR2Wc .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;
  }
  .eHdtNEm-uNruLeR2Wc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .eHdtNEm-uNruLeR2Wc .offcanvas_box {
    display: none;
  }
}
.eHdtNEm-uNruLeR2Wc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.eHdtNEm-uNruLeR2Wc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.eHdtNEm-uNruLeR2Wc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.eHdtNEm-uNruLeR2Wc .container {
  display: flex;
  margin: auto;
}
.eHdtNEm-uNruLeR2Wc .iconfont-wrapper {
  color: #000000;
  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;
}
.eHdtNEm-uNruLeR2Wc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.eHdtNEm-uNruLeR2Wc .iconfont-wrapper:hover {
  opacity: .5;
}
.eHdtNEm-uNruLeR2Wc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .eHdtNEm-uNruLeR2Wc .navbar-nav {
    margin: 0;
  }
}
.eHdtNEm-uNruLeR2Wc .dropdown-menu,
.eHdtNEm-uNruLeR2Wc .navbar.opened {
  background-color: false !important;
}
.eHdtNEm-uNruLeR2Wc .nav-item:focus,
.eHdtNEm-uNruLeR2Wc .nav-link:focus {
  outline: none;
}
.eHdtNEm-uNruLeR2Wc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eHdtNEm-uNruLeR2Wc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eHdtNEm-uNruLeR2Wc .dropdown .dropdown-menu .dropdown-item .curve-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eHdtNEm-uNruLeR2Wc .dropdown .dropdown-menu .dropdown-item .curve-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eHdtNEm-uNruLeR2Wc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eHdtNEm-uNruLeR2Wc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eHdtNEm-uNruLeR2Wc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .eHdtNEm-uNruLeR2Wc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.eHdtNEm-uNruLeR2Wc .navbar.opened {
  transition: all 0.3s;
}
.eHdtNEm-uNruLeR2Wc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.eHdtNEm-uNruLeR2Wc .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.eHdtNEm-uNruLeR2Wc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.eHdtNEm-uNruLeR2Wc .navbar.collapsed {
  justify-content: center;
}
.eHdtNEm-uNruLeR2Wc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eHdtNEm-uNruLeR2Wc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.eHdtNEm-uNruLeR2Wc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eHdtNEm-uNruLeR2Wc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eHdtNEm-uNruLeR2Wc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eHdtNEm-uNruLeR2Wc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.eHdtNEm-uNruLeR2Wc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .eHdtNEm-uNruLeR2Wc .navbar .nav-item {
    padding: .5rem 0;
  }
  .eHdtNEm-uNruLeR2Wc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .eHdtNEm-uNruLeR2Wc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eHdtNEm-uNruLeR2Wc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eHdtNEm-uNruLeR2Wc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .eHdtNEm-uNruLeR2Wc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eHdtNEm-uNruLeR2Wc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .eHdtNEm-uNruLeR2Wc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .eHdtNEm-uNruLeR2Wc .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .eHdtNEm-uNruLeR2Wc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .eHdtNEm-uNruLeR2Wc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .eHdtNEm-uNruLeR2Wc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .eHdtNEm-uNruLeR2Wc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eHdtNEm-uNruLeR2Wc .navbar .icons-menu {
    padding: 0;
  }
}
.eHdtNEm-uNruLeR2Wc .navbar.navbar-short {
  min-height: 60px;
}
.eHdtNEm-uNruLeR2Wc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.eHdtNEm-uNruLeR2Wc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.eHdtNEm-uNruLeR2Wc .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;
}
.eHdtNEm-uNruLeR2Wc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.eHdtNEm-uNruLeR2Wc .navbar-brand .navbar-logo a {
  outline: none;
}
.eHdtNEm-uNruLeR2Wc .dropdown-item.active,
.eHdtNEm-uNruLeR2Wc .dropdown-item:active {
  background-color: transparent;
}
.eHdtNEm-uNruLeR2Wc .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .eHdtNEm-uNruLeR2Wc .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.eHdtNEm-uNruLeR2Wc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eHdtNEm-uNruLeR2Wc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eHdtNEm-uNruLeR2Wc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.eHdtNEm-uNruLeR2Wc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.eHdtNEm-uNruLeR2Wc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.eHdtNEm-uNruLeR2Wc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffeb69;
}
.eHdtNEm-uNruLeR2Wc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.eHdtNEm-uNruLeR2Wc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eHdtNEm-uNruLeR2Wc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eHdtNEm-uNruLeR2Wc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eHdtNEm-uNruLeR2Wc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eHdtNEm-uNruLeR2Wc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eHdtNEm-uNruLeR2Wc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eHdtNEm-uNruLeR2Wc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eHdtNEm-uNruLeR2Wc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eHdtNEm-uNruLeR2Wc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.eHdtNEm-uNruLeR2Wc .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) {
  .eHdtNEm-uNruLeR2Wc .navbar {
    height: 70px;
  }
  .eHdtNEm-uNruLeR2Wc .navbar.opened {
    height: auto;
  }
  .eHdtNEm-uNruLeR2Wc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eHdtNEm-uNruLeR2Wc .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .eHdtNEm-uNruLeR2Wc .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.eHdtNEm-uNruLeR2Wc .curve-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.eHdtNEm-uNruLeR2Wc .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .eHdtNEm-uNruLeR2Wc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.eHdtNEm-uNruLeR2Wc .text_widget {
  margin-bottom: 32px;
}
.eHdtNEm-uNruLeR2Wc .text_widget a {
  transition: all 0.3s ease-out;
}
.eHdtNEm-uNruLeR2Wc .text_widget a:hover,
.eHdtNEm-uNruLeR2Wc .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .eHdtNEm-uNruLeR2Wc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.eHdtNEm-uNruLeR2Wc .icons-menu-main {
  display: flex;
}
.eHdtNEm-uNruLeR2Wc .curve-section-subtitle {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNruLeR2Wc .navbar-caption {
  color: #000000;
}
.eHdtNEm-uNruLeR2Wc .curve-text {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNruLeR2Wc .curve-section-subtitle,
.eHdtNEm-uNruLeR2Wc .text_widget,
.eHdtNEm-uNruLeR2Wc .curve-section-btn {
  text-align: center;
}
.eHdtNEm-uNruLeR2Wc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.eHdtNEm-uNruLfk37f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e5e3ff;
}
.eHdtNEm-uNruLfk37f .curve-fallback-image.disabled {
  display: none;
}
.eHdtNEm-uNruLfk37f .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eHdtNEm-uNruLfk37f .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .eHdtNEm-uNruLfk37f .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNruLfk37f .container {
    padding: 0 16px;
  }
}
.eHdtNEm-uNruLfk37f .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNruLfk37f .row {
    margin: 0 10px;
  }
}
.eHdtNEm-uNruLfk37f .row .card {
  position: relative;
  padding: 0;
}
.eHdtNEm-uNruLfk37f .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #ffeb69;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .eHdtNEm-uNruLfk37f .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNruLfk37f .row .card .decor-wrapper {
    display: none;
  }
}
.eHdtNEm-uNruLfk37f .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #ffeb69;
  z-index: 1;
}
@media (max-width: 1300px) {
  .eHdtNEm-uNruLfk37f .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNruLfk37f .row .card .icon-decor {
    display: none;
  }
}
.eHdtNEm-uNruLfk37f .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .eHdtNEm-uNruLfk37f .title-wrapper {
    width: 100%;
  }
}
.eHdtNEm-uNruLfk37f .title-wrapper .curve-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNruLfk37f .title-wrapper .curve-section-title {
    margin-bottom: 20px;
  }
}
.eHdtNEm-uNruLfk37f .title-wrapper .curve-text {
  margin-bottom: 0;
}
.eHdtNEm-uNruLfk37f .curve-section-title {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNruLfk37f .curve-text {
  color: #000000;
}
.eHdtNEm-uNrXDV0bqe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0c2c68;
}
.eHdtNEm-uNrXDV0bqe .row {
  flex-direction: row-reverse;
}
.eHdtNEm-uNrXDV0bqe img {
  display: inline;
}
.eHdtNEm-uNrXDV0bqe .si {
  width: 100%;
}
.eHdtNEm-uNrXDV0bqe .si img {
  width: auto;
}
.eHdtNEm-uNrXDV0bqe .text {
  color: #ffffff;
}
.eHdtNEm-uNrXDV0bqe .text,
.eHdtNEm-uNrXDV0bqe .si {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNrXDV0bqe .copyright {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNrXDV0bqe .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrXDV0bqe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .eHdtNEm-uNrXDV0bqe .list {
    margin-bottom: 0rem;
  }
}
.eHdtNEm-uNrXDV0bqe .list li {
  margin-bottom: .5rem;
}
.eHdtNEm-uNrXDV0bqe .curve-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .eHdtNEm-uNrXDV0bqe .logo {
    margin-top: 2rem;
  }
}
.eHdtNEm-uNrXDV0bqe .curve-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNruNN3ewL {
  background-color: transparent;
}
.eHdtNEm-uNruNN3ewL .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.eHdtNEm-uNruNN3ewL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.eHdtNEm-uNruNN3ewL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.eHdtNEm-uNruNN3ewL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .eHdtNEm-uNruNN3ewL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .eHdtNEm-uNruNN3ewL .menu_box .navbar.opened,
  .eHdtNEm-uNruNN3ewL .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.eHdtNEm-uNruNN3ewL .navbar-dropdown {
  position: relative !important;
}
.eHdtNEm-uNruNN3ewL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.eHdtNEm-uNruNN3ewL .btn:hover {
  box-shadow: none;
}
.eHdtNEm-uNruNN3ewL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .eHdtNEm-uNruNN3ewL .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .eHdtNEm-uNruNN3ewL .nav-item {
    margin: 0 !important;
  }
}
.eHdtNEm-uNruNN3ewL .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.eHdtNEm-uNruNN3ewL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.eHdtNEm-uNruNN3ewL .nav-item .nav-link:hover::before,
.eHdtNEm-uNruNN3ewL .nav-item .nav-link:focus::before {
  width: 100%;
}
.eHdtNEm-uNruNN3ewL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .eHdtNEm-uNruNN3ewL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .eHdtNEm-uNruNN3ewL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .eHdtNEm-uNruNN3ewL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .eHdtNEm-uNruNN3ewL .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;
  }
  .eHdtNEm-uNruNN3ewL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .eHdtNEm-uNruNN3ewL .offcanvas_box {
    display: none;
  }
}
.eHdtNEm-uNruNN3ewL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.eHdtNEm-uNruNN3ewL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.eHdtNEm-uNruNN3ewL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.eHdtNEm-uNruNN3ewL .container {
  display: flex;
  margin: auto;
}
.eHdtNEm-uNruNN3ewL .iconfont-wrapper {
  color: #000000;
  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;
}
.eHdtNEm-uNruNN3ewL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.eHdtNEm-uNruNN3ewL .iconfont-wrapper:hover {
  opacity: .5;
}
.eHdtNEm-uNruNN3ewL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .eHdtNEm-uNruNN3ewL .navbar-nav {
    margin: 0;
  }
}
.eHdtNEm-uNruNN3ewL .dropdown-menu,
.eHdtNEm-uNruNN3ewL .navbar.opened {
  background-color: false !important;
}
.eHdtNEm-uNruNN3ewL .nav-item:focus,
.eHdtNEm-uNruNN3ewL .nav-link:focus {
  outline: none;
}
.eHdtNEm-uNruNN3ewL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eHdtNEm-uNruNN3ewL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eHdtNEm-uNruNN3ewL .dropdown .dropdown-menu .dropdown-item .curve-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eHdtNEm-uNruNN3ewL .dropdown .dropdown-menu .dropdown-item .curve-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eHdtNEm-uNruNN3ewL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eHdtNEm-uNruNN3ewL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eHdtNEm-uNruNN3ewL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .eHdtNEm-uNruNN3ewL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.eHdtNEm-uNruNN3ewL .navbar.opened {
  transition: all 0.3s;
}
.eHdtNEm-uNruNN3ewL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.eHdtNEm-uNruNN3ewL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.eHdtNEm-uNruNN3ewL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.eHdtNEm-uNruNN3ewL .navbar.collapsed {
  justify-content: center;
}
.eHdtNEm-uNruNN3ewL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eHdtNEm-uNruNN3ewL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.eHdtNEm-uNruNN3ewL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eHdtNEm-uNruNN3ewL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eHdtNEm-uNruNN3ewL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eHdtNEm-uNruNN3ewL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.eHdtNEm-uNruNN3ewL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .eHdtNEm-uNruNN3ewL .navbar .nav-item {
    padding: .5rem 0;
  }
  .eHdtNEm-uNruNN3ewL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .eHdtNEm-uNruNN3ewL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eHdtNEm-uNruNN3ewL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eHdtNEm-uNruNN3ewL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .eHdtNEm-uNruNN3ewL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eHdtNEm-uNruNN3ewL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .eHdtNEm-uNruNN3ewL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .eHdtNEm-uNruNN3ewL .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .eHdtNEm-uNruNN3ewL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .eHdtNEm-uNruNN3ewL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .eHdtNEm-uNruNN3ewL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .eHdtNEm-uNruNN3ewL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eHdtNEm-uNruNN3ewL .navbar .icons-menu {
    padding: 0;
  }
}
.eHdtNEm-uNruNN3ewL .navbar.navbar-short {
  min-height: 60px;
}
.eHdtNEm-uNruNN3ewL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.eHdtNEm-uNruNN3ewL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.eHdtNEm-uNruNN3ewL .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;
}
.eHdtNEm-uNruNN3ewL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.eHdtNEm-uNruNN3ewL .navbar-brand .navbar-logo a {
  outline: none;
}
.eHdtNEm-uNruNN3ewL .dropdown-item.active,
.eHdtNEm-uNruNN3ewL .dropdown-item:active {
  background-color: transparent;
}
.eHdtNEm-uNruNN3ewL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .eHdtNEm-uNruNN3ewL .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.eHdtNEm-uNruNN3ewL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eHdtNEm-uNruNN3ewL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eHdtNEm-uNruNN3ewL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.eHdtNEm-uNruNN3ewL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.eHdtNEm-uNruNN3ewL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.eHdtNEm-uNruNN3ewL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffeb69;
}
.eHdtNEm-uNruNN3ewL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.eHdtNEm-uNruNN3ewL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eHdtNEm-uNruNN3ewL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eHdtNEm-uNruNN3ewL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eHdtNEm-uNruNN3ewL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eHdtNEm-uNruNN3ewL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eHdtNEm-uNruNN3ewL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eHdtNEm-uNruNN3ewL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eHdtNEm-uNruNN3ewL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eHdtNEm-uNruNN3ewL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.eHdtNEm-uNruNN3ewL .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) {
  .eHdtNEm-uNruNN3ewL .navbar {
    height: 70px;
  }
  .eHdtNEm-uNruNN3ewL .navbar.opened {
    height: auto;
  }
  .eHdtNEm-uNruNN3ewL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eHdtNEm-uNruNN3ewL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .eHdtNEm-uNruNN3ewL .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.eHdtNEm-uNruNN3ewL .curve-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.eHdtNEm-uNruNN3ewL .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .eHdtNEm-uNruNN3ewL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.eHdtNEm-uNruNN3ewL .text_widget {
  margin-bottom: 32px;
}
.eHdtNEm-uNruNN3ewL .text_widget a {
  transition: all 0.3s ease-out;
}
.eHdtNEm-uNruNN3ewL .text_widget a:hover,
.eHdtNEm-uNruNN3ewL .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .eHdtNEm-uNruNN3ewL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.eHdtNEm-uNruNN3ewL .icons-menu-main {
  display: flex;
}
.eHdtNEm-uNruNN3ewL .curve-section-subtitle {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNruNN3ewL .navbar-caption {
  color: #000000;
}
.eHdtNEm-uNruNN3ewL .curve-text {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNruNN3ewL .curve-section-subtitle,
.eHdtNEm-uNruNN3ewL .text_widget,
.eHdtNEm-uNruNN3ewL .curve-section-btn {
  text-align: center;
}
.eHdtNEm-uNruNN3ewL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.eHdtNEm-uNruNNGJ3i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e5e3ff;
}
.eHdtNEm-uNruNNGJ3i .curve-fallback-image.disabled {
  display: none;
}
.eHdtNEm-uNruNNGJ3i .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eHdtNEm-uNruNNGJ3i .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .eHdtNEm-uNruNNGJ3i .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNruNNGJ3i .container {
    padding: 0 16px;
  }
}
.eHdtNEm-uNruNNGJ3i .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNruNNGJ3i .row {
    margin: 0 10px;
  }
}
.eHdtNEm-uNruNNGJ3i .row .card {
  position: relative;
  padding: 0;
}
.eHdtNEm-uNruNNGJ3i .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #ffeb69;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .eHdtNEm-uNruNNGJ3i .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNruNNGJ3i .row .card .decor-wrapper {
    display: none;
  }
}
.eHdtNEm-uNruNNGJ3i .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #ffeb69;
  z-index: 1;
}
@media (max-width: 1300px) {
  .eHdtNEm-uNruNNGJ3i .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .eHdtNEm-uNruNNGJ3i .row .card .icon-decor {
    display: none;
  }
}
.eHdtNEm-uNruNNGJ3i .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .eHdtNEm-uNruNNGJ3i .title-wrapper {
    width: 100%;
  }
}
.eHdtNEm-uNruNNGJ3i .title-wrapper .curve-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .eHdtNEm-uNruNNGJ3i .title-wrapper .curve-section-title {
    margin-bottom: 20px;
  }
}
.eHdtNEm-uNruNNGJ3i .title-wrapper .curve-text {
  margin-bottom: 0;
}
.eHdtNEm-uNruNNGJ3i .curve-section-title {
  color: #000000;
  text-align: center;
}
.eHdtNEm-uNruNNGJ3i .curve-text {
  color: #000000;
}
.eHdtNEm-uNrXDV0bqe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0c2c68;
}
.eHdtNEm-uNrXDV0bqe .row {
  flex-direction: row-reverse;
}
.eHdtNEm-uNrXDV0bqe img {
  display: inline;
}
.eHdtNEm-uNrXDV0bqe .si {
  width: 100%;
}
.eHdtNEm-uNrXDV0bqe .si img {
  width: auto;
}
.eHdtNEm-uNrXDV0bqe .text {
  color: #ffffff;
}
.eHdtNEm-uNrXDV0bqe .text,
.eHdtNEm-uNrXDV0bqe .si {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNrXDV0bqe .copyright {
  color: #ffffff;
  text-align: center;
}
.eHdtNEm-uNrXDV0bqe .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .eHdtNEm-uNrXDV0bqe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .eHdtNEm-uNrXDV0bqe .list {
    margin-bottom: 0rem;
  }
}
.eHdtNEm-uNrXDV0bqe .list li {
  margin-bottom: .5rem;
}
.eHdtNEm-uNrXDV0bqe .curve-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .eHdtNEm-uNrXDV0bqe .logo {
    margin-top: 2rem;
  }
}
.eHdtNEm-uNrXDV0bqe .curve-section-subtitle {
  color: #ffffff;
  text-align: center;
}

/* 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 */
/* Main container for the cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  width: calc(100% - 40px);
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(100%);
  animation: slideIn 0.5s forwards;
  z-index: 1000;
}

/* Slide in animation */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header section: icon and message */
.cookie-banner .banner-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cookie-banner .banner-header img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.cookie-banner .banner-header p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* Buttons section */
.cookie-banner .banner-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.cookie-banner .banner-buttons button {
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  width: 100%;
}

.cookie-banner .banner-buttons button:hover {
  transform: scale(1.03);
}

/* Accept button design */
.cookie-banner .banner-buttons button#cookieAcceptBtn {
  background-color: #4caf50;
  color: #fff;
}

/* Reject button design */
.cookie-banner .banner-buttons button#cookieRejectBtn {
  background-color: #fff;
  color: #f44336;
  border: 2px solid #f44336;
}

.cookie-banner .banner-buttons button#cookieRejectBtn:hover {
  background-color: #ffe6e6;
}

/* Footer section with policy links */
.cookie-banner .banner-footer {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.cookie-banner .banner-footer a {
  color: #007bff;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: border-bottom 0.3s;
}

.cookie-banner .banner-footer a:hover {
  border-bottom: 1px dashed #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cookie-banner {
    max-width: 90%;
    padding: 15px;
    bottom: 15px;
    right: 15px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 15px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    max-width: 100%;
    bottom: 10px;
    right: 10px;
    padding: 10px;
  }
  .cookie-banner .banner-header img {
    width: 40px;
    height: 40px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 14px;
    padding: 8px;
  }
}

/* logoanimations */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: slideInFromLeft 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 6: text color flash */
a, button, .btn {
  transition: color 0.2s ease;
}
a:active, button:active, .btn:active {
  color: #00ff00;
}
/* endmainanimations */
