body {
  font-family: 'Helvetica';
}
.display-1 {
  font-family: 'Helvetica-Bold';
  font-size: 5.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Helvetica-Bold';
  font-size: 2.8rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Helvetica';
  font-size: 1rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Helvetica-Bold';
  font-size: 1.25rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  font-family: 'Helvetica';
  font-size: 1.4rem;
  line-height: 1.55;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2.4rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff0066 !important;
}
.bg-success {
  background-color: #84b134 !important;
}
.bg-info {
  background-color: #f9eb72 !important;
}
.bg-warning {
  background-color: #ff9966 !important;
}
.bg-danger {
  background-color: #2ee6fa !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0066 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a80043 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a80043 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #1d1d1b !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ebeae2 !important;
  color: #7a7654 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c8c5af !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #7a7654 !important;
  background-color: #c8c5af !important;
}
.btn-info,
.btn-info:active {
  background-color: #f9eb72 !important;
  color: #685d04 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #141201 !important;
  background-color: #f5df1f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #685d04 !important;
  background-color: #f5df1f !important;
}
.btn-success,
.btn-success:active {
  background-color: #84b134 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #526e20 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #526e20 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2ee6fa !important;
  color: #012428 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #05b9cc !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #012428 !important;
  background-color: #05b9cc !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #ff0066 !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d1d1b !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0066;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a80043 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0066 !important;
  border-color: #ff0066 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ebeae2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c8c5af !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7654 !important;
  background-color: #ebeae2 !important;
  border-color: #ebeae2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9eb72;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f5df1f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #685d04 !important;
  background-color: #f9eb72 !important;
  border-color: #f9eb72 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #84b134;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #526e20 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #84b134 !important;
  border-color: #84b134 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2ee6fa;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #05b9cc !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #012428 !important;
  background-color: #2ee6fa !important;
  border-color: #2ee6fa !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d1d1b;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1d1b !important;
  border-color: #1d1d1b !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff0066 !important;
}
.text-secondary {
  color: #ebeae2 !important;
}
.text-success {
  color: #84b134 !important;
}
.text-info {
  color: #f9eb72 !important;
}
.text-warning {
  color: #ff9966 !important;
}
.text-danger {
  color: #2ee6fa !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1d1d1b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #99003d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c1bea6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #49621d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f5dd10 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff5500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #05abbd !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: #ff0066;
}
.nav-tabs .nav-link:not(.active) {
  color: #1d1d1b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f9eb72;
}
.alert-warning {
  background-color: #ff9966;
}
.alert-danger {
  background-color: #2ee6fa;
}
.btn {
  border-radius: 60px;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 60px;
}
.mbr-gallery-filter li a {
  border-radius: 60px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0066;
  border-color: #ff0066;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 60px !important;
}
a,
a:hover {
  color: #ff0066;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcce0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bedc88;
}
.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: #f5feff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Helvetica';
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ff0066 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Helvetica';
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff0066;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 60px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 60px !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: #ff0066;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0066;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff0066;
  border-bottom-color: #ff0066;
}
.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: #ff0066 !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: #ebeae2 !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='%23ff0066' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sRQGZcWxUQ .navbar-dropdown {
  position: relative !important;
}
.cid-sRQGZcWxUQ .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-sRQGZcWxUQ .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRQGZcWxUQ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRQGZcWxUQ .navbar-caption {
  font-weight: 500;
}
.cid-sRQGZcWxUQ .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-sRQGZcWxUQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sRQGZcWxUQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRQGZcWxUQ .dropdown-item:hover,
.cid-sRQGZcWxUQ .dropdown-item:focus {
  color: #ff0066 !important;
}
.cid-sRQGZcWxUQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRQGZcWxUQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRQGZcWxUQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRQGZcWxUQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRQGZcWxUQ .nav-link {
  position: relative;
}
.cid-sRQGZcWxUQ .nav-link:hover {
  color: #ff0066 !important;
}
.cid-sRQGZcWxUQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-sRQGZcWxUQ .container,
  .cid-sRQGZcWxUQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sRQGZcWxUQ .dropdown-menu,
