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 .navbar-dropdown {
  position: relative !important;
}
.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 .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: #ffffff !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: #ffffff !important;
  transition: all 0.3s;
}
.cid-sQksmcj3KA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.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: #ffffff;
}
.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;
}
.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: #0d0c22;
}
.cid-sQksrcs27E .mbr-text,
.cid-sQksrcs27E .mbr-section-btn {
  color: #727272;
}
.cid-sQksrcs27E .mbr-section-subtitle {
  color: #8364e2;
}
.cid-sQksrcs27E img {
  border-radius: 2rem;
}
.cid-sQksAAuZhK {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQksAAuZhK .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8364e2;
  margin-bottom: 1rem;
}
.cid-sQksAAuZhK .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #0d0c22;
}
.cid-sQksAAuZhK .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-sQksAAuZhK .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-sQksAAuZhK .card-wrapper:hover {
  background: #f4f4f4;
}
.cid-sQksAAuZhK .card-title,
.cid-sQksAAuZhK .card-box {
  color: #000000;
}
.cid-sQksAAuZhK .main-title,
.cid-sQksAAuZhK .title-col {
  text-align: center;
  color: #000000;
}
.cid-sQksAAuZhK .card-text {
  color: #727272;
}
.cid-v0W5jlERXG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v0W5jlERXG .row {
  flex-direction: row-reverse;
}
.cid-v0W5jlERXG .mbr-section-title {
  color: #160830;
}
.cid-v0W5jlERXG .mbr-text,
.cid-v0W5jlERXG .mbr-section-btn {
  color: #353535;
}
.cid-v0W5jlERXG .mbr-section-subtitle {
  color: #8364e2;
}
.cid-v0W5jlERXG img {
  border-radius: 2rem;
}
.cid-v0W5jlERXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0W5jlERXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0W5idz8jy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0W5idz8jy .item-img {
  position: relative;
}
.cid-v0W5idz8jy .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-v0W5idz8jy .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-v0W5idz8jy .btn-tag:hover,
.cid-v0W5idz8jy .btn-tag:focus {
  box-shadow: none;
}
.cid-v0W5idz8jy img,
.cid-v0W5idz8jy .item-img {
  width: 100%;
  margin-bottom: 1rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v0W5idz8jy .item:focus,
.cid-v0W5idz8jy span:focus {
  outline: none;
}
.cid-v0W5idz8jy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v0W5idz8jy .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v0W5idz8jy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v0W5idz8jy .mbr-section-title {
  color: #232323;
}
.cid-v0W5idz8jy .mbr-text,
.cid-v0W5idz8jy .mbr-section-btn {
  color: #353535;
}
.cid-v0W5idz8jy .item-title {
  color: #353535;
}
.cid-v0W9Y3y1O8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0W9Y3y1O8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0W9Y3y1O8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0W9Y3y1O8 .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #7f6cc0;
}
@media (max-width: 991px) {
  .cid-v0W9Y3y1O8 .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-v0W9Y3y1O8 .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-v0W9Y3y1O8 .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-v0W9Y3y1O8 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v0W9Y3y1O8 .mbr-text {
  color: #ffffff;
  margin-top: 20px;
}
.cid-v0W9Y3y1O8 .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-v0W9Y3y1O8 .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-v0W9Y3y1O8 .items-wrap {
    padding-top: 50px;
  }
}
.cid-v0W9Y3y1O8 .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-v0W9Y3y1O8 .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-v0W9Y3y1O8 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-v0W9Y3y1O8 .list li {
  position: relative;
}
.cid-v0W9Y3y1O8 .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-v0W9Y3y1O8 .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-v0W9Y3y1O8 .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-v0W5mOnz4d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0W5mOnz4d .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: "Moririse2" !important;
  color: #8364e2;
  margin-left: 1rem;
}
.cid-v0W5mOnz4d .panel-group,
.cid-v0W5mOnz4d .card-header {
  border: none;
}
.cid-v0W5mOnz4d .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v0W5mOnz4d .panel-title-edit {
  color: #353535;
}
.cid-v0W5mOnz4d .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.cid-v0W5mOnz4d .card-header {
  background-color: #f4f4f4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 1rem 1rem;
}
.cid-v0W5mOnz4d .panel-body {
  padding: 1rem 1rem;
}
.cid-v0W5mOnz4d .panel-text {
  color: #232323;
  margin: 0;
}
.cid-v0W5mOnz4d H3 {
  color: #160830;
}
.cid-v0W5mOnz4d H4 {
  color: #000000;
}
.cid-v0W5mOnz4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0W5mOnz4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0W5pcrHKj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2025-10-28-19-51-34-1380x757.png");
}
.cid-v0W5pcrHKj .row {
  justify-content: center;
}
.cid-v0W5pcrHKj .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #212428;
  border: 1px solid #bbbbbb !important;
  color: #bbbbbb;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-v0W5pcrHKj .form-control:focus,
.cid-v0W5pcrHKj .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #212428;
  box-shadow: none;
}
.cid-v0W5pcrHKj .form-group {
  margin-bottom: 1rem;
}
.cid-v0W5pcrHKj input::-webkit-input-placeholder,
.cid-v0W5pcrHKj textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v0W5pcrHKj input:-moz-placeholder,
.cid-v0W5pcrHKj textarea:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v0W5pcrHKj .jq-selectbox li,
.cid-v0W5pcrHKj .jq-selectbox li {
  background-color: #212428;
  color: #ffffff;
}
.cid-v0W5pcrHKj .jq-selectbox li:hover,
.cid-v0W5pcrHKj .jq-selectbox li.selected {
  background-color: #212428;
  color: #ffffff;
}
.cid-v0W5pcrHKj .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #212428;
}
.cid-v0W5pcrHKj .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #212428;
}
.cid-v0W5pcrHKj .mbr-text {
  color: #767676;
}
.cid-v0W5pcrHKj .form-block {
  padding: 3rem;
  position: relative;
}
.cid-v0W5pcrHKj .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #212428;
  opacity: 1;
  z-index: 0;
}
.cid-v0W5pcrHKj .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v0W5pcrHKj .form-block {
    padding: 1rem;
  }
}
.cid-v0W5pcrHKj H4 {
  color: #ffffff;
}
.cid-v0W5pcrHKj .mbr-section-title,
.cid-v0W5pcrHKj .mbr-section-btn {
  color: #ffffff;
}
.cid-v0W5pcrHKj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0W5pcrHKj .form-text {
  color: #bbbbbb;
}
.cid-v0W5pcrHKj .text {
  color: #ffffff;
}
.cid-v0W5pcrHKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0W5pcrHKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0W5qlvwLy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-v0W5qlvwLy .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-v0W5qlvwLy .card-box {
  z-index: 2;
  position: relative;
}
.cid-v0W5qlvwLy .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #8364e2;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-v0W5qlvwLy .mbr-iconfont-big {
  font-size: 14rem;
  color: #8364e2;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-v0W5qlvwLy .card-title,
.cid-v0W5qlvwLy .card-text {
  transition: all 0.3s;
}
.cid-v0W5qlvwLy .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #212428;
  transition: all 0.3s;
}
.cid-v0W5qlvwLy .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-v0W5qlvwLy .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0W5qlvwLy .card-title,
.cid-v0W5qlvwLy .iconfont-wrapper {
  color: #ffffff;
}
.cid-v0W5qlvwLy .card-text {
  color: #bbbbbb;
}
.cid-v0W5qlvwLy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0W5qlvwLy .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0W5qlvwLy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0W5qlvwLy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0W5w7GI5f {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #160830;
  overflow: hidden;
}
.cid-v0WkuAEATw.popup-builder {
  background-color: #ffffff;
}
.cid-v0WkuAEATw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v0WkuAEATw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v0WkuAEATw .modal-content,
.cid-v0WkuAEATw .modal-dialog {
  height: auto;
}
.cid-v0WkuAEATw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v0WkuAEATw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v0WkuAEATw .form-wrapper .mbr-form .form-group,
  .cid-v0WkuAEATw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v0WkuAEATw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v0WkuAEATw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0WkuAEATw .mbr-text {
  text-align: center;
}
.cid-v0WkuAEATw .pt-0 {
  padding-top: 0 !important;
}
.cid-v0WkuAEATw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v0WkuAEATw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v0WkuAEATw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v0WkuAEATw .modal-open {
  overflow: hidden;
}
.cid-v0WkuAEATw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v0WkuAEATw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v0WkuAEATw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v0WkuAEATw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v0WkuAEATw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v0WkuAEATw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v0WkuAEATw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v0WkuAEATw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v0WkuAEATw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v0WkuAEATw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v0WkuAEATw .modal-backdrop.fade {
  opacity: 0;
}
.cid-v0WkuAEATw .modal-backdrop.show {
  opacity: .5;
}
.cid-v0WkuAEATw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v0WkuAEATw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v0WkuAEATw .modal-header {
    padding: 1rem;
  }
}
.cid-v0WkuAEATw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v0WkuAEATw .modal-header .close svg {
  fill: #353535;
}
.cid-v0WkuAEATw .modal-header .close:hover {
  opacity: 1;
}
.cid-v0WkuAEATw .modal-header .close:focus {
  outline: none;
}
.cid-v0WkuAEATw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v0WkuAEATw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v0WkuAEATw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0WkuAEATw .modal-body {
    padding: 1rem;
  }
}
.cid-v0WkuAEATw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v0WkuAEATw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0WkuAEATw .modal-footer {
    padding: 1rem;
  }
}
.cid-v0WkuAEATw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v0WkuAEATw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v0WkuAEATw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v0WkuAEATw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v0WkuAEATw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v0WkuAEATw .modal-lg,
  .cid-v0WkuAEATw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v0WkuAEATw .modal-xl {
    max-width: 1140px;
  }
}
.cid-v0WkuAEATw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v0WkuAEATw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v0WkuAEATw .form-group {
  margin-bottom: 1rem;
}
.cid-v0WkuAEATw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v0WkuAEATw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v0WkuAEATw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v0WkuAEATw .mbr-section-btn {
  margin: 0;
}
.cid-v0WkuAEATw .mbr-section-btn .btn {
  margin: 0;
}
.cid-v0WaLxkXOh .navbar-dropdown {
  position: relative !important;
}
.cid-v0WaLxkXOh .btn {
  padding: 0.3rem 2rem;
}
.cid-v0WaLxkXOh .nav-link {
  position: relative;
}
.cid-v0WaLxkXOh .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-v0WaLxkXOh .nav-link:hover:before {
  width: 100%;
}
.cid-v0WaLxkXOh .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-v0WaLxkXOh .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0WaLxkXOh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0WaLxkXOh .dropdown-item:hover,
.cid-v0WaLxkXOh .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-v0WaLxkXOh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0WaLxkXOh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0WaLxkXOh .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v0WaLxkXOh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0WaLxkXOh .container {
  display: flex;
  margin: auto;
}
.cid-v0WaLxkXOh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0WaLxkXOh .dropdown-menu,
.cid-v0WaLxkXOh .navbar.opened {
  background: #ffffff !important;
}
.cid-v0WaLxkXOh .nav-item:focus,
.cid-v0WaLxkXOh .nav-link:focus {
  outline: none;
}
.cid-v0WaLxkXOh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0WaLxkXOh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0WaLxkXOh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0WaLxkXOh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0WaLxkXOh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0WaLxkXOh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0WaLxkXOh .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-v0WaLxkXOh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v0WaLxkXOh .navbar.opened {
  transition: all 0.3s;
}
.cid-v0WaLxkXOh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0WaLxkXOh .navbar .navbar-logo img {
  width: auto;
}
.cid-v0WaLxkXOh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0WaLxkXOh .navbar.collapsed {
  justify-content: center;
}
.cid-v0WaLxkXOh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0WaLxkXOh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0WaLxkXOh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0WaLxkXOh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0WaLxkXOh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0WaLxkXOh .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-v0WaLxkXOh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0WaLxkXOh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0WaLxkXOh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0WaLxkXOh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0WaLxkXOh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0WaLxkXOh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0WaLxkXOh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0WaLxkXOh .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-v0WaLxkXOh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0WaLxkXOh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0WaLxkXOh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0WaLxkXOh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0WaLxkXOh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0WaLxkXOh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0WaLxkXOh .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0WaLxkXOh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0WaLxkXOh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0WaLxkXOh .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-v0WaLxkXOh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0WaLxkXOh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0WaLxkXOh .dropdown-item.active,
.cid-v0WaLxkXOh .dropdown-item:active {
  background-color: transparent;
}
.cid-v0WaLxkXOh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0WaLxkXOh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0WaLxkXOh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0WaLxkXOh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0WaLxkXOh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0WaLxkXOh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0WaLxkXOh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0WaLxkXOh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0WaLxkXOh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0WaLxkXOh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0WaLxkXOh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0WaLxkXOh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0WaLxkXOh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0WaLxkXOh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0WaLxkXOh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0WaLxkXOh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0WaLxkXOh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0WaLxkXOh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0WaLxkXOh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0WaLxkXOh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0WaLxkXOh .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-v0WaLxkXOh .navbar {
    height: 70px;
  }
  .cid-v0WaLxkXOh .navbar.opened {
    height: auto;
  }
  .cid-v0WaLxkXOh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0WaPsgkKv {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v0WaPsgkKv .mbr-text {
  color: #221b35;
}
.cid-v0WaPsgkKv .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-v0WaPsgkKv h5,
.cid-v0WaPsgkKv h6 {
  background: #8364e2;
  display: inline;
}
.cid-v0WaPsgkKv h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-v0WaPsgkKv h6 {
  line-height: 1.3 !important;
}
.cid-v0WaPsgkKv h6 span {
  padding-right: 2rem;
}
.cid-v0WaPsgkKv .mbr-section-title,
.cid-v0WaPsgkKv .align {
  color: #ffffff;
}
.cid-v0WaPsgkKv .mbr-section-subtitle,
.cid-v0WaPsgkKv .align {
  color: #ffffff;
  text-align: left;
}
.cid-v0WaLDqghs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-v0WaLDqghs .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-v0WaLDqghs .card-box {
  z-index: 2;
  position: relative;
}
.cid-v0WaLDqghs .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #8364e2;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-v0WaLDqghs .mbr-iconfont-big {
  font-size: 14rem;
  color: #8364e2;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-v0WaLDqghs .card-title,
.cid-v0WaLDqghs .card-text {
  transition: all 0.3s;
}
.cid-v0WaLDqghs .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #212428;
  transition: all 0.3s;
}
.cid-v0WaLDqghs .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-v0WaLDqghs .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0WaLDqghs .card-title,
.cid-v0WaLDqghs .iconfont-wrapper {
  color: #ffffff;
}
.cid-v0WaLDqghs .card-text {
  color: #bbbbbb;
}
.cid-v0WaLDqghs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0WaLDqghs .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0WaLDqghs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0WaLDqghs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0WaLEeqgd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #160830;
  overflow: hidden;
}
.cid-v0WaWZU9zf .navbar-dropdown {
  position: relative !important;
}
.cid-v0WaWZU9zf .btn {
  padding: 0.3rem 2rem;
}
.cid-v0WaWZU9zf .nav-link {
  position: relative;
}
.cid-v0WaWZU9zf .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-v0WaWZU9zf .nav-link:hover:before {
  width: 100%;
}
.cid-v0WaWZU9zf .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-v0WaWZU9zf .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0WaWZU9zf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0WaWZU9zf .dropdown-item:hover,
.cid-v0WaWZU9zf .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-v0WaWZU9zf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0WaWZU9zf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0WaWZU9zf .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v0WaWZU9zf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0WaWZU9zf .container {
  display: flex;
  margin: auto;
}
.cid-v0WaWZU9zf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0WaWZU9zf .dropdown-menu,
.cid-v0WaWZU9zf .navbar.opened {
  background: #ffffff !important;
}
.cid-v0WaWZU9zf .nav-item:focus,
.cid-v0WaWZU9zf .nav-link:focus {
  outline: none;
}
.cid-v0WaWZU9zf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0WaWZU9zf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0WaWZU9zf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0WaWZU9zf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0WaWZU9zf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0WaWZU9zf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0WaWZU9zf .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-v0WaWZU9zf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v0WaWZU9zf .navbar.opened {
  transition: all 0.3s;
}
.cid-v0WaWZU9zf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0WaWZU9zf .navbar .navbar-logo img {
  width: auto;
}
.cid-v0WaWZU9zf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0WaWZU9zf .navbar.collapsed {
  justify-content: center;
}
.cid-v0WaWZU9zf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0WaWZU9zf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0WaWZU9zf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0WaWZU9zf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0WaWZU9zf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0WaWZU9zf .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-v0WaWZU9zf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0WaWZU9zf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0WaWZU9zf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0WaWZU9zf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0WaWZU9zf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0WaWZU9zf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0WaWZU9zf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0WaWZU9zf .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-v0WaWZU9zf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0WaWZU9zf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0WaWZU9zf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0WaWZU9zf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0WaWZU9zf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0WaWZU9zf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0WaWZU9zf .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0WaWZU9zf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0WaWZU9zf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0WaWZU9zf .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-v0WaWZU9zf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0WaWZU9zf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0WaWZU9zf .dropdown-item.active,
.cid-v0WaWZU9zf .dropdown-item:active {
  background-color: transparent;
}
.cid-v0WaWZU9zf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0WaWZU9zf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0WaWZU9zf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0WaWZU9zf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0WaWZU9zf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0WaWZU9zf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0WaWZU9zf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0WaWZU9zf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0WaWZU9zf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0WaWZU9zf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0WaWZU9zf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0WaWZU9zf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0WaWZU9zf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0WaWZU9zf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0WaWZU9zf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0WaWZU9zf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0WaWZU9zf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0WaWZU9zf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0WaWZU9zf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0WaWZU9zf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0WaWZU9zf .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-v0WaWZU9zf .navbar {
    height: 70px;
  }
  .cid-v0WaWZU9zf .navbar.opened {
    height: auto;
  }
  .cid-v0WaWZU9zf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0WaX0sz7U {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v0WaX0sz7U .mbr-text {
  color: #221b35;
}
.cid-v0WaX0sz7U .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-v0WaX0sz7U h5,
.cid-v0WaX0sz7U h6 {
  background: #8364e2;
  display: inline;
}
.cid-v0WaX0sz7U h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-v0WaX0sz7U h6 {
  line-height: 1.3 !important;
}
.cid-v0WaX0sz7U h6 span {
  padding-right: 2rem;
}
.cid-v0WaX0sz7U .mbr-section-title,
.cid-v0WaX0sz7U .align {
  color: #ffffff;
}
.cid-v0WaX0sz7U .mbr-section-subtitle,
.cid-v0WaX0sz7U .align {
  color: #ffffff;
  text-align: left;
}
.cid-v0WaX0Kbvm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-v0WaX0Kbvm .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-v0WaX0Kbvm .card-box {
  z-index: 2;
  position: relative;
}
.cid-v0WaX0Kbvm .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #8364e2;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-v0WaX0Kbvm .mbr-iconfont-big {
  font-size: 14rem;
  color: #8364e2;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-v0WaX0Kbvm .card-title,
.cid-v0WaX0Kbvm .card-text {
  transition: all 0.3s;
}
.cid-v0WaX0Kbvm .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #212428;
  transition: all 0.3s;
}
.cid-v0WaX0Kbvm .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-v0WaX0Kbvm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0WaX0Kbvm .card-title,
.cid-v0WaX0Kbvm .iconfont-wrapper {
  color: #ffffff;
}
.cid-v0WaX0Kbvm .card-text {
  color: #bbbbbb;
}
.cid-v0WaX0Kbvm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0WaX0Kbvm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0WaX0Kbvm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0WaX0Kbvm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0WaX1paRO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #160830;
  overflow: hidden;
}
.cid-v0Wb38IRg5 .navbar-dropdown {
  position: relative !important;
}
.cid-v0Wb38IRg5 .btn {
  padding: 0.3rem 2rem;
}
.cid-v0Wb38IRg5 .nav-link {
  position: relative;
}
.cid-v0Wb38IRg5 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-v0Wb38IRg5 .nav-link:hover:before {
  width: 100%;
}
.cid-v0Wb38IRg5 .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-v0Wb38IRg5 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0Wb38IRg5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0Wb38IRg5 .dropdown-item:hover,
.cid-v0Wb38IRg5 .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-v0Wb38IRg5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0Wb38IRg5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0Wb38IRg5 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v0Wb38IRg5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0Wb38IRg5 .container {
  display: flex;
  margin: auto;
}
.cid-v0Wb38IRg5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0Wb38IRg5 .dropdown-menu,
.cid-v0Wb38IRg5 .navbar.opened {
  background: #ffffff !important;
}
.cid-v0Wb38IRg5 .nav-item:focus,
.cid-v0Wb38IRg5 .nav-link:focus {
  outline: none;
}
.cid-v0Wb38IRg5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0Wb38IRg5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0Wb38IRg5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0Wb38IRg5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0Wb38IRg5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0Wb38IRg5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0Wb38IRg5 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-v0Wb38IRg5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v0Wb38IRg5 .navbar.opened {
  transition: all 0.3s;
}
.cid-v0Wb38IRg5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0Wb38IRg5 .navbar .navbar-logo img {
  width: auto;
}
.cid-v0Wb38IRg5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0Wb38IRg5 .navbar.collapsed {
  justify-content: center;
}
.cid-v0Wb38IRg5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0Wb38IRg5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0Wb38IRg5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0Wb38IRg5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0Wb38IRg5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0Wb38IRg5 .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-v0Wb38IRg5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0Wb38IRg5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0Wb38IRg5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0Wb38IRg5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0Wb38IRg5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0Wb38IRg5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0Wb38IRg5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0Wb38IRg5 .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-v0Wb38IRg5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0Wb38IRg5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0Wb38IRg5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0Wb38IRg5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0Wb38IRg5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0Wb38IRg5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0Wb38IRg5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0Wb38IRg5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0Wb38IRg5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0Wb38IRg5 .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-v0Wb38IRg5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0Wb38IRg5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0Wb38IRg5 .dropdown-item.active,
.cid-v0Wb38IRg5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0Wb38IRg5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0Wb38IRg5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0Wb38IRg5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0Wb38IRg5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0Wb38IRg5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0Wb38IRg5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0Wb38IRg5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0Wb38IRg5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0Wb38IRg5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0Wb38IRg5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0Wb38IRg5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0Wb38IRg5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0Wb38IRg5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0Wb38IRg5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0Wb38IRg5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0Wb38IRg5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0Wb38IRg5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0Wb38IRg5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0Wb38IRg5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0Wb38IRg5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0Wb38IRg5 .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-v0Wb38IRg5 .navbar {
    height: 70px;
  }
  .cid-v0Wb38IRg5 .navbar.opened {
    height: auto;
  }
  .cid-v0Wb38IRg5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0Wb39tcnD {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v0Wb39tcnD .mbr-text {
  color: #221b35;
}
.cid-v0Wb39tcnD .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-v0Wb39tcnD h5,
.cid-v0Wb39tcnD h6 {
  background: #8364e2;
  display: inline;
}
.cid-v0Wb39tcnD h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-v0Wb39tcnD h6 {
  line-height: 1.3 !important;
}
.cid-v0Wb39tcnD h6 span {
  padding-right: 2rem;
}
.cid-v0Wb39tcnD .mbr-section-title,
.cid-v0Wb39tcnD .align {
  color: #ffffff;
}
.cid-v0Wb39tcnD .mbr-section-subtitle,
.cid-v0Wb39tcnD .align {
  color: #ffffff;
  text-align: left;
}
.cid-v0Wb3acunL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-v0Wb3acunL .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-v0Wb3acunL .card-box {
  z-index: 2;
  position: relative;
}
.cid-v0Wb3acunL .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #8364e2;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-v0Wb3acunL .mbr-iconfont-big {
  font-size: 14rem;
  color: #8364e2;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-v0Wb3acunL .card-title,
.cid-v0Wb3acunL .card-text {
  transition: all 0.3s;
}
.cid-v0Wb3acunL .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #212428;
  transition: all 0.3s;
}
.cid-v0Wb3acunL .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-v0Wb3acunL .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0Wb3acunL .card-title,
.cid-v0Wb3acunL .iconfont-wrapper {
  color: #ffffff;
}
.cid-v0Wb3acunL .card-text {
  color: #bbbbbb;
}
.cid-v0Wb3acunL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0Wb3acunL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0Wb3acunL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Wb3acunL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Wb3b2E3Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #160830;
  overflow: hidden;
}
.cid-v0Wb9t9OCi .navbar-dropdown {
  position: relative !important;
}
.cid-v0Wb9t9OCi .btn {
  padding: 0.3rem 2rem;
}
.cid-v0Wb9t9OCi .nav-link {
  position: relative;
}
.cid-v0Wb9t9OCi .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-v0Wb9t9OCi .nav-link:hover:before {
  width: 100%;
}
.cid-v0Wb9t9OCi .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-v0Wb9t9OCi .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0Wb9t9OCi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0Wb9t9OCi .dropdown-item:hover,
.cid-v0Wb9t9OCi .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-v0Wb9t9OCi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0Wb9t9OCi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0Wb9t9OCi .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v0Wb9t9OCi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0Wb9t9OCi .container {
  display: flex;
  margin: auto;
}
.cid-v0Wb9t9OCi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0Wb9t9OCi .dropdown-menu,
.cid-v0Wb9t9OCi .navbar.opened {
  background: #ffffff !important;
}
.cid-v0Wb9t9OCi .nav-item:focus,
.cid-v0Wb9t9OCi .nav-link:focus {
  outline: none;
}
.cid-v0Wb9t9OCi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0Wb9t9OCi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0Wb9t9OCi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0Wb9t9OCi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0Wb9t9OCi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0Wb9t9OCi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0Wb9t9OCi .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-v0Wb9t9OCi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v0Wb9t9OCi .navbar.opened {
  transition: all 0.3s;
}
.cid-v0Wb9t9OCi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0Wb9t9OCi .navbar .navbar-logo img {
  width: auto;
}
.cid-v0Wb9t9OCi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0Wb9t9OCi .navbar.collapsed {
  justify-content: center;
}
.cid-v0Wb9t9OCi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0Wb9t9OCi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0Wb9t9OCi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0Wb9t9OCi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0Wb9t9OCi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0Wb9t9OCi .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-v0Wb9t9OCi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0Wb9t9OCi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0Wb9t9OCi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0Wb9t9OCi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0Wb9t9OCi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0Wb9t9OCi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0Wb9t9OCi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0Wb9t9OCi .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-v0Wb9t9OCi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0Wb9t9OCi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0Wb9t9OCi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0Wb9t9OCi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0Wb9t9OCi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0Wb9t9OCi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0Wb9t9OCi .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0Wb9t9OCi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0Wb9t9OCi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0Wb9t9OCi .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-v0Wb9t9OCi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0Wb9t9OCi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0Wb9t9OCi .dropdown-item.active,
.cid-v0Wb9t9OCi .dropdown-item:active {
  background-color: transparent;
}
.cid-v0Wb9t9OCi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0Wb9t9OCi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0Wb9t9OCi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0Wb9t9OCi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0Wb9t9OCi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0Wb9t9OCi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0Wb9t9OCi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0Wb9t9OCi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0Wb9t9OCi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0Wb9t9OCi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0Wb9t9OCi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0Wb9t9OCi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0Wb9t9OCi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0Wb9t9OCi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0Wb9t9OCi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0Wb9t9OCi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0Wb9t9OCi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0Wb9t9OCi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0Wb9t9OCi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0Wb9t9OCi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0Wb9t9OCi .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-v0Wb9t9OCi .navbar {
    height: 70px;
  }
  .cid-v0Wb9t9OCi .navbar.opened {
    height: auto;
  }
  .cid-v0Wb9t9OCi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0Wb9tHNUR {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v0Wb9tHNUR .mbr-text {
  color: #221b35;
}
.cid-v0Wb9tHNUR .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-v0Wb9tHNUR h5,
.cid-v0Wb9tHNUR h6 {
  background: #8364e2;
  display: inline;
}
.cid-v0Wb9tHNUR h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-v0Wb9tHNUR h6 {
  line-height: 1.3 !important;
}
.cid-v0Wb9tHNUR h6 span {
  padding-right: 2rem;
}
.cid-v0Wb9tHNUR .mbr-section-title,
.cid-v0Wb9tHNUR .align {
  color: #ffffff;
}
.cid-v0Wb9tHNUR .mbr-section-subtitle,
.cid-v0Wb9tHNUR .align {
  color: #ffffff;
  text-align: left;
}
.cid-v0Wb9u3ODo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-v0Wb9u3ODo .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-v0Wb9u3ODo .card-box {
  z-index: 2;
  position: relative;
}
.cid-v0Wb9u3ODo .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #8364e2;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-v0Wb9u3ODo .mbr-iconfont-big {
  font-size: 14rem;
  color: #8364e2;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-v0Wb9u3ODo .card-title,
.cid-v0Wb9u3ODo .card-text {
  transition: all 0.3s;
}
.cid-v0Wb9u3ODo .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #212428;
  transition: all 0.3s;
}
.cid-v0Wb9u3ODo .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-v0Wb9u3ODo .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0Wb9u3ODo .card-title,
.cid-v0Wb9u3ODo .iconfont-wrapper {
  color: #ffffff;
}
.cid-v0Wb9u3ODo .card-text {
  color: #bbbbbb;
}
.cid-v0Wb9u3ODo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0Wb9u3ODo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0Wb9u3ODo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Wb9u3ODo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Wb9uzPT9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #160830;
  overflow: hidden;
}
.cid-v0WiPOXQlO .navbar-dropdown {
  position: relative !important;
}
.cid-v0WiPOXQlO .btn {
  padding: 0.3rem 2rem;
}
.cid-v0WiPOXQlO .nav-link {
  position: relative;
}
.cid-v0WiPOXQlO .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-v0WiPOXQlO .nav-link:hover:before {
  width: 100%;
}
.cid-v0WiPOXQlO .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-v0WiPOXQlO .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0WiPOXQlO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0WiPOXQlO .dropdown-item:hover,
.cid-v0WiPOXQlO .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-v0WiPOXQlO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0WiPOXQlO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0WiPOXQlO .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v0WiPOXQlO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0WiPOXQlO .container {
  display: flex;
  margin: auto;
}
.cid-v0WiPOXQlO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0WiPOXQlO .dropdown-menu,
.cid-v0WiPOXQlO .navbar.opened {
  background: #ffffff !important;
}
.cid-v0WiPOXQlO .nav-item:focus,
.cid-v0WiPOXQlO .nav-link:focus {
  outline: none;
}
.cid-v0WiPOXQlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0WiPOXQlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0WiPOXQlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0WiPOXQlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0WiPOXQlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0WiPOXQlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0WiPOXQlO .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-v0WiPOXQlO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v0WiPOXQlO .navbar.opened {
  transition: all 0.3s;
}
.cid-v0WiPOXQlO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0WiPOXQlO .navbar .navbar-logo img {
  width: auto;
}
.cid-v0WiPOXQlO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0WiPOXQlO .navbar.collapsed {
  justify-content: center;
}
.cid-v0WiPOXQlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0WiPOXQlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0WiPOXQlO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0WiPOXQlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0WiPOXQlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0WiPOXQlO .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-v0WiPOXQlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0WiPOXQlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0WiPOXQlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0WiPOXQlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0WiPOXQlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0WiPOXQlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0WiPOXQlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0WiPOXQlO .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-v0WiPOXQlO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0WiPOXQlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0WiPOXQlO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0WiPOXQlO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0WiPOXQlO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0WiPOXQlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0WiPOXQlO .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0WiPOXQlO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0WiPOXQlO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0WiPOXQlO .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-v0WiPOXQlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0WiPOXQlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0WiPOXQlO .dropdown-item.active,
.cid-v0WiPOXQlO .dropdown-item:active {
  background-color: transparent;
}
.cid-v0WiPOXQlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0WiPOXQlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0WiPOXQlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0WiPOXQlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0WiPOXQlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0WiPOXQlO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0WiPOXQlO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0WiPOXQlO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0WiPOXQlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0WiPOXQlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0WiPOXQlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0WiPOXQlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0WiPOXQlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0WiPOXQlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0WiPOXQlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0WiPOXQlO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0WiPOXQlO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0WiPOXQlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0WiPOXQlO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0WiPOXQlO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0WiPOXQlO .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-v0WiPOXQlO .navbar {
    height: 70px;
  }
  .cid-v0WiPOXQlO .navbar.opened {
    height: auto;
  }
  .cid-v0WiPOXQlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0WiPTWUTA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0WiPTWUTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0WiPTWUTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0WiPTWUTA .row {
  flex-direction: row-reverse;
}
.cid-v0WiPTWUTA .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #7f6cc0;
}
@media (max-width: 991px) {
  .cid-v0WiPTWUTA .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-v0WiPTWUTA .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-v0WiPTWUTA .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-v0WiPTWUTA .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v0WiPTWUTA .mbr-text {
  color: #ffffff;
  margin-top: 20px;
}
.cid-v0WiPTWUTA .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-v0WiPTWUTA .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-v0WiPTWUTA .items-wrap {
    padding-top: 50px;
  }
}
.cid-v0WiPTWUTA .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-v0WiPTWUTA .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-v0WiPTWUTA .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-v0WiPTWUTA .list li {
  position: relative;
}
.cid-v0WiPTWUTA .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-v0WiPTWUTA .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-v0WiPTWUTA .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-v0WiPYFoZp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-v0WiPYFoZp .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-v0WiPYFoZp .card-box {
  z-index: 2;
  position: relative;
}
.cid-v0WiPYFoZp .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #8364e2;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-v0WiPYFoZp .mbr-iconfont-big {
  font-size: 14rem;
  color: #8364e2;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-v0WiPYFoZp .card-title,
.cid-v0WiPYFoZp .card-text {
  transition: all 0.3s;
}
.cid-v0WiPYFoZp .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #212428;
  transition: all 0.3s;
}
.cid-v0WiPYFoZp .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-v0WiPYFoZp .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0WiPYFoZp .card-title,
.cid-v0WiPYFoZp .iconfont-wrapper {
  color: #ffffff;
}
.cid-v0WiPYFoZp .card-text {
  color: #bbbbbb;
}
.cid-v0WiPYFoZp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0WiPYFoZp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0WiPYFoZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0WiPYFoZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0WiPZvHcU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #160830;
  overflow: hidden;
}
.cid-v0WiSqv0rU .navbar-dropdown {
  position: relative !important;
}
.cid-v0WiSqv0rU .btn {
  padding: 0.3rem 2rem;
}
.cid-v0WiSqv0rU .nav-link {
  position: relative;
}
.cid-v0WiSqv0rU .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-v0WiSqv0rU .nav-link:hover:before {
  width: 100%;
}
.cid-v0WiSqv0rU .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-v0WiSqv0rU .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0WiSqv0rU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0WiSqv0rU .dropdown-item:hover,
.cid-v0WiSqv0rU .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-v0WiSqv0rU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0WiSqv0rU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0WiSqv0rU .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v0WiSqv0rU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0WiSqv0rU .container {
  display: flex;
  margin: auto;
}
.cid-v0WiSqv0rU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0WiSqv0rU .dropdown-menu,
.cid-v0WiSqv0rU .navbar.opened {
  background: #ffffff !important;
}
.cid-v0WiSqv0rU .nav-item:focus,
.cid-v0WiSqv0rU .nav-link:focus {
  outline: none;
}
.cid-v0WiSqv0rU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0WiSqv0rU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0WiSqv0rU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0WiSqv0rU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0WiSqv0rU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0WiSqv0rU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0WiSqv0rU .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-v0WiSqv0rU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v0WiSqv0rU .navbar.opened {
  transition: all 0.3s;
}
.cid-v0WiSqv0rU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0WiSqv0rU .navbar .navbar-logo img {
  width: auto;
}
.cid-v0WiSqv0rU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0WiSqv0rU .navbar.collapsed {
  justify-content: center;
}
.cid-v0WiSqv0rU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0WiSqv0rU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0WiSqv0rU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0WiSqv0rU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0WiSqv0rU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0WiSqv0rU .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-v0WiSqv0rU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0WiSqv0rU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0WiSqv0rU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0WiSqv0rU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0WiSqv0rU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0WiSqv0rU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0WiSqv0rU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0WiSqv0rU .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-v0WiSqv0rU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0WiSqv0rU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0WiSqv0rU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0WiSqv0rU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0WiSqv0rU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0WiSqv0rU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0WiSqv0rU .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0WiSqv0rU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0WiSqv0rU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0WiSqv0rU .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-v0WiSqv0rU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0WiSqv0rU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0WiSqv0rU .dropdown-item.active,
.cid-v0WiSqv0rU .dropdown-item:active {
  background-color: transparent;
}
.cid-v0WiSqv0rU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0WiSqv0rU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0WiSqv0rU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0WiSqv0rU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0WiSqv0rU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0WiSqv0rU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0WiSqv0rU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0WiSqv0rU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0WiSqv0rU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0WiSqv0rU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0WiSqv0rU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0WiSqv0rU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0WiSqv0rU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0WiSqv0rU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0WiSqv0rU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0WiSqv0rU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0WiSqv0rU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0WiSqv0rU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0WiSqv0rU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0WiSqv0rU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0WiSqv0rU .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-v0WiSqv0rU .navbar {
    height: 70px;
  }
  .cid-v0WiSqv0rU .navbar.opened {
    height: auto;
  }
  .cid-v0WiSqv0rU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0WiSymaU8 {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v0WiSymaU8 .text-wrapper {
  max-width: 28rem;
  margin-right: auto;
}
.cid-v0WiSymaU8 .card {
  margin-bottom: 1rem;
}
.cid-v0WiSymaU8 .cards-container [class*="col"] {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}
.cid-v0WiSymaU8 .card-wrapper {
  box-sizing: border-box;
  min-height: 160px;
  background-color: #7f6cc0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0WiSymaU8 .card-box {
  flex-direction: column;
  padding: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v0WiSymaU8 .section-subtitle {
    margin-bottom: 2rem !important;
  }
}
.cid-v0WiSymaU8 .mbr-section-title {
  text-align: left;
}
.cid-v0WiSymaU8 .mbr-text {
  text-align: left;
}
.cid-v0WiSymaU8 .card-title {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.cid-v0WiSymaU8 .card-sub-title {
  color: #ffffff;
  text-align: left;
}
.cid-v0WiSymaU8 .section-title {
  text-align: left;
  margin-bottom: 1.5rem;
}
.cid-v0WiSymaU8 .section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v0WiSymaU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0WiSymaU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0WiSzROG0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-v0WiSzROG0 .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-v0WiSzROG0 .card-box {
  z-index: 2;
  position: relative;
}
.cid-v0WiSzROG0 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #8364e2;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-v0WiSzROG0 .mbr-iconfont-big {
  font-size: 14rem;
  color: #8364e2;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-v0WiSzROG0 .card-title,
.cid-v0WiSzROG0 .card-text {
  transition: all 0.3s;
}
.cid-v0WiSzROG0 .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #212428;
  transition: all 0.3s;
}
.cid-v0WiSzROG0 .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-v0WiSzROG0 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0WiSzROG0 .card-title,
.cid-v0WiSzROG0 .iconfont-wrapper {
  color: #ffffff;
}
.cid-v0WiSzROG0 .card-text {
  color: #bbbbbb;
}
.cid-v0WiSzROG0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0WiSzROG0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0WiSzROG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0WiSzROG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0WiSAFDgQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #160830;
  overflow: hidden;
}
.cid-v0WjmYUnrm .navbar-dropdown {
  position: relative !important;
}
.cid-v0WjmYUnrm .btn {
  padding: 0.3rem 2rem;
}
.cid-v0WjmYUnrm .nav-link {
  position: relative;
}
.cid-v0WjmYUnrm .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-v0WjmYUnrm .nav-link:hover:before {
  width: 100%;
}
.cid-v0WjmYUnrm .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-v0WjmYUnrm .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0WjmYUnrm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0WjmYUnrm .dropdown-item:hover,
.cid-v0WjmYUnrm .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-v0WjmYUnrm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0WjmYUnrm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0WjmYUnrm .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v0WjmYUnrm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0WjmYUnrm .container {
  display: flex;
  margin: auto;
}
.cid-v0WjmYUnrm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0WjmYUnrm .dropdown-menu,
.cid-v0WjmYUnrm .navbar.opened {
  background: #ffffff !important;
}
.cid-v0WjmYUnrm .nav-item:focus,
.cid-v0WjmYUnrm .nav-link:focus {
  outline: none;
}
.cid-v0WjmYUnrm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0WjmYUnrm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0WjmYUnrm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0WjmYUnrm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0WjmYUnrm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0WjmYUnrm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0WjmYUnrm .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-v0WjmYUnrm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v0WjmYUnrm .navbar.opened {
  transition: all 0.3s;
}
.cid-v0WjmYUnrm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0WjmYUnrm .navbar .navbar-logo img {
  width: auto;
}
.cid-v0WjmYUnrm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0WjmYUnrm .navbar.collapsed {
  justify-content: center;
}
.cid-v0WjmYUnrm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0WjmYUnrm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0WjmYUnrm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0WjmYUnrm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0WjmYUnrm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0WjmYUnrm .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-v0WjmYUnrm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0WjmYUnrm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0WjmYUnrm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0WjmYUnrm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0WjmYUnrm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0WjmYUnrm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0WjmYUnrm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0WjmYUnrm .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-v0WjmYUnrm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0WjmYUnrm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0WjmYUnrm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0WjmYUnrm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0WjmYUnrm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0WjmYUnrm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0WjmYUnrm .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0WjmYUnrm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0WjmYUnrm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0WjmYUnrm .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-v0WjmYUnrm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0WjmYUnrm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0WjmYUnrm .dropdown-item.active,
.cid-v0WjmYUnrm .dropdown-item:active {
  background-color: transparent;
}
.cid-v0WjmYUnrm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0WjmYUnrm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0WjmYUnrm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0WjmYUnrm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0WjmYUnrm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0WjmYUnrm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0WjmYUnrm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0WjmYUnrm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0WjmYUnrm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0WjmYUnrm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0WjmYUnrm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0WjmYUnrm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0WjmYUnrm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0WjmYUnrm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0WjmYUnrm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0WjmYUnrm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0WjmYUnrm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0WjmYUnrm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0WjmYUnrm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0WjmYUnrm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0WjmYUnrm .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-v0WjmYUnrm .navbar {
    height: 70px;
  }
  .cid-v0WjmYUnrm .navbar.opened {
    height: auto;
  }
  .cid-v0WjmYUnrm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0Wjn2Mi3v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0Wjn2Mi3v .item-img {
  position: relative;
}
.cid-v0Wjn2Mi3v .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-v0Wjn2Mi3v .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-v0Wjn2Mi3v .btn-tag:hover,
.cid-v0Wjn2Mi3v .btn-tag:focus {
  box-shadow: none;
}
.cid-v0Wjn2Mi3v img,
.cid-v0Wjn2Mi3v .item-img {
  width: 100%;
  margin-bottom: 1rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v0Wjn2Mi3v .item:focus,
.cid-v0Wjn2Mi3v span:focus {
  outline: none;
}
.cid-v0Wjn2Mi3v .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v0Wjn2Mi3v .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v0Wjn2Mi3v .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v0Wjn2Mi3v .mbr-section-title {
  color: #232323;
}
.cid-v0Wjn2Mi3v .mbr-text,
.cid-v0Wjn2Mi3v .mbr-section-btn {
  color: #353535;
}
.cid-v0Wjn2Mi3v .item-title {
  color: #353535;
}
.cid-v0Wjn6qyp9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-v0Wjn6qyp9 .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-v0Wjn6qyp9 .card-box {
  z-index: 2;
  position: relative;
}
.cid-v0Wjn6qyp9 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #8364e2;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-v0Wjn6qyp9 .mbr-iconfont-big {
  font-size: 14rem;
  color: #8364e2;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-v0Wjn6qyp9 .card-title,
.cid-v0Wjn6qyp9 .card-text {
  transition: all 0.3s;
}
.cid-v0Wjn6qyp9 .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #212428;
  transition: all 0.3s;
}
.cid-v0Wjn6qyp9 .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-v0Wjn6qyp9 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0Wjn6qyp9 .card-title,
.cid-v0Wjn6qyp9 .iconfont-wrapper {
  color: #ffffff;
}
.cid-v0Wjn6qyp9 .card-text {
  color: #bbbbbb;
}
.cid-v0Wjn6qyp9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0Wjn6qyp9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0Wjn6qyp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Wjn6qyp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Wjn7oPHg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #160830;
  overflow: hidden;
}
.cid-v0WlS9tLyp.popup-builder {
  background-color: #ffffff;
}
.cid-v0WlS9tLyp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v0WlS9tLyp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v0WlS9tLyp .modal-content,
.cid-v0WlS9tLyp .modal-dialog {
  height: auto;
}
.cid-v0WlS9tLyp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v0WlS9tLyp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v0WlS9tLyp .form-wrapper .mbr-form .form-group,
  .cid-v0WlS9tLyp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v0WlS9tLyp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v0WlS9tLyp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0WlS9tLyp .mbr-text {
  text-align: center;
}
.cid-v0WlS9tLyp .pt-0 {
  padding-top: 0 !important;
}
.cid-v0WlS9tLyp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v0WlS9tLyp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v0WlS9tLyp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v0WlS9tLyp .modal-open {
  overflow: hidden;
}
.cid-v0WlS9tLyp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v0WlS9tLyp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v0WlS9tLyp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v0WlS9tLyp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v0WlS9tLyp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v0WlS9tLyp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v0WlS9tLyp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v0WlS9tLyp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v0WlS9tLyp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v0WlS9tLyp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v0WlS9tLyp .modal-backdrop.fade {
  opacity: 0;
}
.cid-v0WlS9tLyp .modal-backdrop.show {
  opacity: .5;
}
.cid-v0WlS9tLyp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v0WlS9tLyp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v0WlS9tLyp .modal-header {
    padding: 1rem;
  }
}
.cid-v0WlS9tLyp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v0WlS9tLyp .modal-header .close svg {
  fill: #353535;
}
.cid-v0WlS9tLyp .modal-header .close:hover {
  opacity: 1;
}
.cid-v0WlS9tLyp .modal-header .close:focus {
  outline: none;
}
.cid-v0WlS9tLyp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v0WlS9tLyp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v0WlS9tLyp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0WlS9tLyp .modal-body {
    padding: 1rem;
  }
}
.cid-v0WlS9tLyp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v0WlS9tLyp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0WlS9tLyp .modal-footer {
    padding: 1rem;
  }
}
.cid-v0WlS9tLyp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v0WlS9tLyp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v0WlS9tLyp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v0WlS9tLyp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v0WlS9tLyp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v0WlS9tLyp .modal-lg,
  .cid-v0WlS9tLyp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v0WlS9tLyp .modal-xl {
    max-width: 1140px;
  }
}
.cid-v0WlS9tLyp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v0WlS9tLyp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v0WlS9tLyp .form-group {
  margin-bottom: 1rem;
}
.cid-v0WlS9tLyp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v0WlS9tLyp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v0WlS9tLyp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v0WlS9tLyp .mbr-section-btn {
  margin: 0;
}
.cid-v0WlS9tLyp .mbr-section-btn .btn {
  margin: 0;
}
.cid-v0WjHtAro9 .navbar-dropdown {
  position: relative !important;
}
.cid-v0WjHtAro9 .btn {
  padding: 0.3rem 2rem;
}
.cid-v0WjHtAro9 .nav-link {
  position: relative;
}
.cid-v0WjHtAro9 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-v0WjHtAro9 .nav-link:hover:before {
  width: 100%;
}
.cid-v0WjHtAro9 .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-v0WjHtAro9 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0WjHtAro9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0WjHtAro9 .dropdown-item:hover,
.cid-v0WjHtAro9 .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-v0WjHtAro9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0WjHtAro9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0WjHtAro9 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v0WjHtAro9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0WjHtAro9 .container {
  display: flex;
  margin: auto;
}
.cid-v0WjHtAro9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0WjHtAro9 .dropdown-menu,
.cid-v0WjHtAro9 .navbar.opened {
  background: #ffffff !important;
}
.cid-v0WjHtAro9 .nav-item:focus,
.cid-v0WjHtAro9 .nav-link:focus {
  outline: none;
}
.cid-v0WjHtAro9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0WjHtAro9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0WjHtAro9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0WjHtAro9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0WjHtAro9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0WjHtAro9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0WjHtAro9 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-v0WjHtAro9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v0WjHtAro9 .navbar.opened {
  transition: all 0.3s;
}
.cid-v0WjHtAro9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0WjHtAro9 .navbar .navbar-logo img {
  width: auto;
}
.cid-v0WjHtAro9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0WjHtAro9 .navbar.collapsed {
  justify-content: center;
}
.cid-v0WjHtAro9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0WjHtAro9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0WjHtAro9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0WjHtAro9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0WjHtAro9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0WjHtAro9 .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-v0WjHtAro9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0WjHtAro9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0WjHtAro9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0WjHtAro9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0WjHtAro9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0WjHtAro9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0WjHtAro9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0WjHtAro9 .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-v0WjHtAro9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0WjHtAro9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0WjHtAro9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0WjHtAro9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0WjHtAro9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0WjHtAro9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0WjHtAro9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0WjHtAro9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0WjHtAro9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0WjHtAro9 .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-v0WjHtAro9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0WjHtAro9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0WjHtAro9 .dropdown-item.active,
.cid-v0WjHtAro9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0WjHtAro9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0WjHtAro9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0WjHtAro9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0WjHtAro9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0WjHtAro9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0WjHtAro9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0WjHtAro9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0WjHtAro9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0WjHtAro9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0WjHtAro9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0WjHtAro9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0WjHtAro9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0WjHtAro9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0WjHtAro9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0WjHtAro9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0WjHtAro9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0WjHtAro9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0WjHtAro9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0WjHtAro9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0WjHtAro9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0WjHtAro9 .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-v0WjHtAro9 .navbar {
    height: 70px;
  }
  .cid-v0WjHtAro9 .navbar.opened {
    height: auto;
  }
  .cid-v0WjHtAro9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0WjHwqzKm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0WjHwqzKm .item-img {
  position: relative;
}
.cid-v0WjHwqzKm .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-v0WjHwqzKm .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-v0WjHwqzKm .btn-tag:hover,
.cid-v0WjHwqzKm .btn-tag:focus {
  box-shadow: none;
}
.cid-v0WjHwqzKm img,
.cid-v0WjHwqzKm .item-img {
  width: 100%;
  margin-bottom: 1rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v0WjHwqzKm .item:focus,
.cid-v0WjHwqzKm span:focus {
  outline: none;
}
.cid-v0WjHwqzKm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v0WjHwqzKm .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v0WjHwqzKm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v0WjHwqzKm .mbr-section-title {
  color: #232323;
}
.cid-v0WjHwqzKm .mbr-text,
.cid-v0WjHwqzKm .mbr-section-btn {
  color: #353535;
}
.cid-v0WjHwqzKm .item-title {
  color: #353535;
}
.cid-v0WjHzQFF5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-v0WjHzQFF5 .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-v0WjHzQFF5 .card-box {
  z-index: 2;
  position: relative;
}
.cid-v0WjHzQFF5 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #8364e2;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-v0WjHzQFF5 .mbr-iconfont-big {
  font-size: 14rem;
  color: #8364e2;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-v0WjHzQFF5 .card-title,
.cid-v0WjHzQFF5 .card-text {
  transition: all 0.3s;
}
.cid-v0WjHzQFF5 .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #212428;
  transition: all 0.3s;
}
.cid-v0WjHzQFF5 .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-v0WjHzQFF5 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0WjHzQFF5 .card-title,
.cid-v0WjHzQFF5 .iconfont-wrapper {
  color: #ffffff;
}
.cid-v0WjHzQFF5 .card-text {
  color: #bbbbbb;
}
.cid-v0WjHzQFF5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0WjHzQFF5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0WjHzQFF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0WjHzQFF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0WjHAR7ez {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #160830;
  overflow: hidden;
}
.cid-v0WlOdGKTL.popup-builder {
  background-color: #ffffff;
}
.cid-v0WlOdGKTL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v0WlOdGKTL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v0WlOdGKTL .modal-content,
.cid-v0WlOdGKTL .modal-dialog {
  height: auto;
}
.cid-v0WlOdGKTL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v0WlOdGKTL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v0WlOdGKTL .form-wrapper .mbr-form .form-group,
  .cid-v0WlOdGKTL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v0WlOdGKTL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v0WlOdGKTL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0WlOdGKTL .mbr-text {
  text-align: center;
}
.cid-v0WlOdGKTL .pt-0 {
  padding-top: 0 !important;
}
.cid-v0WlOdGKTL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v0WlOdGKTL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v0WlOdGKTL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v0WlOdGKTL .modal-open {
  overflow: hidden;
}
.cid-v0WlOdGKTL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v0WlOdGKTL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v0WlOdGKTL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v0WlOdGKTL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v0WlOdGKTL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v0WlOdGKTL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v0WlOdGKTL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v0WlOdGKTL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v0WlOdGKTL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v0WlOdGKTL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v0WlOdGKTL .modal-backdrop.fade {
  opacity: 0;
}
.cid-v0WlOdGKTL .modal-backdrop.show {
  opacity: .5;
}
.cid-v0WlOdGKTL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v0WlOdGKTL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v0WlOdGKTL .modal-header {
    padding: 1rem;
  }
}
.cid-v0WlOdGKTL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v0WlOdGKTL .modal-header .close svg {
  fill: #353535;
}
.cid-v0WlOdGKTL .modal-header .close:hover {
  opacity: 1;
}
.cid-v0WlOdGKTL .modal-header .close:focus {
  outline: none;
}
.cid-v0WlOdGKTL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v0WlOdGKTL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v0WlOdGKTL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0WlOdGKTL .modal-body {
    padding: 1rem;
  }
}
.cid-v0WlOdGKTL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v0WlOdGKTL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0WlOdGKTL .modal-footer {
    padding: 1rem;
  }
}
.cid-v0WlOdGKTL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v0WlOdGKTL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v0WlOdGKTL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v0WlOdGKTL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v0WlOdGKTL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v0WlOdGKTL .modal-lg,
  .cid-v0WlOdGKTL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v0WlOdGKTL .modal-xl {
    max-width: 1140px;
  }
}
.cid-v0WlOdGKTL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v0WlOdGKTL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v0WlOdGKTL .form-group {
  margin-bottom: 1rem;
}
.cid-v0WlOdGKTL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v0WlOdGKTL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v0WlOdGKTL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v0WlOdGKTL .mbr-section-btn {
  margin: 0;
}
.cid-v0WlOdGKTL .mbr-section-btn .btn {
  margin: 0;
}
.cid-v0WjUfNOhK .navbar-dropdown {
  position: relative !important;
}
.cid-v0WjUfNOhK .btn {
  padding: 0.3rem 2rem;
}
.cid-v0WjUfNOhK .nav-link {
  position: relative;
}
.cid-v0WjUfNOhK .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-v0WjUfNOhK .nav-link:hover:before {
  width: 100%;
}
.cid-v0WjUfNOhK .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-v0WjUfNOhK .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0WjUfNOhK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0WjUfNOhK .dropdown-item:hover,
.cid-v0WjUfNOhK .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-v0WjUfNOhK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0WjUfNOhK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0WjUfNOhK .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v0WjUfNOhK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0WjUfNOhK .container {
  display: flex;
  margin: auto;
}
.cid-v0WjUfNOhK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0WjUfNOhK .dropdown-menu,
.cid-v0WjUfNOhK .navbar.opened {
  background: #ffffff !important;
}
.cid-v0WjUfNOhK .nav-item:focus,
.cid-v0WjUfNOhK .nav-link:focus {
  outline: none;
}
.cid-v0WjUfNOhK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0WjUfNOhK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0WjUfNOhK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0WjUfNOhK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0WjUfNOhK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0WjUfNOhK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0WjUfNOhK .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-v0WjUfNOhK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v0WjUfNOhK .navbar.opened {
  transition: all 0.3s;
}
.cid-v0WjUfNOhK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0WjUfNOhK .navbar .navbar-logo img {
  width: auto;
}
.cid-v0WjUfNOhK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0WjUfNOhK .navbar.collapsed {
  justify-content: center;
}
.cid-v0WjUfNOhK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0WjUfNOhK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0WjUfNOhK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0WjUfNOhK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0WjUfNOhK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0WjUfNOhK .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-v0WjUfNOhK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0WjUfNOhK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0WjUfNOhK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0WjUfNOhK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0WjUfNOhK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0WjUfNOhK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0WjUfNOhK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0WjUfNOhK .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-v0WjUfNOhK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0WjUfNOhK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0WjUfNOhK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0WjUfNOhK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0WjUfNOhK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0WjUfNOhK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0WjUfNOhK .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0WjUfNOhK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0WjUfNOhK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0WjUfNOhK .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-v0WjUfNOhK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0WjUfNOhK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0WjUfNOhK .dropdown-item.active,
.cid-v0WjUfNOhK .dropdown-item:active {
  background-color: transparent;
}
.cid-v0WjUfNOhK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0WjUfNOhK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0WjUfNOhK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0WjUfNOhK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0WjUfNOhK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0WjUfNOhK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0WjUfNOhK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0WjUfNOhK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0WjUfNOhK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0WjUfNOhK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0WjUfNOhK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0WjUfNOhK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0WjUfNOhK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0WjUfNOhK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0WjUfNOhK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0WjUfNOhK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0WjUfNOhK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0WjUfNOhK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0WjUfNOhK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0WjUfNOhK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0WjUfNOhK .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-v0WjUfNOhK .navbar {
    height: 70px;
  }
  .cid-v0WjUfNOhK .navbar.opened {
    height: auto;
  }
  .cid-v0WjUfNOhK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0WjUin5KV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0WjUin5KV .item-img {
  position: relative;
}
.cid-v0WjUin5KV .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-v0WjUin5KV .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-v0WjUin5KV .btn-tag:hover,
.cid-v0WjUin5KV .btn-tag:focus {
  box-shadow: none;
}
.cid-v0WjUin5KV img,
.cid-v0WjUin5KV .item-img {
  width: 100%;
  margin-bottom: 1rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v0WjUin5KV .item:focus,
.cid-v0WjUin5KV span:focus {
  outline: none;
}
.cid-v0WjUin5KV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v0WjUin5KV .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v0WjUin5KV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v0WjUin5KV .mbr-section-title {
  color: #232323;
}
.cid-v0WjUin5KV .mbr-text,
.cid-v0WjUin5KV .mbr-section-btn {
  color: #353535;
}
.cid-v0WjUin5KV .item-title {
  color: #353535;
}
.cid-v0WjUm51PT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-v0WjUm51PT .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-v0WjUm51PT .card-box {
  z-index: 2;
  position: relative;
}
.cid-v0WjUm51PT .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #8364e2;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-v0WjUm51PT .mbr-iconfont-big {
  font-size: 14rem;
  color: #8364e2;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-v0WjUm51PT .card-title,
.cid-v0WjUm51PT .card-text {
  transition: all 0.3s;
}
.cid-v0WjUm51PT .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #212428;
  transition: all 0.3s;
}
.cid-v0WjUm51PT .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-v0WjUm51PT .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0WjUm51PT .card-title,
.cid-v0WjUm51PT .iconfont-wrapper {
  color: #ffffff;
}
.cid-v0WjUm51PT .card-text {
  color: #bbbbbb;
}
.cid-v0WjUm51PT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0WjUm51PT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0WjUm51PT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0WjUm51PT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0WjUmQy5N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #160830;
  overflow: hidden;
}
.cid-v0WlKezEqp.popup-builder {
  background-color: #ffffff;
}
.cid-v0WlKezEqp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v0WlKezEqp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v0WlKezEqp .modal-content,
.cid-v0WlKezEqp .modal-dialog {
  height: auto;
}
.cid-v0WlKezEqp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v0WlKezEqp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v0WlKezEqp .form-wrapper .mbr-form .form-group,
  .cid-v0WlKezEqp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v0WlKezEqp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v0WlKezEqp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0WlKezEqp .mbr-text {
  text-align: center;
}
.cid-v0WlKezEqp .pt-0 {
  padding-top: 0 !important;
}
.cid-v0WlKezEqp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v0WlKezEqp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v0WlKezEqp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v0WlKezEqp .modal-open {
  overflow: hidden;
}
.cid-v0WlKezEqp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v0WlKezEqp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v0WlKezEqp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v0WlKezEqp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v0WlKezEqp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v0WlKezEqp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v0WlKezEqp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v0WlKezEqp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v0WlKezEqp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v0WlKezEqp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v0WlKezEqp .modal-backdrop.fade {
  opacity: 0;
}
.cid-v0WlKezEqp .modal-backdrop.show {
  opacity: .5;
}
.cid-v0WlKezEqp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v0WlKezEqp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v0WlKezEqp .modal-header {
    padding: 1rem;
  }
}
.cid-v0WlKezEqp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v0WlKezEqp .modal-header .close svg {
  fill: #353535;
}
.cid-v0WlKezEqp .modal-header .close:hover {
  opacity: 1;
}
.cid-v0WlKezEqp .modal-header .close:focus {
  outline: none;
}
.cid-v0WlKezEqp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v0WlKezEqp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v0WlKezEqp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0WlKezEqp .modal-body {
    padding: 1rem;
  }
}
.cid-v0WlKezEqp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v0WlKezEqp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0WlKezEqp .modal-footer {
    padding: 1rem;
  }
}
.cid-v0WlKezEqp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v0WlKezEqp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v0WlKezEqp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v0WlKezEqp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v0WlKezEqp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v0WlKezEqp .modal-lg,
  .cid-v0WlKezEqp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v0WlKezEqp .modal-xl {
    max-width: 1140px;
  }
}
.cid-v0WlKezEqp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v0WlKezEqp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v0WlKezEqp .form-group {
  margin-bottom: 1rem;
}
.cid-v0WlKezEqp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v0WlKezEqp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v0WlKezEqp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v0WlKezEqp .mbr-section-btn {
  margin: 0;
}
.cid-v0WlKezEqp .mbr-section-btn .btn {
  margin: 0;
}
.cid-v0Wj0O9ENn .navbar-dropdown {
  position: relative !important;
}
.cid-v0Wj0O9ENn .btn {
  padding: 0.3rem 2rem;
}
.cid-v0Wj0O9ENn .nav-link {
  position: relative;
}
.cid-v0Wj0O9ENn .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-v0Wj0O9ENn .nav-link:hover:before {
  width: 100%;
}
.cid-v0Wj0O9ENn .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-v0Wj0O9ENn .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0Wj0O9ENn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0Wj0O9ENn .dropdown-item:hover,
.cid-v0Wj0O9ENn .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-v0Wj0O9ENn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0Wj0O9ENn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0Wj0O9ENn .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v0Wj0O9ENn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0Wj0O9ENn .container {
  display: flex;
  margin: auto;
}
.cid-v0Wj0O9ENn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0Wj0O9ENn .dropdown-menu,
.cid-v0Wj0O9ENn .navbar.opened {
  background: #ffffff !important;
}
.cid-v0Wj0O9ENn .nav-item:focus,
.cid-v0Wj0O9ENn .nav-link:focus {
  outline: none;
}
.cid-v0Wj0O9ENn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0Wj0O9ENn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0Wj0O9ENn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0Wj0O9ENn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0Wj0O9ENn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0Wj0O9ENn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0Wj0O9ENn .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-v0Wj0O9ENn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v0Wj0O9ENn .navbar.opened {
  transition: all 0.3s;
}
.cid-v0Wj0O9ENn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0Wj0O9ENn .navbar .navbar-logo img {
  width: auto;
}
.cid-v0Wj0O9ENn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0Wj0O9ENn .navbar.collapsed {
  justify-content: center;
}
.cid-v0Wj0O9ENn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0Wj0O9ENn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0Wj0O9ENn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0Wj0O9ENn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0Wj0O9ENn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0Wj0O9ENn .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-v0Wj0O9ENn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0Wj0O9ENn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0Wj0O9ENn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0Wj0O9ENn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0Wj0O9ENn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0Wj0O9ENn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0Wj0O9ENn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0Wj0O9ENn .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-v0Wj0O9ENn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0Wj0O9ENn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0Wj0O9ENn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0Wj0O9ENn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0Wj0O9ENn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0Wj0O9ENn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0Wj0O9ENn .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0Wj0O9ENn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0Wj0O9ENn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0Wj0O9ENn .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-v0Wj0O9ENn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0Wj0O9ENn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0Wj0O9ENn .dropdown-item.active,
.cid-v0Wj0O9ENn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0Wj0O9ENn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0Wj0O9ENn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0Wj0O9ENn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0Wj0O9ENn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0Wj0O9ENn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0Wj0O9ENn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0Wj0O9ENn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0Wj0O9ENn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0Wj0O9ENn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0Wj0O9ENn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0Wj0O9ENn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0Wj0O9ENn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0Wj0O9ENn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0Wj0O9ENn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0Wj0O9ENn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0Wj0O9ENn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0Wj0O9ENn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0Wj0O9ENn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0Wj0O9ENn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0Wj0O9ENn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0Wj0O9ENn .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-v0Wj0O9ENn .navbar {
    height: 70px;
  }
  .cid-v0Wj0O9ENn .navbar.opened {
    height: auto;
  }
  .cid-v0Wj0O9ENn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0WpsjaUgX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0WpsjaUgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0WpsjaUgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0WpsjaUgX .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #7f6cc0;
}
@media (max-width: 991px) {
  .cid-v0WpsjaUgX .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-v0WpsjaUgX .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-v0WpsjaUgX .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-v0WpsjaUgX .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v0WpsjaUgX .mbr-text {
  color: #ffffff;
  margin-top: 20px;
}
.cid-v0WpsjaUgX .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-v0WpsjaUgX .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-v0WpsjaUgX .items-wrap {
    padding-top: 50px;
  }
}
.cid-v0WpsjaUgX .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-v0WpsjaUgX .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-v0WpsjaUgX .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-v0WpsjaUgX .list li {
  position: relative;
}
.cid-v0WpsjaUgX .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-v0WpsjaUgX .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-v0WpsjaUgX .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-v0Wj0WPmNK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-v0Wj0WPmNK .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-v0Wj0WPmNK .card-box {
  z-index: 2;
  position: relative;
}
.cid-v0Wj0WPmNK .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #8364e2;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-v0Wj0WPmNK .mbr-iconfont-big {
  font-size: 14rem;
  color: #8364e2;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-v0Wj0WPmNK .card-title,
.cid-v0Wj0WPmNK .card-text {
  transition: all 0.3s;
}
.cid-v0Wj0WPmNK .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #212428;
  transition: all 0.3s;
}
.cid-v0Wj0WPmNK .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-v0Wj0WPmNK .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0Wj0WPmNK .card-title,
.cid-v0Wj0WPmNK .iconfont-wrapper {
  color: #ffffff;
}
.cid-v0Wj0WPmNK .card-text {
  color: #bbbbbb;
}
.cid-v0Wj0WPmNK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0Wj0WPmNK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0Wj0WPmNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Wj0WPmNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Wj0XYz5U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #160830;
  overflow: hidden;
}
