.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 4rem;
  line-height: 0.95;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.5rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1.55;
}
.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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #8e73fe !important;
}
.bg-success {
  background-color: #e5e5e5 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ef9a51 !important;
}
.bg-danger {
  background-color: #d92a2e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8e73fe !important;
  border-color: #8e73fe !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #b7a6fe !important;
  border-color: #b7a6fe !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b7a6fe !important;
  border-color: #b7a6fe !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #efef51 !important;
  border-color: #efef51 !important;
  color: #3c3c05 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f3f380 !important;
  border-color: #f3f380 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #3c3c05 !important;
  background-color: #f3f380 !important;
  border-color: #f3f380 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ef9a51 !important;
  border-color: #ef9a51 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f3b580 !important;
  border-color: #f3b580 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f3b580 !important;
  border-color: #f3b580 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d92a2e !important;
  border-color: #d92a2e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e15558 !important;
  border-color: #e15558 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e15558 !important;
  border-color: #e15558 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #8e73fe;
  color: #8e73fe;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #491dfd !important;
  background-color: transparent !important;
  border-color: #491dfd !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8e73fe !important;
  border-color: #8e73fe !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #efef51;
  color: #efef51;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d6d614 !important;
  background-color: transparent !important;
  border-color: #d6d614 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #3c3c05 !important;
  background-color: #efef51 !important;
  border-color: #efef51 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e5e5e5;
  color: #e5e5e5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bababa !important;
  background-color: transparent !important;
  border-color: #bababa !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ef9a51;
  color: #ef9a51;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d66d14 !important;
  background-color: transparent !important;
  border-color: #d66d14 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ef9a51 !important;
  border-color: #ef9a51 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d92a2e;
  color: #d92a2e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #921a1d !important;
  background-color: transparent !important;
  border-color: #921a1d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d92a2e !important;
  border-color: #d92a2e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #8e73fe !important;
}
.text-secondary {
  color: #efef51 !important;
}
.text-success {
  color: #e5e5e5 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ef9a51 !important;
}
.text-danger {
  color: #d92a2e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3c0efd !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c8c812 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b2b2b2 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c86612 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #85181a !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: #8e73fe;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ef9a51;
}
.alert-danger {
  background-color: #d92a2e;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8e73fe;
  border-color: #8e73fe;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8e73fe;
}
.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: #f8d7d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1.55;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #8e73fe !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #8e73fe;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8e73fe;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8e73fe;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #8e73fe;
  border-bottom-color: #8e73fe;
}
.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: #8e73fe !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #efef51 !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='%238e73fe' %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;
}
.mbr-section-btn {
  width: 100%;
}
.mbr-section-btn .btn {
  padding: 16px 30px;
  border-radius: 3rem !important;
  font-weight: 400 !important;
  padding: 30px;
  width: 100%;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 16px 22px;
  }
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 22px;
  }
}
.logo-wrap {
  border-radius: 3rem !important;
}
.item-tag {
  border-radius: 3rem !important;
}
.iconfont-wrap .mbr-iconfont {
  border-radius: 8px;
}
.nav-link {
  border-radius: 3rem !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.items-wrapper,
.form-wrapper {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .items-wrapper,
  .form-wrapper {
    border-radius: 30px !important;
  }
}
.image-avatar {
  border-radius: 30px !important;
}
.item-wrapper::after,
.item-wrapper::before {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .item-wrapper::after,
  .item-wrapper::before {
    border-radius: 30px !important;
  }
}
.card-wrap::after,
.card-wrap::before {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .card-wrap::after,
  .card-wrap::before {
    border-radius: 30px !important;
  }
}
.form-wrapper::after,
.form-wrapper::before {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .form-wrapper::after,
  .form-wrapper::before {
    border-radius: 30px !important;
  }
}
.cid-uFIylbKuGd .navbar-dropdown {
  position: relative !important;
}
.cid-uFIylbKuGd .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFIylbKuGd .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFIylbKuGd .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-uFIylbKuGd .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uFIylbKuGd .dropdown-item {
  border-bottom: 1px solid #63635d;
  background: #efef51 !important;
  color: #63635d !important;
}
.cid-uFIylbKuGd .dropdown-item:hover,
.cid-uFIylbKuGd .dropdown-item:focus {
  background: #efef51 !important;
  color: #63635d !important;
}
.cid-uFIylbKuGd .dropdown-item:hover span {
  color: white;
}
.cid-uFIylbKuGd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFIylbKuGd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFIylbKuGd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFIylbKuGd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFIylbKuGd .nav-link {
  position: relative;
}
.cid-uFIylbKuGd .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFIylbKuGd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFIylbKuGd .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFIylbKuGd .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uFIylbKuGd .dropdown-menu,
.cid-uFIylbKuGd .navbar.opened {
  background: #efef51 !important;
}
.cid-uFIylbKuGd .nav-item:focus,
.cid-uFIylbKuGd .nav-link:focus {
  outline: none;
}
.cid-uFIylbKuGd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFIylbKuGd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFIylbKuGd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFIylbKuGd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFIylbKuGd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFIylbKuGd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFIylbKuGd .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efef51;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFIylbKuGd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFIylbKuGd .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 30px;
}
.cid-uFIylbKuGd .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFIylbKuGd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFIylbKuGd .navbar.collapsed {
  justify-content: center;
}
.cid-uFIylbKuGd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFIylbKuGd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFIylbKuGd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uFIylbKuGd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFIylbKuGd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFIylbKuGd .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-uFIylbKuGd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFIylbKuGd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFIylbKuGd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFIylbKuGd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFIylbKuGd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFIylbKuGd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFIylbKuGd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFIylbKuGd .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-uFIylbKuGd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFIylbKuGd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFIylbKuGd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFIylbKuGd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFIylbKuGd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFIylbKuGd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFIylbKuGd .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFIylbKuGd .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFIylbKuGd .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFIylbKuGd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFIylbKuGd .navbar-brand .navbar-caption:hover,
.cid-uFIylbKuGd .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uFIylbKuGd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFIylbKuGd .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFIylbKuGd .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uFIylbKuGd .dropdown-item.active,
.cid-uFIylbKuGd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFIylbKuGd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFIylbKuGd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFIylbKuGd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFIylbKuGd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efef51;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uFIylbKuGd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFIylbKuGd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFIylbKuGd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFIylbKuGd ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFIylbKuGd ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFIylbKuGd .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uFIylbKuGd .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uFIylbKuGd .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFIylbKuGd .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFIylbKuGd button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #efef51 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFIylbKuGd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uFIylbKuGd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFIylbKuGd button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFIylbKuGd button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFIylbKuGd button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFIylbKuGd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFIylbKuGd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFIylbKuGd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFIylbKuGd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFIylbKuGd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFIylbKuGd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFIylbKuGd .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-uFIylbKuGd .navbar {
    height: 70px;
  }
  .cid-uFIylbKuGd .navbar.opened {
    height: auto;
  }
  .cid-uFIylbKuGd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFIylbKuGd .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uFIylbKuGd .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFIylbKuGd .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
  color: #63635d;
}
.cid-uFIylbKuGd .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFIylbKuGd .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uFIylbKuGd .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFIylbKuGd .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFIylbKuGd .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFIylbKuGd .nav-item .dropdown-menu .dropdown-item {
  color: #63635d !important;
}
.cid-uFIylbKuGd .nav-item .dropdown-menu .dropdown-item:hover {
  color: #63635d !important;
}
@media (max-width: 991px) {
  .cid-uFIylbKuGd .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFIylbKuGd .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFIylbKuGd .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFIylbKuGd .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFIylbKuGd .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFIylbKuGd .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFIylbKuGd .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFIylbKuGd .content-wrap {
  min-height: 110px;
}
.cid-uFIylEWMe7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFIylEWMe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIylEWMe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIylEWMe7 .row {
  margin: 0 -8px;
}
.cid-uFIylEWMe7 .row .card {
  padding: 0 8px;
}
.cid-uFIylEWMe7 .card-wrapper {
  padding: 75px 64px;
  background-color: #efef51;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uFIylEWMe7 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFIylEWMe7 .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uFIylEWMe7 .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uFIylEWMe7 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uFIylEWMe7 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFIylEWMe7 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uFIylEWMe7 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFIylEWMe7 .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFIylEWMe7 .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFIylEWMe7 .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uFIylEWMe7 .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uFIylEWMe7 .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uFIylEWMe7 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFIylEWMe7 .image-wrapper {
  height: 100%;
}
.cid-uFIylEWMe7 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFIylEWMe7 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uFIylEWMe7 .mbr-text,
.cid-uFIylEWMe7 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFIylEWMe7 .logo-wrapper,
.cid-uFIylEWMe7 .mbr-desc {
  text-align: center;
}
.cid-uFIylEWMe7 .mbr-desc {
  color: #63635d;
}
.cid-uFIyp6u7WT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFIyp6u7WT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIyp6u7WT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIyp6u7WT .row {
  justify-content: center;
}
.cid-uFIyp6u7WT .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uFIyp6u7WT .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uFIyp6u7WT .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFIyp6u7WT .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uFIyp6u7WT .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uFIyp6u7WT .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uFIyp6u7WT .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFIyp6u7WT .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uFIyp6u7WT .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uFIyp6u7WT .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uFIyp6u7WT .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFIyp6u7WT .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uFIyp6u7WT .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFIyp6u7WT .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-uFIyp6u7WT .mbr-text,
.cid-uFIyp6u7WT .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFIyp6u7WT .mbr-section-title,
.cid-uFIyp6u7WT .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uI4kOoplbv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efef51;
  background-image: linear-gradient(135deg, #63635d 10%, #efef51 80%, #000000 130%);
}
.cid-uI4kOoplbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4kOoplbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4kOoplbv .row {
  justify-content: center;
}
.cid-uI4kOoplbv .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uI4kOoplbv .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uI4kOoplbv .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uI4kOoplbv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uI4kOoplbv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uI4kOoplbv .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uI4kOoplbv .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uI4kOoplbv .mbr-section-title {
  color: #ffffff;
}
.cid-uI4kOoplbv .mbr-text,
.cid-uI4kOoplbv .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uI4kOoplbv .mbr-section-title,
.cid-uI4kOoplbv .mbr-section-btn,
.cid-uI4kOoplbv .logo-wrapper {
  text-align: center;
}
.cid-uI4l3McGXm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uI4l3McGXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4l3McGXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI4l3McGXm .container {
    padding: 0 16px;
  }
}
.cid-uI4l3McGXm .card {
  justify-content: center;
}
.cid-uI4l3McGXm .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uI4l3McGXm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uI4l3McGXm .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uI4l3McGXm .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uI4l3McGXm .mbr-section-title {
  color: #000000;
}
.cid-uI4l3McGXm .mbr-text {
  color: #000000;
}
.cid-uI4l3McGXm .mbr-desc {
  color: #000000;
}
.cid-uFIyqBEH6g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFIyqBEH6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIyqBEH6g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIyqBEH6g .items-wrapper {
  margin: 0 -8px;
}
.cid-uFIyqBEH6g .items-wrapper .item {
  padding: 0 8px;
}
.cid-uFIyqBEH6g .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uFIyqBEH6g .item {
    margin-bottom: 12px;
  }
}
.cid-uFIyqBEH6g .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uI4lJ4zeSl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI4lJ4zeSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4lJ4zeSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4lJ4zeSl .col-title {
  margin-bottom: 40px;
}
.cid-uI4lJ4zeSl .mbr-section-title {
  color: #000000;
}
.cid-uI4lJ4zeSl .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-uI4lJ4zeSl .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
  flex-wrap: wrap;
}
.cid-uI4lJ4zeSl .card {
  width: 50%;
  padding: 10px;
}
.cid-uI4lJ4zeSl .card .card-box {
  background-color: #ffffbf;
}
.cid-uI4lJ4zeSl .card:nth-child(2n) .card-box {
  background-color: #ffffbf;
}
@media (max-width: 767px) {
  .cid-uI4lJ4zeSl .card {
    width: 100%;
  }
}
.cid-uI4lJ4zeSl .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 15% 15% 15% 15%;
}
.cid-uI4lJ4zeSl .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uI4lJ4zeSl .mbr-iconfont {
  font-size: 120px;
  color: #112b6d;
}
.cid-uI4lJ4zeSl .card-container {
  width: 100%;
}
.cid-uI4lJ4zeSl .card-title {
  color: #000000;
  margin-bottom: 20px !important;
}
.cid-uI4lJ4zeSl .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-uI4lJ4zeSl .card-text,
.cid-uI4lJ4zeSl .mbr-section-btn {
  color: #000000;
}
.cid-uI4lxMPRCv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI4lxMPRCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4lxMPRCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4lxMPRCv .row {
  justify-content: center;
}
.cid-uI4lxMPRCv .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uI4lxMPRCv .image-wrapper img {
    height: 300px;
  }
}
.cid-uI4lxMPRCv .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-uI4lxMPRCv .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uI4lxMPRCv .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-uI4lxMPRCv .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uI4lxMPRCv .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efef51;
  opacity: .5;
  pointer-events: none;
}
.cid-uI4lxMPRCv .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uI4lxMPRCv .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uI4lxMPRCv .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uI4lxMPRCv .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uI4lxMPRCv .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uI4lxMPRCv .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uI4lxMPRCv .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uI4lxMPRCv .mbr-section-title {
  color: #2c2c26;
}
.cid-uI4lxMPRCv .mbr-text,
.cid-uI4lxMPRCv .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uI4lxMPRCv .mbr-section-title,
.cid-uI4lxMPRCv .mbr-section-btn {
  text-align: center;
}
.cid-uI4hsVCST6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uI4hsVCST6 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uI4hsVCST6 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uI4hsVCST6 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uI4hsVCST6 .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uI4hsVCST6 .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uI4hsVCST6 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uI4hsVCST6 .margin {
  margin-right: 14px;
}
.cid-uI4hsVCST6 .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uI4hsVCST6 .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uI4hsVCST6 .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uI4hsVCST6 .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uI4hsVCST6 .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-uI4hsVCST6 .socicon-bg-mail {
  background-color: #134785;
}
.cid-uI4hsVCST6 .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #8e73fe;
  cursor: pointer;
}
.cid-uI4hsVCST6 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uI4hsVCST6 .btn-social:hover {
  color: #fff;
}
.cid-uI4hsVCST6 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uI4hsVCST6 img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uI4hsVCST6 .mbr-social-likes {
  max-width: 454px;
}
.cid-uI4hsVCST6 .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uI4hsVCST6 .card-subtitle {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uI4hsVCST6 .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uI4hsVCST6 .card-title,
.cid-uI4hsVCST6 .card-subtitle,
.cid-uI4hsVCST6 .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uI4hsVCST6 .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uI4hsVCST6 .al {
    flex-direction: column;
  }
  .cid-uI4hsVCST6 .shadow {
    padding: 39px 36px;
  }
  .cid-uI4hsVCST6 img {
    padding-bottom: 20px;
  }
  .cid-uI4hsVCST6 .card-title,
  .cid-uI4hsVCST6 .card-subtitle,
  .cid-uI4hsVCST6 .card-text,
  .cid-uI4hsVCST6 .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uI4hsVCST6 .shadow {
    padding: 35px 15px;
  }
}
.cid-uI4hsVCST6 .mbr-iconfont {
  margin-left: 0;
}
.cid-uI4hsVCST6 .card-text,
.cid-uI4hsVCST6 .mbr-social-likes {
  color: #000000;
}
.cid-uI4eUY6cCj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uI4eUY6cCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4eUY6cCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4eUY6cCj .row {
  justify-content: center;
}
.cid-uI4eUY6cCj .card {
  justify-content: center;
}
.cid-uI4eUY6cCj .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4eUY6cCj .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uI4eUY6cCj .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uI4eUY6cCj .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uI4eUY6cCj .nav-wrapper .list .item-wrap:hover,
.cid-uI4eUY6cCj .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uI4eUY6cCj .list,
.cid-uI4eUY6cCj .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uI4f4QVBpe .navbar-dropdown {
  position: relative !important;
}
.cid-uI4f4QVBpe .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uI4f4QVBpe .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uI4f4QVBpe .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-uI4f4QVBpe .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uI4f4QVBpe .dropdown-item {
  border-bottom: 1px solid #63635d;
  background: #efef51 !important;
  color: #63635d !important;
}
.cid-uI4f4QVBpe .dropdown-item:hover,
.cid-uI4f4QVBpe .dropdown-item:focus {
  background: #efef51 !important;
  color: #63635d !important;
}
.cid-uI4f4QVBpe .dropdown-item:hover span {
  color: white;
}
.cid-uI4f4QVBpe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI4f4QVBpe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI4f4QVBpe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI4f4QVBpe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI4f4QVBpe .nav-link {
  position: relative;
}
.cid-uI4f4QVBpe .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uI4f4QVBpe .container {
    flex-wrap: nowrap;
  }
}
.cid-uI4f4QVBpe .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uI4f4QVBpe .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uI4f4QVBpe .dropdown-menu,
.cid-uI4f4QVBpe .navbar.opened {
  background: #efef51 !important;
}
.cid-uI4f4QVBpe .nav-item:focus,
.cid-uI4f4QVBpe .nav-link:focus {
  outline: none;
}
.cid-uI4f4QVBpe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI4f4QVBpe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uI4f4QVBpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI4f4QVBpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI4f4QVBpe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI4f4QVBpe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI4f4QVBpe .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efef51;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4f4QVBpe .navbar.opened {
  transition: all 0.3s;
}
.cid-uI4f4QVBpe .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 30px;
}
.cid-uI4f4QVBpe .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uI4f4QVBpe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI4f4QVBpe .navbar.collapsed {
  justify-content: center;
}
.cid-uI4f4QVBpe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI4f4QVBpe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI4f4QVBpe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uI4f4QVBpe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI4f4QVBpe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI4f4QVBpe .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-uI4f4QVBpe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI4f4QVBpe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI4f4QVBpe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI4f4QVBpe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI4f4QVBpe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI4f4QVBpe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI4f4QVBpe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI4f4QVBpe .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-uI4f4QVBpe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI4f4QVBpe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI4f4QVBpe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI4f4QVBpe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uI4f4QVBpe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI4f4QVBpe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uI4f4QVBpe .navbar.navbar-short {
  min-height: 96px;
}
.cid-uI4f4QVBpe .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uI4f4QVBpe .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uI4f4QVBpe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uI4f4QVBpe .navbar-brand .navbar-caption:hover,
.cid-uI4f4QVBpe .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uI4f4QVBpe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI4f4QVBpe .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uI4f4QVBpe .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uI4f4QVBpe .dropdown-item.active,
.cid-uI4f4QVBpe .dropdown-item:active {
  background-color: transparent;
}
.cid-uI4f4QVBpe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI4f4QVBpe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI4f4QVBpe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI4f4QVBpe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efef51;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uI4f4QVBpe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uI4f4QVBpe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uI4f4QVBpe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI4f4QVBpe ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uI4f4QVBpe ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uI4f4QVBpe .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uI4f4QVBpe .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uI4f4QVBpe .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uI4f4QVBpe .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uI4f4QVBpe button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #efef51 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4f4QVBpe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uI4f4QVBpe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uI4f4QVBpe button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uI4f4QVBpe button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uI4f4QVBpe button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uI4f4QVBpe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4f4QVBpe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI4f4QVBpe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI4f4QVBpe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4f4QVBpe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uI4f4QVBpe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI4f4QVBpe .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-uI4f4QVBpe .navbar {
    height: 70px;
  }
  .cid-uI4f4QVBpe .navbar.opened {
    height: auto;
  }
  .cid-uI4f4QVBpe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI4f4QVBpe .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uI4f4QVBpe .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uI4f4QVBpe .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
  color: #63635d;
}
.cid-uI4f4QVBpe .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uI4f4QVBpe .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uI4f4QVBpe .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uI4f4QVBpe .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uI4f4QVBpe .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uI4f4QVBpe .nav-item .dropdown-menu .dropdown-item {
  color: #63635d !important;
}
.cid-uI4f4QVBpe .nav-item .dropdown-menu .dropdown-item:hover {
  color: #63635d !important;
}
@media (max-width: 991px) {
  .cid-uI4f4QVBpe .navbar {
    justify-content: flex-start !important;
  }
  .cid-uI4f4QVBpe .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uI4f4QVBpe .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uI4f4QVBpe .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uI4f4QVBpe .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uI4f4QVBpe .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uI4f4QVBpe .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uI4f4QVBpe .content-wrap {
  min-height: 110px;
}
.cid-uI4f4T6Glq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI4f4T6Glq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4f4T6Glq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4f4T6Glq .row {
  margin: 0 -8px;
}
.cid-uI4f4T6Glq .row .card {
  padding: 0 8px;
}
.cid-uI4f4T6Glq .card-wrapper {
  padding: 75px 64px;
  background-color: #efef51;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uI4f4T6Glq .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uI4f4T6Glq .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uI4f4T6Glq .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uI4f4T6Glq .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uI4f4T6Glq .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uI4f4T6Glq .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uI4f4T6Glq .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uI4f4T6Glq .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uI4f4T6Glq .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uI4f4T6Glq .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uI4f4T6Glq .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uI4f4T6Glq .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uI4f4T6Glq .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uI4f4T6Glq .image-wrapper {
  height: 100%;
}
.cid-uI4f4T6Glq .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uI4f4T6Glq .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uI4f4T6Glq .mbr-text,
.cid-uI4f4T6Glq .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uI4f4T6Glq .logo-wrapper,
.cid-uI4f4T6Glq .mbr-desc {
  text-align: center;
}
.cid-uI4f4T6Glq .mbr-desc {
  color: #63635d;
}
.cid-uI4fjel2hP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uI4fjel2hP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4fjel2hP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4fjel2hP .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #efef51, -10px -10px 19px #efef51;
}
@media (max-width: 767px) {
  .cid-uI4fjel2hP .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uI4fjel2hP .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uI4fjel2hP .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uI4fjel2hP .card-title {
    margin-bottom: 20px;
  }
}
.cid-uI4fjel2hP .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uI4fjel2hP .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uI4fjel2hP .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uI4hbRF1be {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uI4hbRF1be .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uI4hbRF1be .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uI4hbRF1be .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uI4hbRF1be .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uI4hbRF1be .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uI4hbRF1be .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uI4hbRF1be .margin {
  margin-right: 14px;
}
.cid-uI4hbRF1be .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uI4hbRF1be .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uI4hbRF1be .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uI4hbRF1be .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uI4hbRF1be .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-uI4hbRF1be .socicon-bg-mail {
  background-color: #134785;
}
.cid-uI4hbRF1be .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #8e73fe;
  cursor: pointer;
}
.cid-uI4hbRF1be .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uI4hbRF1be .btn-social:hover {
  color: #fff;
}
.cid-uI4hbRF1be .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uI4hbRF1be img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uI4hbRF1be .mbr-social-likes {
  max-width: 454px;
}
.cid-uI4hbRF1be .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uI4hbRF1be .card-subtitle {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uI4hbRF1be .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uI4hbRF1be .card-title,
.cid-uI4hbRF1be .card-subtitle,
.cid-uI4hbRF1be .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uI4hbRF1be .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uI4hbRF1be .al {
    flex-direction: column;
  }
  .cid-uI4hbRF1be .shadow {
    padding: 39px 36px;
  }
  .cid-uI4hbRF1be img {
    padding-bottom: 20px;
  }
  .cid-uI4hbRF1be .card-title,
  .cid-uI4hbRF1be .card-subtitle,
  .cid-uI4hbRF1be .card-text,
  .cid-uI4hbRF1be .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uI4hbRF1be .shadow {
    padding: 35px 15px;
  }
}
.cid-uI4hbRF1be .mbr-iconfont {
  margin-left: 0;
}
.cid-uI4hbRF1be .card-text,
.cid-uI4hbRF1be .mbr-social-likes {
  color: #000000;
}
.cid-uI4f4WdtHB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uI4f4WdtHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4f4WdtHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4f4WdtHB .row {
  justify-content: center;
}
.cid-uI4f4WdtHB .card {
  justify-content: center;
}
.cid-uI4f4WdtHB .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4f4WdtHB .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uI4f4WdtHB .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uI4f4WdtHB .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uI4f4WdtHB .nav-wrapper .list .item-wrap:hover,
.cid-uI4f4WdtHB .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uI4f4WdtHB .list,
.cid-uI4f4WdtHB .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uI4fHm05vv .navbar-dropdown {
  position: relative !important;
}
.cid-uI4fHm05vv .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uI4fHm05vv .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uI4fHm05vv .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-uI4fHm05vv .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uI4fHm05vv .dropdown-item {
  border-bottom: 1px solid #63635d;
  background: #efef51 !important;
  color: #63635d !important;
}
.cid-uI4fHm05vv .dropdown-item:hover,
.cid-uI4fHm05vv .dropdown-item:focus {
  background: #efef51 !important;
  color: #63635d !important;
}
.cid-uI4fHm05vv .dropdown-item:hover span {
  color: white;
}
.cid-uI4fHm05vv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI4fHm05vv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI4fHm05vv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI4fHm05vv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI4fHm05vv .nav-link {
  position: relative;
}
.cid-uI4fHm05vv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uI4fHm05vv .container {
    flex-wrap: nowrap;
  }
}
.cid-uI4fHm05vv .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uI4fHm05vv .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uI4fHm05vv .dropdown-menu,
.cid-uI4fHm05vv .navbar.opened {
  background: #efef51 !important;
}
.cid-uI4fHm05vv .nav-item:focus,
.cid-uI4fHm05vv .nav-link:focus {
  outline: none;
}
.cid-uI4fHm05vv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI4fHm05vv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uI4fHm05vv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI4fHm05vv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI4fHm05vv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI4fHm05vv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI4fHm05vv .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efef51;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4fHm05vv .navbar.opened {
  transition: all 0.3s;
}
.cid-uI4fHm05vv .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 30px;
}
.cid-uI4fHm05vv .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uI4fHm05vv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI4fHm05vv .navbar.collapsed {
  justify-content: center;
}
.cid-uI4fHm05vv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI4fHm05vv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI4fHm05vv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uI4fHm05vv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI4fHm05vv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI4fHm05vv .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-uI4fHm05vv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI4fHm05vv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI4fHm05vv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI4fHm05vv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI4fHm05vv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI4fHm05vv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI4fHm05vv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI4fHm05vv .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-uI4fHm05vv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI4fHm05vv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI4fHm05vv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI4fHm05vv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uI4fHm05vv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI4fHm05vv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uI4fHm05vv .navbar.navbar-short {
  min-height: 96px;
}
.cid-uI4fHm05vv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uI4fHm05vv .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uI4fHm05vv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uI4fHm05vv .navbar-brand .navbar-caption:hover,
.cid-uI4fHm05vv .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uI4fHm05vv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI4fHm05vv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uI4fHm05vv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uI4fHm05vv .dropdown-item.active,
.cid-uI4fHm05vv .dropdown-item:active {
  background-color: transparent;
}
.cid-uI4fHm05vv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI4fHm05vv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI4fHm05vv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI4fHm05vv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efef51;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uI4fHm05vv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uI4fHm05vv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uI4fHm05vv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI4fHm05vv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uI4fHm05vv ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uI4fHm05vv .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uI4fHm05vv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uI4fHm05vv .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uI4fHm05vv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uI4fHm05vv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #efef51 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4fHm05vv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uI4fHm05vv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uI4fHm05vv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uI4fHm05vv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uI4fHm05vv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uI4fHm05vv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4fHm05vv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI4fHm05vv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI4fHm05vv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4fHm05vv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uI4fHm05vv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI4fHm05vv .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-uI4fHm05vv .navbar {
    height: 70px;
  }
  .cid-uI4fHm05vv .navbar.opened {
    height: auto;
  }
  .cid-uI4fHm05vv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI4fHm05vv .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uI4fHm05vv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uI4fHm05vv .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
  color: #63635d;
}
.cid-uI4fHm05vv .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uI4fHm05vv .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uI4fHm05vv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uI4fHm05vv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uI4fHm05vv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uI4fHm05vv .nav-item .dropdown-menu .dropdown-item {
  color: #63635d !important;
}
.cid-uI4fHm05vv .nav-item .dropdown-menu .dropdown-item:hover {
  color: #63635d !important;
}
@media (max-width: 991px) {
  .cid-uI4fHm05vv .navbar {
    justify-content: flex-start !important;
  }
  .cid-uI4fHm05vv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uI4fHm05vv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uI4fHm05vv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uI4fHm05vv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uI4fHm05vv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uI4fHm05vv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uI4fHm05vv .content-wrap {
  min-height: 110px;
}
.cid-uI4fHnxrPE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI4fHnxrPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4fHnxrPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4fHnxrPE .row {
  margin: 0 -8px;
}
.cid-uI4fHnxrPE .row .card {
  padding: 0 8px;
}
.cid-uI4fHnxrPE .card-wrapper {
  padding: 75px 64px;
  background-color: #efef51;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uI4fHnxrPE .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uI4fHnxrPE .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uI4fHnxrPE .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uI4fHnxrPE .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uI4fHnxrPE .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uI4fHnxrPE .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uI4fHnxrPE .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uI4fHnxrPE .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uI4fHnxrPE .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uI4fHnxrPE .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uI4fHnxrPE .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uI4fHnxrPE .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uI4fHnxrPE .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uI4fHnxrPE .image-wrapper {
  height: 100%;
}
.cid-uI4fHnxrPE .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uI4fHnxrPE .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uI4fHnxrPE .mbr-text,
.cid-uI4fHnxrPE .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uI4fHnxrPE .logo-wrapper,
.cid-uI4fHnxrPE .mbr-desc {
  text-align: center;
}
.cid-uI4fHnxrPE .mbr-desc {
  color: #63635d;
}
.cid-uI4fHpxD84 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uI4fHpxD84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4fHpxD84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4fHpxD84 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #efef51, -10px -10px 19px #efef51;
}
@media (max-width: 767px) {
  .cid-uI4fHpxD84 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uI4fHpxD84 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uI4fHpxD84 .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uI4fHpxD84 .card-title {
    margin-bottom: 20px;
  }
}
.cid-uI4fHpxD84 .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uI4fHpxD84 .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uI4fHpxD84 .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uI4gYHIqTq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uI4gYHIqTq .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uI4gYHIqTq .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uI4gYHIqTq .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uI4gYHIqTq .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uI4gYHIqTq .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uI4gYHIqTq .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uI4gYHIqTq .margin {
  margin-right: 14px;
}
.cid-uI4gYHIqTq .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uI4gYHIqTq .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uI4gYHIqTq .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uI4gYHIqTq .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uI4gYHIqTq .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-uI4gYHIqTq .socicon-bg-mail {
  background-color: #134785;
}
.cid-uI4gYHIqTq .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #8e73fe;
  cursor: pointer;
}
.cid-uI4gYHIqTq .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uI4gYHIqTq .btn-social:hover {
  color: #fff;
}
.cid-uI4gYHIqTq .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uI4gYHIqTq img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uI4gYHIqTq .mbr-social-likes {
  max-width: 454px;
}
.cid-uI4gYHIqTq .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uI4gYHIqTq .card-subtitle {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uI4gYHIqTq .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uI4gYHIqTq .card-title,
.cid-uI4gYHIqTq .card-subtitle,
.cid-uI4gYHIqTq .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uI4gYHIqTq .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uI4gYHIqTq .al {
    flex-direction: column;
  }
  .cid-uI4gYHIqTq .shadow {
    padding: 39px 36px;
  }
  .cid-uI4gYHIqTq img {
    padding-bottom: 20px;
  }
  .cid-uI4gYHIqTq .card-title,
  .cid-uI4gYHIqTq .card-subtitle,
  .cid-uI4gYHIqTq .card-text,
  .cid-uI4gYHIqTq .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uI4gYHIqTq .shadow {
    padding: 35px 15px;
  }
}
.cid-uI4gYHIqTq .mbr-iconfont {
  margin-left: 0;
}
.cid-uI4gYHIqTq .card-text,
.cid-uI4gYHIqTq .mbr-social-likes {
  color: #000000;
}
.cid-uI4fHqStA1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uI4fHqStA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4fHqStA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4fHqStA1 .row {
  justify-content: center;
}
.cid-uI4fHqStA1 .card {
  justify-content: center;
}
.cid-uI4fHqStA1 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4fHqStA1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uI4fHqStA1 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uI4fHqStA1 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uI4fHqStA1 .nav-wrapper .list .item-wrap:hover,
.cid-uI4fHqStA1 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uI4fHqStA1 .list,
.cid-uI4fHqStA1 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uI4hIXHegl .navbar-dropdown {
  position: relative !important;
}
.cid-uI4hIXHegl .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uI4hIXHegl .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uI4hIXHegl .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-uI4hIXHegl .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uI4hIXHegl .dropdown-item {
  border-bottom: 1px solid #63635d;
  background: #efef51 !important;
  color: #63635d !important;
}
.cid-uI4hIXHegl .dropdown-item:hover,
.cid-uI4hIXHegl .dropdown-item:focus {
  background: #efef51 !important;
  color: #63635d !important;
}
.cid-uI4hIXHegl .dropdown-item:hover span {
  color: white;
}
.cid-uI4hIXHegl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI4hIXHegl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI4hIXHegl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI4hIXHegl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI4hIXHegl .nav-link {
  position: relative;
}
.cid-uI4hIXHegl .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uI4hIXHegl .container {
    flex-wrap: nowrap;
  }
}
.cid-uI4hIXHegl .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uI4hIXHegl .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uI4hIXHegl .dropdown-menu,
.cid-uI4hIXHegl .navbar.opened {
  background: #efef51 !important;
}
.cid-uI4hIXHegl .nav-item:focus,
.cid-uI4hIXHegl .nav-link:focus {
  outline: none;
}
.cid-uI4hIXHegl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI4hIXHegl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uI4hIXHegl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI4hIXHegl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI4hIXHegl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI4hIXHegl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI4hIXHegl .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efef51;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4hIXHegl .navbar.opened {
  transition: all 0.3s;
}
.cid-uI4hIXHegl .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 30px;
}
.cid-uI4hIXHegl .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uI4hIXHegl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI4hIXHegl .navbar.collapsed {
  justify-content: center;
}
.cid-uI4hIXHegl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI4hIXHegl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI4hIXHegl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uI4hIXHegl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI4hIXHegl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI4hIXHegl .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-uI4hIXHegl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI4hIXHegl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI4hIXHegl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI4hIXHegl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI4hIXHegl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI4hIXHegl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI4hIXHegl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI4hIXHegl .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-uI4hIXHegl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI4hIXHegl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI4hIXHegl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI4hIXHegl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uI4hIXHegl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI4hIXHegl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uI4hIXHegl .navbar.navbar-short {
  min-height: 96px;
}
.cid-uI4hIXHegl .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uI4hIXHegl .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uI4hIXHegl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uI4hIXHegl .navbar-brand .navbar-caption:hover,
.cid-uI4hIXHegl .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uI4hIXHegl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI4hIXHegl .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uI4hIXHegl .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uI4hIXHegl .dropdown-item.active,
.cid-uI4hIXHegl .dropdown-item:active {
  background-color: transparent;
}
.cid-uI4hIXHegl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI4hIXHegl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI4hIXHegl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI4hIXHegl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efef51;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uI4hIXHegl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uI4hIXHegl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uI4hIXHegl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI4hIXHegl ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uI4hIXHegl ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uI4hIXHegl .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uI4hIXHegl .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uI4hIXHegl .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uI4hIXHegl .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uI4hIXHegl button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #efef51 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4hIXHegl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uI4hIXHegl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uI4hIXHegl button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uI4hIXHegl button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uI4hIXHegl button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uI4hIXHegl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4hIXHegl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI4hIXHegl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI4hIXHegl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4hIXHegl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uI4hIXHegl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI4hIXHegl .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-uI4hIXHegl .navbar {
    height: 70px;
  }
  .cid-uI4hIXHegl .navbar.opened {
    height: auto;
  }
  .cid-uI4hIXHegl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI4hIXHegl .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uI4hIXHegl .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uI4hIXHegl .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
  color: #63635d;
}
.cid-uI4hIXHegl .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uI4hIXHegl .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uI4hIXHegl .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uI4hIXHegl .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uI4hIXHegl .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uI4hIXHegl .nav-item .dropdown-menu .dropdown-item {
  color: #63635d !important;
}
.cid-uI4hIXHegl .nav-item .dropdown-menu .dropdown-item:hover {
  color: #63635d !important;
}
@media (max-width: 991px) {
  .cid-uI4hIXHegl .navbar {
    justify-content: flex-start !important;
  }
  .cid-uI4hIXHegl .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uI4hIXHegl .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uI4hIXHegl .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uI4hIXHegl .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uI4hIXHegl .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uI4hIXHegl .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uI4hIXHegl .content-wrap {
  min-height: 110px;
}
.cid-uI4hIZ7iqE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI4hIZ7iqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4hIZ7iqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4hIZ7iqE .row {
  margin: 0 -8px;
}
.cid-uI4hIZ7iqE .row .card {
  padding: 0 8px;
}
.cid-uI4hIZ7iqE .card-wrapper {
  padding: 75px 64px;
  background-color: #efef51;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uI4hIZ7iqE .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uI4hIZ7iqE .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uI4hIZ7iqE .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uI4hIZ7iqE .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uI4hIZ7iqE .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uI4hIZ7iqE .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uI4hIZ7iqE .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uI4hIZ7iqE .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uI4hIZ7iqE .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uI4hIZ7iqE .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uI4hIZ7iqE .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uI4hIZ7iqE .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uI4hIZ7iqE .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uI4hIZ7iqE .image-wrapper {
  height: 100%;
}
.cid-uI4hIZ7iqE .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uI4hIZ7iqE .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uI4hIZ7iqE .mbr-text,
.cid-uI4hIZ7iqE .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uI4hIZ7iqE .logo-wrapper,
.cid-uI4hIZ7iqE .mbr-desc {
  text-align: center;
}
.cid-uI4hIZ7iqE .mbr-desc {
  color: #63635d;
}
.cid-uI4hJ0kNJR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uI4hJ0kNJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4hJ0kNJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4hJ0kNJR .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #efef51, -10px -10px 19px #efef51;
}
@media (max-width: 767px) {
  .cid-uI4hJ0kNJR .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uI4hJ0kNJR .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uI4hJ0kNJR .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uI4hJ0kNJR .card-title {
    margin-bottom: 20px;
  }
}
.cid-uI4hJ0kNJR .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uI4hJ0kNJR .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uI4hJ0kNJR .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uI4hJ1qjLJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uI4hJ1qjLJ .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uI4hJ1qjLJ .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uI4hJ1qjLJ .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uI4hJ1qjLJ .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uI4hJ1qjLJ .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uI4hJ1qjLJ .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uI4hJ1qjLJ .margin {
  margin-right: 14px;
}
.cid-uI4hJ1qjLJ .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uI4hJ1qjLJ .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uI4hJ1qjLJ .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uI4hJ1qjLJ .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uI4hJ1qjLJ .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-uI4hJ1qjLJ .socicon-bg-mail {
  background-color: #134785;
}
.cid-uI4hJ1qjLJ .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #8e73fe;
  cursor: pointer;
}
.cid-uI4hJ1qjLJ .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uI4hJ1qjLJ .btn-social:hover {
  color: #fff;
}
.cid-uI4hJ1qjLJ .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uI4hJ1qjLJ img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uI4hJ1qjLJ .mbr-social-likes {
  max-width: 454px;
}
.cid-uI4hJ1qjLJ .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uI4hJ1qjLJ .card-subtitle {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uI4hJ1qjLJ .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uI4hJ1qjLJ .card-title,
.cid-uI4hJ1qjLJ .card-subtitle,
.cid-uI4hJ1qjLJ .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uI4hJ1qjLJ .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uI4hJ1qjLJ .al {
    flex-direction: column;
  }
  .cid-uI4hJ1qjLJ .shadow {
    padding: 39px 36px;
  }
  .cid-uI4hJ1qjLJ img {
    padding-bottom: 20px;
  }
  .cid-uI4hJ1qjLJ .card-title,
  .cid-uI4hJ1qjLJ .card-subtitle,
  .cid-uI4hJ1qjLJ .card-text,
  .cid-uI4hJ1qjLJ .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uI4hJ1qjLJ .shadow {
    padding: 35px 15px;
  }
}
.cid-uI4hJ1qjLJ .mbr-iconfont {
  margin-left: 0;
}
.cid-uI4hJ1qjLJ .card-text,
.cid-uI4hJ1qjLJ .mbr-social-likes {
  color: #000000;
}
.cid-uI4hJ2zZuU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uI4hJ2zZuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4hJ2zZuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4hJ2zZuU .row {
  justify-content: center;
}
.cid-uI4hJ2zZuU .card {
  justify-content: center;
}
.cid-uI4hJ2zZuU .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4hJ2zZuU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uI4hJ2zZuU .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uI4hJ2zZuU .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uI4hJ2zZuU .nav-wrapper .list .item-wrap:hover,
.cid-uI4hJ2zZuU .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uI4hJ2zZuU .list,
.cid-uI4hJ2zZuU .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uI4i8euBYf .navbar-dropdown {
  position: relative !important;
}
.cid-uI4i8euBYf .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uI4i8euBYf .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uI4i8euBYf .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-uI4i8euBYf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uI4i8euBYf .dropdown-item {
  border-bottom: 1px solid #63635d;
  background: #efef51 !important;
  color: #63635d !important;
}
.cid-uI4i8euBYf .dropdown-item:hover,
.cid-uI4i8euBYf .dropdown-item:focus {
  background: #efef51 !important;
  color: #63635d !important;
}
.cid-uI4i8euBYf .dropdown-item:hover span {
  color: white;
}
.cid-uI4i8euBYf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI4i8euBYf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI4i8euBYf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI4i8euBYf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI4i8euBYf .nav-link {
  position: relative;
}
.cid-uI4i8euBYf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uI4i8euBYf .container {
    flex-wrap: nowrap;
  }
}
.cid-uI4i8euBYf .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uI4i8euBYf .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uI4i8euBYf .dropdown-menu,
.cid-uI4i8euBYf .navbar.opened {
  background: #efef51 !important;
}
.cid-uI4i8euBYf .nav-item:focus,
.cid-uI4i8euBYf .nav-link:focus {
  outline: none;
}
.cid-uI4i8euBYf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI4i8euBYf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uI4i8euBYf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI4i8euBYf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI4i8euBYf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI4i8euBYf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI4i8euBYf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efef51;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4i8euBYf .navbar.opened {
  transition: all 0.3s;
}
.cid-uI4i8euBYf .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 30px;
}
.cid-uI4i8euBYf .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uI4i8euBYf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI4i8euBYf .navbar.collapsed {
  justify-content: center;
}
.cid-uI4i8euBYf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI4i8euBYf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI4i8euBYf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uI4i8euBYf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI4i8euBYf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI4i8euBYf .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-uI4i8euBYf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI4i8euBYf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI4i8euBYf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI4i8euBYf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI4i8euBYf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI4i8euBYf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI4i8euBYf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI4i8euBYf .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-uI4i8euBYf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI4i8euBYf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI4i8euBYf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI4i8euBYf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uI4i8euBYf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI4i8euBYf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uI4i8euBYf .navbar.navbar-short {
  min-height: 96px;
}
.cid-uI4i8euBYf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uI4i8euBYf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uI4i8euBYf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uI4i8euBYf .navbar-brand .navbar-caption:hover,
.cid-uI4i8euBYf .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uI4i8euBYf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI4i8euBYf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uI4i8euBYf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uI4i8euBYf .dropdown-item.active,
.cid-uI4i8euBYf .dropdown-item:active {
  background-color: transparent;
}
.cid-uI4i8euBYf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI4i8euBYf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI4i8euBYf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI4i8euBYf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efef51;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uI4i8euBYf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uI4i8euBYf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uI4i8euBYf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI4i8euBYf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uI4i8euBYf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uI4i8euBYf .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uI4i8euBYf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uI4i8euBYf .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uI4i8euBYf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uI4i8euBYf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #efef51 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4i8euBYf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uI4i8euBYf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uI4i8euBYf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uI4i8euBYf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uI4i8euBYf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uI4i8euBYf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4i8euBYf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI4i8euBYf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI4i8euBYf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4i8euBYf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uI4i8euBYf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI4i8euBYf .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-uI4i8euBYf .navbar {
    height: 70px;
  }
  .cid-uI4i8euBYf .navbar.opened {
    height: auto;
  }
  .cid-uI4i8euBYf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI4i8euBYf .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uI4i8euBYf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uI4i8euBYf .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
  color: #63635d;
}
.cid-uI4i8euBYf .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uI4i8euBYf .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uI4i8euBYf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uI4i8euBYf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uI4i8euBYf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uI4i8euBYf .nav-item .dropdown-menu .dropdown-item {
  color: #63635d !important;
}
.cid-uI4i8euBYf .nav-item .dropdown-menu .dropdown-item:hover {
  color: #63635d !important;
}
@media (max-width: 991px) {
  .cid-uI4i8euBYf .navbar {
    justify-content: flex-start !important;
  }
  .cid-uI4i8euBYf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uI4i8euBYf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uI4i8euBYf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uI4i8euBYf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uI4i8euBYf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uI4i8euBYf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uI4i8euBYf .content-wrap {
  min-height: 110px;
}
.cid-uI4i8fWiaq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI4i8fWiaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4i8fWiaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4i8fWiaq .row {
  margin: 0 -8px;
}
.cid-uI4i8fWiaq .row .card {
  padding: 0 8px;
}
.cid-uI4i8fWiaq .card-wrapper {
  padding: 75px 64px;
  background-color: #efef51;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uI4i8fWiaq .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uI4i8fWiaq .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uI4i8fWiaq .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uI4i8fWiaq .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uI4i8fWiaq .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uI4i8fWiaq .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uI4i8fWiaq .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uI4i8fWiaq .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uI4i8fWiaq .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uI4i8fWiaq .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uI4i8fWiaq .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uI4i8fWiaq .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uI4i8fWiaq .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uI4i8fWiaq .image-wrapper {
  height: 100%;
}
.cid-uI4i8fWiaq .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uI4i8fWiaq .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uI4i8fWiaq .mbr-text,
.cid-uI4i8fWiaq .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uI4i8fWiaq .logo-wrapper,
.cid-uI4i8fWiaq .mbr-desc {
  text-align: center;
}
.cid-uI4i8fWiaq .mbr-desc {
  color: #63635d;
}
.cid-uI4i8hdEpz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uI4i8hdEpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4i8hdEpz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4i8hdEpz .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #efef51, -10px -10px 19px #efef51;
}
@media (max-width: 767px) {
  .cid-uI4i8hdEpz .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uI4i8hdEpz .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uI4i8hdEpz .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uI4i8hdEpz .card-title {
    margin-bottom: 20px;
  }
}
.cid-uI4i8hdEpz .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uI4i8hdEpz .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uI4i8hdEpz .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uI4i8ifeT8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uI4i8ifeT8 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uI4i8ifeT8 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uI4i8ifeT8 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uI4i8ifeT8 .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uI4i8ifeT8 .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uI4i8ifeT8 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uI4i8ifeT8 .margin {
  margin-right: 14px;
}
.cid-uI4i8ifeT8 .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uI4i8ifeT8 .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uI4i8ifeT8 .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uI4i8ifeT8 .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uI4i8ifeT8 .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-uI4i8ifeT8 .socicon-bg-mail {
  background-color: #134785;
}
.cid-uI4i8ifeT8 .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #8e73fe;
  cursor: pointer;
}
.cid-uI4i8ifeT8 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uI4i8ifeT8 .btn-social:hover {
  color: #fff;
}
.cid-uI4i8ifeT8 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uI4i8ifeT8 img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uI4i8ifeT8 .mbr-social-likes {
  max-width: 454px;
}
.cid-uI4i8ifeT8 .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uI4i8ifeT8 .card-subtitle {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uI4i8ifeT8 .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uI4i8ifeT8 .card-title,
.cid-uI4i8ifeT8 .card-subtitle,
.cid-uI4i8ifeT8 .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uI4i8ifeT8 .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uI4i8ifeT8 .al {
    flex-direction: column;
  }
  .cid-uI4i8ifeT8 .shadow {
    padding: 39px 36px;
  }
  .cid-uI4i8ifeT8 img {
    padding-bottom: 20px;
  }
  .cid-uI4i8ifeT8 .card-title,
  .cid-uI4i8ifeT8 .card-subtitle,
  .cid-uI4i8ifeT8 .card-text,
  .cid-uI4i8ifeT8 .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uI4i8ifeT8 .shadow {
    padding: 35px 15px;
  }
}
.cid-uI4i8ifeT8 .mbr-iconfont {
  margin-left: 0;
}
.cid-uI4i8ifeT8 .card-text,
.cid-uI4i8ifeT8 .mbr-social-likes {
  color: #000000;
}
.cid-uI4i8jrT83 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uI4i8jrT83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4i8jrT83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4i8jrT83 .row {
  justify-content: center;
}
.cid-uI4i8jrT83 .card {
  justify-content: center;
}
.cid-uI4i8jrT83 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4i8jrT83 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uI4i8jrT83 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uI4i8jrT83 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uI4i8jrT83 .nav-wrapper .list .item-wrap:hover,
.cid-uI4i8jrT83 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uI4i8jrT83 .list,
.cid-uI4i8jrT83 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uI4iQnjExl .navbar-dropdown {
  position: relative !important;
}
.cid-uI4iQnjExl .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uI4iQnjExl .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uI4iQnjExl .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-uI4iQnjExl .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uI4iQnjExl .dropdown-item {
  border-bottom: 1px solid #63635d;
  background: #efef51 !important;
  color: #63635d !important;
}
.cid-uI4iQnjExl .dropdown-item:hover,
.cid-uI4iQnjExl .dropdown-item:focus {
  background: #efef51 !important;
  color: #63635d !important;
}
.cid-uI4iQnjExl .dropdown-item:hover span {
  color: white;
}
.cid-uI4iQnjExl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI4iQnjExl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI4iQnjExl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI4iQnjExl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI4iQnjExl .nav-link {
  position: relative;
}
.cid-uI4iQnjExl .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uI4iQnjExl .container {
    flex-wrap: nowrap;
  }
}
.cid-uI4iQnjExl .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uI4iQnjExl .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uI4iQnjExl .dropdown-menu,
.cid-uI4iQnjExl .navbar.opened {
  background: #efef51 !important;
}
.cid-uI4iQnjExl .nav-item:focus,
.cid-uI4iQnjExl .nav-link:focus {
  outline: none;
}
.cid-uI4iQnjExl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI4iQnjExl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uI4iQnjExl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI4iQnjExl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI4iQnjExl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI4iQnjExl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI4iQnjExl .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efef51;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4iQnjExl .navbar.opened {
  transition: all 0.3s;
}
.cid-uI4iQnjExl .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 30px;
}
.cid-uI4iQnjExl .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uI4iQnjExl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI4iQnjExl .navbar.collapsed {
  justify-content: center;
}
.cid-uI4iQnjExl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI4iQnjExl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI4iQnjExl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uI4iQnjExl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI4iQnjExl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI4iQnjExl .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-uI4iQnjExl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI4iQnjExl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI4iQnjExl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI4iQnjExl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI4iQnjExl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI4iQnjExl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI4iQnjExl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI4iQnjExl .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-uI4iQnjExl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI4iQnjExl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI4iQnjExl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI4iQnjExl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uI4iQnjExl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI4iQnjExl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uI4iQnjExl .navbar.navbar-short {
  min-height: 96px;
}
.cid-uI4iQnjExl .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uI4iQnjExl .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uI4iQnjExl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uI4iQnjExl .navbar-brand .navbar-caption:hover,
.cid-uI4iQnjExl .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uI4iQnjExl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI4iQnjExl .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uI4iQnjExl .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uI4iQnjExl .dropdown-item.active,
.cid-uI4iQnjExl .dropdown-item:active {
  background-color: transparent;
}
.cid-uI4iQnjExl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI4iQnjExl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI4iQnjExl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI4iQnjExl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efef51;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uI4iQnjExl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uI4iQnjExl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uI4iQnjExl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI4iQnjExl ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uI4iQnjExl ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uI4iQnjExl .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uI4iQnjExl .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uI4iQnjExl .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uI4iQnjExl .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uI4iQnjExl button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #efef51 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4iQnjExl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uI4iQnjExl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uI4iQnjExl button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uI4iQnjExl button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uI4iQnjExl button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uI4iQnjExl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4iQnjExl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI4iQnjExl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI4iQnjExl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4iQnjExl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uI4iQnjExl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI4iQnjExl .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-uI4iQnjExl .navbar {
    height: 70px;
  }
  .cid-uI4iQnjExl .navbar.opened {
    height: auto;
  }
  .cid-uI4iQnjExl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI4iQnjExl .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uI4iQnjExl .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uI4iQnjExl .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
  color: #63635d;
}
.cid-uI4iQnjExl .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uI4iQnjExl .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uI4iQnjExl .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uI4iQnjExl .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uI4iQnjExl .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uI4iQnjExl .nav-item .dropdown-menu .dropdown-item {
  color: #63635d !important;
}
.cid-uI4iQnjExl .nav-item .dropdown-menu .dropdown-item:hover {
  color: #63635d !important;
}
@media (max-width: 991px) {
  .cid-uI4iQnjExl .navbar {
    justify-content: flex-start !important;
  }
  .cid-uI4iQnjExl .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uI4iQnjExl .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uI4iQnjExl .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uI4iQnjExl .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uI4iQnjExl .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uI4iQnjExl .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uI4iQnjExl .content-wrap {
  min-height: 110px;
}
.cid-uI4iQpcc3T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI4iQpcc3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4iQpcc3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4iQpcc3T .row {
  margin: 0 -8px;
}
.cid-uI4iQpcc3T .row .card {
  padding: 0 8px;
}
.cid-uI4iQpcc3T .card-wrapper {
  padding: 75px 64px;
  background-color: #efef51;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uI4iQpcc3T .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uI4iQpcc3T .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uI4iQpcc3T .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uI4iQpcc3T .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uI4iQpcc3T .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uI4iQpcc3T .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uI4iQpcc3T .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uI4iQpcc3T .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uI4iQpcc3T .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uI4iQpcc3T .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uI4iQpcc3T .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uI4iQpcc3T .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uI4iQpcc3T .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uI4iQpcc3T .image-wrapper {
  height: 100%;
}
.cid-uI4iQpcc3T .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uI4iQpcc3T .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uI4iQpcc3T .mbr-text,
.cid-uI4iQpcc3T .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uI4iQpcc3T .logo-wrapper,
.cid-uI4iQpcc3T .mbr-desc {
  text-align: center;
}
.cid-uI4iQpcc3T .mbr-desc {
  color: #63635d;
}
.cid-uI4iQqy532 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uI4iQqy532 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4iQqy532 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4iQqy532 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #efef51, -10px -10px 19px #efef51;
}
@media (max-width: 767px) {
  .cid-uI4iQqy532 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uI4iQqy532 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uI4iQqy532 .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uI4iQqy532 .card-title {
    margin-bottom: 20px;
  }
}
.cid-uI4iQqy532 .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uI4iQqy532 .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uI4iQqy532 .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uI4iQrFTw1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uI4iQrFTw1 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uI4iQrFTw1 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uI4iQrFTw1 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uI4iQrFTw1 .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uI4iQrFTw1 .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uI4iQrFTw1 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uI4iQrFTw1 .margin {
  margin-right: 14px;
}
.cid-uI4iQrFTw1 .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uI4iQrFTw1 .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uI4iQrFTw1 .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uI4iQrFTw1 .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uI4iQrFTw1 .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-uI4iQrFTw1 .socicon-bg-mail {
  background-color: #134785;
}
.cid-uI4iQrFTw1 .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #8e73fe;
  cursor: pointer;
}
.cid-uI4iQrFTw1 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uI4iQrFTw1 .btn-social:hover {
  color: #fff;
}
.cid-uI4iQrFTw1 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uI4iQrFTw1 img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uI4iQrFTw1 .mbr-social-likes {
  max-width: 454px;
}
.cid-uI4iQrFTw1 .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uI4iQrFTw1 .card-subtitle {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uI4iQrFTw1 .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uI4iQrFTw1 .card-title,
.cid-uI4iQrFTw1 .card-subtitle,
.cid-uI4iQrFTw1 .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uI4iQrFTw1 .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uI4iQrFTw1 .al {
    flex-direction: column;
  }
  .cid-uI4iQrFTw1 .shadow {
    padding: 39px 36px;
  }
  .cid-uI4iQrFTw1 img {
    padding-bottom: 20px;
  }
  .cid-uI4iQrFTw1 .card-title,
  .cid-uI4iQrFTw1 .card-subtitle,
  .cid-uI4iQrFTw1 .card-text,
  .cid-uI4iQrFTw1 .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uI4iQrFTw1 .shadow {
    padding: 35px 15px;
  }
}
.cid-uI4iQrFTw1 .mbr-iconfont {
  margin-left: 0;
}
.cid-uI4iQrFTw1 .card-text,
.cid-uI4iQrFTw1 .mbr-social-likes {
  color: #000000;
}
.cid-uI4iQsypTi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uI4iQsypTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4iQsypTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4iQsypTi .row {
  justify-content: center;
}
.cid-uI4iQsypTi .card {
  justify-content: center;
}
.cid-uI4iQsypTi .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4iQsypTi .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uI4iQsypTi .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uI4iQsypTi .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uI4iQsypTi .nav-wrapper .list .item-wrap:hover,
.cid-uI4iQsypTi .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uI4iQsypTi .list,
.cid-uI4iQsypTi .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
