body {
  font-family: Albert Sans;
}
.display-1 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 10rem;
  line-height: 1.1;
}
.display-1 > .curve-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'Inconsolata', monospace;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .curve-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .curve-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Inconsolata', monospace;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .curve-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .curve-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((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: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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-2 {
  line-height: 1;
}
.display-5 {
  line-height: 1;
}
.display-7 {
  line-height: 1.2;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .display-2 {
    font-size: 2.1rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .display-2 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #17003b !important;
}
.bg-success {
  background-color: #6bffc7 !important;
}
.bg-info {
  background-color: #6500e0 !important;
}
.bg-warning {
  background-color: #fffa63 !important;
}
.bg-danger {
  background-color: #ffb18a !important;
}
.btn-primary {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-primary,
.btn-primary:active {
  background-color: #17003b !important;
  border-color: #17003b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-primary:hover {
  box-shadow: none;
  color: #17003b !important;
}
.btn-primary:hover:before {
  transform: translateX(0);
}
.btn-secondary {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff57be !important;
  border-color: #ff57be !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff009c !important;
  border-color: #ff009c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff009c !important;
  border-color: #ff009c !important;
}
.btn-secondary:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-secondary:hover {
  box-shadow: none;
  color: #ff57be !important;
}
.btn-secondary:hover:before {
  transform: translateX(0);
}
.btn-info {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-info,
.btn-info:active {
  background-color: #6500e0 !important;
  border-color: #6500e0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3e0089 !important;
  border-color: #3e0089 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3e0089 !important;
  border-color: #3e0089 !important;
}
.btn-info:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-info:hover {
  box-shadow: none;
  color: #6500e0 !important;
}
.btn-info:hover:before {
  transform: translateX(0);
}
.btn-success {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-success,
.btn-success:active {
  background-color: #6bffc7 !important;
  border-color: #6bffc7 !important;
  color: #006b43 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #00140d !important;
  background-color: #14ffa6 !important;
  border-color: #14ffa6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #006b43 !important;
  background-color: #14ffa6 !important;
  border-color: #14ffa6 !important;
}
.btn-success:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-success:hover {
  box-shadow: none;
  color: #6bffc7 !important;
}
.btn-success:hover:before {
  transform: translateX(0);
}
.btn-warning {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-warning,
.btn-warning:active {
  background-color: #fffa63 !important;
  border-color: #fffa63 !important;
  color: #636000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0c0c00 !important;
  background-color: #fff70c !important;
  border-color: #fff70c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #636000 !important;
  background-color: #fff70c !important;
  border-color: #fff70c !important;
}
.btn-warning:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-warning:hover {
  box-shadow: none;
  color: #fffa63 !important;
}
.btn-warning:hover:before {
  transform: translateX(0);
}
.btn-danger {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-danger:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-danger:hover {
  box-shadow: none;
  color: #ffb18a !important;
}
.btn-danger:hover:before {
  transform: translateX(0);
}
.btn-white {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-white:hover {
  box-shadow: none;
  color: #fafafa !important;
}
.btn-white:hover:before {
  transform: translateX(0);
}
.btn-black {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-black:hover {
  box-shadow: none;
  color: #232323 !important;
}
.btn-black:hover:before {
  transform: translateX(0);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #17003b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #17003b !important;
  border-color: #17003b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff57be;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff009c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff57be !important;
  border-color: #ff57be !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6500e0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3e0089 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6500e0 !important;
  border-color: #6500e0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6bffc7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #14ffa6 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #006b43 !important;
  background-color: #6bffc7 !important;
  border-color: #6bffc7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fffa63;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fff70c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #636000 !important;
  background-color: #fffa63 !important;
  border-color: #fffa63 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb18a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff7733 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #17003b !important;
}
.text-secondary {
  color: #ff57be !important;
}
.text-success {
  color: #6bffc7 !important;
}
.text-info {
  color: #6500e0 !important;
}
.text-warning {
  color: #fffa63 !important;
}
.text-danger {
  color: #ffb18a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #17003b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff57be !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6bffc7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6500e0 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fffa63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffb18a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !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: none;
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #17003b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6500e0;
}
.alert-warning {
  background-color: #fffa63;
}
.alert-danger {
  background-color: #ffb18a;
}
.curve-gallery-filter li.active .btn {
  background-color: #17003b;
  border-color: #17003b;
  color: #ffffff;
}
.curve-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #17003b;
}
.curve-plan-header.bg-primary .curve-plan-subtitle,
.curve-plan-header.bg-primary .curve-plan-price-desc {
  color: #7821ff;
}
.curve-plan-header.bg-success .curve-plan-subtitle,
.curve-plan-header.bg-success .curve-plan-price-desc {
  color: #ffffff;
}
.curve-plan-header.bg-info .curve-plan-subtitle,
.curve-plan-header.bg-info .curve-plan-price-desc {
  color: #d2adff;
}
.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: 'Albert Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .curve-iconfont {
  font-size: 1.625rem;
}
.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: #17003b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .curve-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #17003b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #17003b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #17003b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #17003b;
  border-bottom-color: #17003b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #17003b !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: #ff57be !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='%2317003b' %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;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: relative !important;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: absolute !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:before {
  font-family: interaction2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.kObQeG-uJjKXb29tN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover,
.kObQeG-uJjKXb29tN .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover span {
  color: white;
}
.kObQeG-uJjKXb29tN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.kObQeG-uJjKXb29tN .nav-link {
  position: relative;
}
.kObQeG-uJjKXb29tN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .container {
    flex-wrap: nowrap;
  }
}
.kObQeG-uJjKXb29tN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown-menu,
.kObQeG-uJjKXb29tN .navbar.opened {
  background: #6c4f9e !important;
}
.kObQeG-uJjKXb29tN .nav-item:focus,
.kObQeG-uJjKXb29tN .nav-link:focus {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #6c4f9e;
  backdrop-filter: blur(5px);
}
.kObQeG-uJjKXb29tN .navbar.opened {
  transition: all 0.3s;
}
.kObQeG-uJjKXb29tN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.kObQeG-uJjKXb29tN .navbar .navbar-logo img {
  width: auto;
}
.kObQeG-uJjKXb29tN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.kObQeG-uJjKXb29tN .navbar.collapsed {
  justify-content: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.kObQeG-uJjKXb29tN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.kObQeG-uJjKXb29tN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .kObQeG-uJjKXb29tN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .kObQeG-uJjKXb29tN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .kObQeG-uJjKXb29tN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.kObQeG-uJjKXb29tN .navbar.navbar-short {
  min-height: 60px;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.kObQeG-uJjKXb29tN .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;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-logo a {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown-item.active,
.kObQeG-uJjKXb29tN .dropdown-item:active {
  background-color: transparent;
}
.kObQeG-uJjKXb29tN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c4f9e;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.kObQeG-uJjKXb29tN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.kObQeG-uJjKXb29tN ul.navbar-nav {
  flex-wrap: wrap;
}
.kObQeG-uJjKXb29tN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.kObQeG-uJjKXb29tN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  padding: 0 1rem;
}
.kObQeG-uJjKXb29tN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kObQeG-uJjKXb29tN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kObQeG-uJjKXb29tN .navbar {
    height: 70px;
  }
  .kObQeG-uJjKXb29tN .navbar.opened {
    height: auto;
  }
  .kObQeG-uJjKXb29tN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.kObQeG-uJhCoiggKr {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/fon1.jpg-1184x896.jpg");
}
.kObQeG-uJhCoiggKr .curve-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.kObQeG-uJhCoiggKr .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .kObQeG-uJhCoiggKr {
    align-items: center;
  }
  .kObQeG-uJhCoiggKr .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .kObQeG-uJhCoiggKr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .kObQeG-uJhCoiggKr {
    -webkit-align-items: center;
    align-items: center;
  }
  .kObQeG-uJhCoiggKr .curve-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .kObQeG-uJhCoiggKr .content-wrap {
    width: 100%;
  }
}
.kObQeG-uJhCoiggKr .curve-section-title {
  text-align: center;
}
.kObQeG-uJhCoiggKr .curve-text,
.kObQeG-uJhCoiggKr .curve-section-btn {
  text-align: center;
}
.kObQeG-uJjvQ2bFSd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #6c4f9e;
  overflow: hidden;
}
.kObQeG-uJjvQ2bFSd .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJjvQ2bFSd .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJjvQ2bFSd .curve-text3 {
  line-height: 1.2;
  color: #000000;
}
.kObQeG-uJjvQ2bFSd .round {
  position: absolute;
  top: -900px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #6c4f9e;
}
@media (max-width: 992px) {
  .kObQeG-uJjvQ2bFSd .round {
    top: -700px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .kObQeG-uJjvQ2bFSd .round {
    height: 600px;
    top: -100px;
  }
}
.kObQeG-uJjvQ2bFSd .line {
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background: #242323;
  margin-bottom: 1rem;
}
.kObQeG-uJjvQ2bFSd .col-lg-3 {
  border-top: 2px solid lightgray;
  padding-top: 1rem;
}
.kObQeG-uJjvQ2bFSd .curve-text {
  line-height: 1.2;
  color: #000000;
}
.kObQeG-uJjvQ2bFSd .card-wrapper {
  overflow: hidden;
  background: #e8e3f6;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .kObQeG-uJjvQ2bFSd .card-wrapper {
    padding: 2rem 1rem;
  }
}
.kObQeG-uJjvQ2bFSd .image-wrapper {
  padding: 0 1rem;
}
.kObQeG-uJjvQ2bFSd .curve-section-title {
  color: #000000;
  text-align: center;
}
.kObQeG-uJjvQ2bFSd .curve-text,
.kObQeG-uJjvQ2bFSd .curve-section-btn {
  color: #f0466a;
}
.kObQeG-uJjvQ2bFSd .curve-card-title {
  color: #232323;
}
.kObQeG-uJjxz6imii {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #6c4f9e;
  overflow: hidden;
}
.kObQeG-uJjxz6imii .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJjxz6imii .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJjxz6imii .curve-text3 {
  line-height: 1.2;
  color: #000000;
}
.kObQeG-uJjxz6imii .round {
  position: absolute;
  top: -900px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #6c4f9e;
}
@media (max-width: 992px) {
  .kObQeG-uJjxz6imii .round {
    top: -700px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .kObQeG-uJjxz6imii .round {
    height: 600px;
    top: -100px;
  }
}
.kObQeG-uJjxz6imii .line {
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background: #242323;
  margin-bottom: 1rem;
}
.kObQeG-uJjxz6imii .col-lg-3 {
  border-top: 2px solid lightgray;
  padding-top: 1rem;
}
.kObQeG-uJjxz6imii .curve-text {
  line-height: 1.2;
  color: #000000;
}
.kObQeG-uJjxz6imii .card-wrapper {
  overflow: hidden;
  background: #e8e3f6;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .kObQeG-uJjxz6imii .card-wrapper {
    padding: 2rem 1rem;
  }
}
.kObQeG-uJjxz6imii .image-wrapper {
  padding: 0 1rem;
}
.kObQeG-uJjxz6imii .curve-section-title {
  color: #000000;
}
.kObQeG-uJjxz6imii .curve-text,
.kObQeG-uJjxz6imii .curve-section-btn {
  color: #f0466a;
}
.kObQeG-uJjxz6imii .curve-card-title {
  color: #232323;
}
.kObQeG-uJgWccU4TG {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hent1.jpg-1184x896.jpg");
}
.kObQeG-uJgWccU4TG .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJgWccU4TG .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJgWccU4TG .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .kObQeG-uJgWccU4TG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .kObQeG-uJgWccU4TG .container {
    padding: 0 20px;
  }
}
.kObQeG-uJgWccU4TG .content-wrapper .curve-section-title {
  padding: 60px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .kObQeG-uJgWccU4TG .content-wrapper .curve-section-title {
    padding: 46px 0;
  }
}
.kObQeG-uJgWccU4TG .content-wrapper .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
.kObQeG-uJgWccU4TG .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #e8e3f6;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .kObQeG-uJgWccU4TG .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.kObQeG-uJgWccU4TG .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
}
.kObQeG-uJgWccU4TG .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.kObQeG-uJgWccU4TG .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
.kObQeG-uJgWccU4TG .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .curve-iconfont {
  font-size: 48px;
  color: #6c4f9e;
  display: inline-flex;
}
.kObQeG-uJgWccU4TG .curve-section-title {
  color: #000000;
}
.kObQeG-uJgWccU4TG .card-number {
  color: #000000;
}
.kObQeG-uJgWccU4TG .card-title {
  color: #000000;
}
.kObQeG-uJgWccU4TG .curve-section-title,
.kObQeG-uJgWccU4TG .curve-section-btn {
  text-align: center;
}
.kObQeG-uJgWccU4TG .curve-section-title,
.kObQeG-uJgWccU4TG .curve-section-btn,
.kObQeG-uJgWccU4TG .image-wrapper {
  color: #ffffff;
}
.kObQeG-uJgWccU4TG .card-title,
.kObQeG-uJgWccU4TG .icon-wrapper {
  color: #000000;
  text-align: center;
}
.kObQeG-uJieyL8Hcj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c4f9e;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJieyL8Hcj .row {
  justify-content: center;
}
.kObQeG-uJieyL8Hcj .main-content {
  background-color: #6c4f9e;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
    width: 100%;
  }
}
.kObQeG-uJieyL8Hcj .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:last-child {
  margin-bottom: 0;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:hover,
.kObQeG-uJieyL8Hcj .list .item-wrap:focus {
  transform: translateX(14px);
}
.kObQeG-uJieyL8Hcj .curve-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.kObQeG-uJieyL8Hcj .curve-section-title {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .curve-text {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list,
.kObQeG-uJieyL8Hcj .item-wrap {
  color: #ffffff;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: relative !important;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: absolute !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:before {
  font-family: interaction2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.kObQeG-uJjKXb29tN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover,
.kObQeG-uJjKXb29tN .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover span {
  color: white;
}
.kObQeG-uJjKXb29tN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.kObQeG-uJjKXb29tN .nav-link {
  position: relative;
}
.kObQeG-uJjKXb29tN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .container {
    flex-wrap: nowrap;
  }
}
.kObQeG-uJjKXb29tN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown-menu,
.kObQeG-uJjKXb29tN .navbar.opened {
  background: #6c4f9e !important;
}
.kObQeG-uJjKXb29tN .nav-item:focus,
.kObQeG-uJjKXb29tN .nav-link:focus {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #6c4f9e;
  backdrop-filter: blur(5px);
}
.kObQeG-uJjKXb29tN .navbar.opened {
  transition: all 0.3s;
}
.kObQeG-uJjKXb29tN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.kObQeG-uJjKXb29tN .navbar .navbar-logo img {
  width: auto;
}
.kObQeG-uJjKXb29tN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.kObQeG-uJjKXb29tN .navbar.collapsed {
  justify-content: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.kObQeG-uJjKXb29tN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.kObQeG-uJjKXb29tN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .kObQeG-uJjKXb29tN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .kObQeG-uJjKXb29tN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .kObQeG-uJjKXb29tN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.kObQeG-uJjKXb29tN .navbar.navbar-short {
  min-height: 60px;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.kObQeG-uJjKXb29tN .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;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-logo a {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown-item.active,
.kObQeG-uJjKXb29tN .dropdown-item:active {
  background-color: transparent;
}
.kObQeG-uJjKXb29tN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c4f9e;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.kObQeG-uJjKXb29tN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.kObQeG-uJjKXb29tN ul.navbar-nav {
  flex-wrap: wrap;
}
.kObQeG-uJjKXb29tN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.kObQeG-uJjKXb29tN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  padding: 0 1rem;
}
.kObQeG-uJjKXb29tN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kObQeG-uJjKXb29tN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kObQeG-uJjKXb29tN .navbar {
    height: 70px;
  }
  .kObQeG-uJjKXb29tN .navbar.opened {
    height: auto;
  }
  .kObQeG-uJjKXb29tN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.kObQeG-uJhOZCfYYr {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/truf21.jpg-1184x896.jpg");
}
.kObQeG-uJhOZCfYYr .curve-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.kObQeG-uJhOZCfYYr .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .kObQeG-uJhOZCfYYr {
    align-items: null;
  }
  .kObQeG-uJhOZCfYYr .row {
    justify-content: center;
  }
}
.kObQeG-uJhOZCfYYr .img-wrap {
  display: flex;
  justify-content: center;
  margin-left: 1.5rem;
  margin-bottom: 2rem;
}
.kObQeG-uJhOZCfYYr .img-wrap img {
  width: 110px;
  border-radius: 50% !important;
  border: 3px solid white;
  margin-left: -1rem;
  object-fit: cover;
}
@media (max-width: 991px) and (min-width: 768px) {
  .kObQeG-uJhOZCfYYr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .kObQeG-uJhOZCfYYr {
    -webkit-align-items: center;
    align-items: center;
  }
  .kObQeG-uJhOZCfYYr .curve-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .kObQeG-uJhOZCfYYr .content-wrap {
    width: 100%;
  }
}
.kObQeG-uJhOZCfYYr .curve-section-title {
  text-align: center;
}
.kObQeG-uJhOZCfYYr .curve-text,
.kObQeG-uJhOZCfYYr .curve-section-btn {
  text-align: center;
}
.kObQeG-uJgYnpUh4F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c4f9e;
}
.kObQeG-uJgYnpUh4F .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJgYnpUh4F .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJgYnpUh4F .title-wrapper .curve-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .kObQeG-uJgYnpUh4F .title-wrapper .curve-section-title {
    margin-bottom: 46px;
  }
}
.kObQeG-uJgYnpUh4F .items-wrapper {
  margin: 0 -10px;
}
.kObQeG-uJgYnpUh4F .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .kObQeG-uJgYnpUh4F .item {
    margin-bottom: 16px;
  }
}
.kObQeG-uJgYnpUh4F .item:hover .item-wrapper .item-content .icon-wrapper,
.kObQeG-uJgYnpUh4F .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.kObQeG-uJgYnpUh4F .item:hover .item-wrapper .item-content .item-img,
.kObQeG-uJgYnpUh4F .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.kObQeG-uJgYnpUh4F .item:nth-child(2n) .item-wrapper {
  background-color: #e8e3f6;
}
.kObQeG-uJgYnpUh4F .item:nth-child(3n) .item-wrapper {
  background-color: #e8e3f6;
}
.kObQeG-uJgYnpUh4F .item:nth-child(4n) .item-wrapper {
  background-color: #e8e3f6;
}
.kObQeG-uJgYnpUh4F .item:nth-child(6n) .item-wrapper {
  background-color: #e8e3f6;
}
.kObQeG-uJgYnpUh4F .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #e8e3f6;
}
@media (max-width: 992px) {
  .kObQeG-uJgYnpUh4F .item .item-wrapper {
    padding: 46px 22px;
  }
}
.kObQeG-uJgYnpUh4F .item .item-wrapper .item-content {
  position: relative;
}
.kObQeG-uJgYnpUh4F .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.kObQeG-uJgYnpUh4F .item .item-wrapper .item-content .icon-wrapper .curve-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.kObQeG-uJgYnpUh4F .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.kObQeG-uJgYnpUh4F .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .kObQeG-uJgYnpUh4F .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.kObQeG-uJgYnpUh4F .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .kObQeG-uJgYnpUh4F .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.kObQeG-uJgYnpUh4F .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.kObQeG-uJgYnpUh4F .curve-section-title {
  color: #212529;
}
.kObQeG-uJgYnpUh4F .panel-title-edit {
  color: #212529;
}
.kObQeG-uJgYnpUh4F .panel-text {
  color: #51565c;
}
.kObQeG-uJgYnpUh4F .item-title {
  color: #000000;
  text-align: center;
}
.kObQeG-uJgYnpUh4F .item-text {
  color: #000000;
  text-align: center;
}
.kObQeG-uJgYof4doF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/draf23.jpg-1184x896.jpg");
}
.kObQeG-uJgYof4doF .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJgYof4doF .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJgYof4doF .title-wrapper .curve-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .kObQeG-uJgYof4doF .title-wrapper .curve-section-title {
    margin-bottom: 46px;
  }
}
.kObQeG-uJgYof4doF .items-wrapper {
  margin: 0 -10px;
}
.kObQeG-uJgYof4doF .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .kObQeG-uJgYof4doF .item {
    margin-bottom: 16px;
  }
}
.kObQeG-uJgYof4doF .item:hover .item-wrapper .item-content .icon-wrapper,
.kObQeG-uJgYof4doF .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.kObQeG-uJgYof4doF .item:hover .item-wrapper .item-content .item-img,
.kObQeG-uJgYof4doF .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.kObQeG-uJgYof4doF .item:nth-child(2n) .item-wrapper {
  background-color: #e8e3f6;
}
.kObQeG-uJgYof4doF .item:nth-child(3n) .item-wrapper {
  background-color: #e8e3f6;
}
.kObQeG-uJgYof4doF .item:nth-child(4n) .item-wrapper {
  background-color: #e8e3f6;
}
.kObQeG-uJgYof4doF .item:nth-child(6n) .item-wrapper {
  background-color: #e8e3f6;
}
.kObQeG-uJgYof4doF .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #e8e3f6;
}
@media (max-width: 992px) {
  .kObQeG-uJgYof4doF .item .item-wrapper {
    padding: 46px 22px;
  }
}
.kObQeG-uJgYof4doF .item .item-wrapper .item-content {
  position: relative;
}
.kObQeG-uJgYof4doF .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.kObQeG-uJgYof4doF .item .item-wrapper .item-content .icon-wrapper .curve-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.kObQeG-uJgYof4doF .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.kObQeG-uJgYof4doF .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .kObQeG-uJgYof4doF .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.kObQeG-uJgYof4doF .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .kObQeG-uJgYof4doF .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.kObQeG-uJgYof4doF .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.kObQeG-uJgYof4doF .curve-section-title {
  color: #212529;
}
.kObQeG-uJgYof4doF .panel-title-edit {
  color: #212529;
}
.kObQeG-uJgYof4doF .panel-text {
  color: #51565c;
}
.kObQeG-uJgYof4doF .item-title {
  color: #000000;
  text-align: center;
}
.kObQeG-uJgYof4doF .item-text {
  color: #000000;
  text-align: center;
}
.kObQeG-uJieyL8Hcj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c4f9e;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJieyL8Hcj .row {
  justify-content: center;
}
.kObQeG-uJieyL8Hcj .main-content {
  background-color: #6c4f9e;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
    width: 100%;
  }
}
.kObQeG-uJieyL8Hcj .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:last-child {
  margin-bottom: 0;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:hover,
.kObQeG-uJieyL8Hcj .list .item-wrap:focus {
  transform: translateX(14px);
}
.kObQeG-uJieyL8Hcj .curve-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.kObQeG-uJieyL8Hcj .curve-section-title {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .curve-text {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list,
.kObQeG-uJieyL8Hcj .item-wrap {
  color: #ffffff;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: relative !important;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: absolute !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:before {
  font-family: interaction2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.kObQeG-uJjKXb29tN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover,
.kObQeG-uJjKXb29tN .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover span {
  color: white;
}
.kObQeG-uJjKXb29tN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.kObQeG-uJjKXb29tN .nav-link {
  position: relative;
}
.kObQeG-uJjKXb29tN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .container {
    flex-wrap: nowrap;
  }
}
.kObQeG-uJjKXb29tN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown-menu,
.kObQeG-uJjKXb29tN .navbar.opened {
  background: #6c4f9e !important;
}
.kObQeG-uJjKXb29tN .nav-item:focus,
.kObQeG-uJjKXb29tN .nav-link:focus {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #6c4f9e;
  backdrop-filter: blur(5px);
}
.kObQeG-uJjKXb29tN .navbar.opened {
  transition: all 0.3s;
}
.kObQeG-uJjKXb29tN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.kObQeG-uJjKXb29tN .navbar .navbar-logo img {
  width: auto;
}
.kObQeG-uJjKXb29tN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.kObQeG-uJjKXb29tN .navbar.collapsed {
  justify-content: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.kObQeG-uJjKXb29tN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.kObQeG-uJjKXb29tN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .kObQeG-uJjKXb29tN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .kObQeG-uJjKXb29tN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .kObQeG-uJjKXb29tN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.kObQeG-uJjKXb29tN .navbar.navbar-short {
  min-height: 60px;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.kObQeG-uJjKXb29tN .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;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-logo a {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown-item.active,
.kObQeG-uJjKXb29tN .dropdown-item:active {
  background-color: transparent;
}
.kObQeG-uJjKXb29tN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c4f9e;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.kObQeG-uJjKXb29tN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.kObQeG-uJjKXb29tN ul.navbar-nav {
  flex-wrap: wrap;
}
.kObQeG-uJjKXb29tN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.kObQeG-uJjKXb29tN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  padding: 0 1rem;
}
.kObQeG-uJjKXb29tN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kObQeG-uJjKXb29tN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kObQeG-uJjKXb29tN .navbar {
    height: 70px;
  }
  .kObQeG-uJjKXb29tN .navbar.opened {
    height: auto;
  }
  .kObQeG-uJjKXb29tN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.kObQeG-uJhvPlVgkn {
  display: flex;
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/gader23.jpg-1184x896.jpg");
}
.kObQeG-uJhvPlVgkn .curve-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.kObQeG-uJhvPlVgkn .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .kObQeG-uJhvPlVgkn {
    align-items: center;
  }
  .kObQeG-uJhvPlVgkn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .kObQeG-uJhvPlVgkn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .kObQeG-uJhvPlVgkn {
    -webkit-align-items: center;
    align-items: center;
  }
  .kObQeG-uJhvPlVgkn .curve-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .kObQeG-uJhvPlVgkn .content-wrap {
    width: 100%;
  }
}
.kObQeG-uJhvPlVgkn .curve-section-title {
  text-align: center;
  color: #ffffff;
}
.kObQeG-uJhvPlVgkn .curve-text,
.kObQeG-uJhvPlVgkn .curve-section-btn {
  text-align: center;
  color: #ffffff;
}
.kObQeG-uJhvPlVgkn .curve-section-subtitle {
  color: #ca9236;
}
.kObQeG-uJhx4258eC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c4f9e;
}
.kObQeG-uJhx4258eC .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJhx4258eC .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .kObQeG-uJhx4258eC .container {
    padding: 0 30px;
  }
}
.kObQeG-uJhx4258eC .items-wrapper .item:first-child {
  position: relative;
}
.kObQeG-uJhx4258eC .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #e8e3f6;
  opacity: .9;
}
.kObQeG-uJhx4258eC .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.kObQeG-uJhx4258eC .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #e8e3f6;
}
.kObQeG-uJhx4258eC .items-wrapper .item:last-child {
  position: relative;
}
.kObQeG-uJhx4258eC .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #e8e3f6;
  opacity: .9;
}
.kObQeG-uJhx4258eC .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.kObQeG-uJhx4258eC .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .kObQeG-uJhx4258eC .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.kObQeG-uJhx4258eC .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .kObQeG-uJhx4258eC .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.kObQeG-uJhx4258eC .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .kObQeG-uJhx4258eC .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.kObQeG-uJhx4258eC .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.kObQeG-uJhx4258eC .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .kObQeG-uJhx4258eC .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.kObQeG-uJhx4258eC .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.kObQeG-uJhx4258eC .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.kObQeG-uJhx4258eC .item-title {
  color: #144031;
}
.kObQeG-uJhx4258eC .item-text {
  color: #ffffff;
  text-align: center;
}
.kObQeG-uJhx4258eC .item-title,
.kObQeG-uJhx4258eC .curve-section-btn {
  color: #ffffff;
  text-align: center;
}
.kObQeG-uJhxa3k6jJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/grat1.jpg-1184x896.jpg");
}
.kObQeG-uJhxa3k6jJ .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJhxa3k6jJ .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .kObQeG-uJhxa3k6jJ .container {
    padding: 0 16px;
  }
}
.kObQeG-uJhxa3k6jJ .row {
  justify-content: center;
  margin: 0 -14px;
}
.kObQeG-uJhxa3k6jJ .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.kObQeG-uJhxa3k6jJ .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #e8e3f6;
}
.kObQeG-uJhxa3k6jJ .item .item-wrapper {
  height: 100%;
}
.kObQeG-uJhxa3k6jJ .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #e8e3f6;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .kObQeG-uJhxa3k6jJ .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.kObQeG-uJhxa3k6jJ .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.kObQeG-uJhxa3k6jJ .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.kObQeG-uJhxa3k6jJ .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.kObQeG-uJhxa3k6jJ .curve-section-btn {
  margin-top: 12px;
  text-align: center;
}
.kObQeG-uJhxa3k6jJ .item-emoji {
  color: #000000;
  text-align: center;
}
.kObQeG-uJhxa3k6jJ .item-title {
  color: #000000;
}
.kObQeG-uJhxa3k6jJ .item-text {
  color: #000000;
  text-align: center;
}
.kObQeG-uJhxa3k6jJ .item-title,
.kObQeG-uJhxa3k6jJ .curve-section-btn {
  color: #000000;
  text-align: center;
}
.kObQeG-uJhx7oU3pL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c4f9e;
}
.kObQeG-uJhx7oU3pL .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJhx7oU3pL .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .kObQeG-uJhx7oU3pL .container {
    padding: 0 30px;
  }
}
.kObQeG-uJhx7oU3pL .items-wrapper .item:first-child {
  position: relative;
}
.kObQeG-uJhx7oU3pL .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #e8e3f6;
  opacity: .9;
}
.kObQeG-uJhx7oU3pL .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.kObQeG-uJhx7oU3pL .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #e8e3f6;
}
.kObQeG-uJhx7oU3pL .items-wrapper .item:last-child {
  position: relative;
}
.kObQeG-uJhx7oU3pL .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #e8e3f6;
  opacity: .9;
}
.kObQeG-uJhx7oU3pL .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.kObQeG-uJhx7oU3pL .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .kObQeG-uJhx7oU3pL .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.kObQeG-uJhx7oU3pL .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .kObQeG-uJhx7oU3pL .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.kObQeG-uJhx7oU3pL .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .kObQeG-uJhx7oU3pL .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.kObQeG-uJhx7oU3pL .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.kObQeG-uJhx7oU3pL .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .kObQeG-uJhx7oU3pL .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.kObQeG-uJhx7oU3pL .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.kObQeG-uJhx7oU3pL .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.kObQeG-uJhx7oU3pL .item-title {
  color: #144031;
}
.kObQeG-uJhx7oU3pL .item-text {
  color: #ffffff;
  text-align: center;
}
.kObQeG-uJhx7oU3pL .item-title,
.kObQeG-uJhx7oU3pL .curve-section-btn {
  color: #ffffff;
  text-align: center;
}
.kObQeG-uJhxaZPPu4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/grat2.jpg-1184x896.jpg");
}
.kObQeG-uJhxaZPPu4 .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJhxaZPPu4 .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .kObQeG-uJhxaZPPu4 .container {
    padding: 0 16px;
  }
}
.kObQeG-uJhxaZPPu4 .row {
  justify-content: center;
  margin: 0 -14px;
}
.kObQeG-uJhxaZPPu4 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.kObQeG-uJhxaZPPu4 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #e8e3f6;
}
.kObQeG-uJhxaZPPu4 .item .item-wrapper {
  height: 100%;
}
.kObQeG-uJhxaZPPu4 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #e8e3f6;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .kObQeG-uJhxaZPPu4 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.kObQeG-uJhxaZPPu4 .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.kObQeG-uJhxaZPPu4 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.kObQeG-uJhxaZPPu4 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.kObQeG-uJhxaZPPu4 .curve-section-btn {
  margin-top: 12px;
  text-align: center;
}
.kObQeG-uJhxaZPPu4 .item-emoji {
  color: #000000;
  text-align: center;
}
.kObQeG-uJhxaZPPu4 .item-title {
  color: #000000;
}
.kObQeG-uJhxaZPPu4 .item-text {
  color: #000000;
  text-align: center;
}
.kObQeG-uJhxaZPPu4 .item-title,
.kObQeG-uJhxaZPPu4 .curve-section-btn {
  color: #000000;
  text-align: center;
}
.kObQeG-uJieyL8Hcj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c4f9e;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJieyL8Hcj .row {
  justify-content: center;
}
.kObQeG-uJieyL8Hcj .main-content {
  background-color: #6c4f9e;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
    width: 100%;
  }
}
.kObQeG-uJieyL8Hcj .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:last-child {
  margin-bottom: 0;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:hover,
.kObQeG-uJieyL8Hcj .list .item-wrap:focus {
  transform: translateX(14px);
}
.kObQeG-uJieyL8Hcj .curve-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.kObQeG-uJieyL8Hcj .curve-section-title {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .curve-text {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list,
.kObQeG-uJieyL8Hcj .item-wrap {
  color: #ffffff;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: relative !important;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: absolute !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:before {
  font-family: interaction2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.kObQeG-uJjKXb29tN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover,
.kObQeG-uJjKXb29tN .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover span {
  color: white;
}
.kObQeG-uJjKXb29tN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.kObQeG-uJjKXb29tN .nav-link {
  position: relative;
}
.kObQeG-uJjKXb29tN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .container {
    flex-wrap: nowrap;
  }
}
.kObQeG-uJjKXb29tN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown-menu,
.kObQeG-uJjKXb29tN .navbar.opened {
  background: #6c4f9e !important;
}
.kObQeG-uJjKXb29tN .nav-item:focus,
.kObQeG-uJjKXb29tN .nav-link:focus {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #6c4f9e;
  backdrop-filter: blur(5px);
}
.kObQeG-uJjKXb29tN .navbar.opened {
  transition: all 0.3s;
}
.kObQeG-uJjKXb29tN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.kObQeG-uJjKXb29tN .navbar .navbar-logo img {
  width: auto;
}
.kObQeG-uJjKXb29tN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.kObQeG-uJjKXb29tN .navbar.collapsed {
  justify-content: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.kObQeG-uJjKXb29tN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.kObQeG-uJjKXb29tN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .kObQeG-uJjKXb29tN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .kObQeG-uJjKXb29tN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .kObQeG-uJjKXb29tN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.kObQeG-uJjKXb29tN .navbar.navbar-short {
  min-height: 60px;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.kObQeG-uJjKXb29tN .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;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-logo a {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown-item.active,
.kObQeG-uJjKXb29tN .dropdown-item:active {
  background-color: transparent;
}
.kObQeG-uJjKXb29tN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c4f9e;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.kObQeG-uJjKXb29tN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.kObQeG-uJjKXb29tN ul.navbar-nav {
  flex-wrap: wrap;
}
.kObQeG-uJjKXb29tN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.kObQeG-uJjKXb29tN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  padding: 0 1rem;
}
.kObQeG-uJjKXb29tN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kObQeG-uJjKXb29tN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kObQeG-uJjKXb29tN .navbar {
    height: 70px;
  }
  .kObQeG-uJjKXb29tN .navbar.opened {
    height: auto;
  }
  .kObQeG-uJjKXb29tN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.kObQeG-uJhzpvD5mA {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #6c4f9e;
}
.kObQeG-uJhzpvD5mA .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJhzpvD5mA .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJhzpvD5mA .row {
  margin: 0 -8px;
}
.kObQeG-uJhzpvD5mA .row .card {
  padding: 0 8px;
}
.kObQeG-uJhzpvD5mA .card-wrapper {
  padding: 75px 64px;
  background-color: #e8e3f6;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .kObQeG-uJhzpvD5mA .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .kObQeG-uJhzpvD5mA .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.kObQeG-uJhzpvD5mA .card-wrapper .card-wrap {
  width: 100%;
}
.kObQeG-uJhzpvD5mA .card-wrapper .card-wrap .curve-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .kObQeG-uJhzpvD5mA .card-wrapper .card-wrap .curve-section-title {
    margin-bottom: 24px;
  }
}
.kObQeG-uJhzpvD5mA .card-wrapper .card-wrap .text-wrapper .curve-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .kObQeG-uJhzpvD5mA .card-wrapper .card-wrap .text-wrapper .curve-text {
    width: 100%;
  }
}
.kObQeG-uJhzpvD5mA .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .kObQeG-uJhzpvD5mA .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.kObQeG-uJhzpvD5mA .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.kObQeG-uJhzpvD5mA .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.kObQeG-uJhzpvD5mA .card-wrapper .card-wrap .logo-wrapper .logo-wrap .curve-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.kObQeG-uJhzpvD5mA .card-wrapper .card-wrap .curve-section-btn .btn {
  margin-bottom: 0;
}
.kObQeG-uJhzpvD5mA .image-wrapper {
  height: 100%;
}
.kObQeG-uJhzpvD5mA .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.kObQeG-uJhzpvD5mA .curve-section-title {
  color: #2c2c26;
  text-align: center;
}
.kObQeG-uJhzpvD5mA .curve-text,
.kObQeG-uJhzpvD5mA .text-wrapper {
  color: #000000;
  text-align: center;
}
.kObQeG-uJhzpvD5mA .logo-wrapper,
.kObQeG-uJhzpvD5mA .curve-desc {
  text-align: center;
}
.kObQeG-uJhzpvD5mA .curve-desc {
  color: #63635d;
}
.kObQeG-uJhzpvD5mA .curve-section-title,
.kObQeG-uJhzpvD5mA .curve-section-btn {
  color: #000000;
}
.kObQeG-uJieyL8Hcj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c4f9e;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJieyL8Hcj .row {
  justify-content: center;
}
.kObQeG-uJieyL8Hcj .main-content {
  background-color: #6c4f9e;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
    width: 100%;
  }
}
.kObQeG-uJieyL8Hcj .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:last-child {
  margin-bottom: 0;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:hover,
.kObQeG-uJieyL8Hcj .list .item-wrap:focus {
  transform: translateX(14px);
}
.kObQeG-uJieyL8Hcj .curve-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.kObQeG-uJieyL8Hcj .curve-section-title {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .curve-text {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list,
.kObQeG-uJieyL8Hcj .item-wrap {
  color: #ffffff;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: relative !important;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: absolute !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:before {
  font-family: interaction2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.kObQeG-uJjKXb29tN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover,
.kObQeG-uJjKXb29tN .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover span {
  color: white;
}
.kObQeG-uJjKXb29tN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.kObQeG-uJjKXb29tN .nav-link {
  position: relative;
}
.kObQeG-uJjKXb29tN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .container {
    flex-wrap: nowrap;
  }
}
.kObQeG-uJjKXb29tN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown-menu,
.kObQeG-uJjKXb29tN .navbar.opened {
  background: #6c4f9e !important;
}
.kObQeG-uJjKXb29tN .nav-item:focus,
.kObQeG-uJjKXb29tN .nav-link:focus {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #6c4f9e;
  backdrop-filter: blur(5px);
}
.kObQeG-uJjKXb29tN .navbar.opened {
  transition: all 0.3s;
}
.kObQeG-uJjKXb29tN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.kObQeG-uJjKXb29tN .navbar .navbar-logo img {
  width: auto;
}
.kObQeG-uJjKXb29tN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.kObQeG-uJjKXb29tN .navbar.collapsed {
  justify-content: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.kObQeG-uJjKXb29tN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.kObQeG-uJjKXb29tN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .kObQeG-uJjKXb29tN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .kObQeG-uJjKXb29tN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .kObQeG-uJjKXb29tN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.kObQeG-uJjKXb29tN .navbar.navbar-short {
  min-height: 60px;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.kObQeG-uJjKXb29tN .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;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-logo a {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown-item.active,
.kObQeG-uJjKXb29tN .dropdown-item:active {
  background-color: transparent;
}
.kObQeG-uJjKXb29tN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c4f9e;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.kObQeG-uJjKXb29tN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.kObQeG-uJjKXb29tN ul.navbar-nav {
  flex-wrap: wrap;
}
.kObQeG-uJjKXb29tN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.kObQeG-uJjKXb29tN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  padding: 0 1rem;
}
.kObQeG-uJjKXb29tN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kObQeG-uJjKXb29tN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kObQeG-uJjKXb29tN .navbar {
    height: 70px;
  }
  .kObQeG-uJjKXb29tN .navbar.opened {
    height: auto;
  }
  .kObQeG-uJjKXb29tN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.kObQeG-uJjIlYIyhE {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #e8e3f6;
}
.kObQeG-uJjIlYIyhE .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJjIlYIyhE .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJjIlYIyhE .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .kObQeG-uJjIlYIyhE .content-wrapper {
    display: block;
    padding: 0;
  }
}
.kObQeG-uJjIlYIyhE .content-wrapper .title-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .kObQeG-uJjIlYIyhE .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.kObQeG-uJjIlYIyhE .content-wrapper .title-wrapper .curve-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .kObQeG-uJjIlYIyhE .content-wrapper .title-wrapper .curve-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.kObQeG-uJjIlYIyhE .content-wrapper .form-wrapper {
  width: 50%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .kObQeG-uJjIlYIyhE .content-wrapper .form-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.kObQeG-uJjIlYIyhE .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.kObQeG-uJjIlYIyhE .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.kObQeG-uJjIlYIyhE .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
}
.kObQeG-uJjIlYIyhE .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px;
  border: 3px solid #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
  background-color: #b9a8e0;
  line-height: 1 !important;
}
.kObQeG-uJjIlYIyhE .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.kObQeG-uJjIlYIyhE .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 3px solid #000000 !important;
}
.kObQeG-uJjIlYIyhE .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .6;
}
.kObQeG-uJjIlYIyhE .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.kObQeG-uJjIlYIyhE .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.kObQeG-uJjIlYIyhE .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.kObQeG-uJjIlYIyhE .content-wrapper .form-wrapper .dragArea.row .curve-section-btn {
  width: 100%;
}
.kObQeG-uJjIlYIyhE .curve-section-title {
  color: #050f0f;
  text-align: center;
}
.kObQeG-uJjIlYIyhE label {
  color: #050f0f;
}
.kObQeG-uJieyL8Hcj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c4f9e;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJieyL8Hcj .row {
  justify-content: center;
}
.kObQeG-uJieyL8Hcj .main-content {
  background-color: #6c4f9e;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
    width: 100%;
  }
}
.kObQeG-uJieyL8Hcj .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:last-child {
  margin-bottom: 0;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:hover,
.kObQeG-uJieyL8Hcj .list .item-wrap:focus {
  transform: translateX(14px);
}
.kObQeG-uJieyL8Hcj .curve-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.kObQeG-uJieyL8Hcj .curve-section-title {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .curve-text {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list,
.kObQeG-uJieyL8Hcj .item-wrap {
  color: #ffffff;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: relative !important;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: absolute !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:before {
  font-family: interaction2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.kObQeG-uJjKXb29tN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover,
.kObQeG-uJjKXb29tN .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover span {
  color: white;
}
.kObQeG-uJjKXb29tN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.kObQeG-uJjKXb29tN .nav-link {
  position: relative;
}
.kObQeG-uJjKXb29tN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .container {
    flex-wrap: nowrap;
  }
}
.kObQeG-uJjKXb29tN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown-menu,
.kObQeG-uJjKXb29tN .navbar.opened {
  background: #6c4f9e !important;
}
.kObQeG-uJjKXb29tN .nav-item:focus,
.kObQeG-uJjKXb29tN .nav-link:focus {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #6c4f9e;
  backdrop-filter: blur(5px);
}
.kObQeG-uJjKXb29tN .navbar.opened {
  transition: all 0.3s;
}
.kObQeG-uJjKXb29tN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.kObQeG-uJjKXb29tN .navbar .navbar-logo img {
  width: auto;
}
.kObQeG-uJjKXb29tN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.kObQeG-uJjKXb29tN .navbar.collapsed {
  justify-content: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.kObQeG-uJjKXb29tN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.kObQeG-uJjKXb29tN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .kObQeG-uJjKXb29tN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .kObQeG-uJjKXb29tN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .kObQeG-uJjKXb29tN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.kObQeG-uJjKXb29tN .navbar.navbar-short {
  min-height: 60px;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.kObQeG-uJjKXb29tN .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;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-logo a {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown-item.active,
.kObQeG-uJjKXb29tN .dropdown-item:active {
  background-color: transparent;
}
.kObQeG-uJjKXb29tN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c4f9e;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.kObQeG-uJjKXb29tN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.kObQeG-uJjKXb29tN ul.navbar-nav {
  flex-wrap: wrap;
}
.kObQeG-uJjKXb29tN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.kObQeG-uJjKXb29tN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  padding: 0 1rem;
}
.kObQeG-uJjKXb29tN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kObQeG-uJjKXb29tN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kObQeG-uJjKXb29tN .navbar {
    height: 70px;
  }
  .kObQeG-uJjKXb29tN .navbar.opened {
    height: auto;
  }
  .kObQeG-uJjKXb29tN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.kObQeG-uJhAVu48wf {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e8e3f6;
}
.kObQeG-uJhAVu48wf .curve-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .kObQeG-uJhAVu48wf .display-1 {
    font-size: 5rem;
  }
}
.kObQeG-uJhAVu48wf h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .kObQeG-uJhAVu48wf {
    -webkit-align-items: center;
    align-items: center;
  }
  .kObQeG-uJhAVu48wf .display-1 {
    font-size: 2.8rem;
  }
  .kObQeG-uJhAVu48wf .curve-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .kObQeG-uJhAVu48wf .content-wrap {
    width: 100%;
  }
}
.kObQeG-uJhAVu48wf .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJhAVu48wf .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .kObQeG-uJhAVu48wf .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .kObQeG-uJhAVu48wf {
    align-items: center;
  }
  .kObQeG-uJhAVu48wf .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .kObQeG-uJhAVu48wf .content-wrap {
    min-width: 50%;
  }
}
.kObQeG-uJhAVu48wf .curve-section-title {
  text-align: center;
  color: #000000;
}
.kObQeG-uJhAVu48wf .curve-text,
.kObQeG-uJhAVu48wf .curve-section-btn {
  text-align: left;
  color: #000000;
}
.kObQeG-uJieyL8Hcj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c4f9e;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJieyL8Hcj .row {
  justify-content: center;
}
.kObQeG-uJieyL8Hcj .main-content {
  background-color: #6c4f9e;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
    width: 100%;
  }
}
.kObQeG-uJieyL8Hcj .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:last-child {
  margin-bottom: 0;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:hover,
.kObQeG-uJieyL8Hcj .list .item-wrap:focus {
  transform: translateX(14px);
}
.kObQeG-uJieyL8Hcj .curve-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.kObQeG-uJieyL8Hcj .curve-section-title {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .curve-text {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list,
.kObQeG-uJieyL8Hcj .item-wrap {
  color: #ffffff;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: relative !important;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: absolute !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:before {
  font-family: interaction2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.kObQeG-uJjKXb29tN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover,
.kObQeG-uJjKXb29tN .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover span {
  color: white;
}
.kObQeG-uJjKXb29tN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.kObQeG-uJjKXb29tN .nav-link {
  position: relative;
}
.kObQeG-uJjKXb29tN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .container {
    flex-wrap: nowrap;
  }
}
.kObQeG-uJjKXb29tN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown-menu,
.kObQeG-uJjKXb29tN .navbar.opened {
  background: #6c4f9e !important;
}
.kObQeG-uJjKXb29tN .nav-item:focus,
.kObQeG-uJjKXb29tN .nav-link:focus {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #6c4f9e;
  backdrop-filter: blur(5px);
}
.kObQeG-uJjKXb29tN .navbar.opened {
  transition: all 0.3s;
}
.kObQeG-uJjKXb29tN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.kObQeG-uJjKXb29tN .navbar .navbar-logo img {
  width: auto;
}
.kObQeG-uJjKXb29tN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.kObQeG-uJjKXb29tN .navbar.collapsed {
  justify-content: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.kObQeG-uJjKXb29tN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.kObQeG-uJjKXb29tN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .kObQeG-uJjKXb29tN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .kObQeG-uJjKXb29tN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .kObQeG-uJjKXb29tN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.kObQeG-uJjKXb29tN .navbar.navbar-short {
  min-height: 60px;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.kObQeG-uJjKXb29tN .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;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-logo a {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown-item.active,
.kObQeG-uJjKXb29tN .dropdown-item:active {
  background-color: transparent;
}
.kObQeG-uJjKXb29tN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c4f9e;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.kObQeG-uJjKXb29tN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.kObQeG-uJjKXb29tN ul.navbar-nav {
  flex-wrap: wrap;
}
.kObQeG-uJjKXb29tN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.kObQeG-uJjKXb29tN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  padding: 0 1rem;
}
.kObQeG-uJjKXb29tN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kObQeG-uJjKXb29tN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kObQeG-uJjKXb29tN .navbar {
    height: 70px;
  }
  .kObQeG-uJjKXb29tN .navbar.opened {
    height: auto;
  }
  .kObQeG-uJjKXb29tN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.kObQeG-uJhB7SmFGX {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e8e3f6;
}
.kObQeG-uJhB7SmFGX .curve-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .kObQeG-uJhB7SmFGX .display-1 {
    font-size: 5rem;
  }
}
.kObQeG-uJhB7SmFGX h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .kObQeG-uJhB7SmFGX {
    -webkit-align-items: center;
    align-items: center;
  }
  .kObQeG-uJhB7SmFGX .display-1 {
    font-size: 2.8rem;
  }
  .kObQeG-uJhB7SmFGX .curve-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .kObQeG-uJhB7SmFGX .content-wrap {
    width: 100%;
  }
}
.kObQeG-uJhB7SmFGX .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJhB7SmFGX .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .kObQeG-uJhB7SmFGX .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .kObQeG-uJhB7SmFGX {
    align-items: center;
  }
  .kObQeG-uJhB7SmFGX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .kObQeG-uJhB7SmFGX .content-wrap {
    min-width: 50%;
  }
}
.kObQeG-uJhB7SmFGX .curve-section-title {
  text-align: center;
  color: #000000;
}
.kObQeG-uJhB7SmFGX .curve-text,
.kObQeG-uJhB7SmFGX .curve-section-btn {
  text-align: left;
  color: #000000;
}
.kObQeG-uJieyL8Hcj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c4f9e;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJieyL8Hcj .row {
  justify-content: center;
}
.kObQeG-uJieyL8Hcj .main-content {
  background-color: #6c4f9e;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
    width: 100%;
  }
}
.kObQeG-uJieyL8Hcj .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:last-child {
  margin-bottom: 0;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:hover,
.kObQeG-uJieyL8Hcj .list .item-wrap:focus {
  transform: translateX(14px);
}
.kObQeG-uJieyL8Hcj .curve-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.kObQeG-uJieyL8Hcj .curve-section-title {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .curve-text {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list,
.kObQeG-uJieyL8Hcj .item-wrap {
  color: #ffffff;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: relative !important;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: absolute !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:before {
  font-family: interaction2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.kObQeG-uJjKXb29tN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover,
.kObQeG-uJjKXb29tN .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover span {
  color: white;
}
.kObQeG-uJjKXb29tN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.kObQeG-uJjKXb29tN .nav-link {
  position: relative;
}
.kObQeG-uJjKXb29tN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .container {
    flex-wrap: nowrap;
  }
}
.kObQeG-uJjKXb29tN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown-menu,
.kObQeG-uJjKXb29tN .navbar.opened {
  background: #6c4f9e !important;
}
.kObQeG-uJjKXb29tN .nav-item:focus,
.kObQeG-uJjKXb29tN .nav-link:focus {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #6c4f9e;
  backdrop-filter: blur(5px);
}
.kObQeG-uJjKXb29tN .navbar.opened {
  transition: all 0.3s;
}
.kObQeG-uJjKXb29tN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.kObQeG-uJjKXb29tN .navbar .navbar-logo img {
  width: auto;
}
.kObQeG-uJjKXb29tN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.kObQeG-uJjKXb29tN .navbar.collapsed {
  justify-content: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.kObQeG-uJjKXb29tN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.kObQeG-uJjKXb29tN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .kObQeG-uJjKXb29tN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .kObQeG-uJjKXb29tN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .kObQeG-uJjKXb29tN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.kObQeG-uJjKXb29tN .navbar.navbar-short {
  min-height: 60px;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.kObQeG-uJjKXb29tN .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;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-logo a {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown-item.active,
.kObQeG-uJjKXb29tN .dropdown-item:active {
  background-color: transparent;
}
.kObQeG-uJjKXb29tN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c4f9e;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.kObQeG-uJjKXb29tN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.kObQeG-uJjKXb29tN ul.navbar-nav {
  flex-wrap: wrap;
}
.kObQeG-uJjKXb29tN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.kObQeG-uJjKXb29tN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  padding: 0 1rem;
}
.kObQeG-uJjKXb29tN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kObQeG-uJjKXb29tN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kObQeG-uJjKXb29tN .navbar {
    height: 70px;
  }
  .kObQeG-uJjKXb29tN .navbar.opened {
    height: auto;
  }
  .kObQeG-uJjKXb29tN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.kObQeG-uJhBp4JpDA {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e8e3f6;
}
.kObQeG-uJhBp4JpDA .curve-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .kObQeG-uJhBp4JpDA .display-1 {
    font-size: 5rem;
  }
}
.kObQeG-uJhBp4JpDA h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .kObQeG-uJhBp4JpDA {
    -webkit-align-items: center;
    align-items: center;
  }
  .kObQeG-uJhBp4JpDA .display-1 {
    font-size: 2.8rem;
  }
  .kObQeG-uJhBp4JpDA .curve-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .kObQeG-uJhBp4JpDA .content-wrap {
    width: 100%;
  }
}
.kObQeG-uJhBp4JpDA .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJhBp4JpDA .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .kObQeG-uJhBp4JpDA .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .kObQeG-uJhBp4JpDA {
    align-items: center;
  }
  .kObQeG-uJhBp4JpDA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .kObQeG-uJhBp4JpDA .content-wrap {
    min-width: 50%;
  }
}
.kObQeG-uJhBp4JpDA .curve-section-title {
  text-align: center;
  color: #000000;
}
.kObQeG-uJhBp4JpDA .curve-text,
.kObQeG-uJhBp4JpDA .curve-section-btn {
  text-align: left;
  color: #000000;
}
.kObQeG-uJieyL8Hcj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c4f9e;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJieyL8Hcj .row {
  justify-content: center;
}
.kObQeG-uJieyL8Hcj .main-content {
  background-color: #6c4f9e;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
    width: 100%;
  }
}
.kObQeG-uJieyL8Hcj .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:last-child {
  margin-bottom: 0;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:hover,
.kObQeG-uJieyL8Hcj .list .item-wrap:focus {
  transform: translateX(14px);
}
.kObQeG-uJieyL8Hcj .curve-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.kObQeG-uJieyL8Hcj .curve-section-title {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .curve-text {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list,
.kObQeG-uJieyL8Hcj .item-wrap {
  color: #ffffff;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: relative !important;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  position: absolute !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:before {
  font-family: interaction2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.kObQeG-uJjKXb29tN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover,
.kObQeG-uJjKXb29tN .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.kObQeG-uJjKXb29tN .dropdown-item:hover span {
  color: white;
}
.kObQeG-uJjKXb29tN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.kObQeG-uJjKXb29tN .nav-link {
  position: relative;
}
.kObQeG-uJjKXb29tN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .container {
    flex-wrap: nowrap;
  }
}
.kObQeG-uJjKXb29tN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown-menu,
.kObQeG-uJjKXb29tN .navbar.opened {
  background: #6c4f9e !important;
}
.kObQeG-uJjKXb29tN .nav-item:focus,
.kObQeG-uJjKXb29tN .nav-link:focus {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.kObQeG-uJjKXb29tN .dropdown .dropdown-menu .dropdown-item .curve-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.kObQeG-uJjKXb29tN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #6c4f9e;
  backdrop-filter: blur(5px);
}
.kObQeG-uJjKXb29tN .navbar.opened {
  transition: all 0.3s;
}
.kObQeG-uJjKXb29tN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.kObQeG-uJjKXb29tN .navbar .navbar-logo img {
  width: auto;
}
.kObQeG-uJjKXb29tN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.kObQeG-uJjKXb29tN .navbar.collapsed {
  justify-content: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.kObQeG-uJjKXb29tN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .kObQeG-uJjKXb29tN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.kObQeG-uJjKXb29tN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.kObQeG-uJjKXb29tN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .kObQeG-uJjKXb29tN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .kObQeG-uJjKXb29tN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .kObQeG-uJjKXb29tN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .kObQeG-uJjKXb29tN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .kObQeG-uJjKXb29tN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .kObQeG-uJjKXb29tN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.kObQeG-uJjKXb29tN .navbar.navbar-short {
  min-height: 60px;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.kObQeG-uJjKXb29tN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.kObQeG-uJjKXb29tN .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;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.kObQeG-uJjKXb29tN .navbar-brand .navbar-logo a {
  outline: none;
}
.kObQeG-uJjKXb29tN .dropdown-item.active,
.kObQeG-uJjKXb29tN .dropdown-item:active {
  background-color: transparent;
}
.kObQeG-uJjKXb29tN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.kObQeG-uJjKXb29tN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c4f9e;
}
.kObQeG-uJjKXb29tN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.kObQeG-uJjKXb29tN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.kObQeG-uJjKXb29tN ul.navbar-nav {
  flex-wrap: wrap;
}
.kObQeG-uJjKXb29tN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.kObQeG-uJjKXb29tN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.kObQeG-uJjKXb29tN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.kObQeG-uJjKXb29tN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.kObQeG-uJjKXb29tN .navbar-dropdown {
  padding: 0 1rem;
}
.kObQeG-uJjKXb29tN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kObQeG-uJjKXb29tN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kObQeG-uJjKXb29tN .navbar {
    height: 70px;
  }
  .kObQeG-uJjKXb29tN .navbar.opened {
    height: auto;
  }
  .kObQeG-uJjKXb29tN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.kObQeG-uJhBLgrkNM {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e8e3f6;
}
.kObQeG-uJhBLgrkNM .curve-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .kObQeG-uJhBLgrkNM .display-1 {
    font-size: 5rem;
  }
}
.kObQeG-uJhBLgrkNM h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .kObQeG-uJhBLgrkNM {
    -webkit-align-items: center;
    align-items: center;
  }
  .kObQeG-uJhBLgrkNM .display-1 {
    font-size: 2.8rem;
  }
  .kObQeG-uJhBLgrkNM .curve-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .kObQeG-uJhBLgrkNM .content-wrap {
    width: 100%;
  }
}
.kObQeG-uJhBLgrkNM .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJhBLgrkNM .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .kObQeG-uJhBLgrkNM .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .kObQeG-uJhBLgrkNM {
    align-items: center;
  }
  .kObQeG-uJhBLgrkNM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .kObQeG-uJhBLgrkNM .content-wrap {
    min-width: 50%;
  }
}
.kObQeG-uJhBLgrkNM .curve-section-title {
  text-align: center;
  color: #000000;
}
.kObQeG-uJhBLgrkNM .curve-text,
.kObQeG-uJhBLgrkNM .curve-section-btn {
  text-align: left;
  color: #000000;
}
.kObQeG-uJieyL8Hcj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c4f9e;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image.disabled {
  display: none;
}
.kObQeG-uJieyL8Hcj .curve-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.kObQeG-uJieyL8Hcj .row {
  justify-content: center;
}
.kObQeG-uJieyL8Hcj .main-content {
  background-color: #6c4f9e;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .curve-section-title {
    margin-bottom: 30px;
  }
}
.kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .kObQeG-uJieyL8Hcj .title-wrapper .text-wrapper .curve-text {
    width: 100%;
  }
}
.kObQeG-uJieyL8Hcj .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:last-child {
  margin-bottom: 0;
}
.kObQeG-uJieyL8Hcj .list .item-wrap:hover,
.kObQeG-uJieyL8Hcj .list .item-wrap:focus {
  transform: translateX(14px);
}
.kObQeG-uJieyL8Hcj .curve-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.kObQeG-uJieyL8Hcj .curve-section-title {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .curve-text {
  color: #151e11;
}
.kObQeG-uJieyL8Hcj .list,
.kObQeG-uJieyL8Hcj .item-wrap {
  color: #ffffff;
}

/* 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 */
@keyframes coolIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    filter: blur(5px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes coolOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(10deg);
    filter: blur(3px);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: coolIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: coolOut 0.5s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes slideOutUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

.navbar-brand {
    animation: slideOutUp 1s ease-in-out;
}
/* endlogoanimations */
.quiz-section {
  background-image: url("../../../assets/images/personal1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}