body {
  font-family: 'IBM Plex Sans', sans-serif;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.59rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.945rem + (3.7 - 1.945) * ((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: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #8364e2 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  box-shadow: #8364e2 2px 2px 20px 0px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4e26ca !important;
  border-color: #4e26ca !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  box-shadow: #8364e2 2px 2px 20px 0px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4e26ca !important;
  border-color: #4e26ca !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  box-shadow: #47b5ed 2px 2px 20px 0px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  box-shadow: #40b0bf 2px 2px 20px 0px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: #ffe161 2px 2px 20px 0px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  box-shadow: #ff9966 2px 2px 20px 0px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white {
  color: #8364e2 !important;
  background-color: white;
}
.btn-white,
.btn-white:active {
  background-color: white !important;
  border-color: white !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: white 2px 2px 20px 0px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #8364e2 !important;
  box-shadow: #8364e2 2px 2px 20px 0px;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: #232323 2px 2px 20px 0px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8364e2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4e26ca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8364e2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4e26ca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #8364e2 !important;
}
.text-secondary {
  color: #8364e2 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4923bd !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4923bd !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #8364e2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8364e2;
  border-color: #8364e2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8364e2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #8364e2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #8364e2;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-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: #8364e2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8364e2;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #8364e2;
  border-bottom-color: #8364e2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #8364e2 !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='%238364e2' %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;
}
.cid-sQksmcj3KA {
  z-index: 1000;
  width: 100%;
}
.cid-sQksmcj3KA .btn {
  padding: 0.3rem 2rem;
}
.cid-sQksmcj3KA .nav-link {
  position: relative;
}
.cid-sQksmcj3KA .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-sQksmcj3KA .nav-link:hover:before {
  width: 100%;
}
.cid-sQksmcj3KA nav.navbar {
  position: fixed;
}
.cid-sQksmcj3KA .dropdown-item:before {
  font-family: Moririse2 !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;
}
.cid-sQksmcj3KA .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQksmcj3KA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQksmcj3KA .dropdown-item:hover,
.cid-sQksmcj3KA .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-sQksmcj3KA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQksmcj3KA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQksmcj3KA .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-sQksmcj3KA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQksmcj3KA .container {
  display: flex;
  margin: auto;
}
.cid-sQksmcj3KA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQksmcj3KA .dropdown-menu,
.cid-sQksmcj3KA .navbar.opened {
  background: #f7f4fd !important;
}
.cid-sQksmcj3KA .nav-item:focus,
.cid-sQksmcj3KA .nav-link:focus {
  outline: none;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQksmcj3KA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQksmcj3KA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQksmcj3KA .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f4fd !important;
  transition: all 0.3s;
}
.cid-sQksmcj3KA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 244, 253, 0);
}
.cid-sQksmcj3KA .navbar.opened {
  transition: all 0.3s;
}
.cid-sQksmcj3KA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQksmcj3KA .navbar .navbar-logo img {
  width: auto;
}
.cid-sQksmcj3KA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQksmcj3KA .navbar.collapsed {
  justify-content: center;
}
.cid-sQksmcj3KA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQksmcj3KA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQksmcj3KA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQksmcj3KA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQksmcj3KA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQksmcj3KA .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%;
}
.cid-sQksmcj3KA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQksmcj3KA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQksmcj3KA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQksmcj3KA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQksmcj3KA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQksmcj3KA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQksmcj3KA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQksmcj3KA .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%;
  }
  .cid-sQksmcj3KA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQksmcj3KA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQksmcj3KA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQksmcj3KA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQksmcj3KA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQksmcj3KA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQksmcj3KA .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQksmcj3KA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQksmcj3KA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQksmcj3KA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQksmcj3KA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQksmcj3KA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQksmcj3KA .dropdown-item.active,
.cid-sQksmcj3KA .dropdown-item:active {
  background-color: transparent;
}
.cid-sQksmcj3KA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQksmcj3KA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQksmcj3KA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQksmcj3KA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f4fd;
}
.cid-sQksmcj3KA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQksmcj3KA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQksmcj3KA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQksmcj3KA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQksmcj3KA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQksmcj3KA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQksmcj3KA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQksmcj3KA .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) {
  .cid-sQksmcj3KA .navbar {
    height: 70px;
  }
  .cid-sQksmcj3KA .navbar.opened {
    height: auto;
  }
  .cid-sQksmcj3KA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQksrcs27E {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQksrcs27E .mbr-section-title {
  color: #000000;
}
.cid-sQksrcs27E .mbr-text,
.cid-sQksrcs27E .mbr-section-btn {
  color: #000000;
}
.cid-sQksrcs27E .mbr-section-subtitle {
  color: #8364e2;
}
.cid-sQksrcs27E img {
  border-radius: 2rem;
}
.cid-uB61BQHWFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2effc;
}
.cid-uB61BQHWFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB61BQHWFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB61BQHWFF .content-wrapper {
  padding: 80px 90px;
  background-color: #b9abe5;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uB61BQHWFF .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uB61BQHWFF .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uB61BQHWFF .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uB61BQHWFF .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uB61BQHWFF .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uB61BQHWFF .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  width: 100%;
  position: absolute;
  left: -30px;
  top: -30px;
}
.cid-uB61BQHWFF .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  color: #90ee90;
  font-size: 250px;
}
@media (max-width: 992px) {
  .cid-uB61BQHWFF .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uB61BQHWFF .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uB61BQHWFF .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uB61BQHWFF .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uB61BQHWFF .content-wrapper .items-wrapper {
  padding-left: 32px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uB61BQHWFF .content-wrapper .items-wrapper {
    padding-left: 0;
    width: 100%;
    display: block;
    padding: 0;
  }
}
.cid-uB61BQHWFF .content-wrapper .items-wrapper .item {
  margin-bottom: 24px;
}
.cid-uB61BQHWFF .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB61BQHWFF .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uB61BQHWFF .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uB61BQHWFF .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  background-color: #f2effc;
  padding: 32px;
  border: 3px solid #050f0f;
}
@media (max-width: 992px) {
  .cid-uB61BQHWFF .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uB61BQHWFF .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  text-shadow: 4px 4px 0 #050f0f;
}
.cid-uB61BQHWFF .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uB61BQHWFF .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.cid-uB61BQHWFF .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uB61BQHWFF .mbr-section-title {
  color: #050f0f;
}
.cid-uB61BQHWFF .mbr-text {
  color: #050f0f;
}
.cid-uB61BQHWFF .item-number {
  color: #f7fff7;
}
.cid-uB61BQHWFF .item-title {
  color: #050f0f;
}
.cid-uB61BQHWFF .item-text {
  color: #050f0f;
}
.cid-uB61qJjykT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uB61qJjykT .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uB61qJjykT .card-box {
  z-index: 2;
  position: relative;
}
.cid-uB61qJjykT .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #8364e2;
  width: 80px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}
