.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.iteration-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bacasime Antique;
}
.display-1 {
  font-family: 'Bacasime Antique', serif;
  font-size: 2rem;
  line-height: 88px;
  letter-spacing: -0.005em;
}
.display-1 > .iteration-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 3.5rem;
  line-height: 58px;
  letter-spacing: .005em;
}
.display-2 > .iteration-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Bacasime Antique', serif;
  font-size: 1.125rem;
  line-height: 110%;
}
.display-4 > .iteration-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Bacasime Antique', serif;
  font-size: 2.5rem;
  line-height: 46px;
  letter-spacing: .005em;
}
.display-5 > .iteration-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: inherit;
}
.display-7 > .iteration-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((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.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #340645 !important;
}
.bg-success {
  background-color: #171827 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #8d5ef1 !important;
}
.bg-danger {
  background-color: #4d1760 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #340645 !important;
  border-color: #340645 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #570a74 !important;
  border-color: #570a74 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #570a74 !important;
  border-color: #570a74 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #171827 !important;
  border-color: #171827 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #340645;
  color: #340645;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #340645 !important;
  border-color: #340645 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ec8c39;
  color: #ec8c39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bc6112 !important;
  background-color: transparent !important;
  border-color: #bc6112 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #171827;
  color: #171827;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #171827 !important;
  border-color: #171827 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8d5ef1;
  color: #8d5ef1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5714e4 !important;
  background-color: transparent !important;
  border-color: #5714e4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4d1760;
  color: #4d1760;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #15061a !important;
  background-color: transparent !important;
  border-color: #15061a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #340645 !important;
}
.text-secondary {
  color: #ec8c39 !important;
}
.text-success {
  color: #171827 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #8d5ef1 !important;
}
.text-danger {
  color: #4d1760 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ae5a11 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5113d6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b030e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #340645;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #8d5ef1;
}
.alert-danger {
  background-color: #4d1760;
}
.iteration-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.iteration-gallery-filter li a {
  border-radius: 100px !important;
}
.iteration-gallery-filter li.active .btn {
  background-color: #340645;
  border-color: #340645;
  color: #ffffff;
}
.iteration-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #340645;
}
.iteration-plan-header.bg-primary .iteration-plan-subtitle,
.iteration-plan-header.bg-primary .iteration-plan-price-desc {
  color: #c042ef;
}
.iteration-plan-header.bg-success .iteration-plan-subtitle,
.iteration-plan-header.bg-success .iteration-plan-price-desc {
  color: #c6c7dd;
}
.iteration-plan-header.bg-info .iteration-plan-subtitle,
.iteration-plan-header.bg-info .iteration-plan-price-desc {
  color: #ffffff;
}
.iteration-plan-header.bg-warning .iteration-plan-subtitle,
.iteration-plan-header.bg-warning .iteration-plan-price-desc {
  color: #ffffff;
}
.iteration-plan-header.bg-danger .iteration-plan-subtitle,
.iteration-plan-header.bg-danger .iteration-plan-price-desc {
  color: #a030c7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: inherit;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .iteration-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #340645 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .iteration-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #340645;
}
/* Forms */
.iteration-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.iteration-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.iteration-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.iteration-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #340645;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #340645;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #340645;
  border-bottom-color: #340645;
}
.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: #340645 !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: #ec8c39 !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='%23340645' %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;
}
.iteration-section-btn .btn,
.iteration-section-btn-main .btn {
  box-shadow: none;
  border-width: 1px;
  border-radius: 6px !important;
  padding: 14px 26px;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
}
.iteration-section-btn .btn:hover,
.iteration-section-btn-main .btn:hover,
.iteration-section-btn .btn:focus,
.iteration-section-btn-main .btn:focus {
  box-shadow: none;
}
.iteration-section-btn .btn-primary,
.iteration-section-btn-main .btn-primary {
  background-image: linear-gradient(94.47deg, #340645 0, #ec8c39 75%);
  color: #171827 !important;
}
.iteration-section-btn .btn-primary:hover,
.iteration-section-btn-main .btn-primary:hover,
.iteration-section-btn .btn-primary:focus,
.iteration-section-btn-main .btn-primary:focus {
  background-color: #340645 !important;
  background-image: initial;
}
.iteration-section-btn .btn-secondary,
.iteration-section-btn-main .btn-secondary {
  background-image: linear-gradient(94.47deg, #ec8c39 0, #340645 75%);
}
.iteration-section-btn .btn-secondary:hover,
.iteration-section-btn-main .btn-secondary:hover,
.iteration-section-btn .btn-secondary:focus,
.iteration-section-btn-main .btn-secondary:focus {
  background-color: #ec8c39 !important;
  background-image: initial;
}
.iteration-section-btn .btn-success,
.iteration-section-btn-main .btn-success {
  background-image: linear-gradient(94.47deg, #171827 0, #ec8c39 75%);
}
.iteration-section-btn .btn-success:hover,
.iteration-section-btn-main .btn-success:hover,
.iteration-section-btn .btn-success:focus,
.iteration-section-btn-main .btn-success:focus {
  background-color: #171827 !important;
  background-image: initial;
}
.iteration-section-btn .btn-info,
.iteration-section-btn-main .btn-info {
  background-image: linear-gradient(94.47deg, #ffffff 0, #ec8c39 75%);
}
.iteration-section-btn .btn-info:hover,
.iteration-section-btn-main .btn-info:hover,
.iteration-section-btn .btn-info:focus,
.iteration-section-btn-main .btn-info:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.iteration-section-btn .btn-warning,
.iteration-section-btn-main .btn-warning {
  background-image: linear-gradient(94.47deg, #8d5ef1 0, #ec8c39 75%);
}
.iteration-section-btn .btn-warning:hover,
.iteration-section-btn-main .btn-warning:hover,
.iteration-section-btn .btn-warning:focus,
.iteration-section-btn-main .btn-warning:focus {
  background-color: #8d5ef1 !important;
  background-image: initial;
}
.iteration-section-btn .btn-danger,
.iteration-section-btn-main .btn-danger {
  background-image: linear-gradient(94.47deg, #4d1760 0, #ec8c39 75%);
}
.iteration-section-btn .btn-danger:hover,
.iteration-section-btn-main .btn-danger:hover,
.iteration-section-btn .btn-danger:focus,
.iteration-section-btn-main .btn-danger:focus {
  background-color: #4d1760 !important;
  background-image: initial;
}
.iteration-section-btn .btn-white,
.iteration-section-btn-main .btn-white {
  background-color: #ffffff !important;
}
.iteration-section-btn .btn-white:hover,
.iteration-section-btn-main .btn-white:hover,
.iteration-section-btn .btn-white:focus,
.iteration-section-btn-main .btn-white:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.iteration-section-btn .btn-black,
.iteration-section-btn-main .btn-black {
  background-color: #000000 !important;
}
.iteration-section-btn .btn-black:hover,
.iteration-section-btn-main .btn-black:hover,
.iteration-section-btn .btn-black:focus,
.iteration-section-btn-main .btn-black:focus {
  background-color: #000000 !important;
  background-image: initial;
}
img {
  border-radius: 12px !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: relative !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .iteration-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar-caption {
  font-weight: 500;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:before {
  font-family: spacing2 !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;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:hover,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:focus {
  background: #340645 !important;
  color: white !important;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.iIbKajBJ-uRjhdgPyEZ .nav-link {
  position: relative;
}
.iIbKajBJ-uRjhdgPyEZ .container {
  display: flex;
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu,
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  background: #340645 !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-item:focus,
.iIbKajBJ-uRjhdgPyEZ .nav-link:focus {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  transition: all 0.3s;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
  width: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed {
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.iIbKajBJ-uRjhdgPyEZ .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%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .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%;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short {
  min-height: 80px;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .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;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-logo a {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item.active,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:active {
  background-color: transparent;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.iIbKajBJ-uRjhdgPyEZ ul.navbar-nav {
  flex-wrap: wrap;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .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) {
  .iIbKajBJ-uRjhdgPyEZ .navbar {
    height: 70px;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened {
    height: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.iIbKajBJ-uR8UQLz1hP {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/neutralword3628-1248x832.jpg");
}
.iIbKajBJ-uR8UQLz1hP .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uR8UQLz1hP .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uR8UQLz1hP .content-wrapper .iteration-section-title {
  margin-bottom: 32px;
}
.iIbKajBJ-uR8UQLz1hP .content-wrapper .text-wrapper .iteration-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .iIbKajBJ-uR8UQLz1hP .content-wrapper .text-wrapper .iteration-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uR8UQLz1hP .content-wrapper .text-wrapper .iteration-text {
    width: 100%;
  }
}
.iIbKajBJ-uR8UQLz1hP .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uR8UQLz1hP .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.iIbKajBJ-uR8UQLz1hP .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .iIbKajBJ-uR8UQLz1hP .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.iIbKajBJ-uR8UQLz1hP .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #652e78;
}
@media (max-width: 992px) {
  .iIbKajBJ-uR8UQLz1hP .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.iIbKajBJ-uR8UQLz1hP .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.iIbKajBJ-uR8UQLz1hP .content-wrapper .address-wrapper .address-wrap .text-wrap .iteration-address {
  margin-bottom: 4px;
}
.iIbKajBJ-uR8UQLz1hP .content-wrapper .address-wrapper .address-wrap .text-wrap .iteration-hours {
  margin-bottom: 0;
}
.iIbKajBJ-uR8UQLz1hP .iteration-section-title {
  color: #000c3f;
}
.iIbKajBJ-uR8UQLz1hP .iteration-text,
.iIbKajBJ-uR8UQLz1hP .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uR8UQLz1hP .iteration-section-title,
.iIbKajBJ-uR8UQLz1hP .iteration-section-btn,
.iIbKajBJ-uR8UQLz1hP .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.iIbKajBJ-uR8UQLz1hP .iteration-address {
  color: #000c3f;
  text-align: left;
}
.iIbKajBJ-uR8UQLz1hP .iteration-hours {
  color: #000c3f;
  text-align: left;
}
.iIbKajBJ-uR8VFFzXzO {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #284177;
}
.iIbKajBJ-uR8VFFzXzO .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uR8VFFzXzO .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .iIbKajBJ-uR8VFFzXzO .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .iIbKajBJ-uR8VFFzXzO .display-1 {
    font-size: 2.4rem;
  }
}
.iIbKajBJ-uR8VFFzXzO a {
  font-weight: bold;
}
.iIbKajBJ-uR8VFFzXzO .iteration-text1 {
  text-align: center;
  color: #ffffff;
  background: #000000;
  width: fit-content;
  display: inline-block;
  white-space: nowrap;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .iIbKajBJ-uR8VFFzXzO .iteration-text1 {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .iIbKajBJ-uR8VFFzXzO .iteration-text1 {
    padding: 0 2rem;
    padding-bottom: 1rem;
    padding-top: 1.2rem;
  }
}
.iIbKajBJ-uR8VFFzXzO .iteration-text2 {
  text-align: center;
  color: #cfb9ff;
  display: inline-block;
  background: #340645;
  white-space: nowrap;
  width: fit-content;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .iIbKajBJ-uR8VFFzXzO .iteration-text2 {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .iIbKajBJ-uR8VFFzXzO .iteration-text2 {
    padding: 0 2rem;
    padding-bottom: 1rem;
    padding-top: 1.2rem;
  }
}
.iIbKajBJ-uR8VFFzXzO .iteration-text,
.iIbKajBJ-uR8VFFzXzO .iteration-section-btn {
  text-align: center;
  color: #af9fff;
}
.iIbKajBJ-uR8WbJxpEq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hard-bridge-1024x775.jpeg");
}
.iIbKajBJ-uR8WbJxpEq .iteration-text,
.iIbKajBJ-uR8WbJxpEq .iteration-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .iIbKajBJ-uR8WbJxpEq .iteration-section-title,
  .iIbKajBJ-uR8WbJxpEq .iteration-section-btn,
  .iIbKajBJ-uR8WbJxpEq .iteration-text {
    text-align: center;
  }
}
.iIbKajBJ-uR8WbJxpEq .iteration-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.iIbKajBJ-uR8WbJxpEq .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uR8WbJxpEq .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uRfkb0iDEG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #340645;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uRfkb0iDEG .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container {
    padding: 0 30px;
  }
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper {
  margin-bottom: 20px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap .iteration-section-title {
  margin-bottom: 0;
}
.iIbKajBJ-uRfkb0iDEG .iteration-desc {
  margin-bottom: 0;
  color: #FE5115;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap:hover .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
    margin-bottom: 20px;
  }
}
.iIbKajBJ-uRfkb0iDEG .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .list {
    text-align: left;
  }
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap:hover {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .copyright {
  margin: 50px 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .copyright {
    margin: 30px 0;
  }
}
.iIbKajBJ-uRfkb0iDEG .iteration-section-title {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uReVa6S3s2 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/blue-spark-1248x832.jpg");
}
.iIbKajBJ-uReVa6S3s2 .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uReVa6S3s2 .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uReVa6S3s2 .card-wrapper {
  padding: 120px 80px;
  background-color: #284177;
}
@media (max-width: 1440px) {
  .iIbKajBJ-uReVa6S3s2 .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVa6S3s2 .card-wrapper {
    padding: 40px 20px;
  }
}
.iIbKajBJ-uReVa6S3s2 .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVa6S3s2 .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.iIbKajBJ-uReVa6S3s2 .card-wrapper .label-wrapper .iteration-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
}
.iIbKajBJ-uReVa6S3s2 .card-wrapper .iteration-section-title {
  margin-bottom: 20px;
}
.iIbKajBJ-uReVa6S3s2 .card-wrapper .text-wrapper .iteration-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVa6S3s2 .card-wrapper .text-wrapper .iteration-text {
    width: 80%;
  }
}
.iIbKajBJ-uReVa6S3s2 .iteration-section-title {
  color: #19171c;
}
.iIbKajBJ-uReVa6S3s2 .iteration-label,
.iIbKajBJ-uReVa6S3s2 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uReVa6S3s2 .iteration-text,
.iIbKajBJ-uReVa6S3s2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uReVa6S3s2 .iteration-section-title,
.iIbKajBJ-uReVa6S3s2 .iteration-section-btn {
  text-align: center;
  color: #ffffff;
}
.iIbKajBJ-uReVzOscVQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #340645;
}
.iIbKajBJ-uReVzOscVQ .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uReVzOscVQ .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uReVzOscVQ .title-wrapper .iteration-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVzOscVQ .title-wrapper .iteration-section-title {
    margin-bottom: 30px;
  }
}
.iIbKajBJ-uReVzOscVQ .items-wrapper .item {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVzOscVQ .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.iIbKajBJ-uReVzOscVQ .items-wrapper .item:nth-child(2n) .item-wrapper {
  margin-left: 130px;
}
@media (max-width: 1440px) {
  .iIbKajBJ-uReVzOscVQ .items-wrapper .item:nth-child(2n) .item-wrapper {
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVzOscVQ .items-wrapper .item:nth-child(2n) .item-wrapper {
    margin-left: 0;
  }
}
.iIbKajBJ-uReVzOscVQ .items-wrapper .item:nth-child(2n) .item-wrapper .image-wrapper {
  height: 510px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVzOscVQ .items-wrapper .item:nth-child(2n) .item-wrapper .image-wrapper {
    height: 300px;
  }
}
.iIbKajBJ-uReVzOscVQ .items-wrapper .item:hover .item-wrapper .image-wrapper .iteration-section-btn,
.iIbKajBJ-uReVzOscVQ .items-wrapper .item:focus .item-wrapper .image-wrapper .iteration-section-btn {
  opacity: 1;
}
.iIbKajBJ-uReVzOscVQ .items-wrapper .item .item-wrapper {
  height: 100%;
}
.iIbKajBJ-uReVzOscVQ .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 70px;
  height: 700px;
}
@media (max-width: 1440px) {
  .iIbKajBJ-uReVzOscVQ .items-wrapper .item .item-wrapper .image-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVzOscVQ .items-wrapper .item .item-wrapper .image-wrapper {
    height: 400px;
    padding: 30px 15px;
  }
}
.iIbKajBJ-uReVzOscVQ .items-wrapper .item .item-wrapper .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iIbKajBJ-uReVzOscVQ .items-wrapper .item .item-wrapper .image-wrapper .iteration-section-btn {
  position: absolute;
  opacity: 0;
  transition: all .3s ease;
  z-index: 2;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVzOscVQ .items-wrapper .item .item-wrapper .image-wrapper .iteration-section-btn {
    opacity: 1 !important;
  }
}
.iIbKajBJ-uReVzOscVQ .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.iIbKajBJ-uReVzOscVQ .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.iIbKajBJ-uReVzOscVQ .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 15px;
}
.iIbKajBJ-uReVzOscVQ .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 15px;
}
.iIbKajBJ-uReVzOscVQ .items-wrapper .item .item-wrapper .card-box .card-date {
  margin-bottom: 0;
}
.iIbKajBJ-uReVzOscVQ .iteration-section-title {
  color: #000000;
}
.iIbKajBJ-uReVzOscVQ .card-title {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uReVzOscVQ .card-text {
  color: #ffffff;
}
.iIbKajBJ-uReVzOscVQ .card-date {
  color: #000000;
}
.iIbKajBJ-uReW2zNovc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #284177;
}
.iIbKajBJ-uReW2zNovc .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uReW2zNovc .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uReW2zNovc .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReW2zNovc .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uReW2zNovc .container {
    padding: 0 26px;
  }
}
.iIbKajBJ-uReW2zNovc .row {
  justify-content: center;
}
.iIbKajBJ-uReW2zNovc .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReW2zNovc .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uReW2zNovc .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.iIbKajBJ-uReW2zNovc .items-wrapper .item:focus .item-wrapper .item-img img,
.iIbKajBJ-uReW2zNovc .items-wrapper .item:hover .item-wrapper .item-img img {
  transform: scale(1);
}
.iIbKajBJ-uReW2zNovc .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReW2zNovc .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.iIbKajBJ-uReW2zNovc .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReW2zNovc .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.iIbKajBJ-uReW2zNovc .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 5px;
}
.iIbKajBJ-uReW2zNovc .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}
.iIbKajBJ-uReW2zNovc .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReW2zNovc .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.iIbKajBJ-uReW2zNovc .items-wrapper .item .item-wrapper .item-img img {
  height: 340px;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
.iIbKajBJ-uReW2zNovc .iteration-section-btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReW2zNovc .iteration-section-btn {
    margin-top: 0;
  }
}
.iIbKajBJ-uReW2zNovc .item-title {
  color: #000000;
}
.iIbKajBJ-uReW2zNovc .item-desc {
  color: #ffffff;
}
.iIbKajBJ-uReW2zNovc .item-title,
.iIbKajBJ-uReW2zNovc .iteration-section-btn {
  color: #ffffff;
}
.iIbKajBJ-uReVAIIRd3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #340645;
}
.iIbKajBJ-uReVAIIRd3 .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uReVAIIRd3 .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uReVAIIRd3 .title-wrapper .iteration-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVAIIRd3 .title-wrapper .iteration-section-title {
    margin-bottom: 40px;
  }
}
.iIbKajBJ-uReVAIIRd3 .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVAIIRd3 .items-wrapper .item {
    margin-bottom: 2px;
  }
}
.iIbKajBJ-uReVAIIRd3 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #284177;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVAIIRd3 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.iIbKajBJ-uReVAIIRd3 .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVAIIRd3 .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.iIbKajBJ-uReVAIIRd3 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.iIbKajBJ-uReVAIIRd3 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.iIbKajBJ-uReVAIIRd3 .items-wrapper .item .item-wrapper .card-box .iteration-section-btn .btn {
  margin-bottom: 0;
}
.iIbKajBJ-uReVAIIRd3 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVAIIRd3 .items-wrapper .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.iIbKajBJ-uReVAIIRd3 .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVAIIRd3 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVAIIRd3 .items-wrapper .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.iIbKajBJ-uReVAIIRd3 .iteration-section-title {
  color: #0f0f0f;
}
.iIbKajBJ-uReVAIIRd3 .card-title {
  color: #0f0f0f;
}
.iIbKajBJ-uReVAIIRd3 .card-text {
  color: #ffffff;
}
.iIbKajBJ-uReVAIIRd3 .card-title,
.iIbKajBJ-uReVAIIRd3 .iteration-section-btn {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uReVOrxR3Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #284177;
}
.iIbKajBJ-uReVOrxR3Q .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uReVOrxR3Q .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uReVOrxR3Q .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .iIbKajBJ-uReVOrxR3Q .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVOrxR3Q .content-wrapper {
    padding: 0;
  }
}
.iIbKajBJ-uReVOrxR3Q .content-wrapper .iteration-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVOrxR3Q .content-wrapper .iteration-section-title {
    margin-bottom: 32px;
  }
}
.iIbKajBJ-uReVOrxR3Q .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1600px) {
  .iIbKajBJ-uReVOrxR3Q .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .iIbKajBJ-uReVOrxR3Q .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVOrxR3Q .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVOrxR3Q .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.iIbKajBJ-uReVOrxR3Q .items-wrapper .item .item-wrapper {
  padding: 64px 42px;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .iIbKajBJ-uReVOrxR3Q .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVOrxR3Q .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.iIbKajBJ-uReVOrxR3Q .items-wrapper .item .item-wrapper .item-title1,
.iIbKajBJ-uReVOrxR3Q .items-wrapper .item .item-wrapper .item-title2,
.iIbKajBJ-uReVOrxR3Q .items-wrapper .item .item-wrapper .item-title3,
.iIbKajBJ-uReVOrxR3Q .items-wrapper .item .item-wrapper .item-title4 {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReVOrxR3Q .items-wrapper .item .item-wrapper .item-title1,
  .iIbKajBJ-uReVOrxR3Q .items-wrapper .item .item-wrapper .item-title2,
  .iIbKajBJ-uReVOrxR3Q .items-wrapper .item .item-wrapper .item-title3,
  .iIbKajBJ-uReVOrxR3Q .items-wrapper .item .item-wrapper .item-title4 {
    margin-bottom: 32px;
  }
}
.iIbKajBJ-uReVOrxR3Q .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 0;
}
.iIbKajBJ-uReVOrxR3Q .items-wrapper .item .item-wrapper .card-box .item-text1,
.iIbKajBJ-uReVOrxR3Q .items-wrapper .item .item-wrapper .card-box .item-text2,
.iIbKajBJ-uReVOrxR3Q .items-wrapper .item .item-wrapper .card-box .item-text3,
.iIbKajBJ-uReVOrxR3Q .items-wrapper .item .item-wrapper .card-box .item-text4 {
  margin-bottom: 32px;
}
.iIbKajBJ-uReVOrxR3Q .items-wrapper .card_1 .item-wrapper {
  background-color: #340645;
}
.iIbKajBJ-uReVOrxR3Q .items-wrapper .card_2 .item-wrapper {
  background-color: #340645;
}
.iIbKajBJ-uReVOrxR3Q .items-wrapper .card_3 .item-wrapper {
  background-color: #340645;
}
.iIbKajBJ-uReVOrxR3Q .items-wrapper .card_4 .item-wrapper {
  background-color: #340645;
}
.iIbKajBJ-uReVOrxR3Q .iteration-section-title {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uReVOrxR3Q .item-title1 {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uReVOrxR3Q .item-title2 {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uReVOrxR3Q .item-title3 {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uReVOrxR3Q .item-title4 {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uReVOrxR3Q .item-text1 {
  color: #ffffff;
}
.iIbKajBJ-uReVOrxR3Q .item-text2 {
  color: #ffffff;
}
.iIbKajBJ-uReVOrxR3Q .item-text3 {
  color: #ffffff;
}
.iIbKajBJ-uReVOrxR3Q .item-text4 {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #340645;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uRfkb0iDEG .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container {
    padding: 0 30px;
  }
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper {
  margin-bottom: 20px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap .iteration-section-title {
  margin-bottom: 0;
}
.iIbKajBJ-uRfkb0iDEG .iteration-desc {
  margin-bottom: 0;
  color: #FE5115;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap:hover .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
    margin-bottom: 20px;
  }
}
.iIbKajBJ-uRfkb0iDEG .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .list {
    text-align: left;
  }
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap:hover {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .copyright {
  margin: 50px 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .copyright {
    margin: 30px 0;
  }
}
.iIbKajBJ-uRfkb0iDEG .iteration-section-title {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: relative !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .iteration-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar-caption {
  font-weight: 500;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:before {
  font-family: spacing2 !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;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:hover,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:focus {
  background: #340645 !important;
  color: white !important;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.iIbKajBJ-uRjhdgPyEZ .nav-link {
  position: relative;
}
.iIbKajBJ-uRjhdgPyEZ .container {
  display: flex;
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu,
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  background: #340645 !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-item:focus,
.iIbKajBJ-uRjhdgPyEZ .nav-link:focus {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  transition: all 0.3s;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
  width: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed {
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.iIbKajBJ-uRjhdgPyEZ .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%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .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%;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short {
  min-height: 80px;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .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;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-logo a {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item.active,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:active {
  background-color: transparent;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.iIbKajBJ-uRjhdgPyEZ ul.navbar-nav {
  flex-wrap: wrap;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .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) {
  .iIbKajBJ-uRjhdgPyEZ .navbar {
    height: 70px;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened {
    height: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.iIbKajBJ-uReXdr1Lbd {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #284177;
}
.iIbKajBJ-uReXdr1Lbd .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uReXdr1Lbd .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uReXdr1Lbd .row {
  margin: 0 -6px;
}
.iIbKajBJ-uReXdr1Lbd .card {
  padding: 0 6px;
}
.iIbKajBJ-uReXdr1Lbd .image-wrapper {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReXdr1Lbd .image-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.iIbKajBJ-uReXdr1Lbd .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iIbKajBJ-uReXdr1Lbd .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #340645;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .iIbKajBJ-uReXdr1Lbd .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uReXdr1Lbd .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.iIbKajBJ-uReXdr1Lbd .card-wrapper .title-wrapper .iteration-label {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .iIbKajBJ-uReXdr1Lbd .card-wrapper .title-wrapper .iteration-label {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uReXdr1Lbd .card-wrapper .title-wrapper .iteration-label {
    margin-bottom: 24px;
  }
}
.iIbKajBJ-uReXdr1Lbd .card-wrapper .title-wrapper .iteration-section-title {
  margin-bottom: 24px;
}
.iIbKajBJ-uReXdr1Lbd .card-wrapper .title-wrapper .iteration-text {
  margin-bottom: 0;
}
.iIbKajBJ-uReXdr1Lbd .card-wrapper .title-wrapper .iteration-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .iIbKajBJ-uReXdr1Lbd .card-wrapper .title-wrapper .iteration-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uReXdr1Lbd .card-wrapper .title-wrapper .iteration-section-btn {
    margin-top: 24px;
  }
}
.iIbKajBJ-uReXdr1Lbd .card-wrapper .title-wrapper .iteration-section-btn .btn {
  margin-bottom: 0;
}
.iIbKajBJ-uReXdr1Lbd .iteration-label {
  color: #000000;
  text-align: center;
}
.iIbKajBJ-uReXdr1Lbd .iteration-section-title {
  color: #000000;
}
.iIbKajBJ-uReXdr1Lbd .iteration-text {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uReXdr1Lbd .iteration-section-title,
.iIbKajBJ-uReXdr1Lbd .iteration-section-btn {
  text-align: center;
}
.iIbKajBJ-uReXdr1Lbd .iteration-section-title,
.iIbKajBJ-uReXdr1Lbd .iteration-section-btn,
.iIbKajBJ-uReXdr1Lbd .logo-wrapper,
.iIbKajBJ-uReXdr1Lbd .social-wrapper {
  color: #ffffff;
}
.iIbKajBJ-uReXnBfeNQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #340645;
}
.iIbKajBJ-uReXnBfeNQ .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uReXnBfeNQ .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uReXnBfeNQ .title-wrapper .iteration-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReXnBfeNQ .title-wrapper .iteration-section-title {
    margin-bottom: 32px;
  }
}
.iIbKajBJ-uReXnBfeNQ .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.iIbKajBJ-uReXnBfeNQ .items-wrapper .item {
  padding: 0 10px;
}
.iIbKajBJ-uReXnBfeNQ .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReXnBfeNQ .item {
    margin-bottom: 16px;
  }
}
.iIbKajBJ-uReXnBfeNQ .item .item-wrapper {
  padding: 10px;
  background-color: #284177;
  height: 100%;
}
.iIbKajBJ-uReXnBfeNQ .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.iIbKajBJ-uReXnBfeNQ .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.iIbKajBJ-uReXnBfeNQ .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReXnBfeNQ .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.iIbKajBJ-uReXnBfeNQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.iIbKajBJ-uReXnBfeNQ .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.iIbKajBJ-uReXnBfeNQ .iteration-section-title {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uReXnBfeNQ .item-title {
  color: #000c3f;
}
.iIbKajBJ-uReXnBfeNQ .item-text {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uReXnBfeNQ .item-title,
.iIbKajBJ-uReXnBfeNQ .iteration-section-btn {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uReY3U6uHQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #284177;
}
.iIbKajBJ-uReY3U6uHQ .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uReY3U6uHQ .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReY3U6uHQ .container {
    padding: 0 22px;
  }
}
.iIbKajBJ-uReY3U6uHQ .row {
  justify-content: center;
  margin: 0 -10px;
}
.iIbKajBJ-uReY3U6uHQ .title-wrapper .iteration-section-title {
  margin-bottom: 20px;
}
.iIbKajBJ-uReY3U6uHQ .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.iIbKajBJ-uReY3U6uHQ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #340645;
  border-radius: 0 !important;
}
.iIbKajBJ-uReY3U6uHQ .item .item-wrapper .item-content {
  padding: 25px 30px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReY3U6uHQ .item .item-wrapper .item-content {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
}
.iIbKajBJ-uReY3U6uHQ .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.iIbKajBJ-uReY3U6uHQ .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.iIbKajBJ-uReY3U6uHQ .item .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.iIbKajBJ-uReY3U6uHQ .item .item-wrapper .item-img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% 0 0 0 !important;
}
.iIbKajBJ-uReY3U6uHQ .iteration-section-title {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uReY3U6uHQ .card-title {
  color: #ffffff;
}
.iIbKajBJ-uReY3U6uHQ .card-text {
  color: #ffffff;
}
.iIbKajBJ-uReXq7EFaA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #340645;
}
.iIbKajBJ-uReXq7EFaA .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uReXq7EFaA .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uReXq7EFaA .title-wrapper .iteration-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReXq7EFaA .title-wrapper .iteration-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.iIbKajBJ-uReXq7EFaA .items-wrapper {
  margin: 0 -13px;
}
.iIbKajBJ-uReXq7EFaA .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReXq7EFaA .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.iIbKajBJ-uReXq7EFaA .items-wrapper .item:hover .item-wrapper .item-img img,
.iIbKajBJ-uReXq7EFaA .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.iIbKajBJ-uReXq7EFaA .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReXq7EFaA .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.iIbKajBJ-uReXq7EFaA .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.iIbKajBJ-uReXq7EFaA .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.iIbKajBJ-uReXq7EFaA .items-wrapper .item .item-wrapper .card-box .iteration-section-btn .btn {
  margin-bottom: 0;
}
.iIbKajBJ-uReXq7EFaA .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReXq7EFaA .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.iIbKajBJ-uReXq7EFaA .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.iIbKajBJ-uReXq7EFaA .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #0047ff, #284177 85%);
}
.iIbKajBJ-uReXq7EFaA .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #340645, #284177 85%);
}
.iIbKajBJ-uReXq7EFaA .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #284177, #284177 85%);
}
.iIbKajBJ-uReXq7EFaA .iteration-section-title,
.iIbKajBJ-uReXq7EFaA .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uReXq7EFaA .item-title {
  color: #ffffff;
}
.iIbKajBJ-uReXq7EFaA .item-text {
  color: #ffffff;
}
.iIbKajBJ-uReYFvcecO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #284177;
}
.iIbKajBJ-uReYFvcecO .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uReYFvcecO .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .iIbKajBJ-uReYFvcecO .row {
    justify-content: center;
  }
  .iIbKajBJ-uReYFvcecO .card {
    padding: 0 45px 0 100px;
  }
  .iIbKajBJ-uReYFvcecO .card:nth-child(2n) {
    padding: 0 100px 0 45px;
  }
}
.iIbKajBJ-uReYFvcecO .title-wrapper {
  margin: 0 0 120px 0;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReYFvcecO .title-wrapper {
    margin: 0 0 60px 0;
  }
}
.iIbKajBJ-uReYFvcecO .title-wrapper .iteration-section-title {
  margin-bottom: 0;
}
.iIbKajBJ-uReYFvcecO .card-wrapper {
  margin-bottom: 50px;
}
.iIbKajBJ-uReYFvcecO .card-wrapper img {
  width: 100%;
  height: 280px;
  border-radius: 20px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReYFvcecO .card-wrapper img {
    height: 250px;
    margin-bottom: 24px;
  }
}
.iIbKajBJ-uReYFvcecO .card-wrapper .iteration-card-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReYFvcecO .card-wrapper .iteration-card-title {
    margin-bottom: 16px;
  }
}
.iIbKajBJ-uReYFvcecO .card-wrapper .iteration-desc {
  margin-bottom: 24px;
}
.iIbKajBJ-uReYFvcecO .iteration-section-title {
  color: #570000;
  text-align: center;
}
.iIbKajBJ-uReYFvcecO .iteration-card-title {
  color: #570000;
}
.iIbKajBJ-uReYFvcecO .iteration-desc {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uReYFvcecO .iteration-card-title,
.iIbKajBJ-uReYFvcecO .iteration-section-btn {
  text-align: center;
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #340645;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uRfkb0iDEG .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container {
    padding: 0 30px;
  }
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper {
  margin-bottom: 20px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap .iteration-section-title {
  margin-bottom: 0;
}
.iIbKajBJ-uRfkb0iDEG .iteration-desc {
  margin-bottom: 0;
  color: #FE5115;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap:hover .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
    margin-bottom: 20px;
  }
}
.iIbKajBJ-uRfkb0iDEG .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .list {
    text-align: left;
  }
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap:hover {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .copyright {
  margin: 50px 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .copyright {
    margin: 30px 0;
  }
}
.iIbKajBJ-uRfkb0iDEG .iteration-section-title {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: relative !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .iteration-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar-caption {
  font-weight: 500;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:before {
  font-family: spacing2 !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;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:hover,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:focus {
  background: #340645 !important;
  color: white !important;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.iIbKajBJ-uRjhdgPyEZ .nav-link {
  position: relative;
}
.iIbKajBJ-uRjhdgPyEZ .container {
  display: flex;
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu,
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  background: #340645 !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-item:focus,
.iIbKajBJ-uRjhdgPyEZ .nav-link:focus {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  transition: all 0.3s;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
  width: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed {
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.iIbKajBJ-uRjhdgPyEZ .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%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .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%;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short {
  min-height: 80px;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .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;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-logo a {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item.active,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:active {
  background-color: transparent;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.iIbKajBJ-uRjhdgPyEZ ul.navbar-nav {
  flex-wrap: wrap;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .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) {
  .iIbKajBJ-uRjhdgPyEZ .navbar {
    height: 70px;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened {
    height: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.iIbKajBJ-uReZXEUm7o {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #284177;
}
.iIbKajBJ-uReZXEUm7o .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uReZXEUm7o .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uReZXEUm7o .row {
  margin: 0 -20px;
}
.iIbKajBJ-uReZXEUm7o .card {
  padding: 0 20px;
}
.iIbKajBJ-uReZXEUm7o .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReZXEUm7o .image-wrapper {
    margin-top: 20px;
  }
}
.iIbKajBJ-uReZXEUm7o .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReZXEUm7o .image-wrapper img {
    height: 350px;
  }
}
.iIbKajBJ-uReZXEUm7o .iteration-section-btn .btn::after,
.iIbKajBJ-uReZXEUm7o .iteration-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.iIbKajBJ-uReZXEUm7o .iteration-section-btn .btn:hover,
.iIbKajBJ-uReZXEUm7o .iteration-section-btn .btn:focus {
  color: #ffffff !important;
}
.iIbKajBJ-uReZXEUm7o .iteration-section-btn .btn:hover::after,
.iIbKajBJ-uReZXEUm7o .iteration-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.iIbKajBJ-uReZXEUm7o .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #340645;
  padding: 80px;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .iIbKajBJ-uReZXEUm7o .card-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uReZXEUm7o .card-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.iIbKajBJ-uReZXEUm7o .card-wrapper .title-wrapper .iteration-section-title {
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #ffffff);
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReZXEUm7o .card-wrapper .title-wrapper .iteration-section-title {
    margin-bottom: 20px;
  }
}
.iIbKajBJ-uReZXEUm7o .card-wrapper .iteration-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uReZXEUm7o .card-wrapper .iteration-text {
    margin-bottom: 20px;
  }
}
.iIbKajBJ-uReZXEUm7o .iteration-section-title {
  color: #ffffff;
}
.iIbKajBJ-uReZXEUm7o .iteration-text {
  color: #ffffff;
}
.iIbKajBJ-uReZXEUm7o .iteration-section-title,
.iIbKajBJ-uReZXEUm7o .iteration-section-btn,
.iIbKajBJ-uReZXEUm7o .title-wrapper {
  text-align: center;
}
.iIbKajBJ-uRfkb0iDEG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #340645;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uRfkb0iDEG .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container {
    padding: 0 30px;
  }
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper {
  margin-bottom: 20px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap .iteration-section-title {
  margin-bottom: 0;
}
.iIbKajBJ-uRfkb0iDEG .iteration-desc {
  margin-bottom: 0;
  color: #FE5115;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap:hover .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
    margin-bottom: 20px;
  }
}
.iIbKajBJ-uRfkb0iDEG .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .list {
    text-align: left;
  }
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap:hover {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .copyright {
  margin: 50px 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .copyright {
    margin: 30px 0;
  }
}
.iIbKajBJ-uRfkb0iDEG .iteration-section-title {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: relative !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .iteration-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar-caption {
  font-weight: 500;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:before {
  font-family: spacing2 !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;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:hover,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:focus {
  background: #340645 !important;
  color: white !important;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.iIbKajBJ-uRjhdgPyEZ .nav-link {
  position: relative;
}
.iIbKajBJ-uRjhdgPyEZ .container {
  display: flex;
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu,
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  background: #340645 !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-item:focus,
.iIbKajBJ-uRjhdgPyEZ .nav-link:focus {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  transition: all 0.3s;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
  width: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed {
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.iIbKajBJ-uRjhdgPyEZ .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%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .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%;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short {
  min-height: 80px;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .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;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-logo a {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item.active,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:active {
  background-color: transparent;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.iIbKajBJ-uRjhdgPyEZ ul.navbar-nav {
  flex-wrap: wrap;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .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) {
  .iIbKajBJ-uRjhdgPyEZ .navbar {
    height: 70px;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened {
    height: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.iIbKajBJ-uRf12ddet1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #340645;
}
.iIbKajBJ-uRf12ddet1 .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uRf12ddet1 .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uRf12ddet1 .row {
  justify-content: space-between;
}
.iIbKajBJ-uRf12ddet1 .title-wrapper {
  position: relative;
  z-index: 1;
}
.iIbKajBJ-uRf12ddet1 .title-wrapper .iteration-section-title {
  margin-bottom: 32px;
}
.iIbKajBJ-uRf12ddet1 .card {
  position: relative;
}
.iIbKajBJ-uRf12ddet1 .card .decor-wrapper {
  position: absolute;
  bottom: -5rem;
  left: -5rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #652e78;
  pointer-events: none;
}
.iIbKajBJ-uRf12ddet1 .form-wrapper {
  position: relative;
  z-index: 1;
  background-color: #284177;
  padding: 20px 40px 50px;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRf12ddet1 .form-wrapper {
    padding: 20px;
    margin-left: 0;
  }
}
.iIbKajBJ-uRf12ddet1 .form-wrapper .line-wrap {
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background-color: #284177;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRf12ddet1 .form-wrapper .line-wrap {
    height: 4px;
    margin-bottom: 20px;
  }
}
.iIbKajBJ-uRf12ddet1 .form-wrapper .iteration-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRf12ddet1 .form-wrapper .iteration-section-subtitle {
    margin-bottom: 20px;
  }
}
.iIbKajBJ-uRf12ddet1 .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.iIbKajBJ-uRf12ddet1 .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.iIbKajBJ-uRf12ddet1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.iIbKajBJ-uRf12ddet1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #ffffff;
  padding: 27px 32px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRf12ddet1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 12px 16px;
  }
}
.iIbKajBJ-uRf12ddet1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000c3f;
  opacity: .3;
}
.iIbKajBJ-uRf12ddet1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.iIbKajBJ-uRf12ddet1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.iIbKajBJ-uRf12ddet1 .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.iIbKajBJ-uRf12ddet1 .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.iIbKajBJ-uRf12ddet1 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000c3f;
  border-color: #000c3f;
}
.iIbKajBJ-uRf12ddet1 .form-wrapper .form-wrap .dragArea.row .iteration-section-btn {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRf12ddet1 .form-wrapper .form-wrap .dragArea.row .iteration-section-btn {
    margin-top: 0;
  }
}
.iIbKajBJ-uRf12ddet1 .form-wrapper .form-wrap .dragArea.row .iteration-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRf12ddet1 .form-wrapper .form-wrap .dragArea.row .iteration-section-btn .btn {
    margin-top: 0;
  }
}
.iIbKajBJ-uRf12ddet1 .iteration-section-title {
  color: #ffffff;
  text-align: center;
}
.iIbKajBJ-uRf12ddet1 .iteration-section-subtitle {
  color: #000c3f;
}
.iIbKajBJ-uRf12ddet1 label {
  color: #000c3f;
}
.iIbKajBJ-uRf12ddet1 .iteration-section-title DIV {
  text-align: center;
}
.iIbKajBJ-uRfkb0iDEG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #340645;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uRfkb0iDEG .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container {
    padding: 0 30px;
  }
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper {
  margin-bottom: 20px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap .iteration-section-title {
  margin-bottom: 0;
}
.iIbKajBJ-uRfkb0iDEG .iteration-desc {
  margin-bottom: 0;
  color: #FE5115;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap:hover .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
    margin-bottom: 20px;
  }
}
.iIbKajBJ-uRfkb0iDEG .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .list {
    text-align: left;
  }
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap:hover {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .copyright {
  margin: 50px 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .copyright {
    margin: 30px 0;
  }
}
.iIbKajBJ-uRfkb0iDEG .iteration-section-title {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: relative !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .iteration-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar-caption {
  font-weight: 500;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:before {
  font-family: spacing2 !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;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:hover,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:focus {
  background: #340645 !important;
  color: white !important;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.iIbKajBJ-uRjhdgPyEZ .nav-link {
  position: relative;
}
.iIbKajBJ-uRjhdgPyEZ .container {
  display: flex;
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu,
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  background: #340645 !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-item:focus,
.iIbKajBJ-uRjhdgPyEZ .nav-link:focus {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  transition: all 0.3s;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
  width: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed {
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.iIbKajBJ-uRjhdgPyEZ .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%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .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%;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short {
  min-height: 80px;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .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;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-logo a {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item.active,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:active {
  background-color: transparent;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.iIbKajBJ-uRjhdgPyEZ ul.navbar-nav {
  flex-wrap: wrap;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .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) {
  .iIbKajBJ-uRjhdgPyEZ .navbar {
    height: 70px;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened {
    height: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.iIbKajBJ-uRf1D2X5d8 {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #652e78;
}
.iIbKajBJ-uRf1D2X5d8 .iteration-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRf1D2X5d8 .display-1 {
    font-size: 5rem;
  }
}
.iIbKajBJ-uRf1D2X5d8 h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .iIbKajBJ-uRf1D2X5d8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .iIbKajBJ-uRf1D2X5d8 .display-1 {
    font-size: 2.8rem;
  }
  .iIbKajBJ-uRf1D2X5d8 .iteration-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .iIbKajBJ-uRf1D2X5d8 .content-wrap {
    width: 100%;
  }
}
.iIbKajBJ-uRf1D2X5d8 .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uRf1D2X5d8 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRf1D2X5d8 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .iIbKajBJ-uRf1D2X5d8 {
    align-items: center;
  }
  .iIbKajBJ-uRf1D2X5d8 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .iIbKajBJ-uRf1D2X5d8 .content-wrap {
    min-width: 50%;
  }
}
.iIbKajBJ-uRf1D2X5d8 .iteration-section-title {
  text-align: center;
  color: #ffffff;
}
.iIbKajBJ-uRf1D2X5d8 .iteration-text,
.iIbKajBJ-uRf1D2X5d8 .iteration-section-btn {
  text-align: left;
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #340645;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uRfkb0iDEG .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container {
    padding: 0 30px;
  }
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper {
  margin-bottom: 20px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap .iteration-section-title {
  margin-bottom: 0;
}
.iIbKajBJ-uRfkb0iDEG .iteration-desc {
  margin-bottom: 0;
  color: #FE5115;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap:hover .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
    margin-bottom: 20px;
  }
}
.iIbKajBJ-uRfkb0iDEG .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .list {
    text-align: left;
  }
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap:hover {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .copyright {
  margin: 50px 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .copyright {
    margin: 30px 0;
  }
}
.iIbKajBJ-uRfkb0iDEG .iteration-section-title {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: relative !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .iteration-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar-caption {
  font-weight: 500;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:before {
  font-family: spacing2 !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;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:hover,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:focus {
  background: #340645 !important;
  color: white !important;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.iIbKajBJ-uRjhdgPyEZ .nav-link {
  position: relative;
}
.iIbKajBJ-uRjhdgPyEZ .container {
  display: flex;
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu,
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  background: #340645 !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-item:focus,
.iIbKajBJ-uRjhdgPyEZ .nav-link:focus {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  transition: all 0.3s;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
  width: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed {
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.iIbKajBJ-uRjhdgPyEZ .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%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .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%;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short {
  min-height: 80px;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .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;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-logo a {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item.active,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:active {
  background-color: transparent;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.iIbKajBJ-uRjhdgPyEZ ul.navbar-nav {
  flex-wrap: wrap;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .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) {
  .iIbKajBJ-uRjhdgPyEZ .navbar {
    height: 70px;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened {
    height: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.iIbKajBJ-uRf25zsumC {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #652e78;
}
.iIbKajBJ-uRf25zsumC .iteration-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRf25zsumC .display-1 {
    font-size: 5rem;
  }
}
.iIbKajBJ-uRf25zsumC h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .iIbKajBJ-uRf25zsumC {
    -webkit-align-items: center;
    align-items: center;
  }
  .iIbKajBJ-uRf25zsumC .display-1 {
    font-size: 2.8rem;
  }
  .iIbKajBJ-uRf25zsumC .iteration-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .iIbKajBJ-uRf25zsumC .content-wrap {
    width: 100%;
  }
}
.iIbKajBJ-uRf25zsumC .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uRf25zsumC .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRf25zsumC .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .iIbKajBJ-uRf25zsumC {
    align-items: center;
  }
  .iIbKajBJ-uRf25zsumC .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .iIbKajBJ-uRf25zsumC .content-wrap {
    min-width: 50%;
  }
}
.iIbKajBJ-uRf25zsumC .iteration-section-title {
  text-align: center;
  color: #ffffff;
}
.iIbKajBJ-uRf25zsumC .iteration-text,
.iIbKajBJ-uRf25zsumC .iteration-section-btn {
  text-align: left;
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #340645;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uRfkb0iDEG .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container {
    padding: 0 30px;
  }
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper {
  margin-bottom: 20px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap .iteration-section-title {
  margin-bottom: 0;
}
.iIbKajBJ-uRfkb0iDEG .iteration-desc {
  margin-bottom: 0;
  color: #FE5115;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap:hover .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
    margin-bottom: 20px;
  }
}
.iIbKajBJ-uRfkb0iDEG .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .list {
    text-align: left;
  }
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap:hover {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .copyright {
  margin: 50px 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .copyright {
    margin: 30px 0;
  }
}
.iIbKajBJ-uRfkb0iDEG .iteration-section-title {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: relative !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .iteration-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar-caption {
  font-weight: 500;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:before {
  font-family: spacing2 !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;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:hover,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:focus {
  background: #340645 !important;
  color: white !important;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.iIbKajBJ-uRjhdgPyEZ .nav-link {
  position: relative;
}
.iIbKajBJ-uRjhdgPyEZ .container {
  display: flex;
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu,
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  background: #340645 !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-item:focus,
.iIbKajBJ-uRjhdgPyEZ .nav-link:focus {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  transition: all 0.3s;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
  width: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed {
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.iIbKajBJ-uRjhdgPyEZ .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%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .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%;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short {
  min-height: 80px;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .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;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-logo a {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item.active,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:active {
  background-color: transparent;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.iIbKajBJ-uRjhdgPyEZ ul.navbar-nav {
  flex-wrap: wrap;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .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) {
  .iIbKajBJ-uRjhdgPyEZ .navbar {
    height: 70px;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened {
    height: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.iIbKajBJ-uRf2fv0yOZ {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #652e78;
}
.iIbKajBJ-uRf2fv0yOZ .iteration-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRf2fv0yOZ .display-1 {
    font-size: 5rem;
  }
}
.iIbKajBJ-uRf2fv0yOZ h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .iIbKajBJ-uRf2fv0yOZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .iIbKajBJ-uRf2fv0yOZ .display-1 {
    font-size: 2.8rem;
  }
  .iIbKajBJ-uRf2fv0yOZ .iteration-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .iIbKajBJ-uRf2fv0yOZ .content-wrap {
    width: 100%;
  }
}
.iIbKajBJ-uRf2fv0yOZ .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uRf2fv0yOZ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRf2fv0yOZ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .iIbKajBJ-uRf2fv0yOZ {
    align-items: center;
  }
  .iIbKajBJ-uRf2fv0yOZ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .iIbKajBJ-uRf2fv0yOZ .content-wrap {
    min-width: 50%;
  }
}
.iIbKajBJ-uRf2fv0yOZ .iteration-section-title {
  text-align: center;
  color: #ffffff;
}
.iIbKajBJ-uRf2fv0yOZ .iteration-text,
.iIbKajBJ-uRf2fv0yOZ .iteration-section-btn {
  text-align: left;
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #340645;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uRfkb0iDEG .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container {
    padding: 0 30px;
  }
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper {
  margin-bottom: 20px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap .iteration-section-title {
  margin-bottom: 0;
}
.iIbKajBJ-uRfkb0iDEG .iteration-desc {
  margin-bottom: 0;
  color: #FE5115;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap:hover .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
    margin-bottom: 20px;
  }
}
.iIbKajBJ-uRfkb0iDEG .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .list {
    text-align: left;
  }
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap:hover {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .copyright {
  margin: 50px 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .copyright {
    margin: 30px 0;
  }
}
.iIbKajBJ-uRfkb0iDEG .iteration-section-title {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: relative !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .iteration-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar-caption {
  font-weight: 500;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:before {
  font-family: spacing2 !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;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:hover,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:focus {
  background: #340645 !important;
  color: white !important;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.iIbKajBJ-uRjhdgPyEZ .nav-link {
  position: relative;
}
.iIbKajBJ-uRjhdgPyEZ .container {
  display: flex;
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu,
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  background: #340645 !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-item:focus,
.iIbKajBJ-uRjhdgPyEZ .nav-link:focus {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  transition: all 0.3s;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
  width: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed {
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.iIbKajBJ-uRjhdgPyEZ .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%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .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%;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short {
  min-height: 80px;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .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;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-logo a {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item.active,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:active {
  background-color: transparent;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.iIbKajBJ-uRjhdgPyEZ ul.navbar-nav {
  flex-wrap: wrap;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .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) {
  .iIbKajBJ-uRjhdgPyEZ .navbar {
    height: 70px;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened {
    height: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.iIbKajBJ-uRf2tVGdF5 {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #652e78;
}
.iIbKajBJ-uRf2tVGdF5 .iteration-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRf2tVGdF5 .display-1 {
    font-size: 5rem;
  }
}
.iIbKajBJ-uRf2tVGdF5 h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .iIbKajBJ-uRf2tVGdF5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .iIbKajBJ-uRf2tVGdF5 .display-1 {
    font-size: 2.8rem;
  }
  .iIbKajBJ-uRf2tVGdF5 .iteration-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .iIbKajBJ-uRf2tVGdF5 .content-wrap {
    width: 100%;
  }
}
.iIbKajBJ-uRf2tVGdF5 .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uRf2tVGdF5 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRf2tVGdF5 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .iIbKajBJ-uRf2tVGdF5 {
    align-items: center;
  }
  .iIbKajBJ-uRf2tVGdF5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .iIbKajBJ-uRf2tVGdF5 .content-wrap {
    min-width: 50%;
  }
}
.iIbKajBJ-uRf2tVGdF5 .iteration-section-title {
  text-align: center;
  color: #ffffff;
}
.iIbKajBJ-uRf2tVGdF5 .iteration-text,
.iIbKajBJ-uRf2tVGdF5 .iteration-section-btn {
  text-align: left;
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #340645;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image.disabled {
  display: none;
}
.iIbKajBJ-uRfkb0iDEG .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.iIbKajBJ-uRfkb0iDEG .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .container {
    padding: 0 30px;
  }
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper {
  margin-bottom: 20px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.iIbKajBJ-uRfkb0iDEG .title-wrapper .title-wrap .iteration-section-title {
  margin-bottom: 0;
}
.iIbKajBJ-uRfkb0iDEG .iteration-desc {
  margin-bottom: 0;
  color: #FE5115;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap:hover .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .link-wrap .iteration-link {
    margin-bottom: 20px;
  }
}
.iIbKajBJ-uRfkb0iDEG .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .list {
    text-align: left;
  }
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.iIbKajBJ-uRfkb0iDEG .list .item-wrap:hover {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .copyright {
  margin: 50px 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .iIbKajBJ-uRfkb0iDEG .copyright {
    margin: 30px 0;
  }
}
.iIbKajBJ-uRfkb0iDEG .iteration-section-title {
  color: #ffffff;
}
.iIbKajBJ-uRfkb0iDEG .iteration-link {
  color: #ffffff;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: relative !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .iteration-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar-caption {
  font-weight: 500;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:before {
  font-family: spacing2 !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;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:hover,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:focus {
  background: #340645 !important;
  color: white !important;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.iIbKajBJ-uRjhdgPyEZ .nav-link {
  position: relative;
}
.iIbKajBJ-uRjhdgPyEZ .container {
  display: flex;
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-menu,
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  background: #340645 !important;
}
.iIbKajBJ-uRjhdgPyEZ .nav-item:focus,
.iIbKajBJ-uRjhdgPyEZ .nav-link:focus {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown .dropdown-menu .dropdown-item .iteration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.opened {
  transition: all 0.3s;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
  width: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed {
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.iIbKajBJ-uRjhdgPyEZ .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%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .iIbKajBJ-uRjhdgPyEZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .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%;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short {
  min-height: 80px;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .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;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-brand .navbar-logo a {
  outline: none;
}
.iIbKajBJ-uRjhdgPyEZ .dropdown-item.active,
.iIbKajBJ-uRjhdgPyEZ .dropdown-item:active {
  background-color: transparent;
}
.iIbKajBJ-uRjhdgPyEZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #340645;
}
.iIbKajBJ-uRjhdgPyEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.iIbKajBJ-uRjhdgPyEZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.iIbKajBJ-uRjhdgPyEZ ul.navbar-nav {
  flex-wrap: wrap;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.iIbKajBJ-uRjhdgPyEZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.iIbKajBJ-uRjhdgPyEZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.iIbKajBJ-uRjhdgPyEZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iIbKajBJ-uRjhdgPyEZ .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) {
  .iIbKajBJ-uRjhdgPyEZ .navbar {
    height: 70px;
  }
  .iIbKajBJ-uRjhdgPyEZ .navbar.opened {
    height: auto;
  }
  .iIbKajBJ-uRjhdgPyEZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

/* 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 spinIn {
  0% {
    opacity: 0;
    transform: rotate(-360deg) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: rotate(30deg) scale(1.1);
  }
  80% {
    transform: rotate(-10deg) scale(0.95);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes spinOut {
  0% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(360deg) scale(0.5);
  }
}

.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: spinIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: spinOut 0.6s 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);
}

#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 stretchOut {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

.navbar-brand {
    animation: stretchOut 1.2s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 23: underline grow */
a, button, .btn {
  position: relative;
  text-decoration: none;
}
a::after, button::after, .btn::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  height: 2px;
  width: 0;
  background: #000;
  transition: width 0.2s ease;
}
a:active::after, button:active::after, .btn:active::after {
  width: 100%;
}
/* endmainanimations */
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("../../../assets/images/clean_sky.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}