body {
  font-family: Bai Jamjuree;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.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: #004cd5 !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: #004cd5 !important;
  border-color: #004cd5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #002d7e !important;
  border-color: #002d7e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #002d7e !important;
  border-color: #002d7e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #004cd5 !important;
  border-color: #004cd5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #002d7e !important;
  border-color: #002d7e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #002d7e !important;
  border-color: #002d7e !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !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;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  position: relative;
  z-index: 1;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  box-shadow: none;
  color: #004cd5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #004cd5 !important;
  background-color: transparent!important;
  box-shadow: none;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #004cd5 !important;
  border-color: #004cd5 !important;
}
.btn-primary-outline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  transition: all 0.3s;
  background: #004cd5;
  z-index: -1;
}
.btn-primary-outline:hover {
  color: #ffffff !important;
}
.btn-primary-outline:hover:after {
  width: 100%;
}
.btn-secondary-outline {
  position: relative;
  z-index: 1;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  box-shadow: none;
  color: #004cd5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #004cd5 !important;
  background-color: transparent!important;
  box-shadow: none;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #004cd5 !important;
  border-color: #004cd5 !important;
}
.btn-secondary-outline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  transition: all 0.3s;
  background: #004cd5;
  z-index: -1;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-secondary-outline:hover:after {
  width: 100%;
}
.btn-info-outline {
  position: relative;
  z-index: 1;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  box-shadow: none;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #47b5ed !important;
  background-color: transparent!important;
  box-shadow: none;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info-outline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  transition: all 0.3s;
  background: #47b5ed;
  z-index: -1;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline:hover:after {
  width: 100%;
}
.btn-success-outline {
  position: relative;
  z-index: 1;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  box-shadow: none;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #40b0bf !important;
  background-color: transparent!important;
  box-shadow: none;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  transition: all 0.3s;
  background: #40b0bf;
  z-index: -1;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline:hover:after {
  width: 100%;
}
.btn-warning-outline {
  position: relative;
  z-index: 1;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  box-shadow: none;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffe161 !important;
  background-color: transparent!important;
  box-shadow: none;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffe161 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  transition: all 0.3s;
  background: #ffe161;
  z-index: -1;
}
.btn-warning-outline:hover {
  color: #000000 !important;
}
.btn-warning-outline:hover:after {
  width: 100%;
}
.btn-danger-outline {
  position: relative;
  z-index: 1;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  box-shadow: none;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff9966 !important;
  background-color: transparent!important;
  box-shadow: none;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  transition: all 0.3s;
  background: #ff9966;
  z-index: -1;
}
.btn-danger-outline:hover {
  color: #000000 !important;
}
.btn-danger-outline:hover:after {
  width: 100%;
}
.btn-black-outline {
  position: relative;
  z-index: 1;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  box-shadow: none;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323 !important;
  background-color: transparent!important;
  box-shadow: none;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  transition: all 0.3s;
  background: #232323;
  z-index: -1;
}
.btn-black-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline:hover:after {
  width: 100%;
}
.btn-white-outline {
  position: relative;
  z-index: 1;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  box-shadow: none;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent!important;
  box-shadow: none;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  transition: all 0.3s;
  background: #fafafa;
  z-index: -1;
}
.btn-white-outline:hover {
  color: #000000 !important;
}
.btn-white-outline:hover:after {
  width: 100%;
}
.text-primary {
  color: #004cd5 !important;
}
.text-secondary {
  color: #004cd5 !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: #004cd5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #004cd5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #40b0bf !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #47b5ed !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffe161 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff9966 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #004cd5;
}
.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-gallery-filter li.active .btn {
  background-color: #004cd5;
  border-color: #004cd5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #004cd5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a2c3ff;
}
.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: 'Bai Jamjuree', 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: #004cd5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bai Jamjuree', 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: #004cd5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #004cd5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #004cd5;
}
.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: #004cd5;
  border-bottom-color: #004cd5;
}
.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: #004cd5 !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: #004cd5 !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='%23004cd5' %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;
}
.image-wrapper {
  color: #004cd5;
}
.animate__fadeInUp {
  animation-name: none;
  position: relative;
}
.animate__fadeInUp:before {
  position: absolute;
  top: -1px;
  right: -1px;
  left: auto;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  content: '';
  background: white;
  animation: box1 1s forwards;
  animation-delay: 0.5s;
  z-index: 2;
}
.animate__fadeInUp:after {
  position: absolute;
  top: -1px;
  left: -1px;
  right: auto;
  width: 0%;
  height: calc(100% + 2px);
  content: '';
  background: currentColor;
  animation: box2 1s forwards;
  animation-delay: 0.5s;
  z-index: 3;
}
@keyframes box1 {
  to {
    width: 0%;
  }
}
@keyframes box2 {
  0% {
    width: 0%;
    left: 0;
    right: auto;
  }
  49% {
    width: calc(100% + 2px);
    left: 0;
    right: auto;
  }
  51% {
    width: calc(100% + 2px);
    left: auto;
    right: 0;
  }
  100% {
    width: 0%;
    left: auto;
    right: 0;
  }
}
.cid-sxjM5bKN2l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxjM5bKN2l nav.navbar {
  position: fixed;
}
.cid-sxjM5bKN2l .mbr-iconfont {
  padding: 0 1rem;
}
.cid-sxjM5bKN2l .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sxjM5bKN2l .wrapper {
    flex-direction: column;
  }
}
.cid-sxjM5bKN2l .nav-link {
  position: relative;
}
.cid-sxjM5bKN2l .nav-link:hover {
  color: #004cd5 !important;
}
.cid-sxjM5bKN2l .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-sxjM5bKN2l .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8200d5 !important;
}
.cid-sxjM5bKN2l .dropdown-item:hover,
.cid-sxjM5bKN2l .dropdown-item:focus {
  color: #004cd5 !important;
}
.cid-sxjM5bKN2l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxjM5bKN2l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxjM5bKN2l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sxjM5bKN2l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxjM5bKN2l .container {
  display: flex;
  margin: auto;
}
.cid-sxjM5bKN2l .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-sxjM5bKN2l .iconfont-wrapper:hover {
  color: #000000 !important;
}
.cid-sxjM5bKN2l .nav-item:focus,
.cid-sxjM5bKN2l .nav-link:focus {
  outline: none;
}
.cid-sxjM5bKN2l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxjM5bKN2l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxjM5bKN2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sxjM5bKN2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxjM5bKN2l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxjM5bKN2l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxjM5bKN2l .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxjM5bKN2l .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #8200d5;
}
.cid-sxjM5bKN2l .navbar.opened {
  transition: all .3s;
}
.cid-sxjM5bKN2l .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sxjM5bKN2l .navbar .navbar-logo img {
  width: auto;
}
.cid-sxjM5bKN2l .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sxjM5bKN2l .navbar.collapsed {
  justify-content: center;
}
.cid-sxjM5bKN2l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxjM5bKN2l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxjM5bKN2l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sxjM5bKN2l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxjM5bKN2l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxjM5bKN2l .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-sxjM5bKN2l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxjM5bKN2l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sxjM5bKN2l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sxjM5bKN2l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxjM5bKN2l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxjM5bKN2l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxjM5bKN2l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxjM5bKN2l .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-sxjM5bKN2l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxjM5bKN2l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxjM5bKN2l .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxjM5bKN2l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxjM5bKN2l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxjM5bKN2l .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sxjM5bKN2l .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxjM5bKN2l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxjM5bKN2l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-sxjM5bKN2l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxjM5bKN2l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxjM5bKN2l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxjM5bKN2l .dropdown-item.active,
.cid-sxjM5bKN2l .dropdown-item:active {
  background-color: transparent;
}
.cid-sxjM5bKN2l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxjM5bKN2l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxjM5bKN2l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxjM5bKN2l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8200d5;
}
.cid-sxjM5bKN2l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxjM5bKN2l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxjM5bKN2l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxjM5bKN2l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxjM5bKN2l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sxjM5bKN2l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxjM5bKN2l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxjM5bKN2l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxjM5bKN2l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxjM5bKN2l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxjM5bKN2l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxjM5bKN2l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxjM5bKN2l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxjM5bKN2l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxjM5bKN2l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxjM5bKN2l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxjM5bKN2l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxjM5bKN2l .navbar {
    height: 70px;
  }
  .cid-sxjM5bKN2l .navbar.opened {
    height: auto;
  }
  .cid-sxjM5bKN2l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxjM99wQMU {
  background-color: #8200d5;
}
@media (min-width: 992px) {
  .cid-sxjM99wQMU .container-fluid {
    padding: 0;
  }
  .cid-sxjM99wQMU .text-wrapper {
    max-width: 700px;
  }
  .cid-sxjM99wQMU .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-sxjM99wQMU .row {
  align-items: center;
}
.cid-sxjM99wQMU .animate__fadeInUp:before {
  background: #8200d5;
}
.cid-sxjM99wQMU .mbr-text,
.cid-sxjM99wQMU .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sxjM99wQMU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sxjM99wQMU .mbr-section-title DIV {
  text-align: right;
}
.cid-sxjMcrlik6 {
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sxjMcrlik6 .container-fluid {
    padding: 0;
  }
  .cid-sxjMcrlik6 .text-wrapper {
    max-width: 700px;
    padding: 0 6rem;
  }
  .cid-sxjMcrlik6 .mbr-section-title {
    margin-left: -3rem;
  }
}
.cid-sxjMcrlik6 .row {
  align-items: center;
}
.cid-sxjMcrlik6 .animate__fadeInUp:before {
  background: #000000;
}
.cid-sxjMcrlik6 .mbr-text,
.cid-sxjMcrlik6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sxjMcrlik6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tJHYypuSTF {
  background-color: #004cd5;
}
@media (min-width: 992px) {
  .cid-tJHYypuSTF .container-fluid {
    padding: 0;
  }
  .cid-tJHYypuSTF .text-wrapper {
    max-width: 700px;
  }
  .cid-tJHYypuSTF .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tJHYypuSTF .row {
  align-items: center;
}
.cid-tJHYypuSTF .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tJHYypuSTF .mbr-text,
.cid-tJHYypuSTF .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tJHYypuSTF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tJHYypuSTF .mbr-section-title DIV {
  text-align: center;
}
.cid-sxjM5bKN2l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxjM5bKN2l nav.navbar {
  position: fixed;
}
.cid-sxjM5bKN2l .mbr-iconfont {
  padding: 0 1rem;
}
.cid-sxjM5bKN2l .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sxjM5bKN2l .wrapper {
    flex-direction: column;
  }
}
.cid-sxjM5bKN2l .nav-link {
  position: relative;
}
.cid-sxjM5bKN2l .nav-link:hover {
  color: #004cd5 !important;
}
.cid-sxjM5bKN2l .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-sxjM5bKN2l .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8200d5 !important;
}
.cid-sxjM5bKN2l .dropdown-item:hover,
.cid-sxjM5bKN2l .dropdown-item:focus {
  color: #004cd5 !important;
}
.cid-sxjM5bKN2l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxjM5bKN2l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxjM5bKN2l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sxjM5bKN2l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxjM5bKN2l .container {
  display: flex;
  margin: auto;
}
.cid-sxjM5bKN2l .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-sxjM5bKN2l .iconfont-wrapper:hover {
  color: #000000 !important;
}
.cid-sxjM5bKN2l .nav-item:focus,
.cid-sxjM5bKN2l .nav-link:focus {
  outline: none;
}
.cid-sxjM5bKN2l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxjM5bKN2l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxjM5bKN2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sxjM5bKN2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxjM5bKN2l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxjM5bKN2l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxjM5bKN2l .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxjM5bKN2l .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #8200d5;
}
.cid-sxjM5bKN2l .navbar.opened {
  transition: all .3s;
}
.cid-sxjM5bKN2l .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sxjM5bKN2l .navbar .navbar-logo img {
  width: auto;
}
.cid-sxjM5bKN2l .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sxjM5bKN2l .navbar.collapsed {
  justify-content: center;
}
.cid-sxjM5bKN2l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxjM5bKN2l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxjM5bKN2l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sxjM5bKN2l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxjM5bKN2l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxjM5bKN2l .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-sxjM5bKN2l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxjM5bKN2l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sxjM5bKN2l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sxjM5bKN2l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxjM5bKN2l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxjM5bKN2l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxjM5bKN2l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxjM5bKN2l .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-sxjM5bKN2l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxjM5bKN2l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxjM5bKN2l .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxjM5bKN2l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxjM5bKN2l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxjM5bKN2l .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sxjM5bKN2l .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxjM5bKN2l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxjM5bKN2l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-sxjM5bKN2l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxjM5bKN2l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxjM5bKN2l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxjM5bKN2l .dropdown-item.active,
.cid-sxjM5bKN2l .dropdown-item:active {
  background-color: transparent;
}
.cid-sxjM5bKN2l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxjM5bKN2l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxjM5bKN2l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxjM5bKN2l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8200d5;
}
.cid-sxjM5bKN2l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxjM5bKN2l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxjM5bKN2l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxjM5bKN2l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxjM5bKN2l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sxjM5bKN2l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxjM5bKN2l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxjM5bKN2l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxjM5bKN2l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxjM5bKN2l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxjM5bKN2l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxjM5bKN2l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxjM5bKN2l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxjM5bKN2l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxjM5bKN2l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxjM5bKN2l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxjM5bKN2l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxjM5bKN2l .navbar {
    height: 70px;
  }
  .cid-sxjM5bKN2l .navbar.opened {
    height: auto;
  }
  .cid-sxjM5bKN2l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAovyJJa2J {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sAovyJJa2J .row {
  flex-direction: row-reverse;
}
.cid-sAovyJJa2J .top {
  z-index: 5;
}
.cid-sAovyJJa2J .img-col {
  position: relative;
}
.cid-sAovyJJa2J .img1 {
  position: absolute;
  max-width: 60%;
  top: 0rem;
  right: 1rem;
}
.cid-sAovyJJa2J .img2 {
  max-width: 90%;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .cid-sAovyJJa2J .img2 {
    padding-top: 5rem;
  }
}
.cid-sAovyJJa2J img {
  width: 100%;
}
.cid-sAovyJJa2J .text-wrapper {
  z-index: 11;
}
.cid-sAovyJJa2J .wrapper {
  display: flex;
}
.cid-sAovyJJa2J .row {
  align-items: center;
}
.cid-sAovyJJa2J .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-sAovyJJa2J .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #004cd5;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sAovyJJa2J .wrapper {
    flex-direction: column;
  }
  .cid-sAovyJJa2J .iconfont-wrapper {
    margin: auto;
  }
  .cid-sAovyJJa2J .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sAovyJJa2J .mbr-section-title {
  color: #161734;
}
.cid-sAovyJJa2J .mbr-text,
.cid-sAovyJJa2J .mbr-section-btn {
  color: #161734;
}
.cid-sApbbF3OeM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sApbbF3OeM nav.navbar {
  position: fixed;
}
.cid-sApbbF3OeM .mbr-iconfont {
  padding: 0 1rem;
}
.cid-sApbbF3OeM .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sApbbF3OeM .wrapper {
    flex-direction: column;
  }
}
.cid-sApbbF3OeM .nav-link {
  position: relative;
}
.cid-sApbbF3OeM .nav-link:hover {
  color: #004cd5 !important;
}
.cid-sApbbF3OeM .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-sApbbF3OeM .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8200d5 !important;
}
.cid-sApbbF3OeM .dropdown-item:hover,
.cid-sApbbF3OeM .dropdown-item:focus {
  color: #004cd5 !important;
}
.cid-sApbbF3OeM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sApbbF3OeM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sApbbF3OeM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sApbbF3OeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sApbbF3OeM .container {
  display: flex;
  margin: auto;
}
.cid-sApbbF3OeM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-sApbbF3OeM .iconfont-wrapper:hover {
  color: #000000 !important;
}
.cid-sApbbF3OeM .nav-item:focus,
.cid-sApbbF3OeM .nav-link:focus {
  outline: none;
}
.cid-sApbbF3OeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sApbbF3OeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sApbbF3OeM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sApbbF3OeM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sApbbF3OeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sApbbF3OeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sApbbF3OeM .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sApbbF3OeM .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #8200d5;
}
.cid-sApbbF3OeM .navbar.opened {
  transition: all .3s;
}
.cid-sApbbF3OeM .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sApbbF3OeM .navbar .navbar-logo img {
  width: auto;
}
.cid-sApbbF3OeM .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sApbbF3OeM .navbar.collapsed {
  justify-content: center;
}
.cid-sApbbF3OeM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sApbbF3OeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sApbbF3OeM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sApbbF3OeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sApbbF3OeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sApbbF3OeM .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-sApbbF3OeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sApbbF3OeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sApbbF3OeM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sApbbF3OeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sApbbF3OeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sApbbF3OeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sApbbF3OeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sApbbF3OeM .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-sApbbF3OeM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sApbbF3OeM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sApbbF3OeM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sApbbF3OeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sApbbF3OeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sApbbF3OeM .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sApbbF3OeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-sApbbF3OeM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sApbbF3OeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-sApbbF3OeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sApbbF3OeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sApbbF3OeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sApbbF3OeM .dropdown-item.active,
.cid-sApbbF3OeM .dropdown-item:active {
  background-color: transparent;
}
.cid-sApbbF3OeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sApbbF3OeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sApbbF3OeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sApbbF3OeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8200d5;
}
.cid-sApbbF3OeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sApbbF3OeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sApbbF3OeM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sApbbF3OeM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sApbbF3OeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sApbbF3OeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sApbbF3OeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sApbbF3OeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sApbbF3OeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sApbbF3OeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sApbbF3OeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sApbbF3OeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sApbbF3OeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sApbbF3OeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sApbbF3OeM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sApbbF3OeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sApbbF3OeM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sApbbF3OeM .navbar {
    height: 70px;
  }
  .cid-sApbbF3OeM .navbar.opened {
    height: auto;
  }
  .cid-sApbbF3OeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sApbbFu6Ec {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sApbbFu6Ec .row {
  flex-direction: row-reverse;
}
.cid-sApbbFu6Ec .top {
  z-index: 5;
}
.cid-sApbbFu6Ec .img-col {
  position: relative;
}
.cid-sApbbFu6Ec .img1 {
  position: absolute;
  max-width: 60%;
  top: 0rem;
  right: 1rem;
}
.cid-sApbbFu6Ec .img2 {
  max-width: 90%;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .cid-sApbbFu6Ec .img2 {
    padding-top: 5rem;
  }
}
.cid-sApbbFu6Ec img {
  width: 100%;
}
.cid-sApbbFu6Ec .text-wrapper {
  z-index: 11;
}
.cid-sApbbFu6Ec .wrapper {
  display: flex;
}
.cid-sApbbFu6Ec .row {
  align-items: center;
}
.cid-sApbbFu6Ec .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-sApbbFu6Ec .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #004cd5;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sApbbFu6Ec .wrapper {
    flex-direction: column;
  }
  .cid-sApbbFu6Ec .iconfont-wrapper {
    margin: auto;
  }
  .cid-sApbbFu6Ec .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sApbbFu6Ec .mbr-section-title {
  color: #161734;
  text-align: center;
}
.cid-sApbbFu6Ec .mbr-text,
.cid-sApbbFu6Ec .mbr-section-btn {
  color: #161734;
}
.cid-sAoQskAC1e {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sAoQskAC1e nav.navbar {
  position: fixed;
}
.cid-sAoQskAC1e .mbr-iconfont {
  padding: 0 1rem;
}
.cid-sAoQskAC1e .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sAoQskAC1e .wrapper {
    flex-direction: column;
  }
}
.cid-sAoQskAC1e .nav-link {
  position: relative;
}
.cid-sAoQskAC1e .nav-link:hover {
  color: #004cd5 !important;
}
.cid-sAoQskAC1e .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-sAoQskAC1e .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8200d5 !important;
}
.cid-sAoQskAC1e .dropdown-item:hover,
.cid-sAoQskAC1e .dropdown-item:focus {
  color: #004cd5 !important;
}
.cid-sAoQskAC1e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sAoQskAC1e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sAoQskAC1e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sAoQskAC1e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sAoQskAC1e .container {
  display: flex;
  margin: auto;
}
.cid-sAoQskAC1e .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-sAoQskAC1e .iconfont-wrapper:hover {
  color: #000000 !important;
}
.cid-sAoQskAC1e .nav-item:focus,
.cid-sAoQskAC1e .nav-link:focus {
  outline: none;
}
.cid-sAoQskAC1e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAoQskAC1e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAoQskAC1e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sAoQskAC1e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAoQskAC1e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAoQskAC1e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAoQskAC1e .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sAoQskAC1e .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #8200d5;
}
.cid-sAoQskAC1e .navbar.opened {
  transition: all .3s;
}
.cid-sAoQskAC1e .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sAoQskAC1e .navbar .navbar-logo img {
  width: auto;
}
.cid-sAoQskAC1e .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sAoQskAC1e .navbar.collapsed {
  justify-content: center;
}
.cid-sAoQskAC1e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAoQskAC1e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAoQskAC1e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sAoQskAC1e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAoQskAC1e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAoQskAC1e .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-sAoQskAC1e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAoQskAC1e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sAoQskAC1e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sAoQskAC1e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAoQskAC1e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAoQskAC1e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAoQskAC1e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAoQskAC1e .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-sAoQskAC1e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sAoQskAC1e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAoQskAC1e .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAoQskAC1e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sAoQskAC1e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAoQskAC1e .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sAoQskAC1e .navbar.navbar-short {
  min-height: 60px;
}
.cid-sAoQskAC1e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sAoQskAC1e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-sAoQskAC1e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sAoQskAC1e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAoQskAC1e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAoQskAC1e .dropdown-item.active,
.cid-sAoQskAC1e .dropdown-item:active {
  background-color: transparent;
}
.cid-sAoQskAC1e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAoQskAC1e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAoQskAC1e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAoQskAC1e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8200d5;
}
.cid-sAoQskAC1e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAoQskAC1e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAoQskAC1e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAoQskAC1e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAoQskAC1e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sAoQskAC1e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sAoQskAC1e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sAoQskAC1e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sAoQskAC1e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sAoQskAC1e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sAoQskAC1e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAoQskAC1e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sAoQskAC1e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sAoQskAC1e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAoQskAC1e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sAoQskAC1e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAoQskAC1e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAoQskAC1e .navbar {
    height: 70px;
  }
  .cid-sAoQskAC1e .navbar.opened {
    height: auto;
  }
  .cid-sAoQskAC1e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAoQskUUP7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sAoQskUUP7 .row {
  flex-direction: row-reverse;
}
.cid-sAoQskUUP7 .top {
  z-index: 5;
}
.cid-sAoQskUUP7 .img-col {
  position: relative;
}
.cid-sAoQskUUP7 .img1 {
  position: absolute;
  max-width: 60%;
  top: 0rem;
  right: 1rem;
}
.cid-sAoQskUUP7 .img2 {
  max-width: 90%;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .cid-sAoQskUUP7 .img2 {
    padding-top: 5rem;
  }
}
.cid-sAoQskUUP7 img {
  width: 100%;
}
.cid-sAoQskUUP7 .text-wrapper {
  z-index: 11;
}
.cid-sAoQskUUP7 .wrapper {
  display: flex;
}
.cid-sAoQskUUP7 .row {
  align-items: center;
}
.cid-sAoQskUUP7 .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-sAoQskUUP7 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #004cd5;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sAoQskUUP7 .wrapper {
    flex-direction: column;
  }
  .cid-sAoQskUUP7 .iconfont-wrapper {
    margin: auto;
  }
  .cid-sAoQskUUP7 .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sAoQskUUP7 .mbr-section-title {
  color: #161734;
}
.cid-sAoQskUUP7 .mbr-text,
.cid-sAoQskUUP7 .mbr-section-btn {
  color: #161734;
}
.cid-sAoWAoppa4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sAoWAoppa4 .row {
  flex-direction: row-reverse;
}
.cid-sAoWAoppa4 .top {
  z-index: 5;
}
.cid-sAoWAoppa4 .img-col {
  position: relative;
}
.cid-sAoWAoppa4 .img1 {
  position: absolute;
  max-width: 60%;
  top: 0rem;
  right: 1rem;
}
.cid-sAoWAoppa4 .img2 {
  max-width: 90%;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .cid-sAoWAoppa4 .img2 {
    padding-top: 5rem;
  }
}
.cid-sAoWAoppa4 img {
  width: 100%;
}
.cid-sAoWAoppa4 .text-wrapper {
  z-index: 11;
}
.cid-sAoWAoppa4 .wrapper {
  display: flex;
}
.cid-sAoWAoppa4 .row {
  align-items: center;
}
.cid-sAoWAoppa4 .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-sAoWAoppa4 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #004cd5;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sAoWAoppa4 .wrapper {
    flex-direction: column;
  }
  .cid-sAoWAoppa4 .iconfont-wrapper {
    margin: auto;
  }
  .cid-sAoWAoppa4 .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sAoWAoppa4 .mbr-section-title {
  color: #161734;
}
.cid-sAoWAoppa4 .mbr-text,
.cid-sAoWAoppa4 .mbr-section-btn {
  color: #161734;
}
.cid-sAoO8WS5WS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sAoO8WS5WS nav.navbar {
  position: fixed;
}
.cid-sAoO8WS5WS .mbr-iconfont {
  padding: 0 1rem;
}
.cid-sAoO8WS5WS .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sAoO8WS5WS .wrapper {
    flex-direction: column;
  }
}
.cid-sAoO8WS5WS .nav-link {
  position: relative;
}
.cid-sAoO8WS5WS .nav-link:hover {
  color: #004cd5 !important;
}
.cid-sAoO8WS5WS .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-sAoO8WS5WS .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8200d5 !important;
}
.cid-sAoO8WS5WS .dropdown-item:hover,
.cid-sAoO8WS5WS .dropdown-item:focus {
  color: #004cd5 !important;
}
.cid-sAoO8WS5WS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sAoO8WS5WS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sAoO8WS5WS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sAoO8WS5WS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sAoO8WS5WS .container {
  display: flex;
  margin: auto;
}
.cid-sAoO8WS5WS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-sAoO8WS5WS .iconfont-wrapper:hover {
  color: #000000 !important;
}
.cid-sAoO8WS5WS .nav-item:focus,
.cid-sAoO8WS5WS .nav-link:focus {
  outline: none;
}
.cid-sAoO8WS5WS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAoO8WS5WS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAoO8WS5WS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sAoO8WS5WS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAoO8WS5WS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAoO8WS5WS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAoO8WS5WS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sAoO8WS5WS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #8200d5;
}
.cid-sAoO8WS5WS .navbar.opened {
  transition: all .3s;
}
.cid-sAoO8WS5WS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sAoO8WS5WS .navbar .navbar-logo img {
  width: auto;
}
.cid-sAoO8WS5WS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sAoO8WS5WS .navbar.collapsed {
  justify-content: center;
}
.cid-sAoO8WS5WS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAoO8WS5WS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAoO8WS5WS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sAoO8WS5WS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAoO8WS5WS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAoO8WS5WS .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-sAoO8WS5WS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAoO8WS5WS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sAoO8WS5WS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sAoO8WS5WS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAoO8WS5WS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAoO8WS5WS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAoO8WS5WS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAoO8WS5WS .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-sAoO8WS5WS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sAoO8WS5WS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAoO8WS5WS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAoO8WS5WS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sAoO8WS5WS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAoO8WS5WS .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sAoO8WS5WS .navbar.navbar-short {
  min-height: 60px;
}
.cid-sAoO8WS5WS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sAoO8WS5WS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-sAoO8WS5WS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sAoO8WS5WS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAoO8WS5WS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAoO8WS5WS .dropdown-item.active,
.cid-sAoO8WS5WS .dropdown-item:active {
  background-color: transparent;
}
.cid-sAoO8WS5WS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAoO8WS5WS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAoO8WS5WS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAoO8WS5WS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8200d5;
}
.cid-sAoO8WS5WS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAoO8WS5WS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAoO8WS5WS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAoO8WS5WS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAoO8WS5WS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sAoO8WS5WS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sAoO8WS5WS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sAoO8WS5WS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sAoO8WS5WS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sAoO8WS5WS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sAoO8WS5WS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAoO8WS5WS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sAoO8WS5WS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sAoO8WS5WS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAoO8WS5WS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sAoO8WS5WS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAoO8WS5WS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAoO8WS5WS .navbar {
    height: 70px;
  }
  .cid-sAoO8WS5WS .navbar.opened {
    height: auto;
  }
  .cid-sAoO8WS5WS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAoO8Xf8Ds {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sAoO8Xf8Ds .row {
  flex-direction: row-reverse;
}
.cid-sAoO8Xf8Ds .top {
  z-index: 5;
}
.cid-sAoO8Xf8Ds .img-col {
  position: relative;
}
.cid-sAoO8Xf8Ds .img1 {
  position: absolute;
  max-width: 60%;
  top: 0rem;
  right: 1rem;
}
.cid-sAoO8Xf8Ds .img2 {
  max-width: 90%;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .cid-sAoO8Xf8Ds .img2 {
    padding-top: 5rem;
  }
}
.cid-sAoO8Xf8Ds img {
  width: 100%;
}
.cid-sAoO8Xf8Ds .text-wrapper {
  z-index: 11;
}
.cid-sAoO8Xf8Ds .wrapper {
  display: flex;
}
.cid-sAoO8Xf8Ds .row {
  align-items: center;
}
.cid-sAoO8Xf8Ds .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-sAoO8Xf8Ds .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #004cd5;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sAoO8Xf8Ds .wrapper {
    flex-direction: column;
  }
  .cid-sAoO8Xf8Ds .iconfont-wrapper {
    margin: auto;
  }
  .cid-sAoO8Xf8Ds .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sAoO8Xf8Ds .mbr-section-title {
  color: #161734;
}
.cid-sAoO8Xf8Ds .mbr-text,
.cid-sAoO8Xf8Ds .mbr-section-btn {
  color: #161734;
}
.cid-sAAlySZSSC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sAAlySZSSC nav.navbar {
  position: fixed;
}
.cid-sAAlySZSSC .mbr-iconfont {
  padding: 0 1rem;
}
.cid-sAAlySZSSC .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sAAlySZSSC .wrapper {
    flex-direction: column;
  }
}
.cid-sAAlySZSSC .nav-link {
  position: relative;
}
.cid-sAAlySZSSC .nav-link:hover {
  color: #004cd5 !important;
}
.cid-sAAlySZSSC .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-sAAlySZSSC .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8200d5 !important;
}
.cid-sAAlySZSSC .dropdown-item:hover,
.cid-sAAlySZSSC .dropdown-item:focus {
  color: #004cd5 !important;
}
.cid-sAAlySZSSC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sAAlySZSSC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sAAlySZSSC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sAAlySZSSC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sAAlySZSSC .container {
  display: flex;
  margin: auto;
}
.cid-sAAlySZSSC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-sAAlySZSSC .iconfont-wrapper:hover {
  color: #000000 !important;
}
.cid-sAAlySZSSC .nav-item:focus,
.cid-sAAlySZSSC .nav-link:focus {
  outline: none;
}
.cid-sAAlySZSSC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAAlySZSSC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAAlySZSSC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sAAlySZSSC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAAlySZSSC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAAlySZSSC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAAlySZSSC .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sAAlySZSSC .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #8200d5;
}
.cid-sAAlySZSSC .navbar.opened {
  transition: all .3s;
}
.cid-sAAlySZSSC .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sAAlySZSSC .navbar .navbar-logo img {
  width: auto;
}
.cid-sAAlySZSSC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sAAlySZSSC .navbar.collapsed {
  justify-content: center;
}
.cid-sAAlySZSSC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAAlySZSSC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAAlySZSSC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sAAlySZSSC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAAlySZSSC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAAlySZSSC .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-sAAlySZSSC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAAlySZSSC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sAAlySZSSC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sAAlySZSSC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAAlySZSSC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAAlySZSSC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAAlySZSSC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAAlySZSSC .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-sAAlySZSSC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sAAlySZSSC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAAlySZSSC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAAlySZSSC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sAAlySZSSC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAAlySZSSC .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sAAlySZSSC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sAAlySZSSC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sAAlySZSSC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-sAAlySZSSC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sAAlySZSSC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAAlySZSSC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAAlySZSSC .dropdown-item.active,
.cid-sAAlySZSSC .dropdown-item:active {
  background-color: transparent;
}
.cid-sAAlySZSSC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAAlySZSSC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAAlySZSSC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAAlySZSSC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8200d5;
}
.cid-sAAlySZSSC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAAlySZSSC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAAlySZSSC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAAlySZSSC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAAlySZSSC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sAAlySZSSC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sAAlySZSSC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sAAlySZSSC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sAAlySZSSC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sAAlySZSSC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sAAlySZSSC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAAlySZSSC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sAAlySZSSC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sAAlySZSSC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAAlySZSSC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sAAlySZSSC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAAlySZSSC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAAlySZSSC .navbar {
    height: 70px;
  }
  .cid-sAAlySZSSC .navbar.opened {
    height: auto;
  }
  .cid-sAAlySZSSC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAAlyTkq9l {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sAAlyTkq9l .row {
  flex-direction: row-reverse;
}
.cid-sAAlyTkq9l .top {
  z-index: 5;
}
.cid-sAAlyTkq9l .img-col {
  position: relative;
}
.cid-sAAlyTkq9l .img1 {
  position: absolute;
  max-width: 60%;
  top: 0rem;
  right: 1rem;
}
.cid-sAAlyTkq9l .img2 {
  max-width: 90%;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .cid-sAAlyTkq9l .img2 {
    padding-top: 5rem;
  }
}
.cid-sAAlyTkq9l img {
  width: 100%;
}
.cid-sAAlyTkq9l .text-wrapper {
  z-index: 11;
}
.cid-sAAlyTkq9l .wrapper {
  display: flex;
}
.cid-sAAlyTkq9l .row {
  align-items: center;
}
.cid-sAAlyTkq9l .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-sAAlyTkq9l .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #004cd5;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sAAlyTkq9l .wrapper {
    flex-direction: column;
  }
  .cid-sAAlyTkq9l .iconfont-wrapper {
    margin: auto;
  }
  .cid-sAAlyTkq9l .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sAAlyTkq9l .mbr-section-title {
  color: #161734;
}
.cid-sAAlyTkq9l .mbr-text,
.cid-sAAlyTkq9l .mbr-section-btn {
  color: #161734;
}
.cid-sApqlL4ui1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sApqlL4ui1 nav.navbar {
  position: fixed;
}
.cid-sApqlL4ui1 .mbr-iconfont {
  padding: 0 1rem;
}
.cid-sApqlL4ui1 .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sApqlL4ui1 .wrapper {
    flex-direction: column;
  }
}
.cid-sApqlL4ui1 .nav-link {
  position: relative;
}
.cid-sApqlL4ui1 .nav-link:hover {
  color: #004cd5 !important;
}
.cid-sApqlL4ui1 .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-sApqlL4ui1 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8200d5 !important;
}
.cid-sApqlL4ui1 .dropdown-item:hover,
.cid-sApqlL4ui1 .dropdown-item:focus {
  color: #004cd5 !important;
}
.cid-sApqlL4ui1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sApqlL4ui1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sApqlL4ui1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sApqlL4ui1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sApqlL4ui1 .container {
  display: flex;
  margin: auto;
}
.cid-sApqlL4ui1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-sApqlL4ui1 .iconfont-wrapper:hover {
  color: #000000 !important;
}
.cid-sApqlL4ui1 .nav-item:focus,
.cid-sApqlL4ui1 .nav-link:focus {
  outline: none;
}
.cid-sApqlL4ui1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sApqlL4ui1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sApqlL4ui1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sApqlL4ui1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sApqlL4ui1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sApqlL4ui1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sApqlL4ui1 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sApqlL4ui1 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #8200d5;
}
.cid-sApqlL4ui1 .navbar.opened {
  transition: all .3s;
}
.cid-sApqlL4ui1 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sApqlL4ui1 .navbar .navbar-logo img {
  width: auto;
}
.cid-sApqlL4ui1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sApqlL4ui1 .navbar.collapsed {
  justify-content: center;
}
.cid-sApqlL4ui1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sApqlL4ui1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sApqlL4ui1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sApqlL4ui1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sApqlL4ui1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sApqlL4ui1 .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-sApqlL4ui1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sApqlL4ui1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sApqlL4ui1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sApqlL4ui1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sApqlL4ui1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sApqlL4ui1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sApqlL4ui1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sApqlL4ui1 .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-sApqlL4ui1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sApqlL4ui1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sApqlL4ui1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sApqlL4ui1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sApqlL4ui1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sApqlL4ui1 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sApqlL4ui1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sApqlL4ui1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sApqlL4ui1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-sApqlL4ui1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sApqlL4ui1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sApqlL4ui1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sApqlL4ui1 .dropdown-item.active,
.cid-sApqlL4ui1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sApqlL4ui1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sApqlL4ui1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sApqlL4ui1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sApqlL4ui1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8200d5;
}
.cid-sApqlL4ui1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sApqlL4ui1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sApqlL4ui1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sApqlL4ui1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sApqlL4ui1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sApqlL4ui1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sApqlL4ui1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sApqlL4ui1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sApqlL4ui1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sApqlL4ui1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sApqlL4ui1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sApqlL4ui1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sApqlL4ui1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sApqlL4ui1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sApqlL4ui1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sApqlL4ui1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sApqlL4ui1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sApqlL4ui1 .navbar {
    height: 70px;
  }
  .cid-sApqlL4ui1 .navbar.opened {
    height: auto;
  }
  .cid-sApqlL4ui1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sApqlLPWUz {
  background-color: #8200d5;
}
@media (min-width: 992px) {
  .cid-sApqlLPWUz .container-fluid {
    padding: 0;
  }
  .cid-sApqlLPWUz .text-wrapper {
    max-width: 700px;
  }
  .cid-sApqlLPWUz .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-sApqlLPWUz .row {
  align-items: center;
}
.cid-sApqlLPWUz .animate__fadeInUp:before {
  background: #8200d5;
}
.cid-sApqlLPWUz .mbr-text,
.cid-sApqlLPWUz .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sApqlLPWUz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sApqlLPWUz .mbr-section-title DIV {
  text-align: center;
}
.cid-sApKvbcEdr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sApKvbcEdr nav.navbar {
  position: fixed;
}
.cid-sApKvbcEdr .mbr-iconfont {
  padding: 0 1rem;
}
.cid-sApKvbcEdr .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sApKvbcEdr .wrapper {
    flex-direction: column;
  }
}
.cid-sApKvbcEdr .nav-link {
  position: relative;
}
.cid-sApKvbcEdr .nav-link:hover {
  color: #004cd5 !important;
}
.cid-sApKvbcEdr .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-sApKvbcEdr .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8200d5 !important;
}
.cid-sApKvbcEdr .dropdown-item:hover,
.cid-sApKvbcEdr .dropdown-item:focus {
  color: #004cd5 !important;
}
.cid-sApKvbcEdr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sApKvbcEdr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sApKvbcEdr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sApKvbcEdr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sApKvbcEdr .container {
  display: flex;
  margin: auto;
}
.cid-sApKvbcEdr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-sApKvbcEdr .iconfont-wrapper:hover {
  color: #000000 !important;
}
.cid-sApKvbcEdr .nav-item:focus,
.cid-sApKvbcEdr .nav-link:focus {
  outline: none;
}
.cid-sApKvbcEdr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sApKvbcEdr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sApKvbcEdr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sApKvbcEdr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sApKvbcEdr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sApKvbcEdr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sApKvbcEdr .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sApKvbcEdr .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #8200d5;
}
.cid-sApKvbcEdr .navbar.opened {
  transition: all .3s;
}
.cid-sApKvbcEdr .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sApKvbcEdr .navbar .navbar-logo img {
  width: auto;
}
.cid-sApKvbcEdr .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sApKvbcEdr .navbar.collapsed {
  justify-content: center;
}
.cid-sApKvbcEdr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sApKvbcEdr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sApKvbcEdr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sApKvbcEdr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sApKvbcEdr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sApKvbcEdr .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-sApKvbcEdr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sApKvbcEdr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sApKvbcEdr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sApKvbcEdr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sApKvbcEdr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sApKvbcEdr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sApKvbcEdr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sApKvbcEdr .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-sApKvbcEdr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sApKvbcEdr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sApKvbcEdr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sApKvbcEdr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sApKvbcEdr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sApKvbcEdr .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sApKvbcEdr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sApKvbcEdr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sApKvbcEdr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-sApKvbcEdr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sApKvbcEdr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sApKvbcEdr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sApKvbcEdr .dropdown-item.active,
.cid-sApKvbcEdr .dropdown-item:active {
  background-color: transparent;
}
.cid-sApKvbcEdr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sApKvbcEdr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sApKvbcEdr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sApKvbcEdr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8200d5;
}
.cid-sApKvbcEdr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sApKvbcEdr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sApKvbcEdr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sApKvbcEdr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sApKvbcEdr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sApKvbcEdr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sApKvbcEdr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sApKvbcEdr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sApKvbcEdr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sApKvbcEdr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sApKvbcEdr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sApKvbcEdr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sApKvbcEdr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sApKvbcEdr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sApKvbcEdr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sApKvbcEdr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sApKvbcEdr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sApKvbcEdr .navbar {
    height: 70px;
  }
  .cid-sApKvbcEdr .navbar.opened {
    height: auto;
  }
  .cid-sApKvbcEdr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAq14wZ9Gq {
  background: #121010;
  padding-top: 60px;
  padding-bottom: 120px;
}
.cid-sAq14wZ9Gq .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-sAq14wZ9Gq .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sAq14wZ9Gq .image-block:hover:before {
  opacity: 0.4;
}
.cid-sAq14wZ9Gq .image-block:hover .wrap {
  opacity: 1;
}
.cid-sAq14wZ9Gq .image-block:hover img {
  transform: scale(1.05);
}
.cid-sAq14wZ9Gq .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-sAq14wZ9Gq h4 {
  letter-spacing: 2px;
}
.cid-sAq14wZ9Gq figcaption {
  position: relative;
}
.cid-sAq14wZ9Gq figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sAq14wZ9Gq img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-sAq14wZ9Gq .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-sAq14wZ9Gq .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-sAq14wZ9Gq .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-sAq14wZ9Gq .image-block:before {
    opacity: 0.4;
  }
  .cid-sAq14wZ9Gq .image-block .wrap {
    opacity: 1;
  }
}
.cid-sAq14wZ9Gq H4 {
  text-align: center;
}
.cid-sAqFlwLx9M {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sAqFlwLx9M .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-sAqFlwLx9M .title__block {
  padding-bottom: 40px;
}
.cid-sAqFlwLx9M .image {
  width: 100%;
  perspective: 700px;
}
.cid-sAqFlwLx9M .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sAqFlwLx9M .image img:hover {
  transform: rotateX(-10deg);
}
.cid-sAqFlwLx9M .text__block {
  margin-top: 25px;
}
.cid-sAqFlwLx9M .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-sAqFlwLx9M .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sAqFlwLx9M .title__block {
    padding-bottom: 30px;
  }
}