.cid-uB61qJjykT .mbr-iconfont-big {
  font-size: 16rem;
  color: #8364e2;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uB61qJjykT .card-title,
.cid-uB61qJjykT .card-text {
  transition: all 0.3s;
}
.cid-uB61qJjykT .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem;
  border-radius: 6px;
  background: #f2effc;
  transition: all 0.3s;
}
.cid-uB61qJjykT .card-wrapper:hover {
  background: #403f83;
}
.cid-uB61qJjykT .card-wrapper:hover .mbr-iconfont-big {
  color: #ffffff;
  transform: rotate(-20deg);
}
.cid-uB61qJjykT .card-wrapper:hover .card-title,
.cid-uB61qJjykT .card-wrapper:hover .card-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uB61qJjykT .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uB61qJjykT .card-title,
.cid-uB61qJjykT .iconfont-wrapper {
  color: #160830;
}
.cid-uB61qJjykT .card-text {
  color: #353535;
}
.cid-uB61qJjykT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB61qJjykT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB61FL9mEQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9abe5;
}
.cid-uB61FL9mEQ .mbr-text {
  color: #000000;
}
.cid-uB61FL9mEQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uB61S66Irq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7f6cc0;
}
.cid-uB61S66Irq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB61S66Irq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB61S66Irq .items-wrapper {
  margin: 0 -5px;
}
.cid-uB61S66Irq .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uB61S66Irq .item {
    margin-bottom: 16px;
  }
  .cid-uB61S66Irq .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uB61S66Irq .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uB61S66Irq .item .item-wrapper {
  height: 100%;
}
.cid-uB61S66Irq .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uB61S66Irq .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uB61Iw9xYp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2effc;
}
.cid-uB61Iw9xYp .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: "Moririse2" !important;
  color: #8364e2;
  margin-left: 1rem;
}
.cid-uB61Iw9xYp .panel-group,
.cid-uB61Iw9xYp .card-header {
  border: none;
}
.cid-uB61Iw9xYp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uB61Iw9xYp .panel-title-edit {
  color: #353535;
}
.cid-uB61Iw9xYp .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.cid-uB61Iw9xYp .card-header {
  background-color: #f4f4f4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 1rem 1rem;
}
.cid-uB61Iw9xYp .panel-body {
  padding: 1rem 1rem;
}
.cid-uB61Iw9xYp .panel-text {
  color: #232323;
  margin: 0;
}
.cid-uB61Iw9xYp H3 {
  color: #000000;
}
.cid-uB61Iw9xYp H4 {
  color: #000000;
}
.cid-uB61Iw9xYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB61Iw9xYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sQkt4CCJ38 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sQkt4CCJ38 .row {
  justify-content: space-between;
}
.cid-sQkt4CCJ38 .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #bbbbbb !important;
  color: #727272;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-sQkt4CCJ38 .form-control:focus,
.cid-sQkt4CCJ38 .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-sQkt4CCJ38 .form-group {
  margin-bottom: 1rem;
}
.cid-sQkt4CCJ38 input::-webkit-input-placeholder,
.cid-sQkt4CCJ38 textarea::-webkit-input-placeholder {
  color: #727272;
}
.cid-sQkt4CCJ38 input:-moz-placeholder,
.cid-sQkt4CCJ38 textarea:-moz-placeholder {
  color: #727272;
}
.cid-sQkt4CCJ38 .jq-selectbox li,
.cid-sQkt4CCJ38 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sQkt4CCJ38 .jq-selectbox li:hover,
.cid-sQkt4CCJ38 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sQkt4CCJ38 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sQkt4CCJ38 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sQkt4CCJ38 .mbr-text {
  color: #767676;
}
.cid-sQkt4CCJ38 .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sQkt4CCJ38 .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #f4f4f4;
  opacity: 1;
  z-index: 0;
}
.cid-sQkt4CCJ38 .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sQkt4CCJ38 .form-block {
    padding: 1rem;
  }
}
.cid-sQkt4CCJ38 H4 {
  color: #232323;
}
.cid-sQkt4CCJ38 .mbr-section-title,
.cid-sQkt4CCJ38 .mbr-section-btn {
  color: #160830;
}
.cid-sQkt4CCJ38 .mbr-section-subtitle {
  color: #353535;
}
.cid-sQkt4CCJ38 .form-text {
  color: #727272;
}
.cid-sQkt4CCJ38 .text {
  color: #ffffff;
}
.cid-uB5ZMSqDRL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uB5ZMSqDRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ZMSqDRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ZMSqDRL .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uB5ZMSqDRL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB5ZMSqDRL .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uB5ZMSqDRL .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ZMSqDRL .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:hover,
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uB5ZMSqDRL .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uB5ZMSqDRL .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uB5ZMSqDRL .mbr-section-title {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .mbr-text {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .mbr-desc {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .list {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .list,
.cid-uB5ZMSqDRL .item-wrap {
  color: #ffffff;
}
.cid-uB5U61gQiR {
  z-index: 1000;
  width: 100%;
}
.cid-uB5U61gQiR .btn {
  padding: 0.3rem 2rem;
}
.cid-uB5U61gQiR .nav-link {
  position: relative;
}
.cid-uB5U61gQiR .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uB5U61gQiR .nav-link:hover:before {
  width: 100%;
}
.cid-uB5U61gQiR nav.navbar {
  position: fixed;
}
.cid-uB5U61gQiR .dropdown-item:before {
  font-family: Moririse2 !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;
}
.cid-uB5U61gQiR .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB5U61gQiR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB5U61gQiR .dropdown-item:hover,
.cid-uB5U61gQiR .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uB5U61gQiR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB5U61gQiR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB5U61gQiR .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uB5U61gQiR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB5U61gQiR .container {
  display: flex;
  margin: auto;
}
.cid-uB5U61gQiR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB5U61gQiR .dropdown-menu,
.cid-uB5U61gQiR .navbar.opened {
  background: #f7f4fd !important;
}
.cid-uB5U61gQiR .nav-item:focus,
.cid-uB5U61gQiR .nav-link:focus {
  outline: none;
}
.cid-uB5U61gQiR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB5U61gQiR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB5U61gQiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB5U61gQiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB5U61gQiR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB5U61gQiR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB5U61gQiR .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f4fd !important;
  transition: all 0.3s;
}
.cid-uB5U61gQiR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 244, 253, 0);
}
.cid-uB5U61gQiR .navbar.opened {
  transition: all 0.3s;
}
.cid-uB5U61gQiR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB5U61gQiR .navbar .navbar-logo img {
  width: auto;
}
.cid-uB5U61gQiR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB5U61gQiR .navbar.collapsed {
  justify-content: center;
}
.cid-uB5U61gQiR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB5U61gQiR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB5U61gQiR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB5U61gQiR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB5U61gQiR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB5U61gQiR .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%;
}
.cid-uB5U61gQiR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB5U61gQiR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB5U61gQiR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB5U61gQiR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB5U61gQiR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB5U61gQiR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB5U61gQiR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB5U61gQiR .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%;
  }
  .cid-uB5U61gQiR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB5U61gQiR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB5U61gQiR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB5U61gQiR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB5U61gQiR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB5U61gQiR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB5U61gQiR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB5U61gQiR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB5U61gQiR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB5U61gQiR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB5U61gQiR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB5U61gQiR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB5U61gQiR .dropdown-item.active,
.cid-uB5U61gQiR .dropdown-item:active {
  background-color: transparent;
}
.cid-uB5U61gQiR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB5U61gQiR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB5U61gQiR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB5U61gQiR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f4fd;
}
.cid-uB5U61gQiR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB5U61gQiR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB5U61gQiR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB5U61gQiR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB5U61gQiR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB5U61gQiR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB5U61gQiR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB5U61gQiR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB5U61gQiR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB5U61gQiR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB5U61gQiR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB5U61gQiR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB5U61gQiR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB5U61gQiR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB5U61gQiR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB5U61gQiR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB5U61gQiR .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) {
  .cid-uB5U61gQiR .navbar {
    height: 70px;
  }
  .cid-uB5U61gQiR .navbar.opened {
    height: auto;
  }
  .cid-uB5U61gQiR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB5ZMbaI99 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f2effc;
}
.cid-uB5ZMbaI99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ZMbaI99 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uB5ZMbaI99 .container {
    padding: 0 16px;
  }
}
.cid-uB5ZMbaI99 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uB5ZMbaI99 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uB5ZMbaI99 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB5ZMbaI99 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5ZMbaI99 .mbr-text {
  color: #000000;
}
.cid-uB5ZMbaI99 .mbr-text,
.cid-uB5ZMbaI99 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uB5ZMSqDRL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uB5ZMSqDRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ZMSqDRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ZMSqDRL .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uB5ZMSqDRL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB5ZMSqDRL .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uB5ZMSqDRL .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ZMSqDRL .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:hover,
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uB5ZMSqDRL .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uB5ZMSqDRL .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uB5ZMSqDRL .mbr-section-title {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .mbr-text {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .mbr-desc {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .list {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .list,
.cid-uB5ZMSqDRL .item-wrap {
  color: #ffffff;
}
.cid-uB5U5wW1DN {
  z-index: 1000;
  width: 100%;
}
.cid-uB5U5wW1DN .btn {
  padding: 0.3rem 2rem;
}
.cid-uB5U5wW1DN .nav-link {
  position: relative;
}
.cid-uB5U5wW1DN .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uB5U5wW1DN .nav-link:hover:before {
  width: 100%;
}
.cid-uB5U5wW1DN nav.navbar {
  position: fixed;
}
.cid-uB5U5wW1DN .dropdown-item:before {
  font-family: Moririse2 !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;
}
.cid-uB5U5wW1DN .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB5U5wW1DN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB5U5wW1DN .dropdown-item:hover,
.cid-uB5U5wW1DN .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uB5U5wW1DN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB5U5wW1DN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB5U5wW1DN .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uB5U5wW1DN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB5U5wW1DN .container {
  display: flex;
  margin: auto;
}
.cid-uB5U5wW1DN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB5U5wW1DN .dropdown-menu,
.cid-uB5U5wW1DN .navbar.opened {
  background: #f7f4fd !important;
}
.cid-uB5U5wW1DN .nav-item:focus,
.cid-uB5U5wW1DN .nav-link:focus {
  outline: none;
}
.cid-uB5U5wW1DN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB5U5wW1DN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB5U5wW1DN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB5U5wW1DN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB5U5wW1DN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB5U5wW1DN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB5U5wW1DN .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f4fd !important;
  transition: all 0.3s;
}
.cid-uB5U5wW1DN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 244, 253, 0);
}
.cid-uB5U5wW1DN .navbar.opened {
  transition: all 0.3s;
}
.cid-uB5U5wW1DN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB5U5wW1DN .navbar .navbar-logo img {
  width: auto;
}
.cid-uB5U5wW1DN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB5U5wW1DN .navbar.collapsed {
  justify-content: center;
}
.cid-uB5U5wW1DN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB5U5wW1DN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB5U5wW1DN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB5U5wW1DN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB5U5wW1DN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB5U5wW1DN .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%;
}
.cid-uB5U5wW1DN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB5U5wW1DN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB5U5wW1DN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB5U5wW1DN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB5U5wW1DN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB5U5wW1DN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB5U5wW1DN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB5U5wW1DN .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%;
  }
  .cid-uB5U5wW1DN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB5U5wW1DN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB5U5wW1DN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB5U5wW1DN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB5U5wW1DN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB5U5wW1DN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB5U5wW1DN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB5U5wW1DN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB5U5wW1DN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB5U5wW1DN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB5U5wW1DN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB5U5wW1DN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB5U5wW1DN .dropdown-item.active,
.cid-uB5U5wW1DN .dropdown-item:active {
  background-color: transparent;
}
.cid-uB5U5wW1DN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB5U5wW1DN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB5U5wW1DN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB5U5wW1DN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f4fd;
}
.cid-uB5U5wW1DN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB5U5wW1DN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB5U5wW1DN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB5U5wW1DN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB5U5wW1DN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB5U5wW1DN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB5U5wW1DN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB5U5wW1DN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB5U5wW1DN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB5U5wW1DN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB5U5wW1DN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB5U5wW1DN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB5U5wW1DN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB5U5wW1DN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB5U5wW1DN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB5U5wW1DN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB5U5wW1DN .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) {
  .cid-uB5U5wW1DN .navbar {
    height: 70px;
  }
  .cid-uB5U5wW1DN .navbar.opened {
    height: auto;
  }
  .cid-uB5U5wW1DN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB5ZLiNphT {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f2effc;
}
.cid-uB5ZLiNphT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ZLiNphT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uB5ZLiNphT .container {
    padding: 0 16px;
  }
}
.cid-uB5ZLiNphT .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uB5ZLiNphT .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uB5ZLiNphT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB5ZLiNphT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5ZLiNphT .mbr-text {
  color: #000000;
}
.cid-uB5ZLiNphT .mbr-text,
.cid-uB5ZLiNphT .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uB5ZMSqDRL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uB5ZMSqDRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ZMSqDRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ZMSqDRL .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uB5ZMSqDRL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB5ZMSqDRL .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uB5ZMSqDRL .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ZMSqDRL .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:hover,
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uB5ZMSqDRL .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uB5ZMSqDRL .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uB5ZMSqDRL .mbr-section-title {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .mbr-text {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .mbr-desc {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .list {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .list,
.cid-uB5ZMSqDRL .item-wrap {
  color: #ffffff;
}
.cid-uB5U46tHas {
  z-index: 1000;
  width: 100%;
}
.cid-uB5U46tHas .btn {
  padding: 0.3rem 2rem;
}
.cid-uB5U46tHas .nav-link {
  position: relative;
}
.cid-uB5U46tHas .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uB5U46tHas .nav-link:hover:before {
  width: 100%;
}
.cid-uB5U46tHas nav.navbar {
  position: fixed;
}
.cid-uB5U46tHas .dropdown-item:before {
  font-family: Moririse2 !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;
}
.cid-uB5U46tHas .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB5U46tHas .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB5U46tHas .dropdown-item:hover,
.cid-uB5U46tHas .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uB5U46tHas .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB5U46tHas .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB5U46tHas .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uB5U46tHas .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB5U46tHas .container {
  display: flex;
  margin: auto;
}
.cid-uB5U46tHas .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB5U46tHas .dropdown-menu,
.cid-uB5U46tHas .navbar.opened {
  background: #f7f4fd !important;
}
.cid-uB5U46tHas .nav-item:focus,
.cid-uB5U46tHas .nav-link:focus {
  outline: none;
}
.cid-uB5U46tHas .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB5U46tHas .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB5U46tHas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB5U46tHas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB5U46tHas .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB5U46tHas .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB5U46tHas .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f4fd !important;
  transition: all 0.3s;
}
.cid-uB5U46tHas .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 244, 253, 0);
}
.cid-uB5U46tHas .navbar.opened {
  transition: all 0.3s;
}
.cid-uB5U46tHas .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB5U46tHas .navbar .navbar-logo img {
  width: auto;
}
.cid-uB5U46tHas .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB5U46tHas .navbar.collapsed {
  justify-content: center;
}
.cid-uB5U46tHas .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB5U46tHas .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB5U46tHas .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB5U46tHas .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB5U46tHas .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB5U46tHas .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%;
}
.cid-uB5U46tHas .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB5U46tHas .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB5U46tHas .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB5U46tHas .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB5U46tHas .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB5U46tHas .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB5U46tHas .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB5U46tHas .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%;
  }
  .cid-uB5U46tHas .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB5U46tHas .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB5U46tHas .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB5U46tHas .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB5U46tHas .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB5U46tHas .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB5U46tHas .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB5U46tHas .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB5U46tHas .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB5U46tHas .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB5U46tHas .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB5U46tHas .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB5U46tHas .dropdown-item.active,
.cid-uB5U46tHas .dropdown-item:active {
  background-color: transparent;
}
.cid-uB5U46tHas .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB5U46tHas .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB5U46tHas .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB5U46tHas .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f4fd;
}
.cid-uB5U46tHas .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB5U46tHas .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB5U46tHas ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB5U46tHas .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB5U46tHas button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB5U46tHas button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB5U46tHas button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB5U46tHas button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB5U46tHas button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB5U46tHas button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB5U46tHas nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB5U46tHas nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB5U46tHas nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB5U46tHas nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB5U46tHas .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB5U46tHas a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB5U46tHas .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) {
  .cid-uB5U46tHas .navbar {
    height: 70px;
  }
  .cid-uB5U46tHas .navbar.opened {
    height: auto;
  }
  .cid-uB5U46tHas .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB5ZKptX4Z {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f2effc;
}
.cid-uB5ZKptX4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ZKptX4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uB5ZKptX4Z .container {
    padding: 0 16px;
  }
}
.cid-uB5ZKptX4Z .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uB5ZKptX4Z .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uB5ZKptX4Z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB5ZKptX4Z .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5ZKptX4Z .mbr-text {
  color: #000000;
}
.cid-uB5ZKptX4Z .mbr-text,
.cid-uB5ZKptX4Z .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uB5ZMSqDRL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uB5ZMSqDRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ZMSqDRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ZMSqDRL .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uB5ZMSqDRL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB5ZMSqDRL .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uB5ZMSqDRL .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ZMSqDRL .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:hover,
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uB5ZMSqDRL .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uB5ZMSqDRL .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uB5ZMSqDRL .mbr-section-title {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .mbr-text {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .mbr-desc {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .list {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .list,
.cid-uB5ZMSqDRL .item-wrap {
  color: #ffffff;
}
.cid-uB5U2u3uuw {
  z-index: 1000;
  width: 100%;
}
.cid-uB5U2u3uuw .btn {
  padding: 0.3rem 2rem;
}
.cid-uB5U2u3uuw .nav-link {
  position: relative;
}
.cid-uB5U2u3uuw .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uB5U2u3uuw .nav-link:hover:before {
  width: 100%;
}
.cid-uB5U2u3uuw nav.navbar {
  position: fixed;
}
.cid-uB5U2u3uuw .dropdown-item:before {
  font-family: Moririse2 !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;
}
.cid-uB5U2u3uuw .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB5U2u3uuw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB5U2u3uuw .dropdown-item:hover,
.cid-uB5U2u3uuw .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uB5U2u3uuw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB5U2u3uuw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB5U2u3uuw .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uB5U2u3uuw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB5U2u3uuw .container {
  display: flex;
  margin: auto;
}
.cid-uB5U2u3uuw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB5U2u3uuw .dropdown-menu,
.cid-uB5U2u3uuw .navbar.opened {
  background: #f7f4fd !important;
}
.cid-uB5U2u3uuw .nav-item:focus,
.cid-uB5U2u3uuw .nav-link:focus {
  outline: none;
}
.cid-uB5U2u3uuw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB5U2u3uuw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB5U2u3uuw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB5U2u3uuw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB5U2u3uuw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB5U2u3uuw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB5U2u3uuw .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f4fd !important;
  transition: all 0.3s;
}
.cid-uB5U2u3uuw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 244, 253, 0);
}
.cid-uB5U2u3uuw .navbar.opened {
  transition: all 0.3s;
}
.cid-uB5U2u3uuw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB5U2u3uuw .navbar .navbar-logo img {
  width: auto;
}
.cid-uB5U2u3uuw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB5U2u3uuw .navbar.collapsed {
  justify-content: center;
}
.cid-uB5U2u3uuw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB5U2u3uuw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB5U2u3uuw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB5U2u3uuw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB5U2u3uuw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB5U2u3uuw .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%;
}
.cid-uB5U2u3uuw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB5U2u3uuw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB5U2u3uuw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB5U2u3uuw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB5U2u3uuw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB5U2u3uuw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB5U2u3uuw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB5U2u3uuw .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%;
  }
  .cid-uB5U2u3uuw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB5U2u3uuw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB5U2u3uuw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB5U2u3uuw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB5U2u3uuw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB5U2u3uuw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB5U2u3uuw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB5U2u3uuw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB5U2u3uuw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB5U2u3uuw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB5U2u3uuw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB5U2u3uuw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB5U2u3uuw .dropdown-item.active,
.cid-uB5U2u3uuw .dropdown-item:active {
  background-color: transparent;
}
.cid-uB5U2u3uuw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB5U2u3uuw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB5U2u3uuw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB5U2u3uuw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f4fd;
}
.cid-uB5U2u3uuw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB5U2u3uuw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB5U2u3uuw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB5U2u3uuw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB5U2u3uuw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB5U2u3uuw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB5U2u3uuw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB5U2u3uuw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB5U2u3uuw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB5U2u3uuw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB5U2u3uuw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB5U2u3uuw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB5U2u3uuw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB5U2u3uuw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB5U2u3uuw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB5U2u3uuw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB5U2u3uuw .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) {
  .cid-uB5U2u3uuw .navbar {
    height: 70px;
  }
  .cid-uB5U2u3uuw .navbar.opened {
    height: auto;
  }
  .cid-uB5U2u3uuw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB5ZJs8Bhd {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f2effc;
}
.cid-uB5ZJs8Bhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ZJs8Bhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uB5ZJs8Bhd .container {
    padding: 0 16px;
  }
}
.cid-uB5ZJs8Bhd .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uB5ZJs8Bhd .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uB5ZJs8Bhd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB5ZJs8Bhd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5ZJs8Bhd .mbr-text {
  color: #000000;
}
.cid-uB5ZJs8Bhd .mbr-text,
.cid-uB5ZJs8Bhd .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uB5ZMSqDRL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uB5ZMSqDRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ZMSqDRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ZMSqDRL .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uB5ZMSqDRL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB5ZMSqDRL .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uB5ZMSqDRL .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ZMSqDRL .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:hover,
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uB5ZMSqDRL .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uB5ZMSqDRL .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uB5ZMSqDRL .mbr-section-title {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .mbr-text {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .mbr-desc {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .list {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .list,
.cid-uB5ZMSqDRL .item-wrap {
  color: #ffffff;
}
.cid-uB5TY89yZV {
  z-index: 1000;
  width: 100%;
}
.cid-uB5TY89yZV .btn {
  padding: 0.3rem 2rem;
}
.cid-uB5TY89yZV .nav-link {
  position: relative;
}
.cid-uB5TY89yZV .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uB5TY89yZV .nav-link:hover:before {
  width: 100%;
}
.cid-uB5TY89yZV nav.navbar {
  position: fixed;
}
.cid-uB5TY89yZV .dropdown-item:before {
  font-family: Moririse2 !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;
}
.cid-uB5TY89yZV .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB5TY89yZV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB5TY89yZV .dropdown-item:hover,
.cid-uB5TY89yZV .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uB5TY89yZV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB5TY89yZV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB5TY89yZV .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uB5TY89yZV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB5TY89yZV .container {
  display: flex;
  margin: auto;
}
.cid-uB5TY89yZV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB5TY89yZV .dropdown-menu,
.cid-uB5TY89yZV .navbar.opened {
  background: #f7f4fd !important;
}
.cid-uB5TY89yZV .nav-item:focus,
.cid-uB5TY89yZV .nav-link:focus {
  outline: none;
}
.cid-uB5TY89yZV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB5TY89yZV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB5TY89yZV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB5TY89yZV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB5TY89yZV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB5TY89yZV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB5TY89yZV .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f4fd !important;
  transition: all 0.3s;
}
.cid-uB5TY89yZV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 244, 253, 0);
}
.cid-uB5TY89yZV .navbar.opened {
  transition: all 0.3s;
}
.cid-uB5TY89yZV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB5TY89yZV .navbar .navbar-logo img {
  width: auto;
}
.cid-uB5TY89yZV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB5TY89yZV .navbar.collapsed {
  justify-content: center;
}
.cid-uB5TY89yZV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB5TY89yZV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB5TY89yZV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB5TY89yZV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB5TY89yZV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB5TY89yZV .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%;
}
.cid-uB5TY89yZV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB5TY89yZV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB5TY89yZV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB5TY89yZV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB5TY89yZV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB5TY89yZV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB5TY89yZV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB5TY89yZV .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%;
  }
  .cid-uB5TY89yZV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB5TY89yZV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB5TY89yZV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB5TY89yZV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB5TY89yZV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB5TY89yZV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB5TY89yZV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB5TY89yZV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB5TY89yZV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB5TY89yZV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB5TY89yZV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB5TY89yZV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB5TY89yZV .dropdown-item.active,
