.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.weight-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .weight-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .weight-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .weight-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .weight-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .weight-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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #2c1b47 !important;
}
.bg-danger {
  background-color: #724c9d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9356a0 !important;
  border-color: #0000fe !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #9356a0 !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2c1b47 !important;
  border-color: #2c1b47 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #43296c !important;
  border-color: #43296c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #43296c !important;
  border-color: #43296c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #724c9d !important;
  border-color: #724c9d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #8c67b5 !important;
  border-color: #8c67b5 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8c67b5 !important;
  border-color: #8c67b5 !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: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2c1b47;
  color: #2c1b47;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #050308 !important;
  background-color: transparent !important;
  border-color: #050308 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2c1b47 !important;
  border-color: #2c1b47 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #724c9d;
  color: #724c9d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #483063 !important;
  background-color: transparent !important;
  border-color: #483063 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #724c9d !important;
  border-color: #724c9d !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: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #2c1b47 !important;
}
.text-danger {
  color: #724c9d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #402b58 !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #2c1b47;
}
.alert-danger {
  background-color: #724c9d;
}
.weight-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.weight-gallery-filter li a {
  border-radius: 100px !important;
}
.weight-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.weight-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.weight-plan-header.bg-primary .weight-plan-subtitle,
.weight-plan-header.bg-primary .weight-plan-price-desc {
  color: #ffffff;
}
.weight-plan-header.bg-success .weight-plan-subtitle,
.weight-plan-header.bg-success .weight-plan-price-desc {
  color: #c0b27c;
}
.weight-plan-header.bg-info .weight-plan-subtitle,
.weight-plan-header.bg-info .weight-plan-price-desc {
  color: #f3abab;
}
.weight-plan-header.bg-warning .weight-plan-subtitle,
.weight-plan-header.bg-warning .weight-plan-price-desc {
  color: #9a7bcd;
}
.weight-plan-header.bg-danger .weight-plan-subtitle,
.weight-plan-header.bg-danger .weight-plan-price-desc {
  color: #b39ace;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .weight-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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .weight-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.weight-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.weight-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.weight-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.weight-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: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !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: #ffd7ef !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='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.MCge361P-uNwyQENmM3 .navbar-dropdown {
  position: relative !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:before {
  font-family: theme2 !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;
}
.MCge361P-uNwyQENmM3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.MCge361P-uNwyQENmM3 .dropdown-item {
  border: none;
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:hover,
.MCge361P-uNwyQENmM3 .dropdown-item:focus {
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:hover span {
  color: white;
}
.MCge361P-uNwyQENmM3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.MCge361P-uNwyQENmM3 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.MCge361P-uNwyQENmM3 .nav-link {
  position: relative;
}
.MCge361P-uNwyQENmM3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .MCge361P-uNwyQENmM3 .container {
    flex-wrap: nowrap;
  }
}
.MCge361P-uNwyQENmM3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.MCge361P-uNwyQENmM3 .iconfont-wrapper:hover {
  color: #dccae9 !important;
}
.MCge361P-uNwyQENmM3 .dropdown-menu,
.MCge361P-uNwyQENmM3 .navbar.opened {
  background: #2c1b47 !important;
}
.MCge361P-uNwyQENmM3 .nav-item:focus,
.MCge361P-uNwyQENmM3 .nav-link:focus {
  outline: none;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item .weight-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item .weight-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNwyQENmM3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MCge361P-uNwyQENmM3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MCge361P-uNwyQENmM3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c1b47;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNwyQENmM3 .navbar.opened {
  transition: all 0.3s;
}
.MCge361P-uNwyQENmM3 .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.MCge361P-uNwyQENmM3 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.MCge361P-uNwyQENmM3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed {
  justify-content: center;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .MCge361P-uNwyQENmM3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MCge361P-uNwyQENmM3 .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%;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .MCge361P-uNwyQENmM3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .MCge361P-uNwyQENmM3 .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%;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MCge361P-uNwyQENmM3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MCge361P-uNwyQENmM3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.MCge361P-uNwyQENmM3 .navbar.navbar-short {
  min-height: 96px;
}
.MCge361P-uNwyQENmM3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.MCge361P-uNwyQENmM3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption:hover,
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-logo a {
  outline: none;
}
.MCge361P-uNwyQENmM3 .navbar.opened .navbar-brand .navbar-caption:hover,
.MCge361P-uNwyQENmM3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dccae9 !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item.active,
.MCge361P-uNwyQENmM3 .dropdown-item:active {
  background-color: transparent;
}
.MCge361P-uNwyQENmM3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c1b47;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.MCge361P-uNwyQENmM3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MCge361P-uNwyQENmM3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .MCge361P-uNwyQENmM3 ul.navbar-nav {
    padding: 0;
    background-color: #724c9d;
    border: none;
  }
}
.MCge361P-uNwyQENmM3 .navbar-buttons {
  text-align: center;
}
.MCge361P-uNwyQENmM3 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.MCge361P-uNwyQENmM3 .navbar-buttons .btn .weight-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .MCge361P-uNwyQENmM3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.MCge361P-uNwyQENmM3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c1b47 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 .navbar-dropdown {
  padding: 0 1rem;
}
.MCge361P-uNwyQENmM3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.MCge361P-uNwyQENmM3 .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) {
  .MCge361P-uNwyQENmM3 .navbar {
    height: 70px;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened {
    height: auto;
  }
  .MCge361P-uNwyQENmM3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MCge361P-uNwyQENmM3 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.MCge361P-uNwyQENmM3 .nav-item {
  padding: 0;
  margin: 0;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link::after {
  color: #dccae9 !important;
  transform: rotate(0);
  transition: .3s;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dccae9 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .MCge361P-uNwyQENmM3 .navbar {
    justify-content: flex-start !important;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.MCge361P-uNwyQENmM3 .content-wrap {
  min-height: 90px;
}
.MCge361P-uNwzcpSTtf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #724c9d;
}
.MCge361P-uNwzcpSTtf .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNwzcpSTtf .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNwzcpSTtf .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .MCge361P-uNwzcpSTtf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .MCge361P-uNwzcpSTtf .container {
    padding: 0 16px;
  }
}
.MCge361P-uNwzcpSTtf .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .MCge361P-uNwzcpSTtf .content-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNwzcpSTtf .content-wrapper .weight-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNwzcpSTtf .content-wrapper .weight-section-title {
    margin-bottom: 32px;
  }
}
.MCge361P-uNwzcpSTtf .content-wrapper .text-wrapper .weight-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .MCge361P-uNwzcpSTtf .content-wrapper .text-wrapper .weight-text {
    width: 100%;
  }
}
.MCge361P-uNwzcpSTtf .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .MCge361P-uNwzcpSTtf .image-wrapper {
    margin-left: 0;
  }
}
.MCge361P-uNwzcpSTtf .image-wrapper img {
  height: 660px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #2c1b47;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .MCge361P-uNwzcpSTtf .image-wrapper img {
    height: 350px;
  }
}
.MCge361P-uNwzcpSTtf .weight-section-title {
  color: #ffffff;
}
.MCge361P-uNwzcpSTtf .weight-text {
  color: #ffffff;
}
.MCge361P-uNwzcpSTtf .weight-text,
.MCge361P-uNwzcpSTtf .text-wrapper {
  text-align: center;
}
.MCge361P-uNwzcpSTtf .weight-section-title,
.MCge361P-uNwzcpSTtf .weight-section-btn {
  text-align: center;
}
.MCge361P-uNybE1DmK5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c1b47;
}
.MCge361P-uNybE1DmK5 .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNybE1DmK5 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNybE1DmK5 .row {
  justify-content: center;
}
.MCge361P-uNybE1DmK5 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .MCge361P-uNybE1DmK5 .title-wrapper {
    margin-bottom: 30px;
  }
}
.MCge361P-uNybE1DmK5 .title-wrapper .weight-section-title {
  margin-bottom: 0;
}
.MCge361P-uNybE1DmK5 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .MCge361P-uNybE1DmK5 .items-wrapper {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .MCge361P-uNybE1DmK5 .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .MCge361P-uNybE1DmK5 .items-wrapper {
    display: block;
  }
}
.MCge361P-uNybE1DmK5 .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .MCge361P-uNybE1DmK5 .item {
    margin-bottom: 16px;
  }
}
.MCge361P-uNybE1DmK5 .item:hover,
.MCge361P-uNybE1DmK5 .item:focus {
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .MCge361P-uNybE1DmK5 .item:hover,
  .MCge361P-uNybE1DmK5 .item:focus {
    transform: none;
  }
}
.MCge361P-uNybE1DmK5 .item:hover .item-wrapper .item-img img,
.MCge361P-uNybE1DmK5 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.MCge361P-uNybE1DmK5 .item .item-wrapper {
  height: 100%;
  background-color: #724c9d;
  padding: 48px;
}
@media (max-width: 1440px) {
  .MCge361P-uNybE1DmK5 .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .MCge361P-uNybE1DmK5 .item .item-wrapper {
    padding: 30px 20px;
  }
}
.MCge361P-uNybE1DmK5 .item .item-wrapper .tag-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .MCge361P-uNybE1DmK5 .item .item-wrapper .tag-wrapper {
    margin-bottom: 30px;
  }
}
.MCge361P-uNybE1DmK5 .item .item-wrapper .tag-wrapper .weight-tag {
  display: inline-flex;
  align-items: center;
  background-color: #cbff5b;
  box-shadow: 0 1px 1px 1px #000000;
  padding: 14px;
  margin-bottom: 0;
}
.MCge361P-uNybE1DmK5 .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .MCge361P-uNybE1DmK5 .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.MCge361P-uNybE1DmK5 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
}
.MCge361P-uNybE1DmK5 .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .MCge361P-uNybE1DmK5 .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.MCge361P-uNybE1DmK5 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.MCge361P-uNybE1DmK5 .item .item-wrapper .card-box .weight-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .MCge361P-uNybE1DmK5 .item .item-wrapper .card-box .weight-section-btn {
    margin-top: 30px;
  }
}
.MCge361P-uNybE1DmK5 .item .item-wrapper .card-box .weight-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.MCge361P-uNybE1DmK5 .weight-section-title {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNybE1DmK5 .card-title {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNybE1DmK5 .card-text {
  color: #000000;
}
.MCge361P-uNybE1DmK5 .iconfont-wrapper {
  text-align: center;
}
.MCge361P-uNybE1DmK5 .weight-tag {
  color: #000000;
}
.MCge361P-uNybE1DmK5 .card-text,
.MCge361P-uNybE1DmK5 .weight-section-btn {
  text-align: center;
  color: #ffffff;
}
.MCge361P-uNwB9VUZix {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9356a0;
}
.MCge361P-uNwB9VUZix .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNwB9VUZix .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNwB9VUZix .content-wrapper .weight-section-title {
  margin-bottom: 32px;
}
.MCge361P-uNwB9VUZix .content-wrapper .weight-section-title span {
  color: #ffffff;
}
.MCge361P-uNwB9VUZix .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.MCge361P-uNwB9VUZix .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.MCge361P-uNwB9VUZix .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MCge361P-uNwB9VUZix .content-wrapper .list .item-wrap:hover,
.MCge361P-uNwB9VUZix .content-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.MCge361P-uNwB9VUZix .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #724c9d, #2c1b47, #724c9d);
}
@media (max-width: 992px) {
  .MCge361P-uNwB9VUZix .border-wrap {
    margin-top: 32px;
  }
}
.MCge361P-uNwB9VUZix .weight-section-title {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNwB9VUZix .list {
  color: #bbbbbb;
  text-align: center;
}
.MCge361P-uNwB9VUZix .list,
.MCge361P-uNwB9VUZix .item-wrap {
  color: #ffffff;
}
.MCge361P-uNyaSuqDr5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c1b47;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNyaSuqDr5 .row {
  justify-content: center;
}
.MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:hover,
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MCge361P-uNyaSuqDr5 .weight-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .weight-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.MCge361P-uNyaSuqDr5 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .border-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .weight-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNyaSuqDr5 .weight-section-title {
  color: #ffffff;
}
.MCge361P-uNyaSuqDr5 .list {
  color: #ffffff;
}
.MCge361P-uNwyQENmM3 .navbar-dropdown {
  position: relative !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:before {
  font-family: theme2 !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;
}
.MCge361P-uNwyQENmM3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.MCge361P-uNwyQENmM3 .dropdown-item {
  border: none;
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:hover,
.MCge361P-uNwyQENmM3 .dropdown-item:focus {
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:hover span {
  color: white;
}
.MCge361P-uNwyQENmM3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.MCge361P-uNwyQENmM3 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.MCge361P-uNwyQENmM3 .nav-link {
  position: relative;
}
.MCge361P-uNwyQENmM3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .MCge361P-uNwyQENmM3 .container {
    flex-wrap: nowrap;
  }
}
.MCge361P-uNwyQENmM3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.MCge361P-uNwyQENmM3 .iconfont-wrapper:hover {
  color: #dccae9 !important;
}
.MCge361P-uNwyQENmM3 .dropdown-menu,
.MCge361P-uNwyQENmM3 .navbar.opened {
  background: #2c1b47 !important;
}
.MCge361P-uNwyQENmM3 .nav-item:focus,
.MCge361P-uNwyQENmM3 .nav-link:focus {
  outline: none;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item .weight-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item .weight-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNwyQENmM3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MCge361P-uNwyQENmM3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MCge361P-uNwyQENmM3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c1b47;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNwyQENmM3 .navbar.opened {
  transition: all 0.3s;
}
.MCge361P-uNwyQENmM3 .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.MCge361P-uNwyQENmM3 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.MCge361P-uNwyQENmM3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed {
  justify-content: center;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .MCge361P-uNwyQENmM3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MCge361P-uNwyQENmM3 .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%;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .MCge361P-uNwyQENmM3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .MCge361P-uNwyQENmM3 .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%;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MCge361P-uNwyQENmM3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MCge361P-uNwyQENmM3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.MCge361P-uNwyQENmM3 .navbar.navbar-short {
  min-height: 96px;
}
.MCge361P-uNwyQENmM3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.MCge361P-uNwyQENmM3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption:hover,
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-logo a {
  outline: none;
}
.MCge361P-uNwyQENmM3 .navbar.opened .navbar-brand .navbar-caption:hover,
.MCge361P-uNwyQENmM3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dccae9 !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item.active,
.MCge361P-uNwyQENmM3 .dropdown-item:active {
  background-color: transparent;
}
.MCge361P-uNwyQENmM3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c1b47;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.MCge361P-uNwyQENmM3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MCge361P-uNwyQENmM3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .MCge361P-uNwyQENmM3 ul.navbar-nav {
    padding: 0;
    background-color: #724c9d;
    border: none;
  }
}
.MCge361P-uNwyQENmM3 .navbar-buttons {
  text-align: center;
}
.MCge361P-uNwyQENmM3 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.MCge361P-uNwyQENmM3 .navbar-buttons .btn .weight-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .MCge361P-uNwyQENmM3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.MCge361P-uNwyQENmM3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c1b47 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 .navbar-dropdown {
  padding: 0 1rem;
}
.MCge361P-uNwyQENmM3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.MCge361P-uNwyQENmM3 .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) {
  .MCge361P-uNwyQENmM3 .navbar {
    height: 70px;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened {
    height: auto;
  }
  .MCge361P-uNwyQENmM3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MCge361P-uNwyQENmM3 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.MCge361P-uNwyQENmM3 .nav-item {
  padding: 0;
  margin: 0;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link::after {
  color: #dccae9 !important;
  transform: rotate(0);
  transition: .3s;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dccae9 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .MCge361P-uNwyQENmM3 .navbar {
    justify-content: flex-start !important;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.MCge361P-uNwyQENmM3 .content-wrap {
  min-height: 90px;
}
.MCge361P-uNwDBJrdvf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9356a0;
}
.MCge361P-uNwDBJrdvf .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNwDBJrdvf .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNwDBJrdvf .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .MCge361P-uNwDBJrdvf .btn {
    padding: 1.5rem 3rem;
  }
}
.MCge361P-uNwDBJrdvf .row {
  align-items: center;
}
.MCge361P-uNwDBJrdvf img {
  border-radius: 2rem;
}
.MCge361P-uNwDBJrdvf .image-wrapper {
  background: #807490;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .MCge361P-uNwDBJrdvf .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .MCge361P-uNwDBJrdvf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .MCge361P-uNwDBJrdvf .text-wrapper {
    padding: 0 2rem;
  }
}
.MCge361P-uNwDBJrdvf .weight-section-title {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNwDBJrdvf .weight-text,
.MCge361P-uNwDBJrdvf .weight-section-btn {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNwEsaYtyk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #724c9d;
}
.MCge361P-uNwEsaYtyk .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNwEsaYtyk .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNwEsaYtyk .items-wrap {
  justify-content: center;
}
.MCge361P-uNwEsaYtyk .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .MCge361P-uNwEsaYtyk .content-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNwEsaYtyk .content-wrapper .weight-section-title {
  margin-bottom: 0;
}
.MCge361P-uNwEsaYtyk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .MCge361P-uNwEsaYtyk .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .MCge361P-uNwEsaYtyk .item {
    margin-bottom: 16px;
  }
}
.MCge361P-uNwEsaYtyk .item:hover .item-wrapper,
.MCge361P-uNwEsaYtyk .item:focus .item-wrapper {
  border: 2px solid #7dabab;
}
.MCge361P-uNwEsaYtyk .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .MCge361P-uNwEsaYtyk .item .item-wrapper {
    padding: 20px 16px;
  }
}
.MCge361P-uNwEsaYtyk .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .MCge361P-uNwEsaYtyk .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.MCge361P-uNwEsaYtyk .item .item-wrapper .icon-wrapper .weight-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #dccae9, #2c1b47);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.MCge361P-uNwEsaYtyk .item .item-wrapper .card-box .title-wrap .item-title,
.MCge361P-uNwEsaYtyk .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.MCge361P-uNwEsaYtyk .item .item-wrapper .card-box .title-wrap .item-text,
.MCge361P-uNwEsaYtyk .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.MCge361P-uNwEsaYtyk .item .card_1 {
  background-color: #2c1b47;
  border: 2px solid #2c1b47;
}
.MCge361P-uNwEsaYtyk .item .card_2 {
  background-color: #9356a0;
  border: 2px solid #9356a0;
}
.MCge361P-uNwEsaYtyk .weight-section-title {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNwEsaYtyk .item-title {
  color: #f2f2f2;
}
.MCge361P-uNwEsaYtyk .item-title_2 {
  color: #f2f2f2;
}
.MCge361P-uNwEsaYtyk .item-text {
  color: #b9b9b9;
}
.MCge361P-uNwEsaYtyk .item-text_2 {
  color: #b9b9b9;
}
.MCge361P-uNwEsaYtyk .item-title,
.MCge361P-uNwEsaYtyk .icon-wrapper {
  text-align: center;
}
.MCge361P-uNwEsaYtyk .item-text,
.MCge361P-uNwEsaYtyk .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.MCge361P-uNwEsaYtyk .item-text_2,
.MCge361P-uNwEsaYtyk .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.MCge361P-uNwEsaYtyk .item-title_2,
.MCge361P-uNwEsaYtyk .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.MCge361P-uNwE7cOfaV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c1b47;
}
.MCge361P-uNwE7cOfaV .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNwE7cOfaV .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNwE7cOfaV .title-wrapper .weight-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .MCge361P-uNwE7cOfaV .title-wrapper .weight-section-title {
    margin-bottom: 32px;
  }
}
.MCge361P-uNwE7cOfaV .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.MCge361P-uNwE7cOfaV .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .MCge361P-uNwE7cOfaV .item {
    padding: 0 14px;
  }
}
.MCge361P-uNwE7cOfaV .item .item-wrapper {
  position: relative;
  border: 1px solid #807490;
  display: flex;
  overflow: hidden;
  background-color: #9356a0;
  background-color: transparent;
}
@media (max-width: 992px) {
  .MCge361P-uNwE7cOfaV .item .item-wrapper {
    display: block;
  }
}
.MCge361P-uNwE7cOfaV .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #724c9d, #9356a0 30%);
  opacity: .5;
}
.MCge361P-uNwE7cOfaV .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 50%;
}
@media (max-width: 992px) {
  .MCge361P-uNwE7cOfaV .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.MCge361P-uNwE7cOfaV .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.MCge361P-uNwE7cOfaV .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.MCge361P-uNwE7cOfaV .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .MCge361P-uNwE7cOfaV .item .item-wrapper .item-img {
    width: 100%;
  }
}
.MCge361P-uNwE7cOfaV .item .item-wrapper .item-img img {
  min-height: 320px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .MCge361P-uNwE7cOfaV .item .item-wrapper .item-img img {
    height: 200px;
    min-height: auto;
  }
}
.MCge361P-uNwE7cOfaV .weight-section-title {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNwE7cOfaV .item-title {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNwE7cOfaV .item-text {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNwELY5imG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9356a0;
}
.MCge361P-uNwELY5imG .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNwELY5imG .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .MCge361P-uNwELY5imG .container {
    padding: 0 22px;
  }
}
.MCge361P-uNwELY5imG .row {
  justify-content: center;
}
.MCge361P-uNwELY5imG .title-wrapper .weight-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .MCge361P-uNwELY5imG .title-wrapper .weight-section-title {
    margin-bottom: 20px;
  }
}
.MCge361P-uNwELY5imG .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .MCge361P-uNwELY5imG .item {
    margin-bottom: 20px;
  }
}
.MCge361P-uNwELY5imG .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.MCge361P-uNwELY5imG .item .item-wrapper .card-box .icon-wrapper .weight-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .MCge361P-uNwELY5imG .item .item-wrapper .card-box .icon-wrapper .weight-iconfont {
    font-size: 42px;
  }
}
.MCge361P-uNwELY5imG .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.MCge361P-uNwELY5imG .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.MCge361P-uNwELY5imG .weight-section-title {
  color: #ffffff;
}
.MCge361P-uNwELY5imG .card-title {
  color: #ffffff;
}
.MCge361P-uNwELY5imG .card-text {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNwELY5imG .weight-section-title,
.MCge361P-uNwELY5imG .weight-section-btn {
  text-align: center;
}
.MCge361P-uNwELY5imG .card-title,
.MCge361P-uNwELY5imG .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.MCge361P-uNwGCmr1VK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #724c9d;
  background-image: radial-gradient(at 100% -70%, #9356a0, #2c1b47, #724c9d);
}
.MCge361P-uNwGCmr1VK .weight-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.MCge361P-uNwGCmr1VK .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.MCge361P-uNwGCmr1VK .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: #000000;
  transition: all 0.3s;
  opacity: 0.3;
}
.MCge361P-uNwGCmr1VK .item-wrapper:hover .item-content,
.MCge361P-uNwGCmr1VK .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.MCge361P-uNwGCmr1VK .item-wrapper:hover .weight-link,
.MCge361P-uNwGCmr1VK .item-wrapper:focus-within .weight-link {
  opacity: 1;
}
@media (max-width: 767px) {
  .MCge361P-uNwGCmr1VK .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .MCge361P-uNwGCmr1VK .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .MCge361P-uNwGCmr1VK .item-wrapper:before {
    opacity: 0.5;
  }
  .MCge361P-uNwGCmr1VK .item-wrapper .weight-link {
    opacity: 1;
  }
}
.MCge361P-uNwGCmr1VK .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.MCge361P-uNwGCmr1VK .item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.MCge361P-uNwGCmr1VK .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.MCge361P-uNwGCmr1VK .item:focus,
.MCge361P-uNwGCmr1VK span:focus {
  outline: none;
}
.MCge361P-uNwGCmr1VK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.MCge361P-uNwGCmr1VK .weight-section-btn {
  margin-top: auto !important;
}
.MCge361P-uNwGCmr1VK .weight-section-title {
  color: #232323;
}
.MCge361P-uNwGCmr1VK .weight-text,
.MCge361P-uNwGCmr1VK .weight-section-btn {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNwGCmr1VK .item-title {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNyaSuqDr5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c1b47;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNyaSuqDr5 .row {
  justify-content: center;
}
.MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:hover,
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MCge361P-uNyaSuqDr5 .weight-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .weight-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.MCge361P-uNyaSuqDr5 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .border-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .weight-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNyaSuqDr5 .weight-section-title {
  color: #ffffff;
}
.MCge361P-uNyaSuqDr5 .list {
  color: #ffffff;
}
.MCge361P-uNwyQENmM3 .navbar-dropdown {
  position: relative !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:before {
  font-family: theme2 !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;
}
.MCge361P-uNwyQENmM3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.MCge361P-uNwyQENmM3 .dropdown-item {
  border: none;
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:hover,
.MCge361P-uNwyQENmM3 .dropdown-item:focus {
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:hover span {
  color: white;
}
.MCge361P-uNwyQENmM3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.MCge361P-uNwyQENmM3 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.MCge361P-uNwyQENmM3 .nav-link {
  position: relative;
}
.MCge361P-uNwyQENmM3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .MCge361P-uNwyQENmM3 .container {
    flex-wrap: nowrap;
  }
}
.MCge361P-uNwyQENmM3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.MCge361P-uNwyQENmM3 .iconfont-wrapper:hover {
  color: #dccae9 !important;
}
.MCge361P-uNwyQENmM3 .dropdown-menu,
.MCge361P-uNwyQENmM3 .navbar.opened {
  background: #2c1b47 !important;
}
.MCge361P-uNwyQENmM3 .nav-item:focus,
.MCge361P-uNwyQENmM3 .nav-link:focus {
  outline: none;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item .weight-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item .weight-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNwyQENmM3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MCge361P-uNwyQENmM3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MCge361P-uNwyQENmM3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c1b47;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNwyQENmM3 .navbar.opened {
  transition: all 0.3s;
}
.MCge361P-uNwyQENmM3 .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.MCge361P-uNwyQENmM3 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.MCge361P-uNwyQENmM3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed {
  justify-content: center;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .MCge361P-uNwyQENmM3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MCge361P-uNwyQENmM3 .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%;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .MCge361P-uNwyQENmM3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .MCge361P-uNwyQENmM3 .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%;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MCge361P-uNwyQENmM3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MCge361P-uNwyQENmM3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.MCge361P-uNwyQENmM3 .navbar.navbar-short {
  min-height: 96px;
}
.MCge361P-uNwyQENmM3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.MCge361P-uNwyQENmM3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption:hover,
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-logo a {
  outline: none;
}
.MCge361P-uNwyQENmM3 .navbar.opened .navbar-brand .navbar-caption:hover,
.MCge361P-uNwyQENmM3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dccae9 !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item.active,
.MCge361P-uNwyQENmM3 .dropdown-item:active {
  background-color: transparent;
}
.MCge361P-uNwyQENmM3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c1b47;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.MCge361P-uNwyQENmM3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MCge361P-uNwyQENmM3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .MCge361P-uNwyQENmM3 ul.navbar-nav {
    padding: 0;
    background-color: #724c9d;
    border: none;
  }
}
.MCge361P-uNwyQENmM3 .navbar-buttons {
  text-align: center;
}
.MCge361P-uNwyQENmM3 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.MCge361P-uNwyQENmM3 .navbar-buttons .btn .weight-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .MCge361P-uNwyQENmM3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.MCge361P-uNwyQENmM3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c1b47 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 .navbar-dropdown {
  padding: 0 1rem;
}
.MCge361P-uNwyQENmM3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.MCge361P-uNwyQENmM3 .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) {
  .MCge361P-uNwyQENmM3 .navbar {
    height: 70px;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened {
    height: auto;
  }
  .MCge361P-uNwyQENmM3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MCge361P-uNwyQENmM3 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.MCge361P-uNwyQENmM3 .nav-item {
  padding: 0;
  margin: 0;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link::after {
  color: #dccae9 !important;
  transform: rotate(0);
  transition: .3s;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dccae9 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .MCge361P-uNwyQENmM3 .navbar {
    justify-content: flex-start !important;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.MCge361P-uNwyQENmM3 .content-wrap {
  min-height: 90px;
}
.MCge361P-uNwNoD68Uv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9356a0;
}
.MCge361P-uNwNoD68Uv .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNwNoD68Uv .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNwNoD68Uv .content-wrap {
  justify-content: flex-end;
}
.MCge361P-uNwNoD68Uv .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .MCge361P-uNwNoD68Uv .content-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNwNoD68Uv .content-wrapper .weight-section-title {
  margin-bottom: 24px;
}
.MCge361P-uNwNoD68Uv .content-wrapper .weight-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.MCge361P-uNwNoD68Uv .content-wrapper .text-wrapper .weight-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .MCge361P-uNwNoD68Uv .content-wrapper .text-wrapper .weight-text {
    width: 100%;
  }
}
.MCge361P-uNwNoD68Uv .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .MCge361P-uNwNoD68Uv .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .MCge361P-uNwNoD68Uv .image-wrapper {
    padding: 0;
  }
}
.MCge361P-uNwNoD68Uv .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .MCge361P-uNwNoD68Uv .image-wrapper img {
    height: 350px;
  }
}
.MCge361P-uNwNoD68Uv .weight-section-title {
  color: #ffffff;
}
.MCge361P-uNwNoD68Uv .weight-text,
.MCge361P-uNwNoD68Uv .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNwNoD68Uv .weight-section-title,
.MCge361P-uNwNoD68Uv .weight-section-btn,
.MCge361P-uNwNoD68Uv .clients-wrapper {
  text-align: center;
}
.MCge361P-uNwP76Vvv1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #724c9d;
}
.MCge361P-uNwP76Vvv1 .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNwP76Vvv1 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNwP76Vvv1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .MCge361P-uNwP76Vvv1 .title-wrapper {
    margin-bottom: 48px;
  }
}
.MCge361P-uNwP76Vvv1 .title-wrapper .weight-section-title {
  margin-bottom: 24px;
}
.MCge361P-uNwP76Vvv1 .title-wrapper .text-wrapper .weight-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .MCge361P-uNwP76Vvv1 .title-wrapper .text-wrapper .weight-text {
    width: 100%;
  }
}
.MCge361P-uNwP76Vvv1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.MCge361P-uNwP76Vvv1 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNwP76Vvv1 .item {
    margin-bottom: 28px;
  }
}
.MCge361P-uNwP76Vvv1 .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #2c1b47;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .MCge361P-uNwP76Vvv1 .item .item-wrapper {
    padding: 16px;
  }
}
.MCge361P-uNwP76Vvv1 .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .MCge361P-uNwP76Vvv1 .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.MCge361P-uNwP76Vvv1 .item .item-wrapper .item-content .icon-wrapper .weight-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #3b6bff;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.MCge361P-uNwP76Vvv1 .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.MCge361P-uNwP76Vvv1 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.MCge361P-uNwP76Vvv1 .weight-section-title {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNwP76Vvv1 .weight-text,
.MCge361P-uNwP76Vvv1 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.MCge361P-uNwP76Vvv1 .item-title {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNwP76Vvv1 .item-text {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNwOYc6So6 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2c1b47;
}
.MCge361P-uNwOYc6So6 .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNwOYc6So6 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNwOYc6So6 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.MCge361P-uNwOYc6So6 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNwOYc6So6 .item {
    margin-bottom: 28px;
  }
}
.MCge361P-uNwOYc6So6 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #9356a0;
  overflow: hidden;
  border: 1px solid #2c1b47;
}
.MCge361P-uNwOYc6So6 .item .item-wrapper .item-content {
  padding: 24px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .MCge361P-uNwOYc6So6 .item .item-wrapper .item-content {
    padding: 16px;
    margin-bottom: 0;
  }
}
.MCge361P-uNwOYc6So6 .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.MCge361P-uNwOYc6So6 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.MCge361P-uNwOYc6So6 .item .item-wrapper .item-img {
  position: relative;
}
.MCge361P-uNwOYc6So6 .item .item-wrapper .item-img .image-wrap img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.MCge361P-uNwOYc6So6 .item .item-wrapper .item-img .weight-section-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}
@media (max-width: 992px) {
  .MCge361P-uNwOYc6So6 .item .item-wrapper .item-img .weight-section-btn {
    padding: 16px;
  }
}
.MCge361P-uNwOYc6So6 .item .item-wrapper .item-img .weight-section-btn .btn {
  margin-bottom: 0;
}
.MCge361P-uNwOYc6So6 .item-title {
  color: #ffffff;
}
.MCge361P-uNwOYc6So6 .item-text {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNwOYc6So6 .item-title,
.MCge361P-uNwOYc6So6 .weight-section-btn {
  text-align: center;
}
.MCge361P-uNwP0VNO3X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #724c9d;
}
.MCge361P-uNwP0VNO3X .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNwP0VNO3X .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNwP0VNO3X .items-wrap {
  justify-content: center;
}
.MCge361P-uNwP0VNO3X .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .MCge361P-uNwP0VNO3X .content-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNwP0VNO3X .content-wrapper .weight-section-title {
  margin-bottom: 0;
}
.MCge361P-uNwP0VNO3X .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .MCge361P-uNwP0VNO3X .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .MCge361P-uNwP0VNO3X .item {
    margin-bottom: 16px;
  }
}
.MCge361P-uNwP0VNO3X .item:hover .item-wrapper,
.MCge361P-uNwP0VNO3X .item:focus .item-wrapper {
  border: 2px solid #7dabab;
}
.MCge361P-uNwP0VNO3X .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .MCge361P-uNwP0VNO3X .item .item-wrapper {
    padding: 20px 16px;
  }
}
.MCge361P-uNwP0VNO3X .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .MCge361P-uNwP0VNO3X .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.MCge361P-uNwP0VNO3X .item .item-wrapper .icon-wrapper .weight-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #724c9d, #523857);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.MCge361P-uNwP0VNO3X .item .item-wrapper .card-box .title-wrap .item-title,
.MCge361P-uNwP0VNO3X .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.MCge361P-uNwP0VNO3X .item .item-wrapper .card-box .title-wrap .item-text,
.MCge361P-uNwP0VNO3X .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.MCge361P-uNwP0VNO3X .item .card_1 {
  background-color: #2c1b47;
  border: 2px solid #2c1b47;
}
.MCge361P-uNwP0VNO3X .item .card_2 {
  background-color: #9356a0;
  border: 2px solid #9356a0;
}
.MCge361P-uNwP0VNO3X .weight-section-title {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNwP0VNO3X .item-title {
  color: #f2f2f2;
}
.MCge361P-uNwP0VNO3X .item-title_2 {
  color: #f2f2f2;
}
.MCge361P-uNwP0VNO3X .item-text {
  color: #b9b9b9;
}
.MCge361P-uNwP0VNO3X .item-text_2 {
  color: #b9b9b9;
}
.MCge361P-uNwP0VNO3X .item-title,
.MCge361P-uNwP0VNO3X .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.MCge361P-uNwP0VNO3X .item-text,
.MCge361P-uNwP0VNO3X .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.MCge361P-uNwP0VNO3X .item-title_2,
.MCge361P-uNwP0VNO3X .icon-wrapper {
  text-align: center;
}
.MCge361P-uNwP0VNO3X .item-text_2,
.MCge361P-uNwP0VNO3X .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.MCge361P-uNwQfeGucr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9356a0;
}
.MCge361P-uNwQfeGucr .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNwQfeGucr .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNwQfeGucr .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.MCge361P-uNwQfeGucr .content-container {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .MCge361P-uNwQfeGucr .content-container {
    grid-template-columns: 1fr;
  }
}
.MCge361P-uNwQfeGucr .item-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: wrap;
  background-color: #724c9d;
  border-radius: 20px;
  overflow: hidden;
}
.MCge361P-uNwQfeGucr .col-img {
  height: 224px;
}
@media (max-width: 991px) {
  .MCge361P-uNwQfeGucr .col-img {
    height: 145px;
  }
}
.MCge361P-uNwQfeGucr .image-wrapper {
  width: 100%;
  height: 224px;
}
@media (max-width: 991px) {
  .MCge361P-uNwQfeGucr .image-wrapper {
    height: 145px;
  }
}
.MCge361P-uNwQfeGucr .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.MCge361P-uNwQfeGucr .col-text {
  flex-grow: 1;
}
.MCge361P-uNwQfeGucr .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2.6em;
  min-height: 336px;
}
@media (max-width: 1199px) {
  .MCge361P-uNwQfeGucr .text-wrapper {
    min-height: 302px;
  }
}
@media (max-width: 991px) {
  .MCge361P-uNwQfeGucr .text-wrapper {
    min-height: 280px;
    padding: 2.5em 2em 1.8em 2em;
  }
}
.MCge361P-uNwQfeGucr .title-container {
  flex-grow: 1;
}
.MCge361P-uNwQfeGucr .weight-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .MCge361P-uNwQfeGucr .weight-section-title {
    margin-bottom: 16px;
  }
}
.MCge361P-uNwQfeGucr .weight-text {
  color: #272727;
  opacity: 0.7;
  margin-bottom: 0;
}
.MCge361P-uNwQfeGucr .weight-section-btn {
  margin-top: 20px;
}
.MCge361P-uNwQfeGucr .author-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .MCge361P-uNwQfeGucr .author-container {
    flex-wrap: wrap;
  }
}
.MCge361P-uNwQfeGucr .item-name-wrap {
  display: flex;
  align-items: center;
  width: 45%;
}
@media (max-width: 767px) {
  .MCge361P-uNwQfeGucr .item-name-wrap {
    width: 100%;
  }
}
.MCge361P-uNwQfeGucr .author-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.MCge361P-uNwQfeGucr .author-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.MCge361P-uNwQfeGucr .name-text {
  color: #272727;
}
.MCge361P-uNwQfeGucr .text-item-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .MCge361P-uNwQfeGucr .text-item-container {
    width: 100%;
    margin-top: 1rem;
    justify-content: flex-start;
  }
}
.MCge361P-uNwQfeGucr .text-item {
  display: flex;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 5px 4px;
  border-radius: 5px;
  background-color: #c4b2f6;
}
.MCge361P-uNwQfeGucr .label-text {
  color: #8c69ec;
  line-height: 1 !important;
}
.MCge361P-uNwQfeGucr .weight-text,
.MCge361P-uNwQfeGucr .weight-section-btn {
  text-align: center;
  color: #ffffff;
}
.MCge361P-uNyaSuqDr5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c1b47;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNyaSuqDr5 .row {
  justify-content: center;
}
.MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:hover,
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MCge361P-uNyaSuqDr5 .weight-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .weight-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.MCge361P-uNyaSuqDr5 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .border-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .weight-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNyaSuqDr5 .weight-section-title {
  color: #ffffff;
}
.MCge361P-uNyaSuqDr5 .list {
  color: #ffffff;
}
.MCge361P-uNwyQENmM3 .navbar-dropdown {
  position: relative !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:before {
  font-family: theme2 !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;
}
.MCge361P-uNwyQENmM3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.MCge361P-uNwyQENmM3 .dropdown-item {
  border: none;
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:hover,
.MCge361P-uNwyQENmM3 .dropdown-item:focus {
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:hover span {
  color: white;
}
.MCge361P-uNwyQENmM3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.MCge361P-uNwyQENmM3 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.MCge361P-uNwyQENmM3 .nav-link {
  position: relative;
}
.MCge361P-uNwyQENmM3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .MCge361P-uNwyQENmM3 .container {
    flex-wrap: nowrap;
  }
}
.MCge361P-uNwyQENmM3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.MCge361P-uNwyQENmM3 .iconfont-wrapper:hover {
  color: #dccae9 !important;
}
.MCge361P-uNwyQENmM3 .dropdown-menu,
.MCge361P-uNwyQENmM3 .navbar.opened {
  background: #2c1b47 !important;
}
.MCge361P-uNwyQENmM3 .nav-item:focus,
.MCge361P-uNwyQENmM3 .nav-link:focus {
  outline: none;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item .weight-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item .weight-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNwyQENmM3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MCge361P-uNwyQENmM3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MCge361P-uNwyQENmM3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c1b47;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNwyQENmM3 .navbar.opened {
  transition: all 0.3s;
}
.MCge361P-uNwyQENmM3 .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.MCge361P-uNwyQENmM3 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.MCge361P-uNwyQENmM3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed {
  justify-content: center;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .MCge361P-uNwyQENmM3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MCge361P-uNwyQENmM3 .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%;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .MCge361P-uNwyQENmM3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .MCge361P-uNwyQENmM3 .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%;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MCge361P-uNwyQENmM3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MCge361P-uNwyQENmM3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.MCge361P-uNwyQENmM3 .navbar.navbar-short {
  min-height: 96px;
}
.MCge361P-uNwyQENmM3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.MCge361P-uNwyQENmM3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption:hover,
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-logo a {
  outline: none;
}
.MCge361P-uNwyQENmM3 .navbar.opened .navbar-brand .navbar-caption:hover,
.MCge361P-uNwyQENmM3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dccae9 !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item.active,
.MCge361P-uNwyQENmM3 .dropdown-item:active {
  background-color: transparent;
}
.MCge361P-uNwyQENmM3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c1b47;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.MCge361P-uNwyQENmM3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MCge361P-uNwyQENmM3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .MCge361P-uNwyQENmM3 ul.navbar-nav {
    padding: 0;
    background-color: #724c9d;
    border: none;
  }
}
.MCge361P-uNwyQENmM3 .navbar-buttons {
  text-align: center;
}
.MCge361P-uNwyQENmM3 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.MCge361P-uNwyQENmM3 .navbar-buttons .btn .weight-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .MCge361P-uNwyQENmM3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.MCge361P-uNwyQENmM3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c1b47 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 .navbar-dropdown {
  padding: 0 1rem;
}
.MCge361P-uNwyQENmM3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.MCge361P-uNwyQENmM3 .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) {
  .MCge361P-uNwyQENmM3 .navbar {
    height: 70px;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened {
    height: auto;
  }
  .MCge361P-uNwyQENmM3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MCge361P-uNwyQENmM3 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.MCge361P-uNwyQENmM3 .nav-item {
  padding: 0;
  margin: 0;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link::after {
  color: #dccae9 !important;
  transform: rotate(0);
  transition: .3s;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dccae9 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .MCge361P-uNwyQENmM3 .navbar {
    justify-content: flex-start !important;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.MCge361P-uNwyQENmM3 .content-wrap {
  min-height: 90px;
}
.MCge361P-uNwTwgtmTw {
  padding-top: 8rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #9356a0;
  background-image: radial-gradient(at 100% -70%, #2c1b47, #724c9d, #9356a0);
}
.MCge361P-uNwTwgtmTw .weight-overlay {
  backdrop-filter: blur(3.5px);
}
.MCge361P-uNwTwgtmTw img {
  width: 100%;
  transform: scale(2);
  height: 230px;
  z-index: 0;
  border-radius: 30px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .MCge361P-uNwTwgtmTw img {
    transform: scale(1) translateX(0);
  }
}
.MCge361P-uNwTwgtmTw .card-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .MCge361P-uNwTwgtmTw .card-wrapper {
    padding: 2rem 1rem;
  }
}
.MCge361P-uNwTwgtmTw .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #2c1b47;
  border-radius: 30px;
}
.MCge361P-uNwTwgtmTw .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #2c1b47;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .MCge361P-uNwTwgtmTw .card-wrapper {
    margin-bottom: 2rem;
  }
}
.MCge361P-uNwTwgtmTw .weight-section-title,
.MCge361P-uNwTwgtmTw .weight-section-subtitle,
.MCge361P-uNwTwgtmTw .weight-text,
.MCge361P-uNwTwgtmTw .weight-section-btn {
  position: relative;
  z-index: 1;
}
.MCge361P-uNwTwgtmTw .col-12 {
  position: relative;
}
.MCge361P-uNwTwgtmTw .weight-section-title {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNwTwgtmTw .weight-text,
.MCge361P-uNwTwgtmTw .weight-section-btn {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNwTwgtmTw .weight-section-subtitle {
  color: #263d5a;
}
.MCge361P-uNyaSuqDr5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c1b47;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNyaSuqDr5 .row {
  justify-content: center;
}
.MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:hover,
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MCge361P-uNyaSuqDr5 .weight-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .weight-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.MCge361P-uNyaSuqDr5 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .border-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .weight-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNyaSuqDr5 .weight-section-title {
  color: #ffffff;
}
.MCge361P-uNyaSuqDr5 .list {
  color: #ffffff;
}
.MCge361P-uNwyQENmM3 .navbar-dropdown {
  position: relative !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:before {
  font-family: theme2 !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;
}
.MCge361P-uNwyQENmM3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.MCge361P-uNwyQENmM3 .dropdown-item {
  border: none;
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:hover,
.MCge361P-uNwyQENmM3 .dropdown-item:focus {
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:hover span {
  color: white;
}
.MCge361P-uNwyQENmM3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.MCge361P-uNwyQENmM3 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.MCge361P-uNwyQENmM3 .nav-link {
  position: relative;
}
.MCge361P-uNwyQENmM3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .MCge361P-uNwyQENmM3 .container {
    flex-wrap: nowrap;
  }
}
.MCge361P-uNwyQENmM3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.MCge361P-uNwyQENmM3 .iconfont-wrapper:hover {
  color: #dccae9 !important;
}
.MCge361P-uNwyQENmM3 .dropdown-menu,
.MCge361P-uNwyQENmM3 .navbar.opened {
  background: #2c1b47 !important;
}
.MCge361P-uNwyQENmM3 .nav-item:focus,
.MCge361P-uNwyQENmM3 .nav-link:focus {
  outline: none;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item .weight-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item .weight-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNwyQENmM3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MCge361P-uNwyQENmM3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MCge361P-uNwyQENmM3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c1b47;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNwyQENmM3 .navbar.opened {
  transition: all 0.3s;
}
.MCge361P-uNwyQENmM3 .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.MCge361P-uNwyQENmM3 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.MCge361P-uNwyQENmM3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed {
  justify-content: center;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .MCge361P-uNwyQENmM3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MCge361P-uNwyQENmM3 .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%;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .MCge361P-uNwyQENmM3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .MCge361P-uNwyQENmM3 .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%;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MCge361P-uNwyQENmM3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MCge361P-uNwyQENmM3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.MCge361P-uNwyQENmM3 .navbar.navbar-short {
  min-height: 96px;
}
.MCge361P-uNwyQENmM3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.MCge361P-uNwyQENmM3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption:hover,
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-logo a {
  outline: none;
}
.MCge361P-uNwyQENmM3 .navbar.opened .navbar-brand .navbar-caption:hover,
.MCge361P-uNwyQENmM3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dccae9 !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item.active,
.MCge361P-uNwyQENmM3 .dropdown-item:active {
  background-color: transparent;
}
.MCge361P-uNwyQENmM3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c1b47;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.MCge361P-uNwyQENmM3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MCge361P-uNwyQENmM3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .MCge361P-uNwyQENmM3 ul.navbar-nav {
    padding: 0;
    background-color: #724c9d;
    border: none;
  }
}
.MCge361P-uNwyQENmM3 .navbar-buttons {
  text-align: center;
}
.MCge361P-uNwyQENmM3 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.MCge361P-uNwyQENmM3 .navbar-buttons .btn .weight-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .MCge361P-uNwyQENmM3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.MCge361P-uNwyQENmM3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c1b47 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 .navbar-dropdown {
  padding: 0 1rem;
}
.MCge361P-uNwyQENmM3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.MCge361P-uNwyQENmM3 .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) {
  .MCge361P-uNwyQENmM3 .navbar {
    height: 70px;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened {
    height: auto;
  }
  .MCge361P-uNwyQENmM3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MCge361P-uNwyQENmM3 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.MCge361P-uNwyQENmM3 .nav-item {
  padding: 0;
  margin: 0;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link::after {
  color: #dccae9 !important;
  transform: rotate(0);
  transition: .3s;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dccae9 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .MCge361P-uNwyQENmM3 .navbar {
    justify-content: flex-start !important;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.MCge361P-uNwyQENmM3 .content-wrap {
  min-height: 90px;
}
.MCge361P-uNyhjNYGNy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9356a0;
}
.MCge361P-uNyhjNYGNy .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNyhjNYGNy .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNyhjNYGNy .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #2c1b47 -10%, #724c9d 30%, #724c9d 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .MCge361P-uNyhjNYGNy .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .MCge361P-uNyhjNYGNy .card-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyhjNYGNy .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #724c9d, #724c9d, transparent);
  height: 1px;
  width: 100%;
}
.MCge361P-uNyhjNYGNy .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .MCge361P-uNyhjNYGNy .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.MCge361P-uNyhjNYGNy .card-wrapper .title-wrapper .weight-title {
  margin-bottom: 16px;
}
.MCge361P-uNyhjNYGNy .card-wrapper .title-wrapper .weight-text {
  margin-bottom: 0;
}
.MCge361P-uNyhjNYGNy .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #2c1b47;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .MCge361P-uNyhjNYGNy .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.MCge361P-uNyhjNYGNy .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.MCge361P-uNyhjNYGNy .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #9356a0 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.MCge361P-uNyhjNYGNy .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .MCge361P-uNyhjNYGNy .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.MCge361P-uNyhjNYGNy .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.MCge361P-uNyhjNYGNy .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #dccae9;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.MCge361P-uNyhjNYGNy .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.MCge361P-uNyhjNYGNy .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff398a !important;
  box-shadow: none;
}
.MCge361P-uNyhjNYGNy .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #2c1b47;
  opacity: .5;
}
.MCge361P-uNyhjNYGNy .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.MCge361P-uNyhjNYGNy .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.MCge361P-uNyhjNYGNy .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2c1b47;
  border-color: #2c1b47;
}
.MCge361P-uNyhjNYGNy .card-wrapper .form-wrapper .dragArea.row .weight-section-btn {
  width: 100%;
  padding: 0;
}
.MCge361P-uNyhjNYGNy .card-wrapper .form-wrapper .dragArea.row .weight-section-btn .btn {
  margin: 0;
}
.MCge361P-uNyhjNYGNy .weight-section-btn {
  text-align: right;
}
.MCge361P-uNyhjNYGNy .weight-title {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNyhjNYGNy .weight-text {
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNyhjNYGNy label {
  color: #ffffff;
}
.MCge361P-uNyhjNYGNy H5 {
  text-align: center;
}
.MCge361P-uNyaSuqDr5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c1b47;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNyaSuqDr5 .row {
  justify-content: center;
}
.MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:hover,
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MCge361P-uNyaSuqDr5 .weight-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .weight-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.MCge361P-uNyaSuqDr5 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .border-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .weight-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNyaSuqDr5 .weight-section-title {
  color: #ffffff;
}
.MCge361P-uNyaSuqDr5 .list {
  color: #ffffff;
}
.MCge361P-uNwyQENmM3 .navbar-dropdown {
  position: relative !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:before {
  font-family: theme2 !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;
}
.MCge361P-uNwyQENmM3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.MCge361P-uNwyQENmM3 .dropdown-item {
  border: none;
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:hover,
.MCge361P-uNwyQENmM3 .dropdown-item:focus {
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item:hover span {
  color: white;
}
.MCge361P-uNwyQENmM3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.MCge361P-uNwyQENmM3 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.MCge361P-uNwyQENmM3 .nav-link {
  position: relative;
}
.MCge361P-uNwyQENmM3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .MCge361P-uNwyQENmM3 .container {
    flex-wrap: nowrap;
  }
}
.MCge361P-uNwyQENmM3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.MCge361P-uNwyQENmM3 .iconfont-wrapper:hover {
  color: #dccae9 !important;
}
.MCge361P-uNwyQENmM3 .dropdown-menu,
.MCge361P-uNwyQENmM3 .navbar.opened {
  background: #2c1b47 !important;
}
.MCge361P-uNwyQENmM3 .nav-item:focus,
.MCge361P-uNwyQENmM3 .nav-link:focus {
  outline: none;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item .weight-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MCge361P-uNwyQENmM3 .dropdown .dropdown-menu .dropdown-item .weight-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNwyQENmM3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MCge361P-uNwyQENmM3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MCge361P-uNwyQENmM3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c1b47;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNwyQENmM3 .navbar.opened {
  transition: all 0.3s;
}
.MCge361P-uNwyQENmM3 .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.MCge361P-uNwyQENmM3 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.MCge361P-uNwyQENmM3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed {
  justify-content: center;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .MCge361P-uNwyQENmM3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MCge361P-uNwyQENmM3 .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%;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.MCge361P-uNwyQENmM3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .MCge361P-uNwyQENmM3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .MCge361P-uNwyQENmM3 .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%;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MCge361P-uNwyQENmM3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .MCge361P-uNwyQENmM3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .MCge361P-uNwyQENmM3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MCge361P-uNwyQENmM3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.MCge361P-uNwyQENmM3 .navbar.navbar-short {
  min-height: 96px;
}
.MCge361P-uNwyQENmM3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.MCge361P-uNwyQENmM3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption:hover,
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .navbar-brand .navbar-logo a {
  outline: none;
}
.MCge361P-uNwyQENmM3 .navbar.opened .navbar-brand .navbar-caption:hover,
.MCge361P-uNwyQENmM3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dccae9 !important;
}
.MCge361P-uNwyQENmM3 .dropdown-item.active,
.MCge361P-uNwyQENmM3 .dropdown-item:active {
  background-color: transparent;
}
.MCge361P-uNwyQENmM3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MCge361P-uNwyQENmM3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c1b47;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.MCge361P-uNwyQENmM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.MCge361P-uNwyQENmM3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MCge361P-uNwyQENmM3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .MCge361P-uNwyQENmM3 ul.navbar-nav {
    padding: 0;
    background-color: #724c9d;
    border: none;
  }
}
.MCge361P-uNwyQENmM3 .navbar-buttons {
  text-align: center;
}
.MCge361P-uNwyQENmM3 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.MCge361P-uNwyQENmM3 .navbar-buttons .btn .weight-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .MCge361P-uNwyQENmM3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.MCge361P-uNwyQENmM3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c1b47 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNwyQENmM3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MCge361P-uNwyQENmM3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNwyQENmM3 .navbar-dropdown {
  padding: 0 1rem;
}
.MCge361P-uNwyQENmM3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.MCge361P-uNwyQENmM3 .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) {
  .MCge361P-uNwyQENmM3 .navbar {
    height: 70px;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened {
    height: auto;
  }
  .MCge361P-uNwyQENmM3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MCge361P-uNwyQENmM3 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.MCge361P-uNwyQENmM3 .nav-item {
  padding: 0;
  margin: 0;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link::after {
  color: #dccae9 !important;
  transform: rotate(0);
  transition: .3s;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dccae9 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.MCge361P-uNwyQENmM3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .MCge361P-uNwyQENmM3 .navbar {
    justify-content: flex-start !important;
  }
  .MCge361P-uNwyQENmM3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .MCge361P-uNwyQENmM3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.MCge361P-uNwyQENmM3 .content-wrap {
  min-height: 90px;
}
.MCge361P-uNwX4NlJf3 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #9356a0;
}
.MCge361P-uNwX4NlJf3 .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNwX4NlJf3 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNwX4NlJf3 .weight-section-title {
  color: #ffffff;
}
.MCge361P-uNwX4NlJf3 .weight-text {
  color: #ffffff;
}
.MCge361P-uNyaSuqDr5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c1b47;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNyaSuqDr5 .row {
  justify-content: center;
}
.MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:hover,
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MCge361P-uNyaSuqDr5 .weight-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .weight-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.MCge361P-uNyaSuqDr5 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .border-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .weight-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNyaSuqDr5 .weight-section-title {
  color: #ffffff;
}
.MCge361P-uNyaSuqDr5 .list {
  color: #ffffff;
}
.MCge361P-uNxz5OqyEw .navbar-dropdown {
  position: relative !important;
}
.MCge361P-uNxz5OqyEw .dropdown-item:before {
  font-family: theme2 !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;
}
.MCge361P-uNxz5OqyEw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.MCge361P-uNxz5OqyEw .dropdown-item {
  border: none;
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNxz5OqyEw .dropdown-item:hover,
.MCge361P-uNxz5OqyEw .dropdown-item:focus {
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNxz5OqyEw .dropdown-item:hover span {
  color: white;
}
.MCge361P-uNxz5OqyEw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.MCge361P-uNxz5OqyEw .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.MCge361P-uNxz5OqyEw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.MCge361P-uNxz5OqyEw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.MCge361P-uNxz5OqyEw .nav-link {
  position: relative;
}
.MCge361P-uNxz5OqyEw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .MCge361P-uNxz5OqyEw .container {
    flex-wrap: nowrap;
  }
}
.MCge361P-uNxz5OqyEw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.MCge361P-uNxz5OqyEw .iconfont-wrapper:hover {
  color: #dccae9 !important;
}
.MCge361P-uNxz5OqyEw .dropdown-menu,
.MCge361P-uNxz5OqyEw .navbar.opened {
  background: #2c1b47 !important;
}
.MCge361P-uNxz5OqyEw .nav-item:focus,
.MCge361P-uNxz5OqyEw .nav-link:focus {
  outline: none;
}
.MCge361P-uNxz5OqyEw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNxz5OqyEw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.MCge361P-uNxz5OqyEw .dropdown .dropdown-menu .dropdown-item .weight-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MCge361P-uNxz5OqyEw .dropdown .dropdown-menu .dropdown-item .weight-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNxz5OqyEw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MCge361P-uNxz5OqyEw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MCge361P-uNxz5OqyEw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c1b47;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNxz5OqyEw .navbar.opened {
  transition: all 0.3s;
}
.MCge361P-uNxz5OqyEw .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.MCge361P-uNxz5OqyEw .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.MCge361P-uNxz5OqyEw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.MCge361P-uNxz5OqyEw .navbar.collapsed {
  justify-content: center;
}
.MCge361P-uNxz5OqyEw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MCge361P-uNxz5OqyEw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .MCge361P-uNxz5OqyEw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.MCge361P-uNxz5OqyEw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MCge361P-uNxz5OqyEw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MCge361P-uNxz5OqyEw .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%;
}
.MCge361P-uNxz5OqyEw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MCge361P-uNxz5OqyEw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.MCge361P-uNxz5OqyEw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .MCge361P-uNxz5OqyEw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MCge361P-uNxz5OqyEw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MCge361P-uNxz5OqyEw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MCge361P-uNxz5OqyEw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .MCge361P-uNxz5OqyEw .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%;
  }
  .MCge361P-uNxz5OqyEw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MCge361P-uNxz5OqyEw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .MCge361P-uNxz5OqyEw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .MCge361P-uNxz5OqyEw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .MCge361P-uNxz5OqyEw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MCge361P-uNxz5OqyEw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.MCge361P-uNxz5OqyEw .navbar.navbar-short {
  min-height: 96px;
}
.MCge361P-uNxz5OqyEw .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.MCge361P-uNxz5OqyEw .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.MCge361P-uNxz5OqyEw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.MCge361P-uNxz5OqyEw .navbar-brand .navbar-caption:hover,
.MCge361P-uNxz5OqyEw .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.MCge361P-uNxz5OqyEw .navbar-brand .navbar-logo a {
  outline: none;
}
.MCge361P-uNxz5OqyEw .navbar.opened .navbar-brand .navbar-caption:hover,
.MCge361P-uNxz5OqyEw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dccae9 !important;
}
.MCge361P-uNxz5OqyEw .dropdown-item.active,
.MCge361P-uNxz5OqyEw .dropdown-item:active {
  background-color: transparent;
}
.MCge361P-uNxz5OqyEw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.MCge361P-uNxz5OqyEw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MCge361P-uNxz5OqyEw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MCge361P-uNxz5OqyEw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c1b47;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .MCge361P-uNxz5OqyEw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.MCge361P-uNxz5OqyEw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.MCge361P-uNxz5OqyEw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MCge361P-uNxz5OqyEw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .MCge361P-uNxz5OqyEw ul.navbar-nav {
    padding: 0;
    background-color: #724c9d;
    border: none;
  }
}
.MCge361P-uNxz5OqyEw .navbar-buttons {
  text-align: center;
}
.MCge361P-uNxz5OqyEw .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.MCge361P-uNxz5OqyEw .navbar-buttons .btn .weight-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .MCge361P-uNxz5OqyEw .navbar-buttons .btn {
    width: auto !important;
  }
}
.MCge361P-uNxz5OqyEw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c1b47 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNxz5OqyEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.MCge361P-uNxz5OqyEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.MCge361P-uNxz5OqyEw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNxz5OqyEw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNxz5OqyEw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.MCge361P-uNxz5OqyEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNxz5OqyEw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MCge361P-uNxz5OqyEw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MCge361P-uNxz5OqyEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNxz5OqyEw .navbar-dropdown {
  padding: 0 1rem;
}
.MCge361P-uNxz5OqyEw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.MCge361P-uNxz5OqyEw .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) {
  .MCge361P-uNxz5OqyEw .navbar {
    height: 70px;
  }
  .MCge361P-uNxz5OqyEw .navbar.opened {
    height: auto;
  }
  .MCge361P-uNxz5OqyEw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MCge361P-uNxz5OqyEw .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.MCge361P-uNxz5OqyEw .nav-item {
  padding: 0;
  margin: 0;
}
.MCge361P-uNxz5OqyEw .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.MCge361P-uNxz5OqyEw .nav-item .nav-link::after {
  color: #dccae9 !important;
  transform: rotate(0);
  transition: .3s;
}
.MCge361P-uNxz5OqyEw .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dccae9 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.MCge361P-uNxz5OqyEw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.MCge361P-uNxz5OqyEw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.MCge361P-uNxz5OqyEw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.MCge361P-uNxz5OqyEw .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.MCge361P-uNxz5OqyEw .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .MCge361P-uNxz5OqyEw .navbar {
    justify-content: flex-start !important;
  }
  .MCge361P-uNxz5OqyEw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .MCge361P-uNxz5OqyEw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .MCge361P-uNxz5OqyEw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .MCge361P-uNxz5OqyEw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .MCge361P-uNxz5OqyEw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .MCge361P-uNxz5OqyEw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.MCge361P-uNxz5OqyEw .content-wrap {
  min-height: 90px;
}
.MCge361P-uNxz5PHJBv {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #9356a0;
}
.MCge361P-uNxz5PHJBv .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNxz5PHJBv .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNxz5PHJBv .weight-section-title {
  color: #ffffff;
}
.MCge361P-uNxz5PHJBv .weight-text {
  color: #ffffff;
}
.MCge361P-uNyaSuqDr5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c1b47;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNyaSuqDr5 .row {
  justify-content: center;
}
.MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:hover,
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MCge361P-uNyaSuqDr5 .weight-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .weight-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.MCge361P-uNyaSuqDr5 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .border-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .weight-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNyaSuqDr5 .weight-section-title {
  color: #ffffff;
}
.MCge361P-uNyaSuqDr5 .list {
  color: #ffffff;
}
.MCge361P-uNxzLAYxKw .navbar-dropdown {
  position: relative !important;
}
.MCge361P-uNxzLAYxKw .dropdown-item:before {
  font-family: theme2 !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;
}
.MCge361P-uNxzLAYxKw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.MCge361P-uNxzLAYxKw .dropdown-item {
  border: none;
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNxzLAYxKw .dropdown-item:hover,
.MCge361P-uNxzLAYxKw .dropdown-item:focus {
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNxzLAYxKw .dropdown-item:hover span {
  color: white;
}
.MCge361P-uNxzLAYxKw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.MCge361P-uNxzLAYxKw .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.MCge361P-uNxzLAYxKw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.MCge361P-uNxzLAYxKw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.MCge361P-uNxzLAYxKw .nav-link {
  position: relative;
}
.MCge361P-uNxzLAYxKw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .MCge361P-uNxzLAYxKw .container {
    flex-wrap: nowrap;
  }
}
.MCge361P-uNxzLAYxKw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.MCge361P-uNxzLAYxKw .iconfont-wrapper:hover {
  color: #dccae9 !important;
}
.MCge361P-uNxzLAYxKw .dropdown-menu,
.MCge361P-uNxzLAYxKw .navbar.opened {
  background: #2c1b47 !important;
}
.MCge361P-uNxzLAYxKw .nav-item:focus,
.MCge361P-uNxzLAYxKw .nav-link:focus {
  outline: none;
}
.MCge361P-uNxzLAYxKw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNxzLAYxKw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.MCge361P-uNxzLAYxKw .dropdown .dropdown-menu .dropdown-item .weight-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MCge361P-uNxzLAYxKw .dropdown .dropdown-menu .dropdown-item .weight-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNxzLAYxKw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MCge361P-uNxzLAYxKw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MCge361P-uNxzLAYxKw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c1b47;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNxzLAYxKw .navbar.opened {
  transition: all 0.3s;
}
.MCge361P-uNxzLAYxKw .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.MCge361P-uNxzLAYxKw .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.MCge361P-uNxzLAYxKw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.MCge361P-uNxzLAYxKw .navbar.collapsed {
  justify-content: center;
}
.MCge361P-uNxzLAYxKw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MCge361P-uNxzLAYxKw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .MCge361P-uNxzLAYxKw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.MCge361P-uNxzLAYxKw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MCge361P-uNxzLAYxKw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MCge361P-uNxzLAYxKw .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%;
}
.MCge361P-uNxzLAYxKw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MCge361P-uNxzLAYxKw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.MCge361P-uNxzLAYxKw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .MCge361P-uNxzLAYxKw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MCge361P-uNxzLAYxKw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MCge361P-uNxzLAYxKw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MCge361P-uNxzLAYxKw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .MCge361P-uNxzLAYxKw .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%;
  }
  .MCge361P-uNxzLAYxKw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MCge361P-uNxzLAYxKw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .MCge361P-uNxzLAYxKw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .MCge361P-uNxzLAYxKw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .MCge361P-uNxzLAYxKw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MCge361P-uNxzLAYxKw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.MCge361P-uNxzLAYxKw .navbar.navbar-short {
  min-height: 96px;
}
.MCge361P-uNxzLAYxKw .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.MCge361P-uNxzLAYxKw .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.MCge361P-uNxzLAYxKw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.MCge361P-uNxzLAYxKw .navbar-brand .navbar-caption:hover,
.MCge361P-uNxzLAYxKw .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.MCge361P-uNxzLAYxKw .navbar-brand .navbar-logo a {
  outline: none;
}
.MCge361P-uNxzLAYxKw .navbar.opened .navbar-brand .navbar-caption:hover,
.MCge361P-uNxzLAYxKw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dccae9 !important;
}
.MCge361P-uNxzLAYxKw .dropdown-item.active,
.MCge361P-uNxzLAYxKw .dropdown-item:active {
  background-color: transparent;
}
.MCge361P-uNxzLAYxKw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.MCge361P-uNxzLAYxKw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MCge361P-uNxzLAYxKw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MCge361P-uNxzLAYxKw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c1b47;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .MCge361P-uNxzLAYxKw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.MCge361P-uNxzLAYxKw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.MCge361P-uNxzLAYxKw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MCge361P-uNxzLAYxKw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .MCge361P-uNxzLAYxKw ul.navbar-nav {
    padding: 0;
    background-color: #724c9d;
    border: none;
  }
}
.MCge361P-uNxzLAYxKw .navbar-buttons {
  text-align: center;
}
.MCge361P-uNxzLAYxKw .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.MCge361P-uNxzLAYxKw .navbar-buttons .btn .weight-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .MCge361P-uNxzLAYxKw .navbar-buttons .btn {
    width: auto !important;
  }
}
.MCge361P-uNxzLAYxKw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c1b47 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNxzLAYxKw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.MCge361P-uNxzLAYxKw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.MCge361P-uNxzLAYxKw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNxzLAYxKw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNxzLAYxKw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.MCge361P-uNxzLAYxKw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNxzLAYxKw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MCge361P-uNxzLAYxKw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MCge361P-uNxzLAYxKw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNxzLAYxKw .navbar-dropdown {
  padding: 0 1rem;
}
.MCge361P-uNxzLAYxKw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.MCge361P-uNxzLAYxKw .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) {
  .MCge361P-uNxzLAYxKw .navbar {
    height: 70px;
  }
  .MCge361P-uNxzLAYxKw .navbar.opened {
    height: auto;
  }
  .MCge361P-uNxzLAYxKw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MCge361P-uNxzLAYxKw .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.MCge361P-uNxzLAYxKw .nav-item {
  padding: 0;
  margin: 0;
}
.MCge361P-uNxzLAYxKw .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.MCge361P-uNxzLAYxKw .nav-item .nav-link::after {
  color: #dccae9 !important;
  transform: rotate(0);
  transition: .3s;
}
.MCge361P-uNxzLAYxKw .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dccae9 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.MCge361P-uNxzLAYxKw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.MCge361P-uNxzLAYxKw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.MCge361P-uNxzLAYxKw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.MCge361P-uNxzLAYxKw .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.MCge361P-uNxzLAYxKw .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .MCge361P-uNxzLAYxKw .navbar {
    justify-content: flex-start !important;
  }
  .MCge361P-uNxzLAYxKw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .MCge361P-uNxzLAYxKw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .MCge361P-uNxzLAYxKw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .MCge361P-uNxzLAYxKw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .MCge361P-uNxzLAYxKw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .MCge361P-uNxzLAYxKw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.MCge361P-uNxzLAYxKw .content-wrap {
  min-height: 90px;
}
.MCge361P-uNxzLCiZFf {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #9356a0;
}
.MCge361P-uNxzLCiZFf .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNxzLCiZFf .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNxzLCiZFf .weight-section-title {
  color: #ffffff;
}
.MCge361P-uNxzLCiZFf .weight-text {
  color: #ffffff;
}
.MCge361P-uNyaSuqDr5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c1b47;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNyaSuqDr5 .row {
  justify-content: center;
}
.MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:hover,
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MCge361P-uNyaSuqDr5 .weight-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .weight-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.MCge361P-uNyaSuqDr5 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .border-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .weight-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNyaSuqDr5 .weight-section-title {
  color: #ffffff;
}
.MCge361P-uNyaSuqDr5 .list {
  color: #ffffff;
}
.MCge361P-uNxAa4hdRM .navbar-dropdown {
  position: relative !important;
}
.MCge361P-uNxAa4hdRM .dropdown-item:before {
  font-family: theme2 !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;
}
.MCge361P-uNxAa4hdRM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.MCge361P-uNxAa4hdRM .dropdown-item {
  border: none;
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNxAa4hdRM .dropdown-item:hover,
.MCge361P-uNxAa4hdRM .dropdown-item:focus {
  background: #724c9d !important;
  color: #ffffff !important;
}
.MCge361P-uNxAa4hdRM .dropdown-item:hover span {
  color: white;
}
.MCge361P-uNxAa4hdRM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.MCge361P-uNxAa4hdRM .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.MCge361P-uNxAa4hdRM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.MCge361P-uNxAa4hdRM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.MCge361P-uNxAa4hdRM .nav-link {
  position: relative;
}
.MCge361P-uNxAa4hdRM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .MCge361P-uNxAa4hdRM .container {
    flex-wrap: nowrap;
  }
}
.MCge361P-uNxAa4hdRM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.MCge361P-uNxAa4hdRM .iconfont-wrapper:hover {
  color: #dccae9 !important;
}
.MCge361P-uNxAa4hdRM .dropdown-menu,
.MCge361P-uNxAa4hdRM .navbar.opened {
  background: #2c1b47 !important;
}
.MCge361P-uNxAa4hdRM .nav-item:focus,
.MCge361P-uNxAa4hdRM .nav-link:focus {
  outline: none;
}
.MCge361P-uNxAa4hdRM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNxAa4hdRM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.MCge361P-uNxAa4hdRM .dropdown .dropdown-menu .dropdown-item .weight-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MCge361P-uNxAa4hdRM .dropdown .dropdown-menu .dropdown-item .weight-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MCge361P-uNxAa4hdRM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MCge361P-uNxAa4hdRM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MCge361P-uNxAa4hdRM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c1b47;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNxAa4hdRM .navbar.opened {
  transition: all 0.3s;
}
.MCge361P-uNxAa4hdRM .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.MCge361P-uNxAa4hdRM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.MCge361P-uNxAa4hdRM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.MCge361P-uNxAa4hdRM .navbar.collapsed {
  justify-content: center;
}
.MCge361P-uNxAa4hdRM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MCge361P-uNxAa4hdRM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .MCge361P-uNxAa4hdRM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.MCge361P-uNxAa4hdRM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MCge361P-uNxAa4hdRM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MCge361P-uNxAa4hdRM .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%;
}
.MCge361P-uNxAa4hdRM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MCge361P-uNxAa4hdRM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.MCge361P-uNxAa4hdRM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .MCge361P-uNxAa4hdRM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MCge361P-uNxAa4hdRM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MCge361P-uNxAa4hdRM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MCge361P-uNxAa4hdRM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .MCge361P-uNxAa4hdRM .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%;
  }
  .MCge361P-uNxAa4hdRM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MCge361P-uNxAa4hdRM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .MCge361P-uNxAa4hdRM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .MCge361P-uNxAa4hdRM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .MCge361P-uNxAa4hdRM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MCge361P-uNxAa4hdRM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.MCge361P-uNxAa4hdRM .navbar.navbar-short {
  min-height: 96px;
}
.MCge361P-uNxAa4hdRM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.MCge361P-uNxAa4hdRM .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.MCge361P-uNxAa4hdRM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.MCge361P-uNxAa4hdRM .navbar-brand .navbar-caption:hover,
.MCge361P-uNxAa4hdRM .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.MCge361P-uNxAa4hdRM .navbar-brand .navbar-logo a {
  outline: none;
}
.MCge361P-uNxAa4hdRM .navbar.opened .navbar-brand .navbar-caption:hover,
.MCge361P-uNxAa4hdRM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dccae9 !important;
}
.MCge361P-uNxAa4hdRM .dropdown-item.active,
.MCge361P-uNxAa4hdRM .dropdown-item:active {
  background-color: transparent;
}
.MCge361P-uNxAa4hdRM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.MCge361P-uNxAa4hdRM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MCge361P-uNxAa4hdRM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MCge361P-uNxAa4hdRM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c1b47;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .MCge361P-uNxAa4hdRM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.MCge361P-uNxAa4hdRM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.MCge361P-uNxAa4hdRM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MCge361P-uNxAa4hdRM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .MCge361P-uNxAa4hdRM ul.navbar-nav {
    padding: 0;
    background-color: #724c9d;
    border: none;
  }
}
.MCge361P-uNxAa4hdRM .navbar-buttons {
  text-align: center;
}
.MCge361P-uNxAa4hdRM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.MCge361P-uNxAa4hdRM .navbar-buttons .btn .weight-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .MCge361P-uNxAa4hdRM .navbar-buttons .btn {
    width: auto !important;
  }
}
.MCge361P-uNxAa4hdRM button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c1b47 !important;
  border: none !important;
  box-shadow: none !important;
}
.MCge361P-uNxAa4hdRM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.MCge361P-uNxAa4hdRM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.MCge361P-uNxAa4hdRM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNxAa4hdRM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.MCge361P-uNxAa4hdRM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.MCge361P-uNxAa4hdRM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNxAa4hdRM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MCge361P-uNxAa4hdRM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MCge361P-uNxAa4hdRM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MCge361P-uNxAa4hdRM .navbar-dropdown {
  padding: 0 1rem;
}
.MCge361P-uNxAa4hdRM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.MCge361P-uNxAa4hdRM .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) {
  .MCge361P-uNxAa4hdRM .navbar {
    height: 70px;
  }
  .MCge361P-uNxAa4hdRM .navbar.opened {
    height: auto;
  }
  .MCge361P-uNxAa4hdRM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MCge361P-uNxAa4hdRM .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.MCge361P-uNxAa4hdRM .nav-item {
  padding: 0;
  margin: 0;
}
.MCge361P-uNxAa4hdRM .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.MCge361P-uNxAa4hdRM .nav-item .nav-link::after {
  color: #dccae9 !important;
  transform: rotate(0);
  transition: .3s;
}
.MCge361P-uNxAa4hdRM .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dccae9 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.MCge361P-uNxAa4hdRM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.MCge361P-uNxAa4hdRM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.MCge361P-uNxAa4hdRM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.MCge361P-uNxAa4hdRM .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.MCge361P-uNxAa4hdRM .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .MCge361P-uNxAa4hdRM .navbar {
    justify-content: flex-start !important;
  }
  .MCge361P-uNxAa4hdRM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .MCge361P-uNxAa4hdRM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .MCge361P-uNxAa4hdRM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .MCge361P-uNxAa4hdRM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .MCge361P-uNxAa4hdRM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .MCge361P-uNxAa4hdRM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.MCge361P-uNxAa4hdRM .content-wrap {
  min-height: 90px;
}
.MCge361P-uNxAa5bryZ {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #9356a0;
}
.MCge361P-uNxAa5bryZ .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNxAa5bryZ .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNxAa5bryZ .weight-section-title {
  color: #ffffff;
}
.MCge361P-uNxAa5bryZ .weight-text {
  color: #ffffff;
}
.MCge361P-uNyaSuqDr5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c1b47;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image.disabled {
  display: none;
}
.MCge361P-uNyaSuqDr5 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MCge361P-uNyaSuqDr5 .row {
  justify-content: center;
}
.MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .title-wrapper .weight-section-title {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:hover,
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.MCge361P-uNyaSuqDr5 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MCge361P-uNyaSuqDr5 .weight-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .weight-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.MCge361P-uNyaSuqDr5 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MCge361P-uNyaSuqDr5 .border-wrapper {
    margin-bottom: 32px;
  }
}
.MCge361P-uNyaSuqDr5 .weight-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.MCge361P-uNyaSuqDr5 .weight-section-title {
  color: #ffffff;
}
.MCge361P-uNyaSuqDr5 .list {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  50% {
    opacity: 1;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipOut {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

.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: flipIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: flipOut 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 skewIn {
    0% {
        transform: skewX(-30deg);
        opacity: 0;
    }
    100% {
        transform: skewX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: skewIn 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 17: scaleX compress */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: scaleX(0.9);
}
/* endmainanimations */
.quiz-section {
  background-image: url("../../../assets/images/personal2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}