.btn {
  border-width: 2px;
}
.btn {
  border-radius: 80px;
}
body {
  background-color: #fef8ef;
}
body {
  font-family: 'Golos Text', sans-serif;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.375rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.0625rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.5rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #84a59d !important;
}
.bg-success {
  background-color: #26d081 !important;
}
.bg-info {
  background-color: #0dc4e9 !important;
}
.bg-warning {
  background-color: #f6b900 !important;
}
.bg-danger {
  background-color: #d22435 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #84a59d !important;
  border-color: #84a59d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #597972 !important;
  border-color: #597972 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #597972 !important;
  border-color: #597972 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f28482 !important;
  border-color: #f28482 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ea3733 !important;
  border-color: #ea3733 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ea3733 !important;
  border-color: #ea3733 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0dc4e9 !important;
  border-color: #0dc4e9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #087f97 !important;
  border-color: #087f97 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #087f97 !important;
  border-color: #087f97 !important;
}
.btn-success,
.btn-success:active {
  background-color: #26d081 !important;
  border-color: #26d081 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #198754 !important;
  border-color: #198754 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #198754 !important;
  border-color: #198754 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f6b900 !important;
  border-color: #f6b900 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9f7800 !important;
  border-color: #9f7800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9f7800 !important;
  border-color: #9f7800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d22435 !important;
  border-color: #d22435 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #881722 !important;
  border-color: #881722 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #881722 !important;
  border-color: #881722 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #84a59d;
  color: #84a59d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #597972 !important;
  background-color: transparent !important;
  border-color: #597972 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #84a59d !important;
  border-color: #84a59d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f28482;
  color: #f28482;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ea3733 !important;
  background-color: transparent !important;
  border-color: #ea3733 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f28482 !important;
  border-color: #f28482 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0dc4e9;
  color: #0dc4e9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #087f97 !important;
  background-color: transparent !important;
  border-color: #087f97 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0dc4e9 !important;
  border-color: #0dc4e9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #26d081;
  color: #26d081;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #198754 !important;
  background-color: transparent !important;
  border-color: #198754 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #26d081 !important;
  border-color: #26d081 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f6b900;
  color: #f6b900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9f7800 !important;
  background-color: transparent !important;
  border-color: #9f7800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f6b900 !important;
  border-color: #f6b900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d22435;
  color: #d22435;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #881722 !important;
  background-color: transparent !important;
  border-color: #881722 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d22435 !important;
  border-color: #d22435 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #84a59d !important;
}
.text-secondary {
  color: #f28482 !important;
}
.text-success {
  color: #26d081 !important;
}
.text-info {
  color: #0dc4e9 !important;
}
.text-warning {
  color: #f6b900 !important;
}
.text-danger {
  color: #d22435 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #527169 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e82926 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #167a4c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #087388 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #906c00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7b151f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.3s;
  /*position: relative;
        background-image: linear-gradient(currentColor 50%, currentColor 50%);
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0 1.2em;*/
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #84a59d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0dc4e9;
}
.alert-warning {
  background-color: #f6b900;
}
.alert-danger {
  background-color: #d22435;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #84a59d;
  border-color: #84a59d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cedbd8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ccf6e2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c6f3fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff0c3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f6ccd0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #84a59d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #84a59d;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #84a59d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #84a59d;
}
.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: #84a59d;
  border-bottom-color: #84a59d;
}
.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: #000000 !important;
  background-color: #84a59d !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: #f28482 !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='%2384a59d' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1220px;
}
a {
  transition: color 300ms ease !important;
  font-weight: 400 !important;
}
.btn,
.btn-lg {
  box-shadow: none !important;
}
body {
  line-height: 1.667em;
  line-height: 30px;
}
.btn,
.btn-lg {
  margin-top: 0;
  margin-bottom: 0;
}
span.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
span.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.cid-uVO4y7koAp .navbar-dropdown {
  position: relative !important;
}
.cid-uVO4y7koAp .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-uVO4y7koAp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uVO4y7koAp .dropdown-item:hover,
.cid-uVO4y7koAp .dropdown-item:focus {
  color: #84a59d !important;
}
.cid-uVO4y7koAp .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uVO4y7koAp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVO4y7koAp .nav-link {
  position: relative;
  padding: 0;
}
.cid-uVO4y7koAp .container {
  display: flex;
  margin: auto;
}
.cid-uVO4y7koAp .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVO4y7koAp .dropdown-menu,
.cid-uVO4y7koAp .navbar.opened {
  background: #fef8ef !important;
}
.cid-uVO4y7koAp .nav-item:focus,
.cid-uVO4y7koAp .nav-link:focus {
  outline: none;
}
.cid-uVO4y7koAp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVO4y7koAp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVO4y7koAp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVO4y7koAp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVO4y7koAp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVO4y7koAp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVO4y7koAp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fef8ef;
}
.cid-uVO4y7koAp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVO4y7koAp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVO4y7koAp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVO4y7koAp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVO4y7koAp .navbar.collapsed {
  justify-content: center;
}
.cid-uVO4y7koAp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVO4y7koAp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVO4y7koAp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVO4y7koAp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVO4y7koAp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVO4y7koAp .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-uVO4y7koAp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVO4y7koAp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVO4y7koAp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVO4y7koAp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVO4y7koAp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVO4y7koAp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVO4y7koAp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVO4y7koAp .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-uVO4y7koAp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVO4y7koAp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVO4y7koAp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVO4y7koAp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVO4y7koAp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVO4y7koAp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVO4y7koAp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVO4y7koAp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVO4y7koAp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVO4y7koAp .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-uVO4y7koAp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVO4y7koAp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVO4y7koAp .dropdown-item.active,
.cid-uVO4y7koAp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVO4y7koAp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVO4y7koAp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVO4y7koAp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVO4y7koAp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fef8ef;
}
.cid-uVO4y7koAp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVO4y7koAp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVO4y7koAp ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uVO4y7koAp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVO4y7koAp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVO4y7koAp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVO4y7koAp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVO4y7koAp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVO4y7koAp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVO4y7koAp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVO4y7koAp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVO4y7koAp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVO4y7koAp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVO4y7koAp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVO4y7koAp .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-uVO4y7koAp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVO4y7koAp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVO4y7koAp .navbar {
    height: 70px;
  }
  .cid-uVO4y7koAp .navbar.opened {
    height: auto;
  }
  .cid-uVO4y7koAp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVO4y7koAp a {
  display: inline;
}
.cid-uVO4y7koAp img {
  display: inline;
  padding-right: 10px;
}
.cid-uVO4y7koAp .dropdown-toggle:after {
  display: none;
}
.cid-uVO4y7koAp .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uVO4y7koAp .dropdown-item:hover {
  color: #bc5555 !important;
}
@media (max-width: 990px) {
  .cid-uVO4y7koAp .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uVO4y7koAp .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uVO4y7koAp .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uVO4y7koAp .nav-item {
  margin-right: 32px;
}
.cid-uVO4y7koAp .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uVO4y7koAp ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uVO4y7koAp .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uVO4y7koAp .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uVO4y7koAp .navbar-nav {
  margin: auto;
}
.cid-uVO4y7koAp .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uVO4y7koAp .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uVO4y7koAp .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uVO4y7koAp .btn {
  border-radius: 1000px !important;
}
.cid-uVO4y7koAp .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uVO4y7koAp .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uVO4y7koAp .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-uVO4y7koAp .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.cid-uVO4y7koAp .dropdown-item:focus {
  color: #bc5555 !important;
}
@media (max-width: 945px) {
  .cid-uVO4y7koAp .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uVO4y7koAp .top {
    margin-top: 25px;
  }
}
.cid-uVO4y7koAp .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uVO4y7koAp .container,
  .cid-uVO4y7koAp .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uVO4y7koAp li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uVO4y7koAp ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uVO4y7koAp .icons-menu {
    min-width: initial !important;
  }
  .cid-uVO4y7koAp a.btn {
    margin-top: 10px;
  }
}
.cid-uVO4y7koAp a.btn > span {
  margin-left: 0.5rem;
}
.cid-uVO4y7koAp .navbar-nav .nav-item .nav-link:hover,
.cid-uVO4y7koAp .navbar-nav .nav-item .nav-link:focus {
  color: #bc5555 !important;
}
.cid-uVO4y7koAp .navbar-caption {
  color: #000000;
}
.cid-uVO4y7koAp .nav-link,
.cid-uVO4y7koAp .dropdown-item {
  color: #000000;
}
.cid-uVO4y7X6ld {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4y7X6ld .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uVO4y7X6ld .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-uVO4y7X6ld .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uVO4y7X6ld .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-uVO4y7X6ld .right-side {
  max-width: 554px;
}
.cid-uVO4y7X6ld .rs {
  margin-right: 60px;
}
.cid-uVO4y7X6ld .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uVO4y7X6ld .margin {
  margin-right: 14px;
}
.cid-uVO4y7X6ld .gray {
  padding: 45px 0;
  background-color: #fef8ef;
}
.cid-uVO4y7X6ld img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-uVO4y7X6ld .gray {
    padding: 0px 0 5px;
  }
  .cid-uVO4y7X6ld img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-uVO4y7X6ld .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-uVO4y7X6ld .b {
    margin-bottom: 10px;
  }
}
.cid-uVO4y7X6ld .btn {
  margin-top: 20px;
}
.cid-uVO4y7X6ld a.btn > span {
  margin-left: 0.5rem;
}
.cid-uVO4y7X6ld .mbr-text,
.cid-uVO4y7X6ld .button-align {
  color: #000000;
}
.cid-uVO4y897ww {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fef8ef;
}
.cid-uVO4y897ww .item:focus,
.cid-uVO4y897ww span:focus {
  outline: none;
}
.cid-uVO4y897ww .item {
  cursor: pointer;
}
.cid-uVO4y897ww .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uVO4y897ww .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uVO4y897ww .grid-container-1,
.cid-uVO4y897ww .grid-container-2,
.cid-uVO4y897ww .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVO4y897ww .grid-container-1,
  .cid-uVO4y897ww .grid-container-2,
  .cid-uVO4y897ww .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uVO4y897ww .mbr-section-title {
  margin-bottom: 0;
  color: #14142b;
  text-align: center;
}
.cid-uVO4y897ww .content-head {
  max-width: 800px;
}
.cid-uVO4y897ww .container,
.cid-uVO4y897ww .container-fluid {
  overflow: hidden;
}
.cid-uVO4y897ww .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uVO4y897ww .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 56px 0;
}
.cid-uVO4y897ww .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
}
@media (max-width: 1200px) {
  .cid-uVO4y897ww .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uVO4y897ww .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uVO4y897ww .grid-container-1,
.cid-uVO4y897ww .grid-container-2,
.cid-uVO4y897ww .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uVO4y897ww .grid-container-1 {
  align-items: flex-end;
}
.cid-uVO4y897ww .grid-container-2 {
  align-items: flex-start;
}
.cid-uVO4y8cPyz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4y8cPyz .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-uVO4y8cPyz .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-uVO4y8cPyz .p {
  color: #000000;
}
.cid-uVO4y8cPyz .p:last-child {
  padding-bottom: 0;
}
.cid-uVO4y8cPyz .row {
  justify-content: center;
}
.cid-uVO4y8cPyz .heading {
  padding-bottom: 24px;
  color: #000000;
}
.cid-uVO4y8fvCs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4y8fvCs .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.171em;
  color: #000000;
}
.cid-uVO4y8fvCs .mbr-text {
  color: #8c8c95;
  margin-bottom: 20px;
  text-align: center;
}
.cid-uVO4y8fvCs .button-align {
  text-align: center;
}
.cid-uVO4y8fvCs .margin {
  margin-right: 14px;
}
.cid-uVO4y8fvCs .mbr-section-btn {
  display: inline-block;
}
.cid-uVO4y8fvCs .container {
  max-width: 493px;
}
.cid-uVO4y8fvCs .btn {
  margin-top: 20px;
}
.cid-uVO4y8fvCs a.btn > span {
  margin-left: 0.5rem;
}
.cid-uVO4y8fvCs .mbr-text,
.cid-uVO4y8fvCs .button-align {
  color: #000000;
}
.cid-uVO4y8ifZP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4y8ifZP .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-uVO4y8ifZP .mbr-section-title {
  text-align: left;
  color: #14142b;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-uVO4y8ifZP .row {
  align-items: center;
  height: 100%;
}
.cid-uVO4y8ifZP .wrapper {
  margin: auto;
}
.cid-uVO4y8ifZP .t1 {
  margin-bottom: 24px;
}
.cid-uVO4y8ifZP .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
}
.cid-uVO4y8ifZP .line1 {
  margin-bottom: 60px;
}
.cid-uVO4y8ifZP .line2 {
  margin-top: 60px;
}
@media (max-width: 576px) {
  .cid-uVO4y8ifZP .t {
    padding-top: 20px;
  }
}
.cid-uVO4y8mbsQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4y8mbsQ .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-uVO4y8mbsQ .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-uVO4y8mbsQ .p:last-child {
  padding-bottom: 0;
}
.cid-uVO4y8mbsQ .row {
  justify-content: center;
}
.cid-uVO4y8uC8M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVO4y8uC8M .item:focus,
.cid-uVO4y8uC8M span:focus {
  outline: none;
}
.cid-uVO4y8uC8M .item-wrapper {
  position: relative;
}
.cid-uVO4y8uC8M .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uVO4y8uC8M .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uVO4y8uC8M .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-uVO4y8uC8M .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-uVO4y8uC8M .embla__slide {
    min-width: 375px;
  }
}
.cid-uVO4y8uC8M .embla__button--next,
.cid-uVO4y8uC8M .embla__button--prev {
  display: flex;
}
.cid-uVO4y8uC8M .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #84a59d;
  color: #f28482;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uVO4y8uC8M .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVO4y8uC8M .embla__button:hover {
  background-color: #84a59d;
  color: #f28482;
  transform: scale(1.05);
}
.cid-uVO4y8uC8M .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVO4y8uC8M .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVO4y8uC8M .embla__button {
    top: auto;
  }
}
.cid-uVO4y8uC8M .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uVO4y8uC8M .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uVO4y8uC8M .embla {
  position: relative;
  width: 100%;
}
.cid-uVO4y8uC8M .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uVO4y8uC8M .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVO4y8uC8M .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVO4y8uC8M .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVO4y8uC8M .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  height: 100%;
}
.cid-uVO4y8uC8M .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uVO4y8uC8M .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-uVO4y8uC8M .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uVO4y8uC8M .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uVO4y8uC8M .shadow:hover .number,
.cid-uVO4y8uC8M .shadow:hover .card-title {
  color: #0dc4e9 !important;
}
.cid-uVO4y8uC8M .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-uVO4y8uC8M .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-uVO4y8uC8M .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-uVO4y8uC8M .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-uVO4y8uC8M H3 {
  color: #1d1d1f;
}
.cid-uVO4y8uC8M .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uVO4y8uC8M .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uVO4y8uC8M .iconfont-wrapper .mbr-iconfont {
  color: #84a59d;
}
.cid-uVO4y8uC8M .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-uVO4y8uC8M .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uVO4y8uC8M .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uVO4y8uC8M .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uVO4y8uC8M .people {
  align-items: center;
}
.cid-uVO4y8uC8M img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVO4y8uC8M .row.title-block {
    flex-direction: column;
  }
  .cid-uVO4y8uC8M .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uVO4y8uC8M .mbr-section-title {
    text-align: center;
  }
}
.cid-uVO4y8uC8M .card-subtitle,
.cid-uVO4y8uC8M .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-uVO4y8uC8M .people {
    flex-direction: column;
  }
  .cid-uVO4y8uC8M .card-text,
  .cid-uVO4y8uC8M .align,
  .cid-uVO4y8uC8M .iconfont-wrapper {
    text-align: center;
  }
  .cid-uVO4y8uC8M img {
    margin-bottom: 20px !important;
  }
}
.cid-uVO4y8uC8M .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-uVO4y8uC8M .button-align {
    margin-top: 20px;
  }
}
.cid-uVO4y8uC8M .btn {
  margin-top: 20px;
}
.cid-uVO4y8uC8M a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVO4y8uC8M .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-uVO4y8uC8M .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-uVO4y8uC8M .mbr-section-subtitle,
.cid-uVO4y8uC8M .button-align {
  color: #000000;
}
.cid-uVO4y8uC8M .mbr-section-title {
  color: #000000;
}
.cid-uVO4y8uC8M .card-text,
.cid-uVO4y8uC8M .iconfont-wrapper,
.cid-uVO4y8uC8M .align {
  color: #000000;
}
.cid-uVO4y8uC8M .card-subtitle2 {
  color: #000000;
}
.cid-uVO4y8IlUk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fef8ef;
}
.cid-uVO4y8IlUk .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uVO4y8IlUk .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uVO4y8IlUk .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uVO4y8IlUk .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uVO4y8IlUk .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uVO4y8IlUk .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uVO4y8IlUk .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uVO4y8IlUk .shadow:hover .mbr-iconfont,
.cid-uVO4y8IlUk .shadow:hover .number,
.cid-uVO4y8IlUk .shadow:hover .card-title {
  color: #57766f !important;
}
.cid-uVO4y8IlUk .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uVO4y8IlUk .card-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uVO4y8IlUk .card-title span,
.cid-uVO4y8IlUk .card-title .number {
  transition: 0.35s;
}
.cid-uVO4y8IlUk .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uVO4y8IlUk .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uVO4y8IlUk .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-uVO4y8IlUk H3 {
  color: #14142b;
  text-align: center;
}
.cid-uVO4y8IlUk img {
  width: auto;
  height: 70px;
}
.cid-uVO4y8IlUk .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-uVO4y8IlUk .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uVO4y8IlUk .link-title {
  display: inline-block;
}
.cid-uVO4y8IlUk .episode {
  color: #ffffff;
}
.cid-uVO4y8IlUk .img-title {
  color: #ffffff;
}
.cid-uVO4y8IlUk .margin {
  margin-right: 14px;
}
.cid-uVO4y8IlUk .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uVO4y8IlUk .mbr-section-btn {
  width: auto;
  display: inline;
}
@media (max-width: 500px) {
  .cid-uVO4y8IlUk .button-align {
    display: flex;
    flex-direction: column;
  }
  .cid-uVO4y8IlUk .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-uVO4y8IlUk .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uVO4y8IlUk span,
.cid-uVO4y8IlUk .number {
  transition: 0.35s;
}
.cid-uVO4y8IlUk .item.features-image {
  margin-top: 30px;
}
.cid-uVO4y8IlUk .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uVO4y8IlUk .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-uVO4y8IlUk .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uVO4y8IlUk .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uVO4y8IlUk .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uVO4y8IlUk .link-row {
  align-items: center;
}
.cid-uVO4y8IlUk .col-auto .card-button {
  display: block;
}
.cid-uVO4y8IlUk .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uVO4y8IlUk .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uVO4y8IlUk .col-auto .card-button .btn-primary,
.cid-uVO4y8IlUk .col-auto .card-button .btn-secondary,
.cid-uVO4y8IlUk .col-auto .card-button .btn-success,
.cid-uVO4y8IlUk .col-auto .card-button .btn-info,
.cid-uVO4y8IlUk .col-auto .card-button .btn-warning,
.cid-uVO4y8IlUk .col-auto .card-button .btn-danger,
.cid-uVO4y8IlUk .col-auto .card-button .btn-black,
.cid-uVO4y8IlUk .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uVO4y8IlUk .mbr-section-title,
.cid-uVO4y8IlUk .button-align {
  color: #000000;
}
.cid-uVO4y8IlUk .number {
  color: #000000;
}
.cid-uVO4y8PPBW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVO4y8PPBW .item:focus,
.cid-uVO4y8PPBW span:focus {
  outline: none;
}
.cid-uVO4y8PPBW .item-wrapper {
  position: relative;
}
.cid-uVO4y8PPBW .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uVO4y8PPBW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uVO4y8PPBW .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}
.cid-uVO4y8PPBW .mbr-text,
.cid-uVO4y8PPBW .mbr-section-btn {
  text-align: left;
}
.cid-uVO4y8PPBW .item-title {
  text-align: left;
}
.cid-uVO4y8PPBW .item-subtitle {
  text-align: left;
}
.cid-uVO4y8PPBW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uVO4y8PPBW .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVO4y8PPBW .embla__button--next,
.cid-uVO4y8PPBW .embla__button--prev {
  display: flex;
}
.cid-uVO4y8PPBW .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #84a59d;
  color: #f28482;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uVO4y8PPBW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVO4y8PPBW .embla__button:hover {
  background: #84a59d;
  color: #f28482;
  transform: scale(1.05);
}
.cid-uVO4y8PPBW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVO4y8PPBW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVO4y8PPBW .embla__button {
    top: auto;
  }
}
.cid-uVO4y8PPBW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uVO4y8PPBW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uVO4y8PPBW .embla {
  position: relative;
  width: 100%;
}
.cid-uVO4y8PPBW .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uVO4y8PPBW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVO4y8PPBW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVO4y8PPBW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVO4y8PPBW .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVO4y8PPBW .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uVO4y8PPBW .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uVO4y8PPBW .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-uVO4y8PPBW .card-text {
  margin-bottom: 17px;
  color: #000000;
}
.cid-uVO4y8PPBW H3 {
  color: #14142b;
  text-align: center;
}
.cid-uVO4y8PPBW .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uVO4y8PPBW .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-uVO4y8PPBW .link-title {
  display: inline-block;
}
.cid-uVO4y8PPBW .margin {
  margin-right: 14px;
}
.cid-uVO4y8PPBW .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #fef8ef;
  color: #000000;
}
.cid-uVO4y8PPBW .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVO4y8PPBW .link-row {
    display: block;
  }
}
@media (max-width: 530px) {
  .cid-uVO4y8PPBW .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-uVO4y8PPBW .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-uVO4y8PPBW .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uVO4y8PPBW .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uVO4y8PPBW .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uVO4y8PPBW .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uVO4y8PPBW .shadow:hover .mbr-iconfont,
.cid-uVO4y8PPBW .shadow:hover .number,
.cid-uVO4y8PPBW .shadow:hover .card-title {
  color: #57766f !important;
}
.cid-uVO4y8PPBW .shadow:hover .inner {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uVO4y8PPBW .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-uVO4y8PPBW .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uVO4y8PPBW .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uVO4y8PPBW .col-auto .card-button .btn-primary,
.cid-uVO4y8PPBW .col-auto .card-button .btn-secondary,
.cid-uVO4y8PPBW .col-auto .card-button .btn-success,
.cid-uVO4y8PPBW .col-auto .card-button .btn-info,
.cid-uVO4y8PPBW .col-auto .card-button .btn-warning,
.cid-uVO4y8PPBW .col-auto .card-button .btn-danger,
.cid-uVO4y8PPBW .col-auto .card-button .btn-black,
.cid-uVO4y8PPBW .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uVO4y92GZQ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fef8ef;
}
.cid-uVO4y92GZQ .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uVO4y92GZQ .mbr-section-title {
  text-align: center;
  color: #000000;
  margin: auto;
}
.cid-uVO4y92GZQ .row {
  align-items: center;
  height: 100%;
}
.cid-uVO4y92GZQ .wrapper {
  margin: auto;
}
.cid-uVO4y93XEF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVO4y93XEF .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uVO4y93XEF .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uVO4y93XEF .shadow {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  box-shadow: none !important;
}
.cid-uVO4y93XEF .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uVO4y93XEF .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uVO4y93XEF .shadow:hover {
  transform: translate(0px, -6px);
}
.cid-uVO4y93XEF .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uVO4y93XEF .shadow:hover .mbr-iconfont,
.cid-uVO4y93XEF .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uVO4y93XEF .card-price {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uVO4y93XEF .card-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uVO4y93XEF .card-title span,
.cid-uVO4y93XEF .card-title .number {
  transition: 0.35s;
}
.cid-uVO4y93XEF .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uVO4y93XEF .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uVO4y93XEF .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-uVO4y93XEF H3 {
  color: #14142b;
  text-align: center;
}
.cid-uVO4y93XEF img {
  width: auto;
  height: 70px;
}
.cid-uVO4y93XEF .card-wrapper {
  background-color: #84a59d;
  padding: 37px 32px 43px;
}
.cid-uVO4y93XEF .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uVO4y93XEF .link-title {
  display: inline-block;
}
.cid-uVO4y93XEF .episode {
  color: #ffffff;
}
.cid-uVO4y93XEF .img-title {
  color: #ffffff;
}
.cid-uVO4y93XEF .margin {
  margin-right: 14px;
}
.cid-uVO4y93XEF .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uVO4y93XEF .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uVO4y93XEF .mbr-section-btn .btn {
  display: flex;
}
@media (max-width: 500px) {
  .cid-uVO4y93XEF .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-uVO4y93XEF .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uVO4y93XEF span,
.cid-uVO4y93XEF .number {
  transition: 0.35s;
}
.cid-uVO4y93XEF .item.features-image {
  margin-top: 30px;
}
.cid-uVO4y93XEF .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uVO4y93XEF .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-uVO4y93XEF .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uVO4y93XEF .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uVO4y93XEF .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uVO4y93XEF .mbr-section-title,
.cid-uVO4y93XEF .button-align {
  color: #000000;
}
.cid-uVO4y987pW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fef8ef;
}
.cid-uVO4y987pW .item:focus,
.cid-uVO4y987pW span:focus {
  outline: none;
}
.cid-uVO4y987pW .item-wrapper {
  position: relative;
}
.cid-uVO4y987pW .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uVO4y987pW .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-uVO4y987pW .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-uVO4y987pW .mbr-text,
.cid-uVO4y987pW .mbr-section-btn {
  text-align: left;
}
.cid-uVO4y987pW .item-title {
  text-align: left;
}
.cid-uVO4y987pW .item-subtitle {
  text-align: left;
}
.cid-uVO4y987pW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uVO4y987pW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-uVO4y987pW .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-uVO4y987pW .embla__slide {
    min-width: 375px;
  }
}
.cid-uVO4y987pW .embla__button--next,
.cid-uVO4y987pW .embla__button--prev {
  display: flex;
}
.cid-uVO4y987pW .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #84a59d;
  color: #f28482;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uVO4y987pW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVO4y987pW .embla__button:hover {
  background-color: #84a59d;
  color: #f28482;
  transform: scale(1.05);
}
.cid-uVO4y987pW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVO4y987pW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVO4y987pW .embla__button {
    top: auto;
  }
}
.cid-uVO4y987pW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uVO4y987pW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uVO4y987pW .embla {
  position: relative;
  width: 100%;
}
.cid-uVO4y987pW .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uVO4y987pW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVO4y987pW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVO4y987pW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVO4y987pW .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVO4y987pW .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uVO4y987pW .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 48px 32px;
  background-color: #ffffff;
  height: 100%;
}
.cid-uVO4y987pW .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-uVO4y987pW img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uVO4y987pW .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uVO4y987pW .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uVO4y987pW .shadow:hover .number,
.cid-uVO4y987pW .shadow:hover .card-title {
  color: #57766f !important;
}
.cid-uVO4y987pW .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-uVO4y987pW .card-title {
  margin-bottom: 16px;
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
}
.cid-uVO4y987pW .card-text {
  color: #000000;
  text-align: center;
}
.cid-uVO4y987pW H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-uVO4y987pW .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uVO4y987pW .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-uVO4y987pW .link-title {
  display: inline-block;
}
.cid-uVO4y987pW .margin {
  margin-right: 14px;
}
.cid-uVO4y987pW .article {
  display: contents;
}
.cid-uVO4y987pW .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-uVO4y987pW .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-uVO4y987pW .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-uVO4y987pW .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-uVO4y987pW .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-uVO4y987pW .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-uVO4y987pW .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uVO4y987pW .btn {
  margin-top: 20px;
}
.cid-uVO4y987pW .card-title,
.cid-uVO4y987pW .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uVO4y987pW a.btn > span {
  margin-left: 0.5rem;
}
.cid-uVO4y987pW .mbr-section-title,
.cid-uVO4y987pW .button-align {
  color: #000000;
}
.cid-uVO4y9gWQ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4y9gWQ3 img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
}
.cid-uVO4y9gWQ3 .title {
  color: #14142b;
  width: auto;
}
.cid-uVO4y9gWQ3 .row.justify-content-between {
  align-items: center;
}
.cid-uVO4y9gWQ3 .row.margin {
  transition-property: transform, -webkit-transform;
  align-items: center;
  transition: all 300ms ease;
}
.cid-uVO4y9gWQ3 .row.margin:hover {
  transform: scale(1.05);
}
.cid-uVO4y9gWQ3 .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
.cid-uVO4y9gWQ3 .left {
  max-width: 549px;
}
.cid-uVO4y9gWQ3 .right {
  max-width: 452px;
  overflow: visible;
}
.cid-uVO4y9gWQ3 .shadow {
  padding: 40px 61px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  max-width: 452px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-uVO4y9gWQ3 .socicon-bg-youtube {
  background-color: #f6bd60;
  color: #000000;
}
.cid-uVO4y9gWQ3 .socicon-bg-facebook {
  background-color: #84a59d;
  color: #000000;
}
.cid-uVO4y9gWQ3 .socicon-bg-twitter {
  background-color: #f28482;
  color: #000000;
}
.cid-uVO4y9gWQ3 .socicon-bg-pinterest {
  background-color: #f6bd60;
  color: #000000;
}
.cid-uVO4y9gWQ3 .socicon-bg-mail {
  background-color: #84a59d;
  color: #000000;
}
.cid-uVO4y9gWQ3 .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 42px;
  height: 42px;
  line-height: 44px;
  margin: 0 16px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #84a59d;
  cursor: pointer;
}
.cid-uVO4y9gWQ3 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uVO4y9gWQ3 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uVO4y9gWQ3 .card-text {
  margin-bottom: 24px;
  color: #000000;
}
.cid-uVO4y9gWQ3 .mbr-section-subtitle {
  color: #000000;
}
@media (max-width: 850px) {
  .cid-uVO4y9gWQ3 .shadow {
    padding: 40px 31px;
  }
}
@media (max-width: 992px) {
  .cid-uVO4y9gWQ3 .left {
    margin-bottom: 40px;
    max-width: initial;
  }
  .cid-uVO4y9gWQ3 .mbr-section-title,
  .cid-uVO4y9gWQ3 .mbr-section-subtitle {
    text-align: center;
  }
  .cid-uVO4y9gWQ3 .shadow {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-uVO4y9gWQ3 .btn-social {
    margin-right: 6px !important;
    width: 35px;
    height: 35px;
  }
}
.cid-uVO4y9gWQ3 .mbr-iconfont {
  margin-left: 0;
}
.cid-uVO4y9jVzP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4y9jVzP .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
  text-align: center;
}
.cid-uVO4y9jVzP .link-title {
  width: 100%;
  display: inline-block;
}
.cid-uVO4y9jVzP .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uVO4y9jVzP .item-wrapper {
  position: relative;
}
.cid-uVO4y9jVzP .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px;
  height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  margin-bottom: 48px;
}
.cid-uVO4y9jVzP .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uVO4y9jVzP .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-uVO4y9jVzP .col-12.col-sm-6.col-lg-3:hover .number,
.cid-uVO4y9jVzP .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #57766f !important;
}
.cid-uVO4y9jVzP .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-uVO4y9jVzP .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #000000;
}
.cid-uVO4y9jVzP .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-uVO4y9jVzP .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-uVO4y9jVzP .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uVO4y9jVzP .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-uVO4y9jVzP .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-uVO4y9jVzP .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uVO4y9jVzP .col-12 {
    padding-top: 50px;
  }
  .cid-uVO4y9jVzP .col-12:first-child {
    padding-top: 0px;
  }
  .cid-uVO4y9jVzP .wrap-img {
    margin-bottom: 30px;
  }
  .cid-uVO4y9jVzP .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-uVO4y9jVzP .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-uVO4y9jVzP .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uVO4y9jVzP .episode {
  color: #ffffff;
}
.cid-uVO4y9jVzP .img-title {
  color: #ffffff;
}
.cid-uVO4y9jVzP .margin {
  margin-right: 14px;
}
.cid-uVO4y9jVzP .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uVO4y9jVzP .mbr-section-btn {
  width: auto;
  display: inline;
  text-align: left;
}
.cid-uVO4y9jVzP .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-uVO4y9jVzP .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVO4y9jVzP .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uVO4y9jVzP .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uVO4y9jVzP .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uVO4y9jVzP .card-button .btn-primary,
.cid-uVO4y9jVzP .card-button .btn-secondary,
.cid-uVO4y9jVzP .card-button .btn-success,
.cid-uVO4y9jVzP .card-button .btn-info,
.cid-uVO4y9jVzP .card-button .btn-warning,
.cid-uVO4y9jVzP .card-button .btn-danger,
.cid-uVO4y9jVzP .card-button .btn-black,
.cid-uVO4y9jVzP .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uVO4y9jVzP .card-text,
.cid-uVO4y9jVzP .link-title {
  color: #000000;
}
.cid-uVO4y9q6Tr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4y9q6Tr .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVO4y9q6Tr .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-uVO4y9q6Tr .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-uVO4y9q6Tr H3 {
  color: #1d1d1f;
}
.cid-uVO4y9q6Tr .card-subtitle {
  text-align: left;
}
.cid-uVO4y9q6Tr .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uVO4y9q6Tr .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uVO4y9q6Tr .card-title,
.cid-uVO4y9q6Tr .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-uVO4y9q6Tr .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-uVO4y9q6Tr .card-text {
  color: #8c8c95;
}
.cid-uVO4y9q6Tr .year-title {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
  position: relative;
}
.cid-uVO4y9q6Tr .year-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVO4y9q6Tr .line {
  width: 20px;
  background-color: #000000;
  height: 2px;
  margin-top: -20px;
}
.cid-uVO4y9q6Tr .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-uVO4y9q6Tr .accent1 {
  background-color: #f6bd60;
}
.cid-uVO4y9q6Tr .accent2 {
  background-color: #84a59d;
}
.cid-uVO4y9q6Tr .accent3 {
  background-color: #f28482;
}
.cid-uVO4y9q6Tr .accent4 {
  background-color: #f6bd60;
}
.cid-uVO4y9q6Tr .accent5 {
  background-color: #84a59d;
}
.cid-uVO4y9q6Tr .timeline {
  align-items: center;
}
.cid-uVO4y9q6Tr .year-title:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  margin: 11px 40px 0px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  position: absolute;
  left: -40px;
  top: 15px;
}
.cid-uVO4y9q6Tr .year-title.year1:before {
  background-color: #f6bd60;
}
.cid-uVO4y9q6Tr .year-title.year2:before {
  background-color: #84a59d;
}
.cid-uVO4y9q6Tr .year-title.year3:before {
  background-color: #f28482;
}
.cid-uVO4y9q6Tr .year-title.year4:before {
  background-color: #f6bd60;
}
.cid-uVO4y9q6Tr .year-title.year5:before {
  background-color: #84a59d;
}
.cid-uVO4y9q6Tr .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-uVO4y9q6Tr .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-uVO4y9q6Tr .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-uVO4y9q6Tr .year {
    flex-direction: row;
  }
  .cid-uVO4y9q6Tr .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-uVO4y9q6Tr .year-title:before {
    display: block;
  }
  .cid-uVO4y9q6Tr .accent {
    display: none;
  }
  .cid-uVO4y9q6Tr .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-uVO4y9q6Tr .line {
    display: none;
  }
  .cid-uVO4y9q6Tr .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-uVO4y9q6Tr .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-uVO4y9q6Tr .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-uVO4y9q6Tr .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-uVO4y9q6Tr .main {
    flex-direction: column;
  }
  .cid-uVO4y9q6Tr .row.title-block,
  .cid-uVO4y9q6Tr .timeline {
    margin: auto;
  }
  .cid-uVO4y9q6Tr .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-uVO4y9q6Tr .button-align {
    margin-top: 16px;
  }
}
.cid-uVO4y9q6Tr .btn {
  margin-top: 20px;
}
.cid-uVO4y9q6Tr a.btn > span {
  margin-left: 0.5rem;
}
.cid-uVO4y9xFZB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVO4y9xFZB .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uVO4y9xFZB .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  display: flex;
  flex-direction: row;
}
.cid-uVO4y9xFZB .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 0px 0 30px;
  width: 361px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uVO4y9xFZB .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uVO4y9xFZB .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uVO4y9xFZB .shadow:hover .mbr-iconfont,
.cid-uVO4y9xFZB .shadow:hover .number,
.cid-uVO4y9xFZB .shadow:hover .card-title {
  color: #57766f !important;
}
.cid-uVO4y9xFZB .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uVO4y9xFZB .card-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uVO4y9xFZB .title-block {
  margin-bottom: 56px;
}
.cid-uVO4y9xFZB .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-uVO4y9xFZB H3 {
  color: #14142b;
  text-align: center;
}
.cid-uVO4y9xFZB .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uVO4y9xFZB .card-wrapper {
  border-radius: 0 30px 30px 0px;
  background-color: #ffffff;
  padding: 60px 71px;
}
.cid-uVO4y9xFZB .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uVO4y9xFZB .link-title {
  display: inline-block;
}
.cid-uVO4y9xFZB .episode {
  color: #ffffff;
}
.cid-uVO4y9xFZB .img-title {
  color: #ffffff;
}
.cid-uVO4y9xFZB .margin {
  margin-right: 14px;
}
.cid-uVO4y9xFZB .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uVO4y9xFZB .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #fef8ef;
  color: #000000;
}
.cid-uVO4y9xFZB .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-uVO4y9xFZB .link-row,
.cid-uVO4y9xFZB .title-block {
  align-items: center;
}
.cid-uVO4y9xFZB .line {
  width: 100%;
  height: 1px;
  background-color: #fef8ef;
  margin-bottom: 35px;
}
.cid-uVO4y9xFZB .mbr-section-title {
  color: #000000;
}
@media (max-width: 900px) {
  .cid-uVO4y9xFZB .card-wrapper {
    padding: 40px 31px;
  }
}
@media (max-width: 820px) {
  .cid-uVO4y9xFZB .card-wrapper {
    padding: 25px 31px;
  }
}
@media (max-width: 1095px) {
  .cid-uVO4y9xFZB .wrap-img {
    height: 430px;
  }
}
@media (max-width: 765px) {
  .cid-uVO4y9xFZB .shadow {
    display: flex;
    flex-direction: column;
  }
  .cid-uVO4y9xFZB .title-block {
    flex-direction: column;
  }
  .cid-uVO4y9xFZB .mbr-section-subtitle {
    margin-bottom: 30px;
    text-align: center;
  }
  .cid-uVO4y9xFZB .wrap-img {
    height: 361px;
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .cid-uVO4y9xFZB .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uVO4y9xFZB .card-title,
.cid-uVO4y9xFZB span {
  transition: 0.35s;
}
.cid-uVO4y9xFZB .item {
  margin-bottom: 32px;
}
.cid-uVO4y9xFZB .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVO4y9xFZB .link-row {
    display: block;
  }
}
.cid-uVO4y9xFZB .col-auto .card-button {
  display: block;
}
@media (max-width: 992px) {
  .cid-uVO4y9xFZB .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-uVO4y9xFZB .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uVO4y9xFZB .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uVO4y9xFZB .col-auto .card-button .btn-primary,
.cid-uVO4y9xFZB .col-auto .card-button .btn-secondary,
.cid-uVO4y9xFZB .col-auto .card-button .btn-success,
.cid-uVO4y9xFZB .col-auto .card-button .btn-info,
.cid-uVO4y9xFZB .col-auto .card-button .btn-warning,
.cid-uVO4y9xFZB .col-auto .card-button .btn-danger,
.cid-uVO4y9xFZB .col-auto .card-button .btn-black,
.cid-uVO4y9xFZB .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uVO4y9xFZB .mbr-section-subtitle {
  color: #000000;
}
.cid-uVO4y9COYV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fef8ef;
}
.cid-uVO4y9COYV .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uVO4y9COYV .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uVO4y9COYV .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uVO4y9COYV .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uVO4y9COYV .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uVO4y9COYV .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uVO4y9COYV .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uVO4y9COYV .shadow:hover .mbr-iconfont,
.cid-uVO4y9COYV .shadow:hover .number,
.cid-uVO4y9COYV .shadow:hover .card-title {
  color: #bc5555 !important;
}
.cid-uVO4y9COYV .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uVO4y9COYV .card-title {
  margin-bottom: 10px;
  transition: 0.35s;
  color: #000000;
}
.cid-uVO4y9COYV span,
.cid-uVO4y9COYV .number {
  transition: 0.35s;
}
.cid-uVO4y9COYV .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (max-width: 990px) {
  .cid-uVO4y9COYV .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uVO4y9COYV .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-uVO4y9COYV H3 {
  color: #14142b;
  text-align: center;
}
.cid-uVO4y9COYV .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
  transform: translate(0px, 0px);
}
.cid-uVO4y9COYV .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uVO4y9COYV .link-title {
  display: inline-block;
  color: #000000;
}
.cid-uVO4y9COYV .episode {
  color: #ffffff;
}
.cid-uVO4y9COYV .img-title {
  color: #ffffff;
}
.cid-uVO4y9COYV .margin {
  margin-right: 14px;
}
.cid-uVO4y9COYV .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uVO4y9COYV .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uVO4y9COYV .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-uVO4y9COYV a.btn {
  display: inline-flex;
}
@media (max-width: 550px) {
  .cid-uVO4y9COYV .title-block {
    flex-direction: column;
  }
  .cid-uVO4y9COYV .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uVO4y9COYV .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uVO4y9COYV .item.features-image {
  margin-top: 30px;
}
.cid-uVO4y9COYV .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uVO4y9COYV .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-uVO4y9COYV .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-uVO4y9COYV .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVO4y9COYV .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-uVO4y9COYV .link-row {
  align-items: center;
}
.cid-uVO4y9COYV .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uVO4y9COYV .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uVO4y9COYV .col-auto .card-button .btn-primary,
.cid-uVO4y9COYV .col-auto .card-button .btn-secondary,
.cid-uVO4y9COYV .col-auto .card-button .btn-success,
.cid-uVO4y9COYV .col-auto .card-button .btn-info,
.cid-uVO4y9COYV .col-auto .card-button .btn-warning,
.cid-uVO4y9COYV .col-auto .card-button .btn-danger,
.cid-uVO4y9COYV .col-auto .card-button .btn-black,
.cid-uVO4y9COYV .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uVO4y9COYV .mbr-section-subtitle {
  color: #000000;
}
.cid-uVO4y9COYV .number {
  color: #000000;
}
.cid-uVO4y9MB1x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4y9MB1x img {
  border-radius: 0px;
}
.cid-uVO4y9MB1x .row {
  justify-content: center;
}
.cid-uVO4y9MB1x .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #000000;
}
.cid-uVO4y9NsV4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4y9NsV4 .mbr-section-title {
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
  display: inline-block;
}
.cid-uVO4y9NsV4 .mbr-text {
  color: #8c8c95;
  margin: 0 auto 26px;
  text-align: center;
  max-width: 739px;
}
.cid-uVO4y9NsV4 .button-align {
  text-align: center;
}
.cid-uVO4y9NsV4 .margin {
  margin-right: 14px;
}
.cid-uVO4y9NsV4 .mbr-section-btn {
  display: block;
}
@media (max-width: 440px) {
  .cid-uVO4y9NsV4 .margin {
    margin-right: 0px;
  }
}
.cid-uVO4y9NsV4 .btn {
  margin-top: 20px;
}
.cid-uVO4y9NsV4 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uVO4y9NsV4 .mbr-text,
.cid-uVO4y9NsV4 .button-align {
  color: #000000;
}
.cid-uVO4y9Q93G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4y9Q93G .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uVO4y9Q93G .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-uVO4y9Q93G .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uVO4y9Q93G .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uVO4y9Q93G ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uVO4y9Q93G li::marker {
  color: #84a59d;
  width: 10px;
}
.cid-uVO4y9Q93G li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uVO4y9Q93G img {
  width: 90%;
}
.cid-uVO4y9Q93G .gray {
  background-color: #fef8ef;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uVO4y9Q93G .b {
  max-width: 598px;
}
.cid-uVO4y9Q93G .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uVO4y9Q93G .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uVO4y9Q93G .t {
    padding-top: 90px;
  }
  .cid-uVO4y9Q93G .b {
    max-width: initial;
  }
  .cid-uVO4y9Q93G .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uVO4y9Q93G .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uVO4y9Q93G .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uVO4y9Q93G .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uVO4y9Q93G .btn {
  margin-top: 20px;
}
.cid-uVO4y9Q93G .t {
  max-width: 542px;
}
.cid-uVO4y9Q93G .mbr-text,
.cid-uVO4y9Q93G .button-align,
.cid-uVO4y9Q93G .list {
  color: #000000;
}
.cid-uVO4y9Q93G .list {
  color: #000000;
}
.cid-uVO4y9U2ww {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4y9U2ww img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 200px;
}
.cid-uVO4y9U2ww .mbr-section-subtitle {
  margin-right: 30px;
  color: #000000;
}
.cid-uVO4y9U2ww .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  justify-content: center;
}
.cid-uVO4y9U2ww .brand:hover {
  transform: translate(0px, -4px);
}
.cid-uVO4y9U2ww .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-uVO4y9U2ww .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-uVO4y9U2ww .row-main {
    flex-direction: column;
  }
  .cid-uVO4y9U2ww .col-auto {
    margin-bottom: 10px;
  }
  .cid-uVO4y9U2ww .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-uVO4y9XYb1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4y9XYb1 .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #000000;
}
.cid-uVO4y9XYb1 .align-left {
  max-width: 547px;
}
.cid-uVO4y9XYb1 .mbr-text,
.cid-uVO4y9XYb1 .mbr-section-btn {
  color: #000000;
}
.cid-uVO4y9XYb1 .left-side {
  margin-right: 20px;
}
.cid-uVO4y9XYb1 .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uVO4y9XYb1 .left-side {
    margin-right: 0px;
  }
  .cid-uVO4y9XYb1 .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-uVO4y9Z7Us {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4y9Z7Us .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uVO4y9Z7Us .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-uVO4y9Z7Us .row {
  align-items: center;
  height: 100%;
}
.cid-uVO4y9Z7Us .wrapper {
  margin: auto;
}
.cid-uVO4ya1llO {
  background-image: url("../../../assets/images/photo-1726208209286-cd879d9c1415.jpeg");
}
.cid-uVO4ya1llO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVO4ya1llO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVO4ya2oOF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4ya2oOF .card .card-header {
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uVO4ya2oOF .panel-title {
  display: flex;
  align-items: center;
}
.cid-uVO4ya2oOF .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #000000;
}
.cid-uVO4ya2oOF .panel-body,
.cid-uVO4ya2oOF .card-header {
  padding: 1rem 0;
}
.cid-uVO4ya2oOF .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-uVO4ya2oOF .panel-title-edit {
  color: #000000;
  display: flex;
  align-items: center;
}
.cid-uVO4ya2oOF .panel-text {
  max-width: 466px;
  color: #000000;
}
.cid-uVO4ya2oOF .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  border-radius: 24px;
}
.cid-uVO4ya2oOF .section-head {
  margin-bottom: 56px;
}
.cid-uVO4ya2oOF .card {
  margin-bottom: 32px;
}
.cid-uVO4ya2oOF H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-uVO4ya2oOF .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-uVO4ya2oOF .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uVO4ya2oOF .mbr-section-title {
  color: #000000;
}
.cid-uVO4yaafnz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c0f00;
}
.cid-uVO4yaafnz img {
  width: auto;
  height: 48px;
  display: inline-block;
  padding: 0;
  margin: auto;
  filter: invert(1);
}
.cid-uVO4yaafnz .mbr-section-subtitle {
  margin-right: 30px;
  color: #FFFFFF;
}
.cid-uVO4yaafnz .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  border: 1px solid #ffffff;
  padding: 10px 35px;
  border-radius: 80px;
  width: 100%;
  justify-content: center;
}
.cid-uVO4yaafnz .brand:hover {
  transform: translate(0px, -4px);
  border: 1px solid #57766f;
}
.cid-uVO4yaafnz .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-uVO4yaafnz .row-main {
  align-items: center;
  justify-content: space-between;
}
.cid-uVO4yaafnz .c {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uVO4yaafnz .t {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .cid-uVO4yaafnz .t1 {
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  .cid-uVO4yaafnz .row-main {
    flex-direction: column;
  }
  .cid-uVO4yaafnz .col-auto {
    margin-bottom: 20px;
  }
  .cid-uVO4yaafnz .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-uVO4yadpzb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVO4yadpzb .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uVO4yadpzb .wrap-img {
  border-bottom: 1px solid #000000;
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uVO4yadpzb .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uVO4yadpzb .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uVO4yadpzb .shadow:hover .mbr-iconfont,
.cid-uVO4yadpzb .shadow:hover .number,
.cid-uVO4yadpzb .shadow:hover .card-title {
  color: #57766f !important;
}
.cid-uVO4yadpzb .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uVO4yadpzb .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uVO4yadpzb .card-title {
  color: #000000;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-uVO4yadpzb .title-block {
  margin-bottom: 56px;
}
.cid-uVO4yadpzb .card-text {
  color: #000000;
  text-align: center;
}
.cid-uVO4yadpzb H3 {
  color: #14142b;
  text-align: center;
}
.cid-uVO4yadpzb .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 39px 32px 48px;
}
.cid-uVO4yadpzb .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uVO4yadpzb .link-title {
  display: inline-block;
}
.cid-uVO4yadpzb .episode {
  color: #ffffff;
}
.cid-uVO4yadpzb .img-title {
  color: #ffffff;
}
.cid-uVO4yadpzb .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uVO4yadpzb .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uVO4yadpzb .mbr-section-title {
  color: #000000;
}
@media (max-width: 860px) {
  .cid-uVO4yadpzb .title-block {
    flex-direction: column;
  }
  .cid-uVO4yadpzb .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-uVO4yadpzb .item.features-image {
  margin-top: 35px;
}
.cid-uVO4yadpzb .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uVO4yadpzb .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-uVO4yadpzb .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uVO4yadpzb .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-uVO4yadpzb .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-uVO4yadpzb .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-uVO4yadpzb .mbr-section-subtitle {
  color: #000000;
}
.cid-uVO4yal1d8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uVO4yal1d8 .plan {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 1px solid #000000;
  overflow: visible;
  word-break: break-word;
  padding: 67px 30px 58px;
}
.cid-uVO4yal1d8 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-uVO4yal1d8 .align-center {
    margin-top: 2rem;
  }
  .cid-uVO4yal1d8 .align-center:first-child {
    margin-top: 0rem;
  }
  .cid-uVO4yal1d8 .align-center:nth-child(2) {
    margin-top: 0rem;
  }
}
.cid-uVO4yal1d8 .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 41px;
}
.cid-uVO4yal1d8 .list {
  text-align: left;
  margin-bottom: 54px;
}
.cid-uVO4yal1d8 .list2 {
  text-align: left;
  margin-bottom: 54px;
  color: #14142b;
}
.cid-uVO4yal1d8 .category {
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-uVO4yal1d8 .link {
  text-align: left;
}
.cid-uVO4yal1d8 li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.cid-uVO4yal1d8 li:last-child {
  margin-bottom: 0;
}
.cid-uVO4yal1d8 ul {
  padding-inline-start: 0px;
}
.cid-uVO4yal1d8 .card1 {
  background-color: #ffffff;
}
.cid-uVO4yal1d8 .card2 {
  background-color: #84a59d;
}
.cid-uVO4yal1d8 .card3 {
  background-color: #ffffff;
}
@media (min-width: 990px) and (max-width: 1160px) {
  .cid-uVO4yal1d8 .plan {
    padding: 47px;
  }
}
.cid-uVO4yal1d8 a.btn {
  width: 100% !important;
  margin: auto;
}
.cid-uVO4yal1d8 .card {
  border: 1px solid #eff0f6;
}
.cid-uVO4yal1d8 .text {
  margin-bottom: 34px;
  text-align: left;
  color: #000000;
}
.cid-uVO4yal1d8 .text2 {
  margin-bottom: 34px;
  text-align: left;
  color: #000000;
}
.cid-uVO4yal1d8 .align {
  margin-bottom: 16px;
}
.cid-uVO4yal1d8 .name {
  margin-bottom: 9px;
}
.cid-uVO4yal1d8 .name2 {
  margin-bottom: 9px;
}
.cid-uVO4yal1d8 .price,
.cid-uVO4yal1d8 .month {
  display: inline !important;
}
.cid-uVO4yal1d8 .price2,
.cid-uVO4yal1d8 .month2 {
  display: inline !important;
}
.cid-uVO4yal1d8 .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uVO4yal1d8 .month {
  width: auto;
  display: inline;
  color: #8c8c95;
}
.cid-uVO4yal1d8 .month2 {
  width: auto;
  display: inline;
  color: #14142b;
}
.cid-uVO4yal1d8 .mbr-iconfont {
  padding: 6px;
  background-color: #f28482;
  color: #000000;
  font-size: 0.6rem;
  border-radius: 50%;
  margin-right: 6px;
}
.cid-uVO4yal1d8 .name,
.cid-uVO4yal1d8 .align {
  text-align: left;
  color: #000000;
}
.cid-uVO4yal1d8 .name2,
.cid-uVO4yal1d8 .align {
  text-align: left;
  color: #000000;
}
.cid-uVO4yal1d8 .price2 {
  text-align: left;
  color: #000000;
}
.cid-uVO4yal1d8 .category2 {
  margin-bottom: 24px;
  text-align: left;
  color: #000000;
}
.cid-uVO4yal1d8 .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-uVO4yal1d8 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVO4yal1d8 .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uVO4yal1d8 .card1:hover,
.cid-uVO4yal1d8 .card2:hover,
.cid-uVO4yal1d8 .card3:hover {
  transform: translate(0px, -6px);
}
@media (max-width: 576px) {
  .cid-uVO4yal1d8 .plan {
    padding: 57px 20px 51px;
  }
}
@media (max-width: 768px) {
  .cid-uVO4yal1d8 .align-center:nth-child(2) {
    margin-top: 2rem;
  }
}
.cid-uVO4yal1d8 a.btn > span {
  margin-left: 0.5rem;
  background-color: transparent;
}
.cid-uVO4yal1d8 .price {
  color: #000000;
}
.cid-uVO4yal1d8 .list,
.cid-uVO4yal1d8 .link {
  color: #000000;
}
.cid-uVO4yal1d8 .list2,
.cid-uVO4yal1d8 .link {
  color: #000000;
}
.cid-uVO4yawZHx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fef8ef;
}
.cid-uVO4yawZHx .row {
  justify-content: center;
}
.cid-uVO4yaxGut {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4yaxGut .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-uVO4yaxGut .mbr-section-title {
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-uVO4yaxGut .row {
  align-items: center;
  height: 100%;
}
.cid-uVO4yaxGut .wrapper {
  margin: auto;
}
.cid-uVO4yaxGut .t1 {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uVO4yaxGut .t {
    padding-top: 20px;
  }
}
.cid-uVO4yaxGut .list {
  list-style-type: none;
  margin-bottom: 12px;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  color: #000000;
}
.cid-uVO4yaxGut .list .item-wrap {
  margin: 0 12px 12px 0;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uVO4yaxGut .list .item-wrap:hover,
.cid-uVO4yaxGut .list .item-wrap:focus {
  color: #57766f;
}
.cid-uVO4yaxGut a:hover,
.cid-uVO4yaxGut a:focus {
  color: #57766f !important;
}
.cid-uVO4yaxGut .list,
.cid-uVO4yaxGut .item-wrap {
  color: #000000;
}
.cid-uVO4yaBd1J {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVO4yaBd1J .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uVO4yaBd1J .shadow {
  border-color: #eff0f6;
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  display: flex;
  flex-direction: row;
  padding: 52px 52px 52px 40px;
  background-color: #ffffff;
}
.cid-uVO4yaBd1J .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uVO4yaBd1J .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  width: 311px;
  height: 311px;
  border-radius: 30px;
  transform: translate(0px, 0px);
}
.cid-uVO4yaBd1J .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uVO4yaBd1J .shadow:hover .card-title {
  color: #57766f !important;
}
.cid-uVO4yaBd1J .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uVO4yaBd1J .card-title {
  margin-bottom: 16px;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  color: #000000;
}
.cid-uVO4yaBd1J .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-uVO4yaBd1J H3 {
  color: #14142b;
  text-align: center;
}
.cid-uVO4yaBd1J .mbr-iconfont {
  transition: 0.3s;
  margin-left: 0;
}
.cid-uVO4yaBd1J .link-title {
  display: inline-block;
}
.cid-uVO4yaBd1J .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #fef8ef;
  margin-bottom: 32px;
  color: #000000;
}
.cid-uVO4yaBd1J .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-uVO4yaBd1J .link-row,
.cid-uVO4yaBd1J .title-block {
  align-items: center;
}
.cid-uVO4yaBd1J .link2 {
  display: inline;
}
.cid-uVO4yaBd1J .socicon-bg-youtube {
  background-color: #f6bd60;
  color: #000000;
}
.cid-uVO4yaBd1J .socicon-bg-facebook {
  background-color: #84a59d;
  color: #000000 !important;
}
.cid-uVO4yaBd1J .socicon-bg-twitter {
  background-color: #f28482;
  color: #000000 !important;
}
.cid-uVO4yaBd1J .socicon-bg-pinterest {
  background-color: #f6bd60;
  color: #000000 !important;
}
.cid-uVO4yaBd1J .socicon-bg-mail {
  background-color: #84a59d;
  color: #000000 !important;
}
.cid-uVO4yaBd1J .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #84a59d;
  cursor: pointer;
}
.cid-uVO4yaBd1J .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uVO4yaBd1J .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uVO4yaBd1J .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVO4yaBd1J .bottom {
    display: block;
  }
}
.cid-uVO4yaBd1J .right {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uVO4yaBd1J .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uVO4yaBd1J .link1 {
  margin-right: 5px;
  color: #8c8c95;
}
.cid-uVO4yaBd1J .al {
  align-items: center;
}
@media (max-width: 765px) {
  .cid-uVO4yaBd1J .row.al {
    display: flex;
    flex-direction: column;
  }
  .cid-uVO4yaBd1J .right {
    margin-left: 0;
  }
  .cid-uVO4yaBd1J .wrap-img {
    margin-bottom: 30px;
    height: 640px;
    width: 640px;
  }
}
@media (max-width: 760px) {
  .cid-uVO4yaBd1J .wrap-img {
    height: 540px;
    width: 540px;
  }
  .cid-uVO4yaBd1J .bottom {
    display: flex;
    flex-direction: column;
  }
  .cid-uVO4yaBd1J .mbr-social-likes {
    margin-top: 10px;
  }
}
@media (max-width: 665px) {
  .cid-uVO4yaBd1J .wrap-img {
    height: 340px;
    width: 340px;
  }
}
@media (max-width: 460px) {
  .cid-uVO4yaBd1J .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-uVO4yaBd1J .shadow {
    padding: 32px;
  }
  .cid-uVO4yaBd1J .mbr-social-likes {
    display: flex;
  }
}
@media (max-width: 390px) {
  .cid-uVO4yaBd1J .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-uVO4yaBd1J .shadow {
    padding: 32px;
  }
}
@media (max-width: 550px) {
  .cid-uVO4yaBd1J .shadow {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uVO4yaBd1J .card-title,
.cid-uVO4yaBd1J span {
  transition: 0.35s;
}
@media (max-width: 992px) {
  .cid-uVO4yaBd1J .card-button {
    margin-bottom: 16px;
  }
}
.cid-uVO4yaBd1J .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uVO4yaBd1J .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uVO4yaBd1J .card-button .btn-primary,
.cid-uVO4yaBd1J .card-button .btn-secondary,
.cid-uVO4yaBd1J .card-button .btn-success,
.cid-uVO4yaBd1J .card-button .btn-info,
.cid-uVO4yaBd1J .card-button .btn-warning,
.cid-uVO4yaBd1J .card-button .btn-danger,
.cid-uVO4yaBd1J .card-button .btn-black,
.cid-uVO4yaBd1J .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uVO4yaBd1J .item {
  margin-bottom: 32px;
}
.cid-uVO4yaH0aL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4yaH0aL .right {
  display: flex;
  flex-direction: column;
}
.cid-uVO4yaH0aL .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-uVO4yaH0aL .row {
  justify-content: center;
}
.cid-uVO4yaH0aL ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.cid-uVO4yaH0aL li {
  margin-bottom: 16px;
}
.cid-uVO4yaH0aL li:last-child {
  margin-bottom: 0;
}
.cid-uVO4yaH0aL a:hover,
.cid-uVO4yaH0aL a:focus {
  color: #3f69ff !important;
}
.cid-uVO4yaH0aL .list {
  color: #000000;
}
.cid-uVO4yaIeJH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4yaIeJH .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.cid-uVO4yaIeJH .row {
  justify-content: center;
}
.cid-uVO4yaIeJH .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #84a59d;
}
.cid-uVO4yaIeJH .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uVO4yaIeJH .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uVO4yaIeJH .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uVO4yaIeJH .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uVO4yaIeJH .text,
.cid-uVO4yaIeJH .article {
  color: #000000;
}
.cid-uVO4yaIeJH .p {
  color: #000000;
}
.cid-uVO4yaLQdr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4yaLQdr .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uVO4yaLQdr .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uVO4yaLQdr .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uVO4yaLQdr .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uVO4yaLQdr .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uVO4yaLQdr .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uVO4yaLQdr .margin {
  margin-right: 14px;
}
.cid-uVO4yaLQdr .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-uVO4yaLQdr .socicon-bg-youtube {
  background-color: #f6bd60;
  color: #000000;
}
.cid-uVO4yaLQdr .socicon-bg-facebook {
  background-color: #84a59d;
  color: #000000;
}
.cid-uVO4yaLQdr .socicon-bg-twitter {
  background-color: #f28482;
  color: #000000;
}
.cid-uVO4yaLQdr .socicon-bg-pinterest {
  background-color: #f6bd60;
  color: #000000;
}
.cid-uVO4yaLQdr .socicon-bg-mail {
  background-color: #84a59d;
  color: #000000;
}
.cid-uVO4yaLQdr .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #84a59d;
  cursor: pointer;
}
.cid-uVO4yaLQdr .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uVO4yaLQdr .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uVO4yaLQdr img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uVO4yaLQdr .mbr-social-likes {
  max-width: 454px;
}
.cid-uVO4yaLQdr .card-title {
  margin-bottom: 8px;
  color: #000000;
}
.cid-uVO4yaLQdr .card-subtitle {
  margin-bottom: 22px;
  color: #000000;
}
.cid-uVO4yaLQdr .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uVO4yaLQdr .card-title,
.cid-uVO4yaLQdr .card-subtitle,
.cid-uVO4yaLQdr .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uVO4yaLQdr .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uVO4yaLQdr .al {
    flex-direction: column;
  }
  .cid-uVO4yaLQdr .shadow {
    padding: 39px 36px;
  }
  .cid-uVO4yaLQdr img {
    padding-bottom: 20px;
  }
  .cid-uVO4yaLQdr .card-title,
  .cid-uVO4yaLQdr .card-subtitle,
  .cid-uVO4yaLQdr .card-text,
  .cid-uVO4yaLQdr .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uVO4yaLQdr .shadow {
    padding: 35px 15px;
  }
}
.cid-uVO4yaLQdr .mbr-iconfont {
  margin-left: 0;
}
.cid-uVO4yaLQdr .card-text,
.cid-uVO4yaLQdr .mbr-social-likes {
  color: #000000;
}
.cid-uVO4yaPCDr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4yaPCDr .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-uVO4yaPCDr .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 48px 42px 38px;
  background-color: #ffffff;
  height: 100%;
}
.cid-uVO4yaPCDr .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uVO4yaPCDr .iconfont-wrapper .mbr-iconfont {
  color: #84a59d;
}
.cid-uVO4yaPCDr .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-uVO4yaPCDr .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uVO4yaPCDr .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uVO4yaPCDr img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uVO4yaPCDr .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uVO4yaPCDr .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
  color: #000000;
}
.cid-uVO4yaPCDr .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uVO4yaPCDr .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uVO4yaPCDr .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uVO4yaPCDr .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uVO4yaPCDr .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uVO4yaPCDr .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uVO4yaPCDr .align {
  display: flex;
  align-items: center;
}
.cid-uVO4yaPCDr .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
}
.cid-uVO4yaPCDr .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uVO4yaPCDr .shadow {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 479px) {
  .cid-uVO4yaPCDr .shadow {
    padding: 33px 25px 28px;
  }
}
.cid-uVO4yaPCDr .card-text,
.cid-uVO4yaPCDr .iconfont-wrapper {
  color: #000000;
}
.cid-uVO4yaVHex {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4yaVHex .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVO4yaVHex .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uVO4yaVHex .wrapper {
  padding: 0rem;
}
.cid-uVO4yaVHex .icon-left {
  margin-right: 0.1rem;
}
.cid-uVO4yaVHex .icon-right {
  margin-left: 0.1rem;
}
.cid-uVO4yaVHex .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-uVO4yaVHex .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-uVO4yaVHex .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uVO4yaVHex .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 44px 32px 52px;
  background-color: #ffffff;
}
.cid-uVO4yaVHex .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uVO4yaVHex .iconfont-wrapper .mbr-iconfont {
  color: #84a59d;
}
.cid-uVO4yaVHex .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-uVO4yaVHex .margin {
  margin-right: 14px;
}
.cid-uVO4yaVHex .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uVO4yaVHex .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uVO4yaVHex .people {
  align-items: center;
}
.cid-uVO4yaVHex .item-wrapper {
  width: 100%;
}
.cid-uVO4yaVHex .mbr-section-title {
  text-align: center;
  margin-bottom: 16px;
  color: #000000;
}
.cid-uVO4yaVHex img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-uVO4yaVHex .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uVO4yaVHex .card-text,
.cid-uVO4yaVHex .iconfont-wrapper {
  color: #8c8c95;
}
.cid-uVO4yaVHex .card-subtitle,
.cid-uVO4yaVHex .card-subtitle2 {
  display: inline;
}
.cid-uVO4yaVHex .card-subtitle2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uVO4yaVHex .col-12.col-sm-6:first-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 860px) {
  .cid-uVO4yaVHex .row.people {
    flex-direction: column;
    align-items: initial;
  }
  .cid-uVO4yaVHex img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uVO4yaVHex .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-uVO4yaVHex .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-uVO4yaVHex .card-text,
.cid-uVO4yaVHex .iconfont-wrapper,
.cid-uVO4yaVHex .align {
  color: #000000;
}
.cid-uVO4yb1br5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fef8ef;
}
.cid-uVO4yb1br5 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uVO4yb1br5 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-uVO4yb1br5 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uVO4yb1br5 .mbr-text {
  color: #5f5d68;
  margin-bottom: 28px;
}
.cid-uVO4yb1br5 .right-side {
  max-width: 554px;
}
.cid-uVO4yb1br5 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uVO4yb1br5 .margin {
  margin-right: 14px;
}
.cid-uVO4yb1br5 .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  max-width: 568px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-uVO4yb1br5 .socicon-bg-youtube {
  background-color: #f6bd60;
  color: #000000;
}
.cid-uVO4yb1br5 .socicon-bg-facebook {
  background-color: #84a59d;
  color: #000000;
}
.cid-uVO4yb1br5 .socicon-bg-twitter {
  background-color: #f28482;
  color: #000000;
}
.cid-uVO4yb1br5 .socicon-bg-pinterest {
  background-color: #f6bd60;
  color: #000000;
}
.cid-uVO4yb1br5 .socicon-bg-mail {
  background-color: #84a59d;
  color: #000000;
}
.cid-uVO4yb1br5 .mbr-iconfont {
  margin-left: 0;
  margin-right: 0;
}
.cid-uVO4yb1br5 .btn-social {
  margin: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  cursor: pointer;
}
.cid-uVO4yb1br5 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uVO4yb1br5 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uVO4yb1br5 img {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-uVO4yb1br5 .mbr-social-likes {
  max-width: 454px;
}
.cid-uVO4yb1br5 .card-title {
  margin-bottom: 4px;
  color: #000000;
}
.cid-uVO4yb1br5 .card-subtitle {
  margin-bottom: 21px;
  color: #000000;
}
.cid-uVO4yb1br5 .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
@media (max-width: 768px) {
  .cid-uVO4yb1br5 .shadow {
    margin-top: 30px;
  }
}
@media (max-width: 1010px) {
  .cid-uVO4yb1br5 .margin {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cid-uVO4yb1br5 .button-align {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-uVO4yb1br5 .shadow {
    margin: auto;
  }
  .cid-uVO4yb1br5 .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
}
.cid-uVO4yb1br5 .btn {
  margin-top: 20px;
}
.cid-uVO4yb1br5 a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVO4yb1br5 .card.home-about-host {
    padding: 52px 40px 54px;
  }
}
@media (max-width: 479px) {
  .cid-uVO4yb1br5 .card.home-about-host {
    padding: 43px 25px 45px;
  }
}
.cid-uVO4yb1br5 .mbr-text,
.cid-uVO4yb1br5 .button-align {
  color: #000000;
}
.cid-uVO4yb1br5 .card-text,
.cid-uVO4yb1br5 .mbr-social-likes {
  color: #000000;
}
.cid-uVO4yb8bqA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4yb8bqA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #84a59d;
}
.cid-uVO4yb8bqA .row {
  align-items: center;
  height: 100%;
}
.cid-uVO4yb8bqA .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-uVO4yb8bqA .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-uVO4yb8bqA .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-uVO4ybaFwW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVO4ybaFwW .shadow {
  margin: auto;
  max-width: 713px;
  padding: 60px 50px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-uVO4ybaFwW .card-subtitle {
  color: #000000;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #fef8ef;
  display: inline-block;
}
.cid-uVO4ybaFwW .card-text {
  color: #8c8c95;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 470px) {
  .cid-uVO4ybaFwW .shadow {
    padding: 40px;
  }
}
.cid-uVO4ybaFwW .card-text,
.cid-uVO4ybaFwW .align {
  color: #000000;
}
.cid-uVO4ybbv0M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4ybbv0M .card-wrapper {
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  width: 80%;
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 0;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVO4ybbv0M .bottom,
.cid-uVO4ybbv0M .card-title {
  color: #ffffff;
}
.cid-uVO4ybbv0M .card-title {
  margin-bottom: 18px;
  color: #000000;
}
@media (max-width: 1150px) {
  .cid-uVO4ybbv0M .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-uVO4ybbv0M {
    padding-bottom: 0;
  }
  .cid-uVO4ybbv0M .card-wrapper {
    position: initial;
  }
  .cid-uVO4ybbv0M .card-box {
    padding: 10%;
  }
}
.cid-uVO4ybbv0M .bottom {
  color: #8c8c95;
}
.cid-uVO4ybbv0M .plus1 {
  color: #f6bd60;
}
.cid-uVO4ybbv0M .plus2 {
  color: #84a59d;
}
.cid-uVO4ybbv0M .plus3 {
  color: #f28482;
}
.cid-uVO4ybbv0M .plus4 {
  color: #f6bd60;
}
.cid-uVO4ybbv0M .card-title,
.cid-uVO4ybbv0M .bottom {
  text-align: center;
  color: #000000;
}
.cid-uVO4ybfCVy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4ybfCVy .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-uVO4ybfCVy .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uVO4ybfCVy .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uVO4ybfCVy .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uVO4ybfCVy .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uVO4ybfCVy .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uVO4ybfCVy .shadow:hover .mbr-iconfont,
.cid-uVO4ybfCVy .shadow:hover .number,
.cid-uVO4ybfCVy .shadow:hover .card-title {
  color: #57766f !important;
}
.cid-uVO4ybfCVy .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uVO4ybfCVy .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-uVO4ybfCVy .card-text {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uVO4ybfCVy H3 {
  color: #14142b;
  text-align: center;
}
.cid-uVO4ybfCVy img {
  width: auto;
  height: 70px;
}
.cid-uVO4ybfCVy .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uVO4ybfCVy .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-uVO4ybfCVy .link-title {
  display: inline-block;
}
.cid-uVO4ybfCVy .margin {
  margin-right: 14px;
}
.cid-uVO4ybfCVy .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #fef8ef;
  color: #000000;
}
.cid-uVO4ybfCVy .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVO4ybfCVy .link-row {
    display: block;
  }
}
@media (max-width: 550px) {
  .cid-uVO4ybfCVy .title-block {
    flex-direction: column;
  }
  .cid-uVO4ybfCVy .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uVO4ybfCVy .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uVO4ybfCVy .item.features-image {
  margin-top: 30px;
}
.cid-uVO4ybfCVy .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uVO4ybfCVy .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-uVO4ybfCVy .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVO4ybfCVy .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-uVO4ybfCVy .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uVO4ybfCVy .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uVO4ybfCVy .col-auto .card-button .btn-primary,
.cid-uVO4ybfCVy .col-auto .card-button .btn-secondary,
.cid-uVO4ybfCVy .col-auto .card-button .btn-success,
.cid-uVO4ybfCVy .col-auto .card-button .btn-info,
.cid-uVO4ybfCVy .col-auto .card-button .btn-warning,
.cid-uVO4ybfCVy .col-auto .card-button .btn-danger,
.cid-uVO4ybfCVy .col-auto .card-button .btn-black,
.cid-uVO4ybfCVy .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uVO4ybfCVy .mbr-section-subtitle {
  color: #000000;
}
.cid-uVO4ybkVmI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fef8ef;
}
.cid-uVO4ybkVmI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: auto;
}
.cid-uVO4ybkVmI .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  margin: auto;
}
.cid-uVO4ybkVmI .row {
  align-items: center;
  height: 100%;
}
.cid-uVO4ybkVmI .wrapper {
  margin: auto;
}
.cid-uVO4yblR0r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4yblR0r .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uVO4yblR0r .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
}
.cid-uVO4yblR0r .row {
  align-items: center;
  height: 100%;
}
.cid-uVO4yblR0r .wrapper {
  margin: auto;
}
.cid-uVO4yblR0r .subtitle {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-uVO4yblR0r .mbr-section-btn {
  display: inline;
  width: auto;
  margin-right: 25px;
}
.cid-uVO4yblR0r .title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
}
.cid-uVO4yblR0r a.btn {
  padding: 16px 25px !important;
}
@media (max-width: 340px) {
  .cid-uVO4yblR0r .title-block {
    display: flex;
    flex-direction: column;
  }
  .cid-uVO4yblR0r .mbr-section-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uVO4ybnprc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVO4ybnprc a.btn > span {
  margin-left: 0.5rem;
}
.cid-uVO4ybnprc .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uVO4ybnprc .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-uVO4ybnprc .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-uVO4ybnprc .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-uVO4ybnprc .right-side {
  max-width: 554px;
}
.cid-uVO4ybnprc .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uVO4ybnprc .margin {
  margin-right: 14px;
}
.cid-uVO4ybnprc .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-uVO4ybnprc img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-uVO4ybnprc .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-uVO4ybnprc .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-uVO4ybnprc .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uVO4ybnprc .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #84a59d;
  cursor: pointer;
}
.cid-uVO4ybnprc .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uVO4ybnprc .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uVO4ybnprc .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uVO4ybnprc .mbr-social-likes.small {
  display: flex;
}
.cid-uVO4ybnprc .mbr-social-likes.big {
  display: block;
}
.cid-uVO4ybnprc .form-control,
.cid-uVO4ybnprc form .btn {
  min-height: initial;
}
.cid-uVO4ybnprc a.btn,
.cid-uVO4ybnprc button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-uVO4ybnprc input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-uVO4ybnprc textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 14px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-uVO4ybnprc input:hover {
  border-color: #14142b !important;
}
.cid-uVO4ybnprc textarea:hover {
  border-color: #14142b !important;
}
.cid-uVO4ybnprc input:focus {
  border-color: #14142b !important;
}
.cid-uVO4ybnprc textarea:focus {
  border-color: #14142b !important;
}
.cid-uVO4ybnprc .form-group {
  margin-bottom: 0;
}
.cid-uVO4ybnprc .listen {
  margin-bottom: 24px;
}
.cid-uVO4ybnprc .phone {
  color: #14142b;
  margin-bottom: 44px;
}
.cid-uVO4ybnprc .email {
  color: #14142b;
  margin-bottom: 21px;
  text-align: left;
}
.cid-uVO4ybnprc .listen,
.cid-uVO4ybnprc .big {
  text-align: left;
  color: #8c8c95;
}
.cid-uVO4ybnprc .mbr-text,
.cid-uVO4ybnprc .button-align {
  color: #000000;
}
.cid-uVO4ybnprc .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-uVO4ybnprc .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-uVO4ybnprc select.form-control:hover {
  border-color: #14142b;
}
.cid-uVO4ybnprc select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-uVO4ybnprc .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-uVO4ybnprc .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-uVO4ybnprc .left-side,
  .cid-uVO4ybnprc .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-uVO4ybnprc .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-uVO4ybnprc .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-uVO4ybnprc .shadow {
    padding: 25px;
  }
  .cid-uVO4ybnprc input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-uVO4ybnprc .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-uVO4ybnprc .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-uVO4ybnprc .big > .socicon-bg-youtube {
  background-color: #f6bd60;
  color: #000000;
}
.cid-uVO4ybnprc .big > .socicon-bg-facebook {
  background-color: #84a59d;
  color: #000000;
}
.cid-uVO4ybnprc .big > .socicon-bg-twitter {
  background-color: #f28482;
  color: #000000;
}
.cid-uVO4ybnprc .big > .socicon-bg-pinterest {
  background-color: #f6bd60;
  color: #000000;
}
.cid-uVO4ybnprc .big > .socicon-bg-mail {
  background-color: #84a59d;
  color: #000000;
}
.cid-uVO4ybnprc .mbr-iconfont {
  margin-right: 8px;
}
.cid-uVO4ybnprc .listen,
.cid-uVO4ybnprc .mbr-social-likes {
  color: #000000;
}
.cid-uVO4ybyN55 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVO4ybyN55 .shadow {
  margin: auto;
  max-width: 713px;
  padding: 60px 50px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-uVO4ybyN55 .card-subtitle {
  color: #14142b;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #fef8ef;
  display: inline-block;
  margin-bottom: 32px;
  text-align: center;
}
.cid-uVO4ybyN55 ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: inside;
}
.cid-uVO4ybyN55 li {
  margin-bottom: 16px;
}
.cid-uVO4ybyN55 li:last-child {
  margin-bottom: 0;
}
@media (max-width: 470px) {
  .cid-uVO4ybyN55 .shadow {
    padding: 40px;
  }
}
.cid-uVO4ybyN55 .list {
  color: #000000;
  text-align: left;
}
.cid-uVO4ybyN55 .card-subtitle,
.cid-uVO4ybyN55 .align {
  text-align: left;
  color: #000000;
}
.cid-uVO4ybBdDO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fef8ef;
}
.cid-uVO4ybBdDO .mbr-text {
  color: #000000;
}
.cid-uVO4ybBdDO .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
  margin-bottom: 32px;
}
