body {
  font-family: Anybody;
}
.display-1 {
  font-family: 'Anybody', display;
  font-size: 7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Anybody', display;
  font-size: 5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Anybody', display;
  font-size: 1.55rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.9375rem;
}
.display-5 {
  font-family: 'Anybody', display;
  font-size: 3.125rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Anybody', display;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.24rem;
    font-size: calc( 1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5f6ad4 !important;
}
.bg-success {
  background-color: #78ec80 !important;
}
.bg-info {
  background-color: #77bbdf !important;
}
.bg-warning {
  background-color: #fff6b1 !important;
}
.bg-danger {
  background-color: #ffe40e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5f6ad4 !important;
  border-color: #5f6ad4 !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: #2f3bae !important;
  border-color: #2f3bae !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2f3bae !important;
  border-color: #2f3bae !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a47ee3 !important;
  border-color: #a47ee3 !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: #7237d4 !important;
  border-color: #7237d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7237d4 !important;
  border-color: #7237d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #77bbdf !important;
  border-color: #77bbdf !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: #3198ce !important;
  border-color: #3198ce !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3198ce !important;
  border-color: #3198ce !important;
}
.btn-success,
.btn-success:active {
  background-color: #78ec80 !important;
  border-color: #78ec80 !important;
  color: #0c5912 !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: #2ce139 !important;
  border-color: #2ce139 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0c5912 !important;
  background-color: #2ce139 !important;
  border-color: #2ce139 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff6b1 !important;
  border-color: #fff6b1 !important;
  color: #b19d00 !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: #5a5000 !important;
  background-color: #ffec5a !important;
  border-color: #ffec5a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #b19d00 !important;
  background-color: #ffec5a !important;
  border-color: #ffec5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffe40e !important;
  border-color: #ffe40e !important;
  color: #0e0c00 !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: #b6a200 !important;
  border-color: #b6a200 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0e0c00 !important;
  background-color: #b6a200 !important;
  border-color: #b6a200 !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: #2b2b2b !important;
  border-color: #2b2b2b !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,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5f6ad4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2f3bae !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5f6ad4 !important;
  border-color: #5f6ad4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a47ee3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7237d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a47ee3 !important;
  border-color: #a47ee3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #77bbdf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3198ce !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #77bbdf !important;
  border-color: #77bbdf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #78ec80;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2ce139 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0c5912 !important;
  background-color: #78ec80 !important;
  border-color: #78ec80 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff6b1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffec5a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #b19d00 !important;
  background-color: #fff6b1 !important;
  border-color: #fff6b1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe40e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b6a200 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0e0c00 !important;
  background-color: #ffe40e !important;
  border-color: #ffe40e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2b2b2b;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5f6ad4 !important;
}
.text-secondary {
  color: #a47ee3 !important;
}
.text-success {
  color: #78ec80 !important;
}
.text-info {
  color: #77bbdf !important;
}
.text-warning {
  color: #fff6b1 !important;
}
.text-danger {
  color: #ffe40e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #2B2B2B !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2b37a2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6a2dce !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1fdf2d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2e8fc2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffea4b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a79400 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #5f6ad4;
}
.nav-tabs .nav-link:not(.active) {
  color: #2B2B2B;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #77bbdf;
}
.alert-warning {
  background-color: #fff6b1;
}
.alert-danger {
  background-color: #ffe40e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5f6ad4;
  border-color: #5f6ad4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5f6ad4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #fffbda;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Anybody', display;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.9375rem;
}
.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: #5f6ad4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anybody', display;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.9375rem;
}
blockquote {
  border-color: #5f6ad4;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5f6ad4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5f6ad4;
}
.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: #5f6ad4;
  border-bottom-color: #5f6ad4;
}
.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: #5f6ad4 !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: #a47ee3 !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='%235f6ad4' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 660px;
  }
}
@media (max-width: 639px) {
  .container {
    max-width: 500px;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
  padding: 12px 35px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.5px;
  border-radius: 10px;
  box-shadow: none !important;
  border: none !important;
}
.mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-black-outline {
  color: #2b2b2b !important;
  border: 2px solid #cecec1 !important;
}
.mbr-section-btn .btn-black-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
  border: 2px solid #ffffff !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content !important;
  }
}
b {
  font-weight: 600 !important;
}
.cid-t8OXpLa3eA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-t8OXpLa3eA nav.navbar {
  position: fixed;
}
.cid-t8OXpLa3eA .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-t8OXpLa3eA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8OXpLa3eA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8OXpLa3eA .dropdown-item:hover,
.cid-t8OXpLa3eA .dropdown-item:focus {
  background: #5f6ad4 !important;
  color: #1d191f !important;
}
.cid-t8OXpLa3eA .dropdown-item:hover span {
  color: white;
}
.cid-t8OXpLa3eA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8OXpLa3eA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8OXpLa3eA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t8OXpLa3eA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8OXpLa3eA .nav-link {
  position: relative;
}
.cid-t8OXpLa3eA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t8OXpLa3eA .container {
    flex-wrap: nowrap;
  }
}
.cid-t8OXpLa3eA .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8OXpLa3eA .dropdown-menu,
.cid-t8OXpLa3eA .navbar.opened {
  background: #000000 !important;
}
.cid-t8OXpLa3eA .nav-item:focus,
.cid-t8OXpLa3eA .nav-link:focus {
  outline: none;
}
.cid-t8OXpLa3eA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8OXpLa3eA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8OXpLa3eA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8OXpLa3eA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8OXpLa3eA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8OXpLa3eA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8OXpLa3eA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-t8OXpLa3eA .navbar.opened {
  transition: all 0.3s;
}
.cid-t8OXpLa3eA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8OXpLa3eA .navbar .navbar-logo img {
  width: auto;
}
.cid-t8OXpLa3eA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8OXpLa3eA .navbar.collapsed {
  justify-content: center;
}
.cid-t8OXpLa3eA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8OXpLa3eA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8OXpLa3eA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-t8OXpLa3eA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8OXpLa3eA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8OXpLa3eA .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-t8OXpLa3eA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8OXpLa3eA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8OXpLa3eA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8OXpLa3eA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8OXpLa3eA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8OXpLa3eA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8OXpLa3eA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8OXpLa3eA .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-t8OXpLa3eA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8OXpLa3eA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8OXpLa3eA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8OXpLa3eA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t8OXpLa3eA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8OXpLa3eA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8OXpLa3eA .navbar.navbar-short {
  min-height: 70px;
}
.cid-t8OXpLa3eA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8OXpLa3eA .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t8OXpLa3eA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-t8OXpLa3eA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8OXpLa3eA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8OXpLa3eA .dropdown-item.active,
.cid-t8OXpLa3eA .dropdown-item:active {
  background-color: transparent;
}
.cid-t8OXpLa3eA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8OXpLa3eA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8OXpLa3eA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8OXpLa3eA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t8OXpLa3eA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8OXpLa3eA .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-t8OXpLa3eA .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8OXpLa3eA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8OXpLa3eA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8OXpLa3eA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8OXpLa3eA button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-t8OXpLa3eA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t8OXpLa3eA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8OXpLa3eA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8OXpLa3eA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8OXpLa3eA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8OXpLa3eA button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-t8OXpLa3eA .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-t8OXpLa3eA .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8OXpLa3eA .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8OXpLa3eA .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8OXpLa3eA .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8OXpLa3eA .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-t8OXpLa3eA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8OXpLa3eA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8OXpLa3eA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8OXpLa3eA .navbar {
    height: 70px;
  }
  .cid-t8OXpLa3eA .navbar.opened {
    height: auto;
  }
  .cid-t8OXpLa3eA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8OXpLa3eA .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-t8OXpLa3eA .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-t8OXpLa3eA .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-t8OXpLa3eA .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-t8OXpLa3eA .navbar-nav-main .nav-item .nav-link:hover {
  color: #5f6ad4 !important;
}
.cid-t8OXpLa3eA .navbar-nav-right {
  justify-content: flex-end;
}
.cid-t8OXpLa3eA .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-t8OXpLa3eA .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-t8OXpLa3eA .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-t8OXpLa3eA .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-t8OXpLa3eA {
    min-height: 0;
    height: 0;
  }
  .cid-t8OXpLa3eA .navbar,
  .cid-t8OXpLa3eA .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-t8OXpLa3eA .container,
  .cid-t8OXpLa3eA .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-t8OXpLa3eA .navbar-brand-main {
    display: none !important;
  }
  .cid-t8OXpLa3eA .navbar-nav-main {
    display: none !important;
  }
  .cid-t8OXpLa3eA .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-t8OXpLa3eA .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-t8OXpLa3eA .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-t8OXpLa3eA .sidbar-nav .nav-item .nav-link:hover {
    color: #5f6ad4 !important;
  }
  .cid-t8OXpLa3eA .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-t8OXpLa3eA .mbr-section-btn {
    margin-top: auto;
  }
  .cid-t8OXpLa3eA .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-t8OXpLa3eA .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-t8OXpLa3eA .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-t8OXpLa3eA .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-ueNQqvvZgT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/11-1024x703.jpg");
  overflow: hidden;
}
.cid-ueNQqvvZgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueNQqvvZgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueNQqvvZgT .container,
.cid-ueNQqvvZgT .container-fluid {
  position: relative;
}
.cid-ueNQqvvZgT .row {
  justify-content: left;
}
.cid-ueNQqvvZgT .col-content {
  position: relative;
  z-index: 10;
}
.cid-ueNQqvvZgT .mbr-section-title {
  color: #ffffff;
}
.cid-ueNQqvvZgT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ueNQqvvZgT .mbr-text {
  color: #2B2B2B;
}
.cid-ueNQqvvZgT .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-ueNQqvvZgT .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-ueNQqvvZgT .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-ueNQqvvZgT .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-ueNQqvvZgT .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-ueNQqvvZgT .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-ueNQqvvZgT .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-t8P3ws9wTj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #abf6b0;
  overflow: hidden;
}
.cid-t8P3ws9wTj .col-title {
  position: relative;
  max-width: 1200px;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-t8P3ws9wTj .col-title {
    margin-bottom: 40px;
  }
}
.cid-t8P3ws9wTj .mbr-section-title {
  color: #2B2B2B;
}
.cid-t8P3ws9wTj .mbr-section-main-subtitle {
  color: #000000;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-t8P3ws9wTj .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-t8P3ws9wTj .col-carousel {
  max-width: 100%;
  width: 100%;
}
.cid-t8P3ws9wTj .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  margin-bottom: 60px;
}
.cid-t8P3ws9wTj .carousel img {
  max-height: 520px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t8P3ws9wTj .carousel {
    height: 380px;
  }
  .cid-t8P3ws9wTj .carousel img {
    max-height: 380px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-t8P3ws9wTj .carousel {
    height: 320px;
  }
  .cid-t8P3ws9wTj .carousel img {
    max-height: 320px;
  }
}
.cid-t8P3ws9wTj .carousel-inner {
  display: flex;
  align-items: center;
  max-width: 1160px;
}
@media (max-width: 1199px) {
  .cid-t8P3ws9wTj .carousel-inner {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  .cid-t8P3ws9wTj .carousel-inner {
    max-width: 618px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-t8P3ws9wTj .carousel-inner {
    max-width: 460px;
  }
}
.cid-t8P3ws9wTj .carousel-item {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.cid-t8P3ws9wTj .item-wrapper {
  width: 100%;
}
.cid-t8P3ws9wTj .carousel-caption {
  bottom: 30px;
}
.cid-t8P3ws9wTj .mbr-section-subtitle {
  color: #0bca17;
  text-align: center;
}
.cid-t8P3ws9wTj .mbr-section-text {
  color: #0bca17;
}
@media (max-width: 767px) {
  .cid-t8P3ws9wTj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t8P3ws9wTj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t8P3ws9wTj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t8P3ws9wTj .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #78ec80;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
@media (max-width: 575px) {
  .cid-t8P3ws9wTj .carousel-control {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
.cid-t8P3ws9wTj .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-t8P3ws9wTj .carousel-control.carousel-control-next {
  right: 0;
}
.cid-t8P3ws9wTj .carousel-control:hover {
  background-color: #CECEC1;
  color: #2B2B2B !important;
}
.cid-t8P3ws9wTj .carousel-indicators {
  position: absolute;
  bottom: -60px;
  margin-bottom: 0 !important;
}
.cid-t8P3ws9wTj .carousel-indicators li {
  max-width: 10px;
  height: 10px !important;
  width: 10px !important;
  max-height: 10px;
  margin: 10px 5px;
  background-color: #CECEC1;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  border: 0 !important;
}
.cid-t8P3ws9wTj .carousel-indicators li.active,
.cid-t8P3ws9wTj .carousel-indicators li:hover {
  background-color: #78ec80;
  height: 10px !important;
  width: 10px !important;
}
.cid-t8P3ws9wTj .carousel-indicators li::after,
.cid-t8P3ws9wTj .carousel-indicators li::before {
  content: none;
}
.cid-t8P3ws9wTj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-t8P3ws9wTj .container,
.cid-t8P3ws9wTj .container-fluid {
  position: relative;
}
.cid-t8P3ws9wTj .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-t8P3ws9wTj .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-t8P3ws9wTj .circle-blur1 {
  top: 0;
  right: 30%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-t8P3ws9wTj .circle-blur2 {
  top: 12%;
  right: 20%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-t8P3ws9wTj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-t8P5gTiRW3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-t8P5gTiRW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8P5gTiRW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8P5gTiRW3 .row {
  align-items: stretch;
  position: relative;
  z-index: 10;
}
.cid-t8P5gTiRW3 .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-t8P5gTiRW3 .col-title {
    margin-bottom: 20px;
  }
}
.cid-t8P5gTiRW3 .mbr-section-title {
  color: #2B2B2B;
}
.cid-t8P5gTiRW3 .mbr-section-subtitle {
  color: #000000;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-t8P5gTiRW3 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-t8P5gTiRW3 .card-box {
  position: relative;
  z-index: 5;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: #78ec80;
  border-radius: 25px;
  border: 2px solid #000000;
  transition: 1s all;
  opacity: 1;
}
.cid-t8P5gTiRW3 .card {
  transition: all 0.3s;
  min-height: 360px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-t8P5gTiRW3 .card {
    min-height: 320px;
  }
}
@media (max-width: 991px) {
  .cid-t8P5gTiRW3 .card {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-t8P5gTiRW3 .card {
    min-height: 250px;
  }
}
.cid-t8P5gTiRW3 .card-img {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 1s all;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-t8P5gTiRW3 .card-img {
    display: none;
  }
}
.cid-t8P5gTiRW3 .card-wrapper {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  position: relative;
}
.cid-t8P5gTiRW3 .card-title {
  color: #5F6AD4;
  width: 100%;
}
.cid-t8P5gTiRW3 .mbr-text {
  color: #2A2A2A;
  width: 100%;
}
.cid-t8P5gTiRW3 .container,
.cid-t8P5gTiRW3 .container-fluid {
  position: relative;
}
.cid-t8P5gTiRW3 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 240px;
  height: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-t8P5gTiRW3 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-t8P5gTiRW3 .circle-blur1 {
  top: 0;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-t8P5gTiRW3 .circle-blur2 {
  top: 10%;
  right: 20%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-t8P5gTiRW3 .card-title,
.cid-t8P5gTiRW3 .mbr-section-btn {
  color: #000000;
}
.cid-t8P6k5q7LQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #78ec80;
}
.cid-t8P6k5q7LQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8P6k5q7LQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8P6k5q7LQ .col-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-t8P6k5q7LQ .col-title {
    margin-bottom: 50px;
  }
}
.cid-t8P6k5q7LQ .mbr-section-title {
  color: #2B2B2B;
}
.cid-t8P6k5q7LQ .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-t8P6k5q7LQ .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-t8P6k5q7LQ .col-text {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-t8P6k5q7LQ .col-text {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .cid-t8P6k5q7LQ .col-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-t8P6k5q7LQ .text-container1 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-t8P6k5q7LQ .text-container1 {
    max-width: 340px;
  }
}
.cid-t8P6k5q7LQ .text-container2 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-t8P6k5q7LQ .text-container2 {
    max-width: 280px;
    padding-left: 40px;
  }
}
.cid-t8P6k5q7LQ .mbr-section-btn {
  margin-top: 16px;
}
.cid-t8P6k5q7LQ .mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-t8P6k5q7LQ .mbr-section-btn {
    margin-top: 8px;
    width: 100%;
  }
  .cid-t8P6k5q7LQ .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content;
  }
}
.cid-t8P6k5q7LQ .col-carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-t8P6k5q7LQ .col-carousel {
    padding-top: 30px;
  }
}
.cid-t8P6k5q7LQ .col-border .border-line {
  height: 2px;
  background-color: #dfdfd8;
}
.cid-t8P6k5q7LQ .name-text {
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-t8P6k5q7LQ .roominess-text {
  color: #78ec80;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-t8P6k5q7LQ .mbr-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-t8P6k5q7LQ .list {
  color: #2A2A2A;
  margin-top: 20px;
  width: 100%;
}
.cid-t8P6k5q7LQ .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-t8P6k5q7LQ .list-item:not(:first-child) {
  margin-top: 12px;
}
.cid-t8P6k5q7LQ .list-text {
  flex-grow: 1;
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-t8P6k5q7LQ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-t8P6k5q7LQ .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #78ec80;
}
.cid-t8P6k5q7LQ .price-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-t8P6k5q7LQ .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}
.cid-t8P6k5q7LQ .carousel img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-t8P6k5q7LQ .carousel {
    height: 385px;
  }
}
@media (max-width: 991px) {
  .cid-t8P6k5q7LQ .carousel {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .cid-t8P6k5q7LQ .carousel {
    height: 280px;
  }
}
.cid-t8P6k5q7LQ .carousel-inner {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 16px;
}
.cid-t8P6k5q7LQ .carousel-item {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.cid-t8P6k5q7LQ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t8P6k5q7LQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t8P6k5q7LQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t8P6k5q7LQ .carousel-control {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 16px;
  background-color: #dfdfd8;
  color: #2B2B2B !important;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-t8P6k5q7LQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 16px;
}
.cid-t8P6k5q7LQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 16px;
}
.cid-t8P6k5q7LQ .carousel-control:hover {
  background-color: #646464;
  color: #FFFFFF !important;
}
.cid-t8P6k5q7LQ .carousel-indicators {
  display: none !important;
}
.cid-t8P6k5q7LQ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tHHhvEZ7Tt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tHHhvEZ7Tt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHHhvEZ7Tt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHHhvEZ7Tt .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHHhvEZ7Tt .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tHHhvEZ7Tt .container {
    padding: 0;
  }
}
.cid-tHHhvEZ7Tt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tHHhvEZ7Tt .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tHHhvEZ7Tt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tHHhvEZ7Tt .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tHHhvEZ7Tt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tHHhvEZ7Tt .mbr-text {
  color: #000000;
}
.cid-ufAaBJrBEa {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #78ec80;
}
.cid-ufAaBJrBEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAaBJrBEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufAaBJrBEa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufAaBJrBEa .row {
  flex-direction: row-reverse;
}
.cid-ufAaBJrBEa img {
  width: 100%;
}
.cid-ugYgW8z8l7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
  overflow: hidden;
}
.cid-ugYgW8z8l7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYgW8z8l7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugYgW8z8l7 .container,
.cid-ugYgW8z8l7 .container-fluid {
  position: relative;
}
.cid-ugYgW8z8l7 .row {
  justify-content: left;
}
.cid-ugYgW8z8l7 .col-content {
  position: relative;
  z-index: 10;
}
.cid-ugYgW8z8l7 .mbr-section-title {
  color: #2B2B2B;
}
.cid-ugYgW8z8l7 .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-ugYgW8z8l7 .mbr-text {
  color: #2B2B2B;
}
.cid-ugYgW8z8l7 .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-ugYgW8z8l7 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-ugYgW8z8l7 .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-ugYgW8z8l7 .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #abf6b0 27%, #abf6b0 50%, #abf6b0 79%);
}
.cid-ugYgW8z8l7 .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-ugYgW8z8l7 .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-ugYgW8z8l7 .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #78ec80 27%, #78ec80 50%, #78ec80 79%);
}
.cid-ueNYdXbU3X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #78ec80;
}
.cid-ueNYdXbU3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueNYdXbU3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueNYdXbU3X .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ueNYdXbU3X .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ueNYdXbU3X .container {
    padding: 0 26px;
  }
}
.cid-ueNYdXbU3X .row {
  justify-content: center;
}
.cid-ueNYdXbU3X .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-ueNYdXbU3X .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-ueNYdXbU3X .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-ueNYdXbU3X .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-ueNYdXbU3X .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ueNYdXbU3X .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ueNYdXbU3X .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-ueNYdXbU3X .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ueNYdXbU3X .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-ueNYdXbU3X .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ueNYdXbU3X .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ueNYdXbU3X .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ueNYdXbU3X .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ueNYdXbU3X .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ueNYdXbU3X .mbr-section-title {
  color: #000000;
}
.cid-ueNYdXbU3X .mbr-section-subtitle {
  color: #000000;
}
.cid-ueNYdXbU3X .mbr-text {
  color: #000000;
}
.cid-ufA9SySRW8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ufA9SySRW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufA9SySRW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufA9SySRW8 .container,
.cid-ufA9SySRW8 .container-fluid {
  position: relative;
}
.cid-ufA9SySRW8 .row {
  justify-content: left;
}
.cid-ufA9SySRW8 .col-content {
  position: relative;
  z-index: 10;
}
.cid-ufA9SySRW8 .mbr-section-title {
  color: #2B2B2B;
}
.cid-ufA9SySRW8 .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-ufA9SySRW8 .mbr-text {
  color: #2B2B2B;
}
.cid-ufA9SySRW8 .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-ufA9SySRW8 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-ufA9SySRW8 .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-ufA9SySRW8 .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-ufA9SySRW8 .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-ufA9SySRW8 .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-ufA9SySRW8 .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-ugYhEsdhjj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ugYhEsdhjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYhEsdhjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugYhEsdhjj .row {
  align-items: stretch;
}
.cid-ugYhEsdhjj .card {
  min-height: 800px;
}
@media (max-width: 767px) {
  .cid-ugYhEsdhjj .card {
    min-height: 600px;
  }
}
.cid-ugYhEsdhjj .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  padding: 0 2rem;
}
@media (max-width: 991px) {
  .cid-ugYhEsdhjj .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-ugYhEsdhjj .card-img {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/15-1000x694.jpg");
}
.cid-ugYhEsdhjj .overlay-img {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #646464;
  opacity: 0.4;
}
.cid-ugYhEsdhjj .card-box {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 728px;
  align-items: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 6rem 0;
}
@media (max-width: 991px) {
  .cid-ugYhEsdhjj .card-box {
    max-width: 485px;
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugYhEsdhjj .card-box {
    max-width: 100%;
    padding: 2rem 0;
  }
}
.cid-ugYhEsdhjj .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .cid-ugYhEsdhjj .iconfont-wrapper {
    margin: 0 auto 16px;
  }
}
.cid-ugYhEsdhjj .iconfont-wrapper .mbr-iconfont {
  font-size: 51px;
  color: #000000;
}
.cid-ugYhEsdhjj .card-title {
  color: #FFFFFF;
  width: 100%;
}
.cid-ugYhEsdhjj .card-subtitle {
  color: #FFFFFF;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ugYhEsdhjj .card-subtitle {
    margin-top: 16px;
  }
}
.cid-ugYhEsdhjj .mbr-text {
  color: #FFFFFF;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-ugYhEsdhjj .mbr-text {
    margin-top: 50px;
  }
}
.cid-uN1QxIKDL9 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffe93a;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uN1QxIKDL9 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffe93a;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .img-bg {
    display: none;
  }
}
.cid-uN1QxIKDL9 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .container {
    padding: 0 !important;
  }
}
.cid-uN1QxIKDL9 .row {
  width: 100%;
  align-items: center;
}
.cid-uN1QxIKDL9 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .content-container {
    padding-top: 0;
    background-color: #ffe93a;
  }
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffe93a;
  }
}
.cid-uN1QxIKDL9 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uN1QxIKDL9 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN1QxIKDL9 .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .brand-text {
    margin-top: 45px;
  }
}
.cid-uN1QxIKDL9 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
  text-align: left;
}
.cid-uN1QxIKDL9 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uN1QxIKDL9 .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-uN1QxIKDL9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uN1QxIKDL9 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN1QxIKDL9 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uN1QxIKDL9 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uN1QxIKDL9 .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 0;
  }
}
.cid-uN1QxIKDL9 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
  text-align: left;
}
.cid-uN1QxIKDL9 .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN1QxIKDL9 .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN1QxIKDL9 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffe93a;
}
.cid-uN1QxIKDL9 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uN1QxIKDL9 .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .copyright {
    text-align: center !important;
  }
}
.cid-ugYonS5Rmv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-ugYonS5Rmv nav.navbar {
  position: fixed;
}
.cid-ugYonS5Rmv .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-ugYonS5Rmv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugYonS5Rmv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugYonS5Rmv .dropdown-item:hover,
.cid-ugYonS5Rmv .dropdown-item:focus {
  background: #5f6ad4 !important;
  color: #1d191f !important;
}
.cid-ugYonS5Rmv .dropdown-item:hover span {
  color: white;
}
.cid-ugYonS5Rmv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugYonS5Rmv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugYonS5Rmv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugYonS5Rmv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugYonS5Rmv .nav-link {
  position: relative;
}
.cid-ugYonS5Rmv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugYonS5Rmv .container {
    flex-wrap: nowrap;
  }
}
.cid-ugYonS5Rmv .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugYonS5Rmv .dropdown-menu,
.cid-ugYonS5Rmv .navbar.opened {
  background: #000000 !important;
}
.cid-ugYonS5Rmv .nav-item:focus,
.cid-ugYonS5Rmv .nav-link:focus {
  outline: none;
}
.cid-ugYonS5Rmv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugYonS5Rmv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugYonS5Rmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugYonS5Rmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYonS5Rmv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugYonS5Rmv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugYonS5Rmv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-ugYonS5Rmv .navbar.opened {
  transition: all 0.3s;
}
.cid-ugYonS5Rmv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugYonS5Rmv .navbar .navbar-logo img {
  width: auto;
}
.cid-ugYonS5Rmv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugYonS5Rmv .navbar.collapsed {
  justify-content: center;
}
.cid-ugYonS5Rmv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugYonS5Rmv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugYonS5Rmv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ugYonS5Rmv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugYonS5Rmv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugYonS5Rmv .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-ugYonS5Rmv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugYonS5Rmv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugYonS5Rmv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugYonS5Rmv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugYonS5Rmv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugYonS5Rmv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugYonS5Rmv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugYonS5Rmv .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-ugYonS5Rmv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugYonS5Rmv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugYonS5Rmv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugYonS5Rmv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ugYonS5Rmv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugYonS5Rmv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugYonS5Rmv .navbar.navbar-short {
  min-height: 70px;
}
.cid-ugYonS5Rmv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugYonS5Rmv .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-ugYonS5Rmv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-ugYonS5Rmv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugYonS5Rmv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugYonS5Rmv .dropdown-item.active,
.cid-ugYonS5Rmv .dropdown-item:active {
  background-color: transparent;
}
.cid-ugYonS5Rmv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugYonS5Rmv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugYonS5Rmv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugYonS5Rmv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugYonS5Rmv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugYonS5Rmv .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-ugYonS5Rmv .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugYonS5Rmv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugYonS5Rmv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugYonS5Rmv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugYonS5Rmv button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-ugYonS5Rmv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugYonS5Rmv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugYonS5Rmv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYonS5Rmv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYonS5Rmv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugYonS5Rmv button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-ugYonS5Rmv .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-ugYonS5Rmv .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYonS5Rmv .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugYonS5Rmv .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugYonS5Rmv .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYonS5Rmv .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-ugYonS5Rmv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugYonS5Rmv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugYonS5Rmv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugYonS5Rmv .navbar {
    height: 70px;
  }
  .cid-ugYonS5Rmv .navbar.opened {
    height: auto;
  }
  .cid-ugYonS5Rmv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugYonS5Rmv .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-ugYonS5Rmv .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-ugYonS5Rmv .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-ugYonS5Rmv .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-ugYonS5Rmv .navbar-nav-main .nav-item .nav-link:hover {
  color: #5f6ad4 !important;
}
.cid-ugYonS5Rmv .navbar-nav-right {
  justify-content: flex-end;
}
.cid-ugYonS5Rmv .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-ugYonS5Rmv .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-ugYonS5Rmv .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-ugYonS5Rmv .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-ugYonS5Rmv {
    min-height: 0;
    height: 0;
  }
  .cid-ugYonS5Rmv .navbar,
  .cid-ugYonS5Rmv .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-ugYonS5Rmv .container,
  .cid-ugYonS5Rmv .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-ugYonS5Rmv .navbar-brand-main {
    display: none !important;
  }
  .cid-ugYonS5Rmv .navbar-nav-main {
    display: none !important;
  }
  .cid-ugYonS5Rmv .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-ugYonS5Rmv .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-ugYonS5Rmv .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-ugYonS5Rmv .sidbar-nav .nav-item .nav-link:hover {
    color: #5f6ad4 !important;
  }
  .cid-ugYonS5Rmv .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-ugYonS5Rmv .mbr-section-btn {
    margin-top: auto;
  }
  .cid-ugYonS5Rmv .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-ugYonS5Rmv .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-ugYonS5Rmv .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-ugYonS5Rmv .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-ugYonUe0ip {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/16-1484x707.jpg");
  overflow: hidden;
}
.cid-ugYonUe0ip .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYonUe0ip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugYonUe0ip .container,
.cid-ugYonUe0ip .container-fluid {
  position: relative;
}
.cid-ugYonUe0ip .row {
  justify-content: left;
}
.cid-ugYonUe0ip .col-content {
  position: relative;
  z-index: 10;
}
.cid-ugYonUe0ip .mbr-section-title {
  color: #ffffff;
}
.cid-ugYonUe0ip .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugYonUe0ip .mbr-text {
  color: #2B2B2B;
}
.cid-ugYonUe0ip .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-ugYonUe0ip .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-ugYonUe0ip .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-ugYonUe0ip .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-ugYonUe0ip .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-ugYonUe0ip .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-ugYonUe0ip .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-ugYonY3BIN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
  overflow: hidden;
}
.cid-ugYonY3BIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYonY3BIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugYonY3BIN .container,
.cid-ugYonY3BIN .container-fluid {
  position: relative;
}
.cid-ugYonY3BIN .row {
  justify-content: left;
}
.cid-ugYonY3BIN .col-content {
  position: relative;
  z-index: 10;
}
.cid-ugYonY3BIN .mbr-section-title {
  color: #2B2B2B;
}
.cid-ugYonY3BIN .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-ugYonY3BIN .mbr-text {
  color: #2B2B2B;
}
.cid-ugYonY3BIN .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-ugYonY3BIN .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-ugYonY3BIN .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-ugYonY3BIN .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #abf6b0 27%, #abf6b0 50%, #abf6b0 79%);
}
.cid-ugYonY3BIN .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-ugYonY3BIN .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-ugYonY3BIN .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #78ec80 27%, #78ec80 50%, #78ec80 79%);
}
.cid-ugYonY3BIN .mbr-text,
.cid-ugYonY3BIN .mbr-section-btn {
  text-align: left;
}
.cid-uN1QxIKDL9 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffe93a;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uN1QxIKDL9 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffe93a;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .img-bg {
    display: none;
  }
}
.cid-uN1QxIKDL9 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .container {
    padding: 0 !important;
  }
}
.cid-uN1QxIKDL9 .row {
  width: 100%;
  align-items: center;
}
.cid-uN1QxIKDL9 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .content-container {
    padding-top: 0;
    background-color: #ffe93a;
  }
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffe93a;
  }
}
.cid-uN1QxIKDL9 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uN1QxIKDL9 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN1QxIKDL9 .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .brand-text {
    margin-top: 45px;
  }
}
.cid-uN1QxIKDL9 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
  text-align: left;
}
.cid-uN1QxIKDL9 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uN1QxIKDL9 .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-uN1QxIKDL9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uN1QxIKDL9 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN1QxIKDL9 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uN1QxIKDL9 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uN1QxIKDL9 .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 0;
  }
}
.cid-uN1QxIKDL9 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
  text-align: left;
}
.cid-uN1QxIKDL9 .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN1QxIKDL9 .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN1QxIKDL9 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffe93a;
}
.cid-uN1QxIKDL9 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uN1QxIKDL9 .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .copyright {
    text-align: center !important;
  }
}
.cid-ugYCzuxeRN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-ugYCzuxeRN nav.navbar {
  position: fixed;
}
.cid-ugYCzuxeRN .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-ugYCzuxeRN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugYCzuxeRN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugYCzuxeRN .dropdown-item:hover,
.cid-ugYCzuxeRN .dropdown-item:focus {
  background: #5f6ad4 !important;
  color: #1d191f !important;
}
.cid-ugYCzuxeRN .dropdown-item:hover span {
  color: white;
}
.cid-ugYCzuxeRN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugYCzuxeRN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugYCzuxeRN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugYCzuxeRN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugYCzuxeRN .nav-link {
  position: relative;
}
.cid-ugYCzuxeRN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugYCzuxeRN .container {
    flex-wrap: nowrap;
  }
}
.cid-ugYCzuxeRN .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugYCzuxeRN .dropdown-menu,
.cid-ugYCzuxeRN .navbar.opened {
  background: #000000 !important;
}
.cid-ugYCzuxeRN .nav-item:focus,
.cid-ugYCzuxeRN .nav-link:focus {
  outline: none;
}
.cid-ugYCzuxeRN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugYCzuxeRN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugYCzuxeRN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugYCzuxeRN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYCzuxeRN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugYCzuxeRN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugYCzuxeRN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-ugYCzuxeRN .navbar.opened {
  transition: all 0.3s;
}
.cid-ugYCzuxeRN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugYCzuxeRN .navbar .navbar-logo img {
  width: auto;
}
.cid-ugYCzuxeRN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugYCzuxeRN .navbar.collapsed {
  justify-content: center;
}
.cid-ugYCzuxeRN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugYCzuxeRN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugYCzuxeRN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ugYCzuxeRN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugYCzuxeRN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugYCzuxeRN .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-ugYCzuxeRN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugYCzuxeRN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugYCzuxeRN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugYCzuxeRN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugYCzuxeRN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugYCzuxeRN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugYCzuxeRN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugYCzuxeRN .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-ugYCzuxeRN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugYCzuxeRN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugYCzuxeRN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugYCzuxeRN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ugYCzuxeRN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugYCzuxeRN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugYCzuxeRN .navbar.navbar-short {
  min-height: 70px;
}
.cid-ugYCzuxeRN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugYCzuxeRN .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-ugYCzuxeRN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-ugYCzuxeRN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugYCzuxeRN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugYCzuxeRN .dropdown-item.active,
.cid-ugYCzuxeRN .dropdown-item:active {
  background-color: transparent;
}
.cid-ugYCzuxeRN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugYCzuxeRN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugYCzuxeRN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugYCzuxeRN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugYCzuxeRN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugYCzuxeRN .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-ugYCzuxeRN .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugYCzuxeRN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugYCzuxeRN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugYCzuxeRN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugYCzuxeRN button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-ugYCzuxeRN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugYCzuxeRN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugYCzuxeRN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYCzuxeRN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYCzuxeRN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugYCzuxeRN button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-ugYCzuxeRN .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-ugYCzuxeRN .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYCzuxeRN .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugYCzuxeRN .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugYCzuxeRN .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYCzuxeRN .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-ugYCzuxeRN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugYCzuxeRN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugYCzuxeRN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugYCzuxeRN .navbar {
    height: 70px;
  }
  .cid-ugYCzuxeRN .navbar.opened {
    height: auto;
  }
  .cid-ugYCzuxeRN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugYCzuxeRN .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-ugYCzuxeRN .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-ugYCzuxeRN .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-ugYCzuxeRN .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-ugYCzuxeRN .navbar-nav-main .nav-item .nav-link:hover {
  color: #5f6ad4 !important;
}
.cid-ugYCzuxeRN .navbar-nav-right {
  justify-content: flex-end;
}
.cid-ugYCzuxeRN .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-ugYCzuxeRN .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-ugYCzuxeRN .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-ugYCzuxeRN .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-ugYCzuxeRN {
    min-height: 0;
    height: 0;
  }
  .cid-ugYCzuxeRN .navbar,
  .cid-ugYCzuxeRN .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-ugYCzuxeRN .container,
  .cid-ugYCzuxeRN .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-ugYCzuxeRN .navbar-brand-main {
    display: none !important;
  }
  .cid-ugYCzuxeRN .navbar-nav-main {
    display: none !important;
  }
  .cid-ugYCzuxeRN .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-ugYCzuxeRN .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-ugYCzuxeRN .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-ugYCzuxeRN .sidbar-nav .nav-item .nav-link:hover {
    color: #5f6ad4 !important;
  }
  .cid-ugYCzuxeRN .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-ugYCzuxeRN .mbr-section-btn {
    margin-top: auto;
  }
  .cid-ugYCzuxeRN .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-ugYCzuxeRN .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-ugYCzuxeRN .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-ugYCzuxeRN .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-ugYCzvtiYG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/17-1234x694.jpg");
  overflow: hidden;
}
.cid-ugYCzvtiYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYCzvtiYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugYCzvtiYG .container,
.cid-ugYCzvtiYG .container-fluid {
  position: relative;
}
.cid-ugYCzvtiYG .row {
  justify-content: left;
}
.cid-ugYCzvtiYG .col-content {
  position: relative;
  z-index: 10;
}
.cid-ugYCzvtiYG .mbr-section-title {
  color: #ffffff;
}
.cid-ugYCzvtiYG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugYCzvtiYG .mbr-text {
  color: #2B2B2B;
}
.cid-ugYCzvtiYG .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-ugYCzvtiYG .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-ugYCzvtiYG .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-ugYCzvtiYG .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-ugYCzvtiYG .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-ugYCzvtiYG .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-ugYCzvtiYG .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-ugYCzvTsjw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
  overflow: hidden;
}
.cid-ugYCzvTsjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYCzvTsjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugYCzvTsjw .container,
.cid-ugYCzvTsjw .container-fluid {
  position: relative;
}
.cid-ugYCzvTsjw .row {
  justify-content: left;
}
.cid-ugYCzvTsjw .col-content {
  position: relative;
  z-index: 10;
}
.cid-ugYCzvTsjw .mbr-section-title {
  color: #2B2B2B;
}
.cid-ugYCzvTsjw .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-ugYCzvTsjw .mbr-text {
  color: #2B2B2B;
}
.cid-ugYCzvTsjw .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-ugYCzvTsjw .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-ugYCzvTsjw .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-ugYCzvTsjw .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #abf6b0 27%, #abf6b0 50%, #abf6b0 79%);
}
.cid-ugYCzvTsjw .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-ugYCzvTsjw .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-ugYCzvTsjw .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #78ec80 27%, #78ec80 50%, #78ec80 79%);
}
.cid-ugYCzvTsjw .mbr-text,
.cid-ugYCzvTsjw .mbr-section-btn {
  text-align: left;
}
.cid-ugYD7Wh5Jw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ugYD7Wh5Jw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYD7Wh5Jw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugYD7Wh5Jw .row {
  justify-content: center;
}
.cid-ugYD7Wh5Jw .col-title {
  margin-bottom: 40px;
}
.cid-ugYD7Wh5Jw .mbr-section-title {
  color: #2B2B2B;
}
.cid-ugYD7Wh5Jw .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-ugYD7Wh5Jw .img-container {
  margin: 0 auto;
}
.cid-ugYD7Wh5Jw .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-ugYD7Wh5Jw .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uN1QxIKDL9 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffe93a;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uN1QxIKDL9 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffe93a;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .img-bg {
    display: none;
  }
}
.cid-uN1QxIKDL9 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .container {
    padding: 0 !important;
  }
}
.cid-uN1QxIKDL9 .row {
  width: 100%;
  align-items: center;
}
.cid-uN1QxIKDL9 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .content-container {
    padding-top: 0;
    background-color: #ffe93a;
  }
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffe93a;
  }
}
.cid-uN1QxIKDL9 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uN1QxIKDL9 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN1QxIKDL9 .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .brand-text {
    margin-top: 45px;
  }
}
.cid-uN1QxIKDL9 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
  text-align: left;
}
.cid-uN1QxIKDL9 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uN1QxIKDL9 .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-uN1QxIKDL9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uN1QxIKDL9 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN1QxIKDL9 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uN1QxIKDL9 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uN1QxIKDL9 .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 0;
  }
}
.cid-uN1QxIKDL9 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
  text-align: left;
}
.cid-uN1QxIKDL9 .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN1QxIKDL9 .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN1QxIKDL9 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffe93a;
}
.cid-uN1QxIKDL9 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uN1QxIKDL9 .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .copyright {
    text-align: center !important;
  }
}
.cid-ugYDv9zytS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-ugYDv9zytS nav.navbar {
  position: fixed;
}
.cid-ugYDv9zytS .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-ugYDv9zytS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugYDv9zytS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugYDv9zytS .dropdown-item:hover,
.cid-ugYDv9zytS .dropdown-item:focus {
  background: #5f6ad4 !important;
  color: #1d191f !important;
}
.cid-ugYDv9zytS .dropdown-item:hover span {
  color: white;
}
.cid-ugYDv9zytS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugYDv9zytS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugYDv9zytS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugYDv9zytS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugYDv9zytS .nav-link {
  position: relative;
}
.cid-ugYDv9zytS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugYDv9zytS .container {
    flex-wrap: nowrap;
  }
}
.cid-ugYDv9zytS .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugYDv9zytS .dropdown-menu,
.cid-ugYDv9zytS .navbar.opened {
  background: #000000 !important;
}
.cid-ugYDv9zytS .nav-item:focus,
.cid-ugYDv9zytS .nav-link:focus {
  outline: none;
}
.cid-ugYDv9zytS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugYDv9zytS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugYDv9zytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugYDv9zytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYDv9zytS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugYDv9zytS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugYDv9zytS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-ugYDv9zytS .navbar.opened {
  transition: all 0.3s;
}
.cid-ugYDv9zytS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugYDv9zytS .navbar .navbar-logo img {
  width: auto;
}
.cid-ugYDv9zytS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugYDv9zytS .navbar.collapsed {
  justify-content: center;
}
.cid-ugYDv9zytS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugYDv9zytS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugYDv9zytS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ugYDv9zytS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugYDv9zytS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugYDv9zytS .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-ugYDv9zytS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugYDv9zytS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugYDv9zytS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugYDv9zytS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugYDv9zytS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugYDv9zytS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugYDv9zytS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugYDv9zytS .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-ugYDv9zytS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugYDv9zytS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugYDv9zytS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugYDv9zytS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ugYDv9zytS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugYDv9zytS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugYDv9zytS .navbar.navbar-short {
  min-height: 70px;
}
.cid-ugYDv9zytS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugYDv9zytS .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-ugYDv9zytS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-ugYDv9zytS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugYDv9zytS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugYDv9zytS .dropdown-item.active,
.cid-ugYDv9zytS .dropdown-item:active {
  background-color: transparent;
}
.cid-ugYDv9zytS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugYDv9zytS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugYDv9zytS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugYDv9zytS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugYDv9zytS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugYDv9zytS .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-ugYDv9zytS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugYDv9zytS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugYDv9zytS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugYDv9zytS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugYDv9zytS button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-ugYDv9zytS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugYDv9zytS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugYDv9zytS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYDv9zytS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYDv9zytS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugYDv9zytS button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-ugYDv9zytS .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-ugYDv9zytS .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYDv9zytS .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugYDv9zytS .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugYDv9zytS .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYDv9zytS .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-ugYDv9zytS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugYDv9zytS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugYDv9zytS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugYDv9zytS .navbar {
    height: 70px;
  }
  .cid-ugYDv9zytS .navbar.opened {
    height: auto;
  }
  .cid-ugYDv9zytS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugYDv9zytS .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-ugYDv9zytS .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-ugYDv9zytS .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-ugYDv9zytS .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-ugYDv9zytS .navbar-nav-main .nav-item .nav-link:hover {
  color: #5f6ad4 !important;
}
.cid-ugYDv9zytS .navbar-nav-right {
  justify-content: flex-end;
}
.cid-ugYDv9zytS .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-ugYDv9zytS .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-ugYDv9zytS .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-ugYDv9zytS .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-ugYDv9zytS {
    min-height: 0;
    height: 0;
  }
  .cid-ugYDv9zytS .navbar,
  .cid-ugYDv9zytS .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-ugYDv9zytS .container,
  .cid-ugYDv9zytS .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-ugYDv9zytS .navbar-brand-main {
    display: none !important;
  }
  .cid-ugYDv9zytS .navbar-nav-main {
    display: none !important;
  }
  .cid-ugYDv9zytS .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-ugYDv9zytS .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-ugYDv9zytS .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-ugYDv9zytS .sidbar-nav .nav-item .nav-link:hover {
    color: #5f6ad4 !important;
  }
  .cid-ugYDv9zytS .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-ugYDv9zytS .mbr-section-btn {
    margin-top: auto;
  }
  .cid-ugYDv9zytS .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-ugYDv9zytS .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-ugYDv9zytS .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-ugYDv9zytS .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-ugYDvaHzco {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/18-2000x1385.jpg");
  overflow: hidden;
}
.cid-ugYDvaHzco .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYDvaHzco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugYDvaHzco .container,
.cid-ugYDvaHzco .container-fluid {
  position: relative;
}
.cid-ugYDvaHzco .row {
  justify-content: left;
}
.cid-ugYDvaHzco .col-content {
  position: relative;
  z-index: 10;
}
.cid-ugYDvaHzco .mbr-section-title {
  color: #ffffff;
}
.cid-ugYDvaHzco .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugYDvaHzco .mbr-text {
  color: #2B2B2B;
}
.cid-ugYDvaHzco .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-ugYDvaHzco .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-ugYDvaHzco .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-ugYDvaHzco .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-ugYDvaHzco .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-ugYDvaHzco .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-ugYDvaHzco .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-ugYDvbf74m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
  overflow: hidden;
}
.cid-ugYDvbf74m .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYDvbf74m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugYDvbf74m .container,
.cid-ugYDvbf74m .container-fluid {
  position: relative;
}
.cid-ugYDvbf74m .row {
  justify-content: left;
}
.cid-ugYDvbf74m .col-content {
  position: relative;
  z-index: 10;
}
.cid-ugYDvbf74m .mbr-section-title {
  color: #2B2B2B;
}
.cid-ugYDvbf74m .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-ugYDvbf74m .mbr-text {
  color: #2B2B2B;
}
.cid-ugYDvbf74m .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-ugYDvbf74m .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-ugYDvbf74m .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-ugYDvbf74m .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #abf6b0 27%, #abf6b0 50%, #abf6b0 79%);
}
.cid-ugYDvbf74m .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-ugYDvbf74m .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-ugYDvbf74m .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #78ec80 27%, #78ec80 50%, #78ec80 79%);
}
.cid-ugYDvbf74m .mbr-text,
.cid-ugYDvbf74m .mbr-section-btn {
  text-align: left;
}
.cid-uN1QxIKDL9 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffe93a;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uN1QxIKDL9 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffe93a;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .img-bg {
    display: none;
  }
}
.cid-uN1QxIKDL9 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .container {
    padding: 0 !important;
  }
}
.cid-uN1QxIKDL9 .row {
  width: 100%;
  align-items: center;
}
.cid-uN1QxIKDL9 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .content-container {
    padding-top: 0;
    background-color: #ffe93a;
  }
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffe93a;
  }
}
.cid-uN1QxIKDL9 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uN1QxIKDL9 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN1QxIKDL9 .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .brand-text {
    margin-top: 45px;
  }
}
.cid-uN1QxIKDL9 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
  text-align: left;
}
.cid-uN1QxIKDL9 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uN1QxIKDL9 .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-uN1QxIKDL9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uN1QxIKDL9 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN1QxIKDL9 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uN1QxIKDL9 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uN1QxIKDL9 .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 0;
  }
}
.cid-uN1QxIKDL9 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
  text-align: left;
}
.cid-uN1QxIKDL9 .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN1QxIKDL9 .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN1QxIKDL9 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffe93a;
}
.cid-uN1QxIKDL9 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uN1QxIKDL9 .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .copyright {
    text-align: center !important;
  }
}
.cid-uN1PMlCBcx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uN1PMlCBcx nav.navbar {
  position: fixed;
}
.cid-uN1PMlCBcx .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-uN1PMlCBcx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uN1PMlCBcx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uN1PMlCBcx .dropdown-item:hover,
.cid-uN1PMlCBcx .dropdown-item:focus {
  background: #5f6ad4 !important;
  color: #1d191f !important;
}
.cid-uN1PMlCBcx .dropdown-item:hover span {
  color: white;
}
.cid-uN1PMlCBcx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uN1PMlCBcx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uN1PMlCBcx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uN1PMlCBcx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN1PMlCBcx .nav-link {
  position: relative;
}
.cid-uN1PMlCBcx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uN1PMlCBcx .container {
    flex-wrap: nowrap;
  }
}
.cid-uN1PMlCBcx .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uN1PMlCBcx .dropdown-menu,
.cid-uN1PMlCBcx .navbar.opened {
  background: #000000 !important;
}
.cid-uN1PMlCBcx .nav-item:focus,
.cid-uN1PMlCBcx .nav-link:focus {
  outline: none;
}
.cid-uN1PMlCBcx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uN1PMlCBcx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN1PMlCBcx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uN1PMlCBcx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN1PMlCBcx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN1PMlCBcx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN1PMlCBcx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uN1PMlCBcx .navbar.opened {
  transition: all 0.3s;
}
.cid-uN1PMlCBcx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uN1PMlCBcx .navbar .navbar-logo img {
  width: auto;
}
.cid-uN1PMlCBcx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uN1PMlCBcx .navbar.collapsed {
  justify-content: center;
}
.cid-uN1PMlCBcx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN1PMlCBcx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN1PMlCBcx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uN1PMlCBcx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN1PMlCBcx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN1PMlCBcx .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-uN1PMlCBcx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN1PMlCBcx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uN1PMlCBcx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uN1PMlCBcx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN1PMlCBcx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN1PMlCBcx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN1PMlCBcx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN1PMlCBcx .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-uN1PMlCBcx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uN1PMlCBcx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN1PMlCBcx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN1PMlCBcx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uN1PMlCBcx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uN1PMlCBcx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uN1PMlCBcx .navbar.navbar-short {
  min-height: 70px;
}
.cid-uN1PMlCBcx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uN1PMlCBcx .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-uN1PMlCBcx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-uN1PMlCBcx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN1PMlCBcx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN1PMlCBcx .dropdown-item.active,
.cid-uN1PMlCBcx .dropdown-item:active {
  background-color: transparent;
}
.cid-uN1PMlCBcx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN1PMlCBcx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN1PMlCBcx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN1PMlCBcx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uN1PMlCBcx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN1PMlCBcx .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-uN1PMlCBcx .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN1PMlCBcx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN1PMlCBcx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uN1PMlCBcx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uN1PMlCBcx button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-uN1PMlCBcx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uN1PMlCBcx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uN1PMlCBcx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN1PMlCBcx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN1PMlCBcx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uN1PMlCBcx button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-uN1PMlCBcx .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-uN1PMlCBcx .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN1PMlCBcx .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uN1PMlCBcx .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uN1PMlCBcx .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN1PMlCBcx .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-uN1PMlCBcx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uN1PMlCBcx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN1PMlCBcx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN1PMlCBcx .navbar {
    height: 70px;
  }
  .cid-uN1PMlCBcx .navbar.opened {
    height: auto;
  }
  .cid-uN1PMlCBcx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN1PMlCBcx .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-uN1PMlCBcx .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-uN1PMlCBcx .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-uN1PMlCBcx .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-uN1PMlCBcx .navbar-nav-main .nav-item .nav-link:hover {
  color: #5f6ad4 !important;
}
.cid-uN1PMlCBcx .navbar-nav-right {
  justify-content: flex-end;
}
.cid-uN1PMlCBcx .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uN1PMlCBcx .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-uN1PMlCBcx .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-uN1PMlCBcx .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-uN1PMlCBcx {
    min-height: 0;
    height: 0;
  }
  .cid-uN1PMlCBcx .navbar,
  .cid-uN1PMlCBcx .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-uN1PMlCBcx .container,
  .cid-uN1PMlCBcx .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-uN1PMlCBcx .navbar-brand-main {
    display: none !important;
  }
  .cid-uN1PMlCBcx .navbar-nav-main {
    display: none !important;
  }
  .cid-uN1PMlCBcx .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-uN1PMlCBcx .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-uN1PMlCBcx .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uN1PMlCBcx .sidbar-nav .nav-item .nav-link:hover {
    color: #5f6ad4 !important;
  }
  .cid-uN1PMlCBcx .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uN1PMlCBcx .mbr-section-btn {
    margin-top: auto;
  }
  .cid-uN1PMlCBcx .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uN1PMlCBcx .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uN1PMlCBcx .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uN1PMlCBcx .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-uN1PMml5g0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/inventhelp29-1280x720.jpg");
  overflow: hidden;
}
.cid-uN1PMml5g0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN1PMml5g0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN1PMml5g0 .container,
.cid-uN1PMml5g0 .container-fluid {
  position: relative;
}
.cid-uN1PMml5g0 .row {
  justify-content: left;
}
.cid-uN1PMml5g0 .col-content {
  position: relative;
  z-index: 10;
}
.cid-uN1PMml5g0 .mbr-section-title {
  color: #ffffff;
}
.cid-uN1PMml5g0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uN1PMml5g0 .mbr-text {
  color: #2B2B2B;
}
.cid-uN1PMml5g0 .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uN1PMml5g0 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-uN1PMml5g0 .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uN1PMml5g0 .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uN1PMml5g0 .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-uN1PMml5g0 .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uN1PMml5g0 .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uN1QzNGYFP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefec;
}
.cid-uN1QzNGYFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN1QzNGYFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN1QzNGYFP .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uN1QzNGYFP .col-title {
    margin-bottom: 30px;
  }
}
.cid-uN1QzNGYFP .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-uN1QzNGYFP .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uN1QzNGYFP .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uN1QzNGYFP .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
.cid-uN1QzNGYFP .panel-group {
  border: none;
  padding: 0 !important;
}
.cid-uN1QzNGYFP .card {
  padding: 0 20px !important;
}
.cid-uN1QzNGYFP .card-border {
  height: 2px;
  width: 100%;
  background-color: #dfdfd8;
  margin-top: auto;
}
.cid-uN1QzNGYFP .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uN1QzNGYFP .card-border-top2 {
    display: none;
  }
}
.cid-uN1QzNGYFP .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
  padding: 8px;
  background-color: #5f6ad4;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-uN1QzNGYFP .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-uN1QzNGYFP .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-uN1QzNGYFP .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uN1QzNGYFP .panel-body {
  padding-bottom: 20px;
}
.cid-uN1QzNGYFP .panel-text {
  margin-bottom: 20px !important;
  color: #646464;
}
.cid-uN1QzNGYFP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uN1QzNGYFP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uN1QzNGYFP .panel-title-edit {
  color: #2B2B2B;
}
.cid-uN1QxIKDL9 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffe93a;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uN1QxIKDL9 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffe93a;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .img-bg {
    display: none;
  }
}
.cid-uN1QxIKDL9 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .container {
    padding: 0 !important;
  }
}
.cid-uN1QxIKDL9 .row {
  width: 100%;
  align-items: center;
}
.cid-uN1QxIKDL9 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .content-container {
    padding-top: 0;
    background-color: #ffe93a;
  }
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffe93a;
  }
}
.cid-uN1QxIKDL9 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uN1QxIKDL9 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN1QxIKDL9 .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .brand-text {
    margin-top: 45px;
  }
}
.cid-uN1QxIKDL9 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
  text-align: left;
}
.cid-uN1QxIKDL9 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uN1QxIKDL9 .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-uN1QxIKDL9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uN1QxIKDL9 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN1QxIKDL9 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uN1QxIKDL9 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uN1QxIKDL9 .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 0;
  }
}
.cid-uN1QxIKDL9 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
  text-align: left;
}
.cid-uN1QxIKDL9 .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN1QxIKDL9 .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN1QxIKDL9 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffe93a;
}
.cid-uN1QxIKDL9 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uN1QxIKDL9 .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .copyright {
    text-align: center !important;
  }
}
.cid-uN1Qi4phwy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uN1Qi4phwy nav.navbar {
  position: fixed;
}
.cid-uN1Qi4phwy .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-uN1Qi4phwy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uN1Qi4phwy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uN1Qi4phwy .dropdown-item:hover,
.cid-uN1Qi4phwy .dropdown-item:focus {
  background: #5f6ad4 !important;
  color: #1d191f !important;
}
.cid-uN1Qi4phwy .dropdown-item:hover span {
  color: white;
}
.cid-uN1Qi4phwy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uN1Qi4phwy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uN1Qi4phwy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uN1Qi4phwy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN1Qi4phwy .nav-link {
  position: relative;
}
.cid-uN1Qi4phwy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uN1Qi4phwy .container {
    flex-wrap: nowrap;
  }
}
.cid-uN1Qi4phwy .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uN1Qi4phwy .dropdown-menu,
.cid-uN1Qi4phwy .navbar.opened {
  background: #000000 !important;
}
.cid-uN1Qi4phwy .nav-item:focus,
.cid-uN1Qi4phwy .nav-link:focus {
  outline: none;
}
.cid-uN1Qi4phwy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uN1Qi4phwy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN1Qi4phwy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uN1Qi4phwy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN1Qi4phwy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN1Qi4phwy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN1Qi4phwy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uN1Qi4phwy .navbar.opened {
  transition: all 0.3s;
}
.cid-uN1Qi4phwy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uN1Qi4phwy .navbar .navbar-logo img {
  width: auto;
}
.cid-uN1Qi4phwy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uN1Qi4phwy .navbar.collapsed {
  justify-content: center;
}
.cid-uN1Qi4phwy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN1Qi4phwy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN1Qi4phwy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uN1Qi4phwy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN1Qi4phwy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN1Qi4phwy .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-uN1Qi4phwy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN1Qi4phwy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uN1Qi4phwy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uN1Qi4phwy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN1Qi4phwy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN1Qi4phwy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN1Qi4phwy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN1Qi4phwy .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-uN1Qi4phwy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uN1Qi4phwy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN1Qi4phwy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN1Qi4phwy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uN1Qi4phwy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uN1Qi4phwy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uN1Qi4phwy .navbar.navbar-short {
  min-height: 70px;
}
.cid-uN1Qi4phwy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uN1Qi4phwy .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-uN1Qi4phwy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-uN1Qi4phwy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN1Qi4phwy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN1Qi4phwy .dropdown-item.active,
.cid-uN1Qi4phwy .dropdown-item:active {
  background-color: transparent;
}
.cid-uN1Qi4phwy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN1Qi4phwy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN1Qi4phwy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN1Qi4phwy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uN1Qi4phwy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN1Qi4phwy .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-uN1Qi4phwy .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN1Qi4phwy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN1Qi4phwy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uN1Qi4phwy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uN1Qi4phwy button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-uN1Qi4phwy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uN1Qi4phwy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uN1Qi4phwy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN1Qi4phwy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN1Qi4phwy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uN1Qi4phwy button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-uN1Qi4phwy .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-uN1Qi4phwy .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN1Qi4phwy .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uN1Qi4phwy .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uN1Qi4phwy .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN1Qi4phwy .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-uN1Qi4phwy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uN1Qi4phwy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN1Qi4phwy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN1Qi4phwy .navbar {
    height: 70px;
  }
  .cid-uN1Qi4phwy .navbar.opened {
    height: auto;
  }
  .cid-uN1Qi4phwy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN1Qi4phwy .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-uN1Qi4phwy .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-uN1Qi4phwy .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-uN1Qi4phwy .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-uN1Qi4phwy .navbar-nav-main .nav-item .nav-link:hover {
  color: #5f6ad4 !important;
}
.cid-uN1Qi4phwy .navbar-nav-right {
  justify-content: flex-end;
}
.cid-uN1Qi4phwy .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uN1Qi4phwy .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-uN1Qi4phwy .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-uN1Qi4phwy .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-uN1Qi4phwy {
    min-height: 0;
    height: 0;
  }
  .cid-uN1Qi4phwy .navbar,
  .cid-uN1Qi4phwy .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-uN1Qi4phwy .container,
  .cid-uN1Qi4phwy .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-uN1Qi4phwy .navbar-brand-main {
    display: none !important;
  }
  .cid-uN1Qi4phwy .navbar-nav-main {
    display: none !important;
  }
  .cid-uN1Qi4phwy .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-uN1Qi4phwy .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-uN1Qi4phwy .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uN1Qi4phwy .sidbar-nav .nav-item .nav-link:hover {
    color: #5f6ad4 !important;
  }
  .cid-uN1Qi4phwy .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uN1Qi4phwy .mbr-section-btn {
    margin-top: auto;
  }
  .cid-uN1Qi4phwy .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uN1Qi4phwy .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uN1Qi4phwy .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uN1Qi4phwy .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-uN1Qi5U5JP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/5-605x454.jpg");
  overflow: hidden;
}
.cid-uN1Qi5U5JP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN1Qi5U5JP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN1Qi5U5JP .container,
.cid-uN1Qi5U5JP .container-fluid {
  position: relative;
}
.cid-uN1Qi5U5JP .row {
  justify-content: left;
}
.cid-uN1Qi5U5JP .col-content {
  position: relative;
  z-index: 10;
}
.cid-uN1Qi5U5JP .mbr-section-title {
  color: #ffffff;
}
.cid-uN1Qi5U5JP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uN1Qi5U5JP .mbr-text {
  color: #2B2B2B;
}
.cid-uN1Qi5U5JP .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uN1Qi5U5JP .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-uN1Qi5U5JP .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uN1Qi5U5JP .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uN1Qi5U5JP .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-uN1Qi5U5JP .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uN1Qi5U5JP .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uN1Qi6yAsp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
  overflow: hidden;
}
.cid-uN1Qi6yAsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN1Qi6yAsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN1Qi6yAsp .container,
.cid-uN1Qi6yAsp .container-fluid {
  position: relative;
}
.cid-uN1Qi6yAsp .row {
  justify-content: left;
}
.cid-uN1Qi6yAsp .col-content {
  position: relative;
  z-index: 10;
}
.cid-uN1Qi6yAsp .mbr-section-title {
  color: #2B2B2B;
}
.cid-uN1Qi6yAsp .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-uN1Qi6yAsp .mbr-text {
  color: #2B2B2B;
}
.cid-uN1Qi6yAsp .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uN1Qi6yAsp .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-uN1Qi6yAsp .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uN1Qi6yAsp .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #abf6b0 27%, #abf6b0 50%, #abf6b0 79%);
}
.cid-uN1Qi6yAsp .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uN1Qi6yAsp .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uN1Qi6yAsp .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #78ec80 27%, #78ec80 50%, #78ec80 79%);
}
.cid-uN1Qi6yAsp .mbr-text,
.cid-uN1Qi6yAsp .mbr-section-btn {
  text-align: left;
}
.cid-uN1QxIKDL9 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffe93a;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uN1QxIKDL9 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffe93a;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .img-bg {
    display: none;
  }
}
.cid-uN1QxIKDL9 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .container {
    padding: 0 !important;
  }
}
.cid-uN1QxIKDL9 .row {
  width: 100%;
  align-items: center;
}
.cid-uN1QxIKDL9 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .content-container {
    padding-top: 0;
    background-color: #ffe93a;
  }
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffe93a;
  }
}
.cid-uN1QxIKDL9 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uN1QxIKDL9 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN1QxIKDL9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN1QxIKDL9 .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .brand-text {
    margin-top: 45px;
  }
}
.cid-uN1QxIKDL9 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
  text-align: left;
}
.cid-uN1QxIKDL9 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uN1QxIKDL9 .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-uN1QxIKDL9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uN1QxIKDL9 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN1QxIKDL9 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uN1QxIKDL9 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uN1QxIKDL9 .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uN1QxIKDL9 .col-link3 {
    padding-left: 0;
  }
}
.cid-uN1QxIKDL9 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
  text-align: left;
}
.cid-uN1QxIKDL9 .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN1QxIKDL9 .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN1QxIKDL9 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffe93a;
}
.cid-uN1QxIKDL9 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uN1QxIKDL9 .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uN1QxIKDL9 .copyright {
    text-align: center !important;
  }
}