.cid-uB5TY89yZV .dropdown-item:active {
  background-color: transparent;
}
.cid-uB5TY89yZV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB5TY89yZV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB5TY89yZV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB5TY89yZV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f4fd;
}
.cid-uB5TY89yZV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB5TY89yZV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB5TY89yZV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB5TY89yZV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB5TY89yZV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB5TY89yZV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB5TY89yZV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB5TY89yZV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB5TY89yZV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB5TY89yZV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB5TY89yZV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB5TY89yZV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB5TY89yZV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB5TY89yZV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB5TY89yZV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB5TY89yZV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB5TY89yZV .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) {
  .cid-uB5TY89yZV .navbar {
    height: 70px;
  }
  .cid-uB5TY89yZV .navbar.opened {
    height: auto;
  }
  .cid-uB5TY89yZV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB60oPD76b {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #b9abe5;
}
.cid-uB60oPD76b .content-container {
  overflow: hidden;
}
.cid-uB60oPD76b .carousel,
.cid-uB60oPD76b .carousel-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uB60oPD76b .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uB60oPD76b .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uB60oPD76b .carousel-control {
  top: 50%;
  width: max-content;
  height: max-content;
  padding: 18px 30px 12px;
  font-size: 24px;
  background-color: transparent;
  color: #131313;
  transition: all 0.3s;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uB60oPD76b .carousel-control {
    padding: 18px 0 12px;
  }
}
.cid-uB60oPD76b .carousel-control.carousel-control-prev {
  right: auto !important;
  left: 0 !important;
}
@media (max-width: 767px) {
  .cid-uB60oPD76b .carousel-control.carousel-control-prev {
    padding-right: 30px;
  }
}
.cid-uB60oPD76b .carousel-control.carousel-control-next {
  right: 0 !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .cid-uB60oPD76b .carousel-control.carousel-control-next {
    padding-left: 30px;
  }
}
.cid-uB60oPD76b .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 200px;
  width: 100%;
  padding: 0 80px;
  overflow: visible !important;
}
@media (max-width: 767px) {
  .cid-uB60oPD76b .item-wrapper {
    padding: 0 25px;
  }
}
.cid-uB60oPD76b .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  max-width: 100%;
  width: fit-content;
  border-radius: 50%;
  margin: 0 auto 50px;
  padding: 10px;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background-color: #a6b1d8;
}
@media (max-width: 991px) {
  .cid-uB60oPD76b .iconfont-wrapper {
    margin: 0 auto 20px;
  }
}
.cid-uB60oPD76b .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #131313;
}
.cid-uB60oPD76b .carousel-caption {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  margin-bottom: 0;
  text-align: center;
  padding: 0 !important;
}
.cid-uB60oPD76b .mbr-section-title {
  color: #131313;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-uB60oPD76b .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-uB60oPD76b .mbr-section-subtitle {
  color: #131313;
  margin-bottom: 0;
}
.cid-uB60oPD76b .carousel-inner {
  margin-bottom: 0;
  overflow: visible !important;
}
.cid-uB60oPD76b .carousel-inner .item-menu-overlay {
  display: none !important;
  transition: 0s !important;
}
.cid-uB60oPD76b .carousel-indicators {
  display: none !important;
}
.cid-uB5ZMSqDRL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uB5ZMSqDRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ZMSqDRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ZMSqDRL .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uB5ZMSqDRL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB5ZMSqDRL .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uB5ZMSqDRL .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ZMSqDRL .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:hover,
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uB5ZMSqDRL .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uB5ZMSqDRL .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uB5ZMSqDRL .mbr-section-title {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .mbr-text {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .mbr-desc {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .list {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .list,
.cid-uB5ZMSqDRL .item-wrap {
  color: #ffffff;
}
.cid-uB5TX0GAjD {
  z-index: 1000;
  width: 100%;
}
.cid-uB5TX0GAjD .btn {
  padding: 0.3rem 2rem;
}
.cid-uB5TX0GAjD .nav-link {
  position: relative;
}
.cid-uB5TX0GAjD .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uB5TX0GAjD .nav-link:hover:before {
  width: 100%;
}
.cid-uB5TX0GAjD nav.navbar {
  position: fixed;
}
.cid-uB5TX0GAjD .dropdown-item:before {
  font-family: Moririse2 !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;
}
.cid-uB5TX0GAjD .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB5TX0GAjD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB5TX0GAjD .dropdown-item:hover,
.cid-uB5TX0GAjD .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uB5TX0GAjD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB5TX0GAjD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB5TX0GAjD .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uB5TX0GAjD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB5TX0GAjD .container {
  display: flex;
  margin: auto;
}
.cid-uB5TX0GAjD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB5TX0GAjD .dropdown-menu,
.cid-uB5TX0GAjD .navbar.opened {
  background: #f7f4fd !important;
}
.cid-uB5TX0GAjD .nav-item:focus,
.cid-uB5TX0GAjD .nav-link:focus {
  outline: none;
}
.cid-uB5TX0GAjD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB5TX0GAjD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB5TX0GAjD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB5TX0GAjD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB5TX0GAjD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB5TX0GAjD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB5TX0GAjD .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f4fd !important;
  transition: all 0.3s;
}
.cid-uB5TX0GAjD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 244, 253, 0);
}
.cid-uB5TX0GAjD .navbar.opened {
  transition: all 0.3s;
}
.cid-uB5TX0GAjD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB5TX0GAjD .navbar .navbar-logo img {
  width: auto;
}
.cid-uB5TX0GAjD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB5TX0GAjD .navbar.collapsed {
  justify-content: center;
}
.cid-uB5TX0GAjD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB5TX0GAjD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB5TX0GAjD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB5TX0GAjD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB5TX0GAjD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB5TX0GAjD .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%;
}
.cid-uB5TX0GAjD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB5TX0GAjD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB5TX0GAjD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB5TX0GAjD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB5TX0GAjD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB5TX0GAjD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB5TX0GAjD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB5TX0GAjD .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%;
  }
  .cid-uB5TX0GAjD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB5TX0GAjD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB5TX0GAjD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB5TX0GAjD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB5TX0GAjD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB5TX0GAjD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB5TX0GAjD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB5TX0GAjD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB5TX0GAjD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB5TX0GAjD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB5TX0GAjD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB5TX0GAjD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB5TX0GAjD .dropdown-item.active,