.cid-sRQGZcWxUQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sRQGZcWxUQ .nav-item:focus,
.cid-sRQGZcWxUQ .nav-link:focus {
  outline: none;
}
.cid-sRQGZcWxUQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRQGZcWxUQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRQGZcWxUQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRQGZcWxUQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRQGZcWxUQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRQGZcWxUQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRQGZcWxUQ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRQGZcWxUQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sRQGZcWxUQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRQGZcWxUQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sRQGZcWxUQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRQGZcWxUQ .navbar.collapsed {
  justify-content: center;
}
.cid-sRQGZcWxUQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRQGZcWxUQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRQGZcWxUQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sRQGZcWxUQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRQGZcWxUQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRQGZcWxUQ .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-sRQGZcWxUQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRQGZcWxUQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRQGZcWxUQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRQGZcWxUQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRQGZcWxUQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRQGZcWxUQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRQGZcWxUQ .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-sRQGZcWxUQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRQGZcWxUQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRQGZcWxUQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRQGZcWxUQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRQGZcWxUQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRQGZcWxUQ .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRQGZcWxUQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRQGZcWxUQ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRQGZcWxUQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRQGZcWxUQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRQGZcWxUQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRQGZcWxUQ .dropdown-item.active,
.cid-sRQGZcWxUQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sRQGZcWxUQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRQGZcWxUQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRQGZcWxUQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRQGZcWxUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRQGZcWxUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRQGZcWxUQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRQGZcWxUQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRQGZcWxUQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRQGZcWxUQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sRQGZcWxUQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRQGZcWxUQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRQGZcWxUQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRQGZcWxUQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRQGZcWxUQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRQGZcWxUQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRQGZcWxUQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRQGZcWxUQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRQGZcWxUQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRQGZcWxUQ .navbar {
    height: 70px;
  }
  .cid-sRQGZcWxUQ .navbar.opened {
    height: auto;
  }
  .cid-sRQGZcWxUQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRQGZcWxUQ .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-sRQGZcWxUQ .addr {
    margin: 0 auto;
  }
}
.cid-sRQGZcWxUQ .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-sRQGZcWxUQ .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uND6ei6Psj {
  background-image: url("../../../assets/images/girl20and20mother-2000x1333.png");
}
.cid-uND6ei6Psj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uND6ei6Psj .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-uND6ei6Psj .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uND6ei6Psj .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uND6ei6Psj .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uND6ei6Psj .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uND6ei6Psj .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uND6ei6Psj .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uND6ei6Psj .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uND6ei6Psj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uND6ei6Psj .btn-wrapper {
  margin-top: -15%;
}
.cid-uND6ei6Psj .mbr-section-title {
  color: #272b2e;
}
.cid-uND6ei6Psj .mbr-text,
.cid-uND6ei6Psj .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uND6ei6Psj .mbr-section-title,
.cid-uND6ei6Psj .mbr-section-btn,
.cid-uND6ei6Psj .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uNCRo06iez {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffb895;
}
.cid-uNCRo06iez .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uNCRo06iez .display-1 {
    font-size: 5rem;
  }
}
.cid-uNCRo06iez h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uNCRo06iez {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uNCRo06iez .display-1 {
    font-size: 2.8rem;
  }
  .cid-uNCRo06iez .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNCRo06iez .content-wrap {
    width: 100%;
  }
}
.cid-uNCRo06iez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNCRo06iez .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uNCRo06iez .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uNCRo06iez {
    align-items: center;
  }
  .cid-uNCRo06iez .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNCRo06iez .content-wrap {
    min-width: 50%;
  }
}
.cid-uNCRo06iez .mbr-section-title {
  text-align: center;
  color: #221b35;
}
.cid-uNCRo06iez .mbr-text,
.cid-uNCRo06iez .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uND8Xl97gu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uND8Xl97gu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uND8Xl97gu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uND8Xl97gu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uND8Xl97gu .row {
  flex-direction: row-reverse;
}
.cid-uND8Xl97gu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uND8Xl97gu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uND8Xl97gu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uND8Xl97gu .mbr-section-title {
  color: #000000;
}
.cid-uND8Xl97gu .mbr-text,
.cid-uND8Xl97gu .mbr-section-btn {
  color: #232323;
}
.cid-uNDqyCxQJv {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNDqyCxQJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNDqyCxQJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNDqyCxQJv .items-wrapper {
  justify-content: flex-end;
}
.cid-uNDqyCxQJv .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNDqyCxQJv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNDqyCxQJv .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uNDqyCxQJv .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uNDqyCxQJv .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uNDqyCxQJv .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uNDqyCxQJv .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uNDqyCxQJv .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uNDqyCxQJv .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uNDqyCxQJv .content-wrapper {
    padding-left: 0;
  }
}
.cid-uNDqyCxQJv .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uNDqyCxQJv .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNDqyCxQJv .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uNDqyCxQJv .mbr-desc {
  color: #272b2e;
}
.cid-uNDqyCxQJv .mbr-section-title {
  color: #272b2e;
}
.cid-uNDqyCxQJv .mbr-text,
.cid-uNDqyCxQJv .text-wrapper {
  color: #272b2e;
}
.cid-uNDddtgbMn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNDddtgbMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNDddtgbMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNDddtgbMn .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uNDddtgbMn .currentcost {
  color: #232323;
}
.cid-uNDddtgbMn .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uNDddtgbMn .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNDddtgbMn .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNDddtgbMn .text-box {
    padding: 1rem;
  }
}
.cid-uNDddtgbMn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNDKnE03fM {
  padding-top: 12rem;
  padding-bottom: 12rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uNDKnE03fM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNDKnE03fM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNDKnE03fM .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uNDKnE03fM .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uNDKnE03fM .content-wrapper {
    padding: 0;
  }
}
.cid-uNDKnE03fM .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNDKnE03fM .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNDKnE03fM .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1600px) {
  .cid-uNDKnE03fM .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uNDKnE03fM .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uNDKnE03fM .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNDKnE03fM .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uNDKnE03fM .items-wrapper .item .item-wrapper {
  padding: 64px 42px;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uNDKnE03fM .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uNDKnE03fM .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uNDKnE03fM .items-wrapper .item .item-wrapper .item-title1,
.cid-uNDKnE03fM .items-wrapper .item .item-wrapper .item-title2,
.cid-uNDKnE03fM .items-wrapper .item .item-wrapper .item-title3,
.cid-uNDKnE03fM .items-wrapper .item .item-wrapper .item-title4 {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNDKnE03fM .items-wrapper .item .item-wrapper .item-title1,
  .cid-uNDKnE03fM .items-wrapper .item .item-wrapper .item-title2,
  .cid-uNDKnE03fM .items-wrapper .item .item-wrapper .item-title3,
  .cid-uNDKnE03fM .items-wrapper .item .item-wrapper .item-title4 {
    margin-bottom: 32px;
  }
}
.cid-uNDKnE03fM .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 0;
}
.cid-uNDKnE03fM .items-wrapper .item .item-wrapper .card-box .item-text1,
.cid-uNDKnE03fM .items-wrapper .item .item-wrapper .card-box .item-text2,
.cid-uNDKnE03fM .items-wrapper .item .item-wrapper .card-box .item-text3,
.cid-uNDKnE03fM .items-wrapper .item .item-wrapper .card-box .item-text4 {
  margin-bottom: 32px;
}
.cid-uNDKnE03fM .items-wrapper .card_1 .item-wrapper {
  background-color: #2ee6fa;
}
.cid-uNDKnE03fM .items-wrapper .card_2 .item-wrapper {
  background-color: #ffd876;
}
.cid-uNDKnE03fM .items-wrapper .card_3 .item-wrapper {
  background-color: #ff9966;
}
.cid-uNDKnE03fM .items-wrapper .card_4 .item-wrapper {
  background-color: #84b134;
}
.cid-uNDKnE03fM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNDKnE03fM .item-title1 {
  color: #000000;
}
.cid-uNDKnE03fM .item-title2 {
  color: #000000;
}
.cid-uNDKnE03fM .item-title3 {
  color: #2C2625;
}
.cid-uNDKnE03fM .item-title4 {
  color: #ffffff;
}
.cid-uNDKnE03fM .item-text1 {
  color: #1d1d1b;
}
.cid-uNDKnE03fM .item-text2 {
  color: #2C2625;
}
.cid-uNDKnE03fM .item-text3 {
  color: #2C2625;
}
.cid-uNDKnE03fM .item-text4 {
  color: #ffffff;
}
.cid-uNDKnE03fM .mbr-section-title,
.cid-uNDKnE03fM .mbr-section-btn {
  color: #e88b5d;
}
.cid-uNQ4hxOOrM {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNQ4hxOOrM .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-uNQ4hxOOrM .title-section {
    padding: 0 6rem;
    margin-bottom: 6.5rem;
  }
}
.cid-uNQ4hxOOrM img {
  object-fit: cover;
}
.cid-uNQ4hxOOrM .carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uNQ4hxOOrM .carousel .carousel-container {
  width: 100%;
  position: relative;
}
.cid-uNQ4hxOOrM .carousel .carousel-container .carousel-inner {
  border-radius: 20px;
  max-height: 1000px;
  height: 100vh;
}
@media (max-width: 768px) {
  .cid-uNQ4hxOOrM .carousel .carousel-container .carousel-inner {
    height: 60vh;
  }
}
.cid-uNQ4hxOOrM .carousel .carousel-container .carousel-inner .carousel-item,
.cid-uNQ4hxOOrM .carousel .carousel-container .carousel-inner img {
  height: 100%;
}
.cid-uNQ4hxOOrM .carousel .carousel-container .carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  margin: 0;
  display: flex;
}
.cid-uNQ4hxOOrM .carousel .carousel-container .carousel-indicators button {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin: 0 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ffcce0;
  opacity: 1;
  transition: 0.4s ease;
}
.cid-uNQ4hxOOrM .carousel .carousel-container .carousel-indicators .active {
  background-clip: padding-box;
  background-color: #ff0066;
}
.cid-uNQ4hxOOrM .carousel .buttons-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
}
.cid-uNQ4hxOOrM .carousel .buttons-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0066;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.cid-uNQ4hxOOrM .carousel .buttons-container button span {
  line-height: 2px;
  color: white;
}
.cid-uNQ4hxOOrM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQ4hxOOrM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQ4hxOOrM .mbr-section-title {
  text-align: center;
}
.cid-uND6n40dFq {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uND6n40dFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uND6n40dFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uND6n40dFq .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uND6n40dFq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uND6n40dFq .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uND6n40dFq .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uND6n40dFq .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uND6n40dFq .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uND6n40dFq .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uND6n40dFq .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uND6n40dFq .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uND6n40dFq .item .item-wrapper .card-box .title-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uND6n40dFq .item .item-wrapper .card-box .title-wrap {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-uND6n40dFq .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uND6n40dFq .item .item-wrapper .card-box .title-wrap .item-title {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uND6n40dFq .item .item-wrapper .card-box .title-wrap .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uND6n40dFq .item .item-wrapper .card-box .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #272b2e, #6d7881);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uND6n40dFq .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uND6n40dFq .item .card_1 {
  background: linear-gradient(315deg, #e88b5d, #f5cbb6);
}
.cid-uND6n40dFq .item .card_2 {
  background: linear-gradient(315deg, #2ee6fa, #92f2fc);
}
.cid-uND6n40dFq .item .card_3 {
  background: linear-gradient(315deg, #f5e74c, #faf4ad);
}
.cid-uND6n40dFq .btn-wrapper {
  margin-top: -6%;
}
.cid-uND6n40dFq .mbr-desc {
  color: #272b2e;
  text-align: center;
}
.cid-uND6n40dFq .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uND6n40dFq .item-title {
  color: #000000;
}
.cid-uND6n40dFq .item-text {
  color: #ffffff;
}
.cid-uND6n40dFq .item-text,
.cid-uND6n40dFq .icon-wrapper {
  color: #1d1d1b;
}
.cid-uNP9tA2QOU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNP9tA2QOU li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uNP9tA2QOU li:last-child {
  margin-bottom: 0;
}
.cid-uNP9tA2QOU .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uNP9tA2QOU .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uNP9tA2QOU .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uNP9tA2QOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNP9tA2QOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sRQQDDCpju {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sRQQDDCpju .container {
    padding: 60px;
  }
}
.cid-sRQQDDCpju .wrapper {
  background-color: transparent;
}
.cid-sRQQDDCpju .sect {
  display: flex;
  align-items: center;
}
.cid-sRQQDDCpju .sect .img {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.cid-sRQQDDCpju .sect .mbr-text {
  flex: 1 1 auto;
}
.cid-sRQQDDCpju .r.mbr-text {
  text-align: right;
}
.cid-uNDCAnKnYD .navbar-dropdown {
  position: relative !important;
}
.cid-uNDCAnKnYD .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-uNDCAnKnYD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uNDCAnKnYD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNDCAnKnYD .navbar-caption {
  font-weight: 500;
}
.cid-uNDCAnKnYD .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-uNDCAnKnYD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uNDCAnKnYD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNDCAnKnYD .dropdown-item:hover,
.cid-uNDCAnKnYD .dropdown-item:focus {
  color: #ff0066 !important;
}
.cid-uNDCAnKnYD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNDCAnKnYD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNDCAnKnYD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNDCAnKnYD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNDCAnKnYD .nav-link {
  position: relative;
}
.cid-uNDCAnKnYD .nav-link:hover {
  color: #ff0066 !important;
}
.cid-uNDCAnKnYD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uNDCAnKnYD .container,
  .cid-uNDCAnKnYD .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uNDCAnKnYD .dropdown-menu,
.cid-uNDCAnKnYD .navbar.opened {
  background: #ffffff !important;
}
.cid-uNDCAnKnYD .nav-item:focus,
.cid-uNDCAnKnYD .nav-link:focus {
  outline: none;
}
.cid-uNDCAnKnYD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNDCAnKnYD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNDCAnKnYD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNDCAnKnYD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNDCAnKnYD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNDCAnKnYD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNDCAnKnYD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uNDCAnKnYD .navbar.opened {
  transition: all 0.3s;
}
.cid-uNDCAnKnYD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNDCAnKnYD .navbar .navbar-logo img {
  width: auto;
}
.cid-uNDCAnKnYD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNDCAnKnYD .navbar.collapsed {
  justify-content: center;
}
.cid-uNDCAnKnYD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNDCAnKnYD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNDCAnKnYD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNDCAnKnYD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNDCAnKnYD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNDCAnKnYD .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-uNDCAnKnYD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNDCAnKnYD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uNDCAnKnYD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNDCAnKnYD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNDCAnKnYD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNDCAnKnYD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNDCAnKnYD .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-uNDCAnKnYD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNDCAnKnYD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNDCAnKnYD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNDCAnKnYD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNDCAnKnYD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNDCAnKnYD .navbar.navbar-short {
  min-height: 80px;
}
.cid-uNDCAnKnYD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNDCAnKnYD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uNDCAnKnYD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNDCAnKnYD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNDCAnKnYD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNDCAnKnYD .dropdown-item.active,
.cid-uNDCAnKnYD .dropdown-item:active {
  background-color: transparent;
}
.cid-uNDCAnKnYD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNDCAnKnYD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNDCAnKnYD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNDCAnKnYD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNDCAnKnYD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNDCAnKnYD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNDCAnKnYD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNDCAnKnYD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNDCAnKnYD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNDCAnKnYD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNDCAnKnYD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNDCAnKnYD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNDCAnKnYD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNDCAnKnYD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNDCAnKnYD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNDCAnKnYD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNDCAnKnYD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNDCAnKnYD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNDCAnKnYD .navbar {
    height: 70px;
  }
  .cid-uNDCAnKnYD .navbar.opened {
    height: auto;
  }
  .cid-uNDCAnKnYD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNDCAnKnYD .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uNDCAnKnYD .addr {
    margin: 0 auto;
  }
}
.cid-uNDCAnKnYD .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uNDCAnKnYD .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uNDCAo3Zqp {
  background-image: url("../../../assets/images/kid20clapping-2000x1333.png");
}
.cid-uNDCAo3Zqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNDCAo3Zqp .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-uNDCAo3Zqp .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uNDCAo3Zqp .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uNDCAo3Zqp .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uNDCAo3Zqp .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uNDCAo3Zqp .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNDCAo3Zqp .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uNDCAo3Zqp .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uNDCAo3Zqp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNDCAo3Zqp .btn-wrapper {
  margin-top: -15%;
}
.cid-uNDCAo3Zqp .mbr-section-title {
  color: #272b2e;
}
.cid-uNDCAo3Zqp .mbr-text,
.cid-uNDCAo3Zqp .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uNDCAo3Zqp .mbr-section-title,
.cid-uNDCAo3Zqp .mbr-section-btn,
.cid-uNDCAo3Zqp .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uNDCAoyCGj {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNDCAoyCGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNDCAoyCGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uNDCAoyCGj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNDCAoyCGj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNDCAoyCGj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNDCAoyCGj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNDCAoyCGj .mbr-section-title {
  color: #000000;
}
.cid-uNDCAoyCGj .mbr-text,
.cid-uNDCAoyCGj .mbr-section-btn {
  color: #232323;
}
.cid-uNOAYBFy3w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uNOAYBFy3w .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-uNOAYBFy3w .title-wrapper {
    margin: 0 30px;
  }
}
.cid-uNOAYBFy3w .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-uNOAYBFy3w .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-uNOAYBFy3w .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #cbcbcb;
}
@media (max-width: 992px) {
  .cid-uNOAYBFy3w .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-uNOAYBFy3w .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-uNOAYBFy3w .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uNOAYBFy3w .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-uNOAYBFy3w .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uNOAYBFy3w .mbr-section-title {
  color: #1E1C21;
  text-align: center;
}
.cid-uNOAYBFy3w .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-uNOAYBFy3w .mbr-text {
  color: #1E1C21;
}
.cid-uNOFYXkWwY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uNOFYXkWwY .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-uNOFYXkWwY .title-wrapper {
    margin: 0 30px;
  }
}
.cid-uNOFYXkWwY .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-uNOFYXkWwY .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-uNOFYXkWwY .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #cbcbcb;
}
@media (max-width: 992px) {
  .cid-uNOFYXkWwY .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-uNOFYXkWwY .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-uNOFYXkWwY .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uNOFYXkWwY .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-uNOFYXkWwY .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uNOFYXkWwY .mbr-section-title {
  color: #1E1C21;
}
.cid-uNOFYXkWwY .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-uNOFYXkWwY .mbr-text {
  color: #1E1C21;
}
.cid-uNPlzvw7w6 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNPlzvw7w6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNPlzvw7w6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNPlzvw7w6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uNPlzvw7w6 .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uNPlzvw7w6 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uNPlzvw7w6 .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uNPlzvw7w6 .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uNPlzvw7w6 .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNPlzvw7w6 .google-map iframe {
    height: 350px;
  }
}
.cid-uNPlzvw7w6 .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-uNPlzvw7w6 .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNPlzvw7w6 .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-uNPlzvw7w6 .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-uNPlzvw7w6 .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNPlzvw7w6 .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-uNPlzvw7w6 .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uNPlzvw7w6 .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uNPlzvw7w6 .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-uNPlzvw7w6 .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-uNPlzvw7w6 .card {
  justify-content: center;
}
.cid-uNPlzvw7w6 .mbr-section-title {
  color: #212529;
  text-align: left;
}
.cid-uNPlzvw7w6 .mbr-desc {
  color: #51565c;
}
.cid-uNPlzvw7w6 .mbr-address {
  color: #212529;
}
.cid-uNPlzvw7w6 .list {
  color: #212529;
}
.cid-uNUUKnO6eH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fced8b;
}
.cid-uNUUKnO6eH .img-container img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.cid-uNUUKnO6eH .mbr-section-title {
  color: #1d1d1b;
}
.cid-uNUUKnO6eH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUUKnO6eH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNDCAqPlXw {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uNDCAqPlXw .container {
    padding: 60px;
  }
}
.cid-uNDCAqPlXw .wrapper {
  background-color: transparent;
}
.cid-uNDCAqPlXw .sect {
  display: flex;
  align-items: center;
}
.cid-uNDCAqPlXw .sect .img {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.cid-uNDCAqPlXw .sect .mbr-text {
  flex: 1 1 auto;
}
.cid-uNDCAqPlXw .r.mbr-text {
  text-align: right;
}
.cid-uNPd2EyHNF .navbar-dropdown {
  position: relative !important;
}
.cid-uNPd2EyHNF .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-uNPd2EyHNF .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uNPd2EyHNF .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNPd2EyHNF .navbar-caption {
  font-weight: 500;
}
.cid-uNPd2EyHNF .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-uNPd2EyHNF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uNPd2EyHNF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNPd2EyHNF .dropdown-item:hover,
.cid-uNPd2EyHNF .dropdown-item:focus {
  color: #ff0066 !important;
}
.cid-uNPd2EyHNF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNPd2EyHNF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNPd2EyHNF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNPd2EyHNF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNPd2EyHNF .nav-link {
  position: relative;
}
.cid-uNPd2EyHNF .nav-link:hover {
  color: #ff0066 !important;
}
.cid-uNPd2EyHNF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uNPd2EyHNF .container,
  .cid-uNPd2EyHNF .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uNPd2EyHNF .dropdown-menu,
.cid-uNPd2EyHNF .navbar.opened {
  background: #ffffff !important;
}
.cid-uNPd2EyHNF .nav-item:focus,
.cid-uNPd2EyHNF .nav-link:focus {
  outline: none;
}
.cid-uNPd2EyHNF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNPd2EyHNF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNPd2EyHNF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNPd2EyHNF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPd2EyHNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNPd2EyHNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNPd2EyHNF .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uNPd2EyHNF .navbar.opened {
  transition: all 0.3s;
}
.cid-uNPd2EyHNF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNPd2EyHNF .navbar .navbar-logo img {
  width: auto;
}
.cid-uNPd2EyHNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNPd2EyHNF .navbar.collapsed {
  justify-content: center;
}
.cid-uNPd2EyHNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNPd2EyHNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNPd2EyHNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNPd2EyHNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNPd2EyHNF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNPd2EyHNF .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-uNPd2EyHNF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNPd2EyHNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uNPd2EyHNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNPd2EyHNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNPd2EyHNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNPd2EyHNF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNPd2EyHNF .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-uNPd2EyHNF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNPd2EyHNF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNPd2EyHNF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNPd2EyHNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNPd2EyHNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNPd2EyHNF .navbar.navbar-short {
  min-height: 80px;
}
.cid-uNPd2EyHNF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNPd2EyHNF .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uNPd2EyHNF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNPd2EyHNF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNPd2EyHNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNPd2EyHNF .dropdown-item.active,
.cid-uNPd2EyHNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uNPd2EyHNF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNPd2EyHNF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNPd2EyHNF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNPd2EyHNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNPd2EyHNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNPd2EyHNF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNPd2EyHNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNPd2EyHNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNPd2EyHNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNPd2EyHNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNPd2EyHNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNPd2EyHNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNPd2EyHNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNPd2EyHNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNPd2EyHNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNPd2EyHNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNPd2EyHNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNPd2EyHNF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNPd2EyHNF .navbar {
    height: 70px;
  }
  .cid-uNPd2EyHNF .navbar.opened {
    height: auto;
  }
  .cid-uNPd2EyHNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNPd2EyHNF .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uNPd2EyHNF .addr {
    margin: 0 auto;
  }
}
.cid-uNPd2EyHNF .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uNPd2EyHNF .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uNPd2F3Vhd {
  background-image: url("../../../assets/images/mother20holding20child-2000x1333.png");
}
.cid-uNPd2F3Vhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNPd2F3Vhd .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-uNPd2F3Vhd .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uNPd2F3Vhd .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uNPd2F3Vhd .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uNPd2F3Vhd .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uNPd2F3Vhd .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNPd2F3Vhd .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uNPd2F3Vhd .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uNPd2F3Vhd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNPd2F3Vhd .btn-wrapper {
  margin-top: -15%;
}
.cid-uNPd2F3Vhd .mbr-section-title {
  color: #272b2e;
}
.cid-uNPd2F3Vhd .mbr-text,
.cid-uNPd2F3Vhd .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uNPd2F3Vhd .mbr-section-title,
.cid-uNPd2F3Vhd .mbr-section-btn,
.cid-uNPd2F3Vhd .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uNPd2Fxwve {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffb895;
}
.cid-uNPd2Fxwve .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uNPd2Fxwve .display-1 {
    font-size: 5rem;
  }
}
.cid-uNPd2Fxwve h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uNPd2Fxwve {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uNPd2Fxwve .display-1 {
    font-size: 2.8rem;
  }
  .cid-uNPd2Fxwve .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNPd2Fxwve .content-wrap {
    width: 100%;
  }
}
.cid-uNPd2Fxwve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNPd2Fxwve .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uNPd2Fxwve .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uNPd2Fxwve {
    align-items: center;
  }
  .cid-uNPd2Fxwve .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNPd2Fxwve .content-wrap {
    min-width: 50%;
  }
}
.cid-uNPd2Fxwve .mbr-section-title {
  text-align: center;
  color: #221b35;
}
.cid-uNPd2Fxwve .mbr-text,
.cid-uNPd2Fxwve .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uNPeEGhweV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNPeEGhweV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNPeEGhweV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNPeEGhweV .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uNPeEGhweV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uNPeEGhweV .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uNPeEGhweV .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uNPeEGhweV .container {
    padding: 0 14px;
  }
}
.cid-uNPeEGhweV .row {
  justify-content: center;
}
.cid-uNPeEGhweV .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNPeEGhweV .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNPeEGhweV .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uNPeEGhweV .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uNPeEGhweV .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uNPeEGhweV .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uNPeEGhweV .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uNPeEGhweV .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uNPeEGhweV .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uNPeEGhweV .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uNPeEGhweV .mbr-text_1 {
  color: #01004c;
}
.cid-uNPeEGhweV .list {
  color: #01004c;
}
.cid-uNPeEGhweV .mbr-text_2 {
  color: #000000;
}
.cid-uNPjMNVimp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fced8b;
}
.cid-uNPjMNVimp .img-container img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.cid-uNPjMNVimp .mbr-section-title {
  color: #1d1d1b;
}
.cid-uNPjMNVimp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNPjMNVimp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNPd2Gwh1Y {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uNPd2Gwh1Y .container {
    padding: 60px;
  }
}
.cid-uNPd2Gwh1Y .wrapper {
  background-color: transparent;
}
.cid-uNPd2Gwh1Y .sect {
  display: flex;
  align-items: center;
}
.cid-uNPd2Gwh1Y .sect .img {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.cid-uNPd2Gwh1Y .sect .mbr-text {
  flex: 1 1 auto;
}
.cid-uNPd2Gwh1Y .r.mbr-text {
  text-align: right;
}
.cid-uNOJ6U8LiQ .navbar-dropdown {
  position: relative !important;
}
.cid-uNOJ6U8LiQ .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-uNOJ6U8LiQ .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uNOJ6U8LiQ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNOJ6U8LiQ .navbar-caption {
  font-weight: 500;
}
.cid-uNOJ6U8LiQ .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-uNOJ6U8LiQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uNOJ6U8LiQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNOJ6U8LiQ .dropdown-item:hover,
.cid-uNOJ6U8LiQ .dropdown-item:focus {
  color: #ff0066 !important;
}
.cid-uNOJ6U8LiQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNOJ6U8LiQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNOJ6U8LiQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNOJ6U8LiQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNOJ6U8LiQ .nav-link {
  position: relative;
}
.cid-uNOJ6U8LiQ .nav-link:hover {
  color: #ff0066 !important;
}
.cid-uNOJ6U8LiQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uNOJ6U8LiQ .container,
  .cid-uNOJ6U8LiQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uNOJ6U8LiQ .dropdown-menu,
.cid-uNOJ6U8LiQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uNOJ6U8LiQ .nav-item:focus,
.cid-uNOJ6U8LiQ .nav-link:focus {
  outline: none;
}
.cid-uNOJ6U8LiQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNOJ6U8LiQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNOJ6U8LiQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNOJ6U8LiQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNOJ6U8LiQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNOJ6U8LiQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNOJ6U8LiQ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uNOJ6U8LiQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uNOJ6U8LiQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNOJ6U8LiQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uNOJ6U8LiQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNOJ6U8LiQ .navbar.collapsed {
  justify-content: center;
}
.cid-uNOJ6U8LiQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNOJ6U8LiQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNOJ6U8LiQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNOJ6U8LiQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNOJ6U8LiQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNOJ6U8LiQ .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-uNOJ6U8LiQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNOJ6U8LiQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uNOJ6U8LiQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNOJ6U8LiQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNOJ6U8LiQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNOJ6U8LiQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNOJ6U8LiQ .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-uNOJ6U8LiQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNOJ6U8LiQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNOJ6U8LiQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNOJ6U8LiQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNOJ6U8LiQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNOJ6U8LiQ .navbar.navbar-short {
  min-height: 80px;
}
.cid-uNOJ6U8LiQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNOJ6U8LiQ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uNOJ6U8LiQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNOJ6U8LiQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNOJ6U8LiQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNOJ6U8LiQ .dropdown-item.active,
.cid-uNOJ6U8LiQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uNOJ6U8LiQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNOJ6U8LiQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNOJ6U8LiQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNOJ6U8LiQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNOJ6U8LiQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNOJ6U8LiQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNOJ6U8LiQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNOJ6U8LiQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNOJ6U8LiQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNOJ6U8LiQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNOJ6U8LiQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNOJ6U8LiQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNOJ6U8LiQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNOJ6U8LiQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNOJ6U8LiQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNOJ6U8LiQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNOJ6U8LiQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNOJ6U8LiQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNOJ6U8LiQ .navbar {
    height: 70px;
  }
  .cid-uNOJ6U8LiQ .navbar.opened {
    height: auto;
  }
  .cid-uNOJ6U8LiQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNOJ6U8LiQ .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uNOJ6U8LiQ .addr {
    margin: 0 auto;
  }
}
.cid-uNOJ6U8LiQ .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uNOJ6U8LiQ .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uNOJ6UDxVV {
  background-image: url("../../../assets/images/kids20playing-2000x1333.png");
}
.cid-uNOJ6UDxVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOJ6UDxVV .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-uNOJ6UDxVV .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uNOJ6UDxVV .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uNOJ6UDxVV .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uNOJ6UDxVV .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uNOJ6UDxVV .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNOJ6UDxVV .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uNOJ6UDxVV .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uNOJ6UDxVV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNOJ6UDxVV .btn-wrapper {
  margin-top: -15%;
}
.cid-uNOJ6UDxVV .mbr-section-title {
  color: #272b2e;
}
.cid-uNOJ6UDxVV .mbr-text,
.cid-uNOJ6UDxVV .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uNOJ6UDxVV .mbr-section-title,
.cid-uNOJ6UDxVV .mbr-section-btn,
.cid-uNOJ6UDxVV .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uNOR7Af4Ss {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffb895;
}
.cid-uNOR7Af4Ss .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uNOR7Af4Ss .display-1 {
    font-size: 5rem;
  }
}
.cid-uNOR7Af4Ss h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uNOR7Af4Ss {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uNOR7Af4Ss .display-1 {
    font-size: 2.8rem;
  }
  .cid-uNOR7Af4Ss .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNOR7Af4Ss .content-wrap {
    width: 100%;
  }
}
.cid-uNOR7Af4Ss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOR7Af4Ss .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uNOR7Af4Ss .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uNOR7Af4Ss {
    align-items: center;
  }
  .cid-uNOR7Af4Ss .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNOR7Af4Ss .content-wrap {
    min-width: 50%;
  }
}
.cid-uNOR7Af4Ss .mbr-section-title {
  text-align: center;
  color: #221b35;
}
.cid-uNOR7Af4Ss .mbr-text,
.cid-uNOR7Af4Ss .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uNOUFvomcC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uNOUFvomcC .container {
    max-width: 1400px;
  }
}
.cid-uNOUFvomcC .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-uNOUFvomcC .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uNOUFvomcC .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-uNOUFvomcC .row {
  justify-content: center;
}
.cid-uNOUFvomcC img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-uNOUFvomcC .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-uNOUFvomcC .card-text {
  color: #d2b488;
}
.cid-uNOV4n8KGc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uNOV4n8KGc .container {
    max-width: 1400px;
  }
}
.cid-uNOV4n8KGc .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-uNOV4n8KGc .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uNOV4n8KGc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-uNOV4n8KGc .row {
  justify-content: center;
}
.cid-uNOV4n8KGc img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-uNOV4n8KGc .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-uNOV4n8KGc .card-text {
  color: #ff9966;
}
.cid-uNOW83Z2w0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uNOW83Z2w0 .container {
    max-width: 1400px;
  }
}
.cid-uNOW83Z2w0 .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-uNOW83Z2w0 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uNOW83Z2w0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-uNOW83Z2w0 .row {
  justify-content: center;
}
.cid-uNOW83Z2w0 img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-uNOW83Z2w0 .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-uNOW83Z2w0 .card-text {
  color: #ff9966;
}
.cid-uNOJ6WIVTi {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uNOJ6WIVTi .container {
    padding: 60px;
  }
}
.cid-uNOJ6WIVTi .wrapper {
  background-color: transparent;
}
.cid-uNOJ6WIVTi .sect {
  display: flex;
  align-items: center;
}
.cid-uNOJ6WIVTi .sect .img {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.cid-uNOJ6WIVTi .sect .mbr-text {
  flex: 1 1 auto;
}
.cid-uNOJ6WIVTi .r.mbr-text {
  text-align: right;
}
.cid-uNP5J6GAWq .navbar-dropdown {
  position: relative !important;
}
.cid-uNP5J6GAWq .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-uNP5J6GAWq .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uNP5J6GAWq .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNP5J6GAWq .navbar-caption {
  font-weight: 500;
}
.cid-uNP5J6GAWq .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-uNP5J6GAWq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uNP5J6GAWq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNP5J6GAWq .dropdown-item:hover,
.cid-uNP5J6GAWq .dropdown-item:focus {
  color: #ff0066 !important;
}
.cid-uNP5J6GAWq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNP5J6GAWq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNP5J6GAWq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNP5J6GAWq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNP5J6GAWq .nav-link {
  position: relative;
}
.cid-uNP5J6GAWq .nav-link:hover {
  color: #ff0066 !important;
}
.cid-uNP5J6GAWq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uNP5J6GAWq .container,
  .cid-uNP5J6GAWq .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uNP5J6GAWq .dropdown-menu,
.cid-uNP5J6GAWq .navbar.opened {
  background: #ffffff !important;
}
.cid-uNP5J6GAWq .nav-item:focus,
.cid-uNP5J6GAWq .nav-link:focus {
  outline: none;
}
.cid-uNP5J6GAWq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNP5J6GAWq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNP5J6GAWq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNP5J6GAWq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNP5J6GAWq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNP5J6GAWq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNP5J6GAWq .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uNP5J6GAWq .navbar.opened {
  transition: all 0.3s;
}
.cid-uNP5J6GAWq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNP5J6GAWq .navbar .navbar-logo img {
  width: auto;
}
.cid-uNP5J6GAWq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNP5J6GAWq .navbar.collapsed {
  justify-content: center;
}
.cid-uNP5J6GAWq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNP5J6GAWq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNP5J6GAWq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNP5J6GAWq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNP5J6GAWq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNP5J6GAWq .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-uNP5J6GAWq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNP5J6GAWq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uNP5J6GAWq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNP5J6GAWq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNP5J6GAWq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNP5J6GAWq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNP5J6GAWq .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-uNP5J6GAWq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNP5J6GAWq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNP5J6GAWq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNP5J6GAWq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNP5J6GAWq .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNP5J6GAWq .navbar.navbar-short {
  min-height: 80px;
}
.cid-uNP5J6GAWq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNP5J6GAWq .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uNP5J6GAWq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNP5J6GAWq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNP5J6GAWq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNP5J6GAWq .dropdown-item.active,
.cid-uNP5J6GAWq .dropdown-item:active {
  background-color: transparent;
}
.cid-uNP5J6GAWq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNP5J6GAWq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNP5J6GAWq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNP5J6GAWq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNP5J6GAWq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNP5J6GAWq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNP5J6GAWq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNP5J6GAWq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNP5J6GAWq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNP5J6GAWq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNP5J6GAWq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNP5J6GAWq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNP5J6GAWq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNP5J6GAWq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNP5J6GAWq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNP5J6GAWq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNP5J6GAWq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNP5J6GAWq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNP5J6GAWq .navbar {
    height: 70px;
  }
  .cid-uNP5J6GAWq .navbar.opened {
    height: auto;
  }
  .cid-uNP5J6GAWq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNP5J6GAWq .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uNP5J6GAWq .addr {
    margin: 0 auto;
  }
}
.cid-uNP5J6GAWq .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uNP5J6GAWq .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uNP5J70ary {
  background-image: url("../../../assets/images/kids20excited-2000x1333.png");
}
.cid-uNP5J70ary .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNP5J70ary .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-uNP5J70ary .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uNP5J70ary .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uNP5J70ary .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uNP5J70ary .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uNP5J70ary .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNP5J70ary .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uNP5J70ary .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uNP5J70ary .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNP5J70ary .btn-wrapper {
  margin-top: -15%;
}
.cid-uNP5J70ary .mbr-section-title {
  color: #272b2e;
}
.cid-uNP5J70ary .mbr-text,
.cid-uNP5J70ary .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNP5J70ary .mbr-section-title,
.cid-uNP5J70ary .mbr-section-btn,
.cid-uNP5J70ary .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uNP61t9iZd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNP61t9iZd .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-uNP61t9iZd .title-section {
    padding: 0 6rem;
    margin-bottom: 6.5rem;
  }
}
.cid-uNP61t9iZd img {
  object-fit: cover;
}
.cid-uNP61t9iZd .carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uNP61t9iZd .carousel .carousel-container {
  width: 100%;
  position: relative;
}
.cid-uNP61t9iZd .carousel .carousel-container .carousel-inner {
  border-radius: 20px;
  max-height: 1000px;
  height: 100vh;
}
@media (max-width: 768px) {
  .cid-uNP61t9iZd .carousel .carousel-container .carousel-inner {
    height: 60vh;
  }
}
.cid-uNP61t9iZd .carousel .carousel-container .carousel-inner .carousel-item,
.cid-uNP61t9iZd .carousel .carousel-container .carousel-inner img {
  height: 100%;
}
.cid-uNP61t9iZd .carousel .carousel-container .carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  margin: 0;
  display: flex;
}
.cid-uNP61t9iZd .carousel .carousel-container .carousel-indicators button {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin: 0 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ffcce0;
  opacity: 1;
  transition: 0.4s ease;
}
.cid-uNP61t9iZd .carousel .carousel-container .carousel-indicators .active {
  background-clip: padding-box;
  background-color: #ff0066;
}
.cid-uNP61t9iZd .carousel .buttons-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
}
.cid-uNP61t9iZd .carousel .buttons-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0066;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.cid-uNP61t9iZd .carousel .buttons-container button span {
  line-height: 2px;
  color: white;
}
.cid-uNP61t9iZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNP61t9iZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNP61t9iZd .mbr-section-title {
  text-align: center;
}
.cid-uNP5J7Ojfw {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uNP5J7Ojfw .container {
    padding: 60px;
  }
}
.cid-uNP5J7Ojfw .wrapper {
  background-color: transparent;
}
.cid-uNP5J7Ojfw .sect {
  display: flex;
  align-items: center;
}
.cid-uNP5J7Ojfw .sect .img {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.cid-uNP5J7Ojfw .sect .mbr-text {
  flex: 1 1 auto;
}
.cid-uNP5J7Ojfw .r.mbr-text {
  text-align: right;
}
.cid-uNP2qa1VJM .navbar-dropdown {
  position: relative !important;
}
.cid-uNP2qa1VJM .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-uNP2qa1VJM .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uNP2qa1VJM .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNP2qa1VJM .navbar-caption {
  font-weight: 500;
}
.cid-uNP2qa1VJM .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-uNP2qa1VJM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uNP2qa1VJM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNP2qa1VJM .dropdown-item:hover,
.cid-uNP2qa1VJM .dropdown-item:focus {
  color: #ff0066 !important;
}
.cid-uNP2qa1VJM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNP2qa1VJM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNP2qa1VJM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNP2qa1VJM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNP2qa1VJM .nav-link {
  position: relative;
}
.cid-uNP2qa1VJM .nav-link:hover {
  color: #ff0066 !important;
}
.cid-uNP2qa1VJM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uNP2qa1VJM .container,
  .cid-uNP2qa1VJM .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uNP2qa1VJM .dropdown-menu,
.cid-uNP2qa1VJM .navbar.opened {
  background: #ffffff !important;
}
.cid-uNP2qa1VJM .nav-item:focus,
.cid-uNP2qa1VJM .nav-link:focus {
  outline: none;
}
.cid-uNP2qa1VJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNP2qa1VJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNP2qa1VJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNP2qa1VJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNP2qa1VJM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNP2qa1VJM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNP2qa1VJM .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uNP2qa1VJM .navbar.opened {
  transition: all 0.3s;
}
.cid-uNP2qa1VJM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNP2qa1VJM .navbar .navbar-logo img {
  width: auto;
}
.cid-uNP2qa1VJM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNP2qa1VJM .navbar.collapsed {
  justify-content: center;
}
.cid-uNP2qa1VJM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNP2qa1VJM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNP2qa1VJM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNP2qa1VJM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNP2qa1VJM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNP2qa1VJM .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-uNP2qa1VJM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNP2qa1VJM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uNP2qa1VJM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNP2qa1VJM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNP2qa1VJM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNP2qa1VJM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNP2qa1VJM .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-uNP2qa1VJM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNP2qa1VJM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNP2qa1VJM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNP2qa1VJM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNP2qa1VJM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNP2qa1VJM .navbar.navbar-short {
  min-height: 80px;
}
.cid-uNP2qa1VJM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNP2qa1VJM .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uNP2qa1VJM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNP2qa1VJM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNP2qa1VJM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNP2qa1VJM .dropdown-item.active,
.cid-uNP2qa1VJM .dropdown-item:active {
  background-color: transparent;
}
.cid-uNP2qa1VJM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNP2qa1VJM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNP2qa1VJM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNP2qa1VJM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNP2qa1VJM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNP2qa1VJM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNP2qa1VJM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNP2qa1VJM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNP2qa1VJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNP2qa1VJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNP2qa1VJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNP2qa1VJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNP2qa1VJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNP2qa1VJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNP2qa1VJM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNP2qa1VJM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNP2qa1VJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNP2qa1VJM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNP2qa1VJM .navbar {
    height: 70px;
  }
  .cid-uNP2qa1VJM .navbar.opened {
    height: auto;
  }
  .cid-uNP2qa1VJM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNP2qa1VJM .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uNP2qa1VJM .addr {
    margin: 0 auto;
  }
}
.cid-uNP2qa1VJM .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uNP2qa1VJM .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uNP2qalzRy {
  background-image: url("../../../assets/images/kid20writing-2000x1333.png");
}
.cid-uNP2qalzRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNP2qalzRy .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-uNP2qalzRy .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uNP2qalzRy .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uNP2qalzRy .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uNP2qalzRy .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uNP2qalzRy .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNP2qalzRy .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uNP2qalzRy .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uNP2qalzRy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNP2qalzRy .btn-wrapper {
  margin-top: -15%;
}
.cid-uNP2qalzRy .mbr-section-title {
  color: #272b2e;
}
.cid-uNP2qalzRy .mbr-text,
.cid-uNP2qalzRy .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNP2qalzRy .mbr-section-title,
.cid-uNP2qalzRy .mbr-section-btn,
.cid-uNP2qalzRy .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uNP2qaDlZQ {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffb895;
}
.cid-uNP2qaDlZQ .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uNP2qaDlZQ .display-1 {
    font-size: 5rem;
  }
}
.cid-uNP2qaDlZQ h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uNP2qaDlZQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uNP2qaDlZQ .display-1 {
    font-size: 2.8rem;
  }
  .cid-uNP2qaDlZQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNP2qaDlZQ .content-wrap {
    width: 100%;
  }
}
.cid-uNP2qaDlZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNP2qaDlZQ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uNP2qaDlZQ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uNP2qaDlZQ {
    align-items: center;
  }
  .cid-uNP2qaDlZQ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNP2qaDlZQ .content-wrap {
    min-width: 50%;
  }
}
.cid-uNP2qaDlZQ .mbr-section-title {
  text-align: center;
  color: #221b35;
}
.cid-uNP2qaDlZQ .mbr-text,
.cid-uNP2qaDlZQ .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uNP4CVu6S0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNP4CVu6S0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNP4CVu6S0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNP4CVu6S0 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uNP4CVu6S0 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uNP4CVu6S0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uNP4CVu6S0 .container {
    padding: 0 20px;
  }
}
.cid-uNP4CVu6S0 .row {
  justify-content: space-between;
}
.cid-uNP4CVu6S0 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uNP4CVu6S0 .dragArea.row .form-group {
  margin-bottom: 48px !important;
}
@media (max-width: 992px) {
  .cid-uNP4CVu6S0 .dragArea.row .form-group {
    margin-bottom: 30px !important;
  }
}
.cid-uNP4CVu6S0 .dragArea.row .form-group .form-control-label {
  margin-bottom: 16px !important;
}
.cid-uNP4CVu6S0 .dragArea.row .form-group .form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid #e1e1e1 !important;
  border-radius: .75rem !important;
  padding: 12px 20px;
  min-height: 80px;
}
.cid-uNP4CVu6S0 .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-uNP4CVu6S0 .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #ebeae2;
  border-color: #ebeae2;
}
.cid-uNP4CVu6S0 .dragArea.row .form-group .form-check .form-check-label {
  color: #ebeae2;
}
.cid-uNP4CVu6S0 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uNP4CVu6S0 .mbr-text {
  color: #000000;
}
.cid-uNP4CVu6S0 label {
  color: #000000;
}
.cid-uNP2qc5k7k {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uNP2qc5k7k .container {
    padding: 60px;
  }
}
.cid-uNP2qc5k7k .wrapper {
  background-color: transparent;
}
.cid-uNP2qc5k7k .sect {
  display: flex;
  align-items: center;
}
.cid-uNP2qc5k7k .sect .img {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.cid-uNP2qc5k7k .sect .mbr-text {
  flex: 1 1 auto;
}
.cid-uNP2qc5k7k .r.mbr-text {
  text-align: right;
}
.cid-uNP6J68bMU .navbar-dropdown {
  position: relative !important;
}
.cid-uNP6J68bMU .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-uNP6J68bMU .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uNP6J68bMU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNP6J68bMU .navbar-caption {
  font-weight: 500;
}
.cid-uNP6J68bMU .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-uNP6J68bMU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uNP6J68bMU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNP6J68bMU .dropdown-item:hover,
.cid-uNP6J68bMU .dropdown-item:focus {
  color: #ff0066 !important;
}
.cid-uNP6J68bMU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNP6J68bMU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNP6J68bMU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNP6J68bMU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNP6J68bMU .nav-link {
  position: relative;
}
.cid-uNP6J68bMU .nav-link:hover {
  color: #ff0066 !important;
}
.cid-uNP6J68bMU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uNP6J68bMU .container,
  .cid-uNP6J68bMU .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uNP6J68bMU .dropdown-menu,
.cid-uNP6J68bMU .navbar.opened {
  background: #ffffff !important;
}
.cid-uNP6J68bMU .nav-item:focus,
.cid-uNP6J68bMU .nav-link:focus {
  outline: none;
}
.cid-uNP6J68bMU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNP6J68bMU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNP6J68bMU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNP6J68bMU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNP6J68bMU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNP6J68bMU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNP6J68bMU .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uNP6J68bMU .navbar.opened {
  transition: all 0.3s;
}
.cid-uNP6J68bMU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNP6J68bMU .navbar .navbar-logo img {
  width: auto;
}
.cid-uNP6J68bMU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNP6J68bMU .navbar.collapsed {
  justify-content: center;
}
.cid-uNP6J68bMU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNP6J68bMU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNP6J68bMU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNP6J68bMU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNP6J68bMU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNP6J68bMU .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-uNP6J68bMU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNP6J68bMU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uNP6J68bMU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNP6J68bMU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNP6J68bMU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNP6J68bMU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNP6J68bMU .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-uNP6J68bMU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNP6J68bMU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNP6J68bMU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNP6J68bMU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNP6J68bMU .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNP6J68bMU .navbar.navbar-short {
  min-height: 80px;
}
.cid-uNP6J68bMU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNP6J68bMU .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uNP6J68bMU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNP6J68bMU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNP6J68bMU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNP6J68bMU .dropdown-item.active,
.cid-uNP6J68bMU .dropdown-item:active {
  background-color: transparent;
}
.cid-uNP6J68bMU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNP6J68bMU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNP6J68bMU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNP6J68bMU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNP6J68bMU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNP6J68bMU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNP6J68bMU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNP6J68bMU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNP6J68bMU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNP6J68bMU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNP6J68bMU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNP6J68bMU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNP6J68bMU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNP6J68bMU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNP6J68bMU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNP6J68bMU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNP6J68bMU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNP6J68bMU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNP6J68bMU .navbar {
    height: 70px;
  }
  .cid-uNP6J68bMU .navbar.opened {
    height: auto;
  }
  .cid-uNP6J68bMU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNP6J68bMU .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uNP6J68bMU .addr {
    margin: 0 auto;
  }
}
.cid-uNP6J68bMU .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uNP6J68bMU .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uNP6J6uJ7M {
  background-image: url("../../../assets/images/kids20reading-2000x1333.png");
}
.cid-uNP6J6uJ7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNP6J6uJ7M .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-uNP6J6uJ7M .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uNP6J6uJ7M .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uNP6J6uJ7M .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uNP6J6uJ7M .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uNP6J6uJ7M .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNP6J6uJ7M .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uNP6J6uJ7M .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uNP6J6uJ7M .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNP6J6uJ7M .btn-wrapper {
  margin-top: -15%;
}
.cid-uNP6J6uJ7M .mbr-section-title {
  color: #272b2e;
}
.cid-uNP6J6uJ7M .mbr-text,
.cid-uNP6J6uJ7M .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uNP6J6uJ7M .mbr-section-title,
.cid-uNP6J6uJ7M .mbr-section-btn,
.cid-uNP6J6uJ7M .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uNP6V1AzoS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNP6V1AzoS li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uNP6V1AzoS li:last-child {
  margin-bottom: 0;
}
.cid-uNP6V1AzoS .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uNP6V1AzoS .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uNP6V1AzoS .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uNP6V1AzoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNP6V1AzoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNP6J7hS3I {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uNP6J7hS3I .container {
    padding: 60px;
  }
}
.cid-uNP6J7hS3I .wrapper {
  background-color: transparent;
}
.cid-uNP6J7hS3I .sect {
  display: flex;
  align-items: center;
}
.cid-uNP6J7hS3I .sect .img {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.cid-uNP6J7hS3I .sect .mbr-text {
  flex: 1 1 auto;
}
.cid-uNP6J7hS3I .r.mbr-text {
  text-align: right;
}