.cid-uB5TX0GAjD .dropdown-item:active {
  background-color: transparent;
}
.cid-uB5TX0GAjD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB5TX0GAjD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB5TX0GAjD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB5TX0GAjD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f4fd;
}
.cid-uB5TX0GAjD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB5TX0GAjD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB5TX0GAjD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB5TX0GAjD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB5TX0GAjD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB5TX0GAjD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB5TX0GAjD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB5TX0GAjD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB5TX0GAjD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB5TX0GAjD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB5TX0GAjD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB5TX0GAjD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB5TX0GAjD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB5TX0GAjD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB5TX0GAjD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB5TX0GAjD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB5TX0GAjD .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) {
  .cid-uB5TX0GAjD .navbar {
    height: 70px;
  }
  .cid-uB5TX0GAjD .navbar.opened {
    height: auto;
  }
  .cid-uB5TX0GAjD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB60HDT8Mv {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #b9abe5;
}
.cid-uB60HDT8Mv .row {
  flex-direction: row-reverse;
}
.cid-uB60HDT8Mv .mbr-section-title {
  color: #000000;
}
.cid-uB60HDT8Mv .mbr-text,
.cid-uB60HDT8Mv .mbr-section-btn {
  color: #000000;
}
.cid-uB60HDT8Mv .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uB60HDT8Mv img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uB60HDT8Mv .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uB60HDT8Mv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB60HDT8Mv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ZMSqDRL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uB5ZMSqDRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ZMSqDRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ZMSqDRL .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uB5ZMSqDRL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB5ZMSqDRL .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uB5ZMSqDRL .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ZMSqDRL .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:hover,
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uB5ZMSqDRL .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uB5ZMSqDRL .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uB5ZMSqDRL .mbr-section-title {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .mbr-text {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .mbr-desc {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .list {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .list,
.cid-uB5ZMSqDRL .item-wrap {
  color: #ffffff;
}
.cid-sQksmcj3KA {
  z-index: 1000;
  width: 100%;
}
.cid-sQksmcj3KA .btn {
  padding: 0.3rem 2rem;
}
.cid-sQksmcj3KA .nav-link {
  position: relative;
}
.cid-sQksmcj3KA .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-sQksmcj3KA .nav-link:hover:before {
  width: 100%;
}
.cid-sQksmcj3KA nav.navbar {
  position: fixed;
}
.cid-sQksmcj3KA .dropdown-item:before {
  font-family: Moririse2 !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;
}
.cid-sQksmcj3KA .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQksmcj3KA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQksmcj3KA .dropdown-item:hover,
.cid-sQksmcj3KA .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-sQksmcj3KA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQksmcj3KA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQksmcj3KA .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-sQksmcj3KA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQksmcj3KA .container {
  display: flex;
  margin: auto;
}
.cid-sQksmcj3KA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQksmcj3KA .dropdown-menu,
.cid-sQksmcj3KA .navbar.opened {
  background: #f7f4fd !important;
}
.cid-sQksmcj3KA .nav-item:focus,
.cid-sQksmcj3KA .nav-link:focus {
  outline: none;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQksmcj3KA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQksmcj3KA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQksmcj3KA .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f4fd !important;
  transition: all 0.3s;
}
.cid-sQksmcj3KA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 244, 253, 0);
}
.cid-sQksmcj3KA .navbar.opened {
  transition: all 0.3s;
}
.cid-sQksmcj3KA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQksmcj3KA .navbar .navbar-logo img {
  width: auto;
}
.cid-sQksmcj3KA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQksmcj3KA .navbar.collapsed {
  justify-content: center;
}
.cid-sQksmcj3KA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQksmcj3KA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQksmcj3KA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQksmcj3KA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQksmcj3KA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQksmcj3KA .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%;
}
.cid-sQksmcj3KA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQksmcj3KA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQksmcj3KA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQksmcj3KA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQksmcj3KA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQksmcj3KA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQksmcj3KA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQksmcj3KA .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%;
  }
  .cid-sQksmcj3KA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQksmcj3KA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQksmcj3KA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQksmcj3KA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQksmcj3KA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQksmcj3KA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQksmcj3KA .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQksmcj3KA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQksmcj3KA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQksmcj3KA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQksmcj3KA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQksmcj3KA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQksmcj3KA .dropdown-item.active,
.cid-sQksmcj3KA .dropdown-item:active {
  background-color: transparent;
}
.cid-sQksmcj3KA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQksmcj3KA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQksmcj3KA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQksmcj3KA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f4fd;
}
.cid-sQksmcj3KA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQksmcj3KA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQksmcj3KA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQksmcj3KA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQksmcj3KA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQksmcj3KA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQksmcj3KA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQksmcj3KA .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) {
  .cid-sQksmcj3KA .navbar {
    height: 70px;
  }
  .cid-sQksmcj3KA .navbar.opened {
    height: auto;
  }
  .cid-sQksmcj3KA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB60WkgQWK {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f2effc;
}
.cid-uB60WkgQWK .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8364e2;
  margin-bottom: 1rem;
}
.cid-uB60WkgQWK .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uB60WkgQWK .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uB60WkgQWK .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uB60WkgQWK .card-wrapper:hover {
  background: #f4f4f4;
}
.cid-uB60WkgQWK .card-title,
.cid-uB60WkgQWK .card-box {
  color: #000000;
}
.cid-uB60WkgQWK .main-title,
.cid-uB60WkgQWK .title-col {
  text-align: center;
  color: #000000;
}
.cid-uB60WkgQWK .card-text {
  color: #353535;
}
.cid-uB60WkgQWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB60WkgQWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ZMSqDRL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uB5ZMSqDRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ZMSqDRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ZMSqDRL .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uB5ZMSqDRL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB5ZMSqDRL .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uB5ZMSqDRL .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uB5ZMSqDRL .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ZMSqDRL .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ZMSqDRL .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:hover,
.cid-uB5ZMSqDRL .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uB5ZMSqDRL .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uB5ZMSqDRL .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uB5ZMSqDRL .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uB5ZMSqDRL .mbr-section-title {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .mbr-text {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .mbr-desc {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .list {
  color: #ffffff;
}
.cid-uB5ZMSqDRL .list,
.cid-uB5ZMSqDRL .item-wrap {
  color: #ffffff;
}
