.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fef1ea;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #90be6d !important;
}
.bg-success {
  background-color: #27d182 !important;
}
.bg-info {
  background-color: #0dc6eb !important;
}
.bg-warning {
  background-color: #f8ba00 !important;
}
.bg-danger {
  background-color: #d32535 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #90be6d !important;
  border-color: #90be6d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #abce90 !important;
  border-color: #abce90 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #abce90 !important;
  border-color: #abce90 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #277da1 !important;
  border-color: #277da1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #319dca !important;
  border-color: #319dca !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #319dca !important;
  border-color: #319dca !important;
}
.btn-info,
.btn-info:active {
  background-color: #0dc6eb !important;
  border-color: #0dc6eb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #37d4f4 !important;
  border-color: #37d4f4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #37d4f4 !important;
  border-color: #37d4f4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #27d182 !important;
  border-color: #27d182 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #4dde9b !important;
  border-color: #4dde9b !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4dde9b !important;
  border-color: #4dde9b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f8ba00 !important;
  border-color: #f8ba00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffca2c !important;
  border-color: #ffca2c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffca2c !important;
  border-color: #ffca2c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d32535 !important;
  border-color: #d32535 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e04b59 !important;
  border-color: #e04b59 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e04b59 !important;
  border-color: #e04b59 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #90be6d;
  color: #90be6d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #659341 !important;
  background-color: transparent !important;
  border-color: #659341 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #90be6d !important;
  border-color: #90be6d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #277da1;
  color: #277da1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #16475b !important;
  background-color: transparent !important;
  border-color: #16475b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #277da1 !important;
  border-color: #277da1 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0dc6eb;
  color: #0dc6eb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #088199 !important;
  background-color: transparent !important;
  border-color: #088199 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0dc6eb !important;
  border-color: #0dc6eb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #27d182;
  color: #27d182;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #198855 !important;
  background-color: transparent !important;
  border-color: #198855 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #27d182 !important;
  border-color: #27d182 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f8ba00;
  color: #f8ba00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a17900 !important;
  background-color: transparent !important;
  border-color: #a17900 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8ba00 !important;
  border-color: #f8ba00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d32535;
  color: #d32535;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #891822 !important;
  background-color: transparent !important;
  border-color: #891822 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d32535 !important;
  border-color: #d32535 !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: #90be6d !important;
}
.text-secondary {
  color: #277da1 !important;
}
.text-success {
  color: #27d182 !important;
}
.text-info {
  color: #0dc6eb !important;
}
.text-warning {
  color: #f8ba00 !important;
}
.text-danger {
  color: #d32535 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5d883d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #133d4f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #177b4d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #08758a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #926e00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7c161f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #90be6d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0dc6eb;
}
.alert-warning {
  background-color: #f8ba00;
}
.alert-danger {
  background-color: #d32535;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #90be6d;
  border-color: #90be6d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #90be6d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d3e5c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cef6e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8f3fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff1c5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f6ced1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #90be6d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #90be6d;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #90be6d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #90be6d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #90be6d;
  border-bottom-color: #90be6d;
}
.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: #90be6d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #277da1 !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='%2390be6d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-ucjVGnT1DB {
  display: flex;
  background-image: url("https://r.mobirisesite.com/434408/assets/images/photo-1485083269755-a7b559a4f-h_lvzupr89.jpg");
}
.cid-ucjVGnT1DB .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ucjVGnT1DB {
    align-items: flex-end;
  }
  .cid-ucjVGnT1DB .row {
    justify-content: center;
  }
  .cid-ucjVGnT1DB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucjVGnT1DB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucjVGnT1DB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucjVGnT1DB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucjVGnT1DB .content-wrap {
    width: 100%;
  }
}
.cid-ucjVGnT1DB .mbr-section-title,
.cid-ucjVGnT1DB .mbr-section-subtitle {
  text-align: center;
}
.cid-ucjVGnT1DB .mbr-text,
.cid-ucjVGnT1DB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucjVGnT1DB .mbr-section-title {
  color: #ffffff;
}
.cid-ucjVGnU9e0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ucjVGnU9e0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucjVGnU9e0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ucjVGnU9e0 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-ucjVGnU9e0 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ucjVGnU9e0 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-ucjVGnU9e0 .card-wrapper {
  background: #ffffff;
}
.cid-ucjVGnU9e0 .mbr-text,
.cid-ucjVGnU9e0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ucjVGnU9e0 .card-title,
.cid-ucjVGnU9e0 .card-box {
  text-align: left;
  color: #000000;
}
.cid-ucjVGnUIw1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucjVGnUIw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucjVGnUIw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucjVGnUIw1 .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-ucjVGnUIw1 .card-title,
.cid-ucjVGnUIw1 .iconfont-wrapper {
  color: #232323;
}
.cid-ucjVGnUIw1 .card-text {
  color: #232323;
}
.cid-ucjVGnUIw1 .mbr-section-title {
  color: #232323;
}
.cid-ucjVGnUIw1 .mbr-section-subtitle {
  color: #232323;
}
.cid-ucjVGnUIw1 .content-head {
  max-width: 800px;
}
.cid-ucjVGnZwBd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ucjVGnZwBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucjVGnZwBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ucjVGnZwBd .container-fluid {
    padding: 0;
  }
}
.cid-ucjVGnZwBd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ucjVGnZwBd .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ucjVGnZwBd .embla__slide a {
  display: block;
  width: 100%;
}
.cid-ucjVGnZwBd .embla__button--next,
.cid-ucjVGnZwBd .embla__button--prev {
  display: flex;
}
.cid-ucjVGnZwBd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ucjVGnZwBd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ucjVGnZwBd .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ucjVGnZwBd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ucjVGnZwBd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucjVGnZwBd .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ucjVGnZwBd .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ucjVGnZwBd .embla {
  position: relative;
  width: 100%;
}
.cid-ucjVGnZwBd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ucjVGnZwBd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ucjVGnZwBd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ucjVGnZwBd .embla__slide a {
  cursor: grab;
}
.cid-ucjVGnZwBd .embla__slide a:active {
  cursor: grabbing;
}
.cid-ucjVGnZwBd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ucjVGnZwBd .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ucjVGnZwBd .mbr-section-title {
  color: #232323;
}
.cid-ucjVGnZwBd .mbr-section-subtitle {
  color: #232323;
}
.cid-ucjVGnZwBd .mbr-box {
  color: #ffffff;
}
.cid-ucjVGnZwBd .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ucjVGnZwBd img,
.cid-ucjVGnZwBd .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ucjVGnZwBd .item-wrapper {
  position: relative;
}
.cid-ucjVGnZwBd .content-head {
  max-width: 800px;
}
.cid-ucjVGnZgzh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucjVGnZgzh .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ucjVGnZgzh img,
.cid-ucjVGnZgzh .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ucjVGnZgzh .item:focus,
.cid-ucjVGnZgzh span:focus {
  outline: none;
}
.cid-ucjVGnZgzh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucjVGnZgzh .item {
    margin-bottom: 1rem;
  }
}
.cid-ucjVGnZgzh .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucjVGnZgzh .mbr-section-title {
  color: #232323;
}
.cid-ucjVGnZgzh .mbr-text,
.cid-ucjVGnZgzh .mbr-section-btn {
  color: #232323;
}
.cid-ucjVGnZgzh .item-title {
  color: #232323;
}
.cid-ucjVGnZgzh .content-head {
  max-width: 800px;
}
.cid-ucjVGo0ieC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ucjVGo0ieC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucjVGo0ieC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucjVGo0ieC .mbr-text {
  color: #000000;
}
.cid-ucjVGo0ieC .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ucjVGo0ieC .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ucjVGo0ieC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucjVGo0ieC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-ucjVGo0ieC .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucjVGo0ieC .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ucjVGo0ieC .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-ucjVGo0ieC .mbr-section-title {
  color: #000000;
}
.cid-ucjVGo0ieC .card-text,
.cid-ucjVGo0ieC .item .mbr-section-btn {
  text-align: left;
}
.cid-ucjVGo0ieC .card-title,
.cid-ucjVGo0ieC .iconfont-wrapper {
  text-align: left;
}
.cid-ucjVGo0ieC .mbr-section-subtitle,
.cid-ucjVGo0ieC .main-button {
  text-align: left;
  color: #000000;
}
.cid-ucjVGo0ieC .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ucjVGo0ieC .item-content .item-footer {
  margin-top: auto;
}
.cid-ucjVGo0ieC .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucjVGo0ieC .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ucjVGo0ieC .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-ucjVGo0ieC .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-ucjVGo0UDQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucjVGo0UDQ .video-wrapper iframe {
  width: 100%;
}
.cid-ucjVGo0UDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucjVGo0UDQ .mbr-section-title,
.cid-ucjVGo0UDQ .mbr-section-subtitle,
.cid-ucjVGo0UDQ .mbr-text {
  text-align: center;
}
.cid-ucjVGo08yq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucjVGo08yq .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-ucjVGo08yq img,
.cid-ucjVGo08yq .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ucjVGo08yq .item:focus,
.cid-ucjVGo08yq span:focus {
  outline: none;
}
.cid-ucjVGo08yq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucjVGo08yq .item {
    margin-bottom: 1rem;
  }
}
.cid-ucjVGo08yq .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucjVGo08yq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucjVGo08yq .mbr-section-title {
  color: #000000;
}
.cid-ucjVGo08yq .mbr-text,
.cid-ucjVGo08yq .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ucjVGo08yq .item-title {
  color: #000000;
  text-align: center;
}
.cid-ucjVGo08yq .content-head {
  max-width: 800px;
}
.cid-ucjVGo087w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ucjVGo087w .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-ucjVGo087w .panel-group {
  border: none;
}
.cid-ucjVGo087w .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ucjVGo087w .card-header {
    padding: 0rem;
  }
}
.cid-ucjVGo087w .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ucjVGo087w .img-col {
  padding: 0;
}
.cid-ucjVGo087w .img-item {
  height: 100%;
}
.cid-ucjVGo087w img {
  height: 100%;
  object-fit: cover;
}
.cid-ucjVGo087w .collapsed span {
  transform: rotate(0deg);
}
.cid-ucjVGo087w .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucjVGo087w p {
  margin-bottom: 0.3rem;
}
.cid-ucjVGo087w .panel-title-edit {
  color: #000000;
}
.cid-ucjVGo087w .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ucjVGo087w .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ucjVGo087w .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucjVGo087w .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ucjVGo087w .panel-text {
  color: #000000;
}
.cid-ucjVGo087w .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ucjVGo087w .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucjVGo087w .panel-title-edit,
.cid-ucjVGo087w .mbr-iconfont {
  color: #000000;
}
.cid-ucjVGo4ARm {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #f3722c;
}
.cid-ucjVGo4ARm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucjVGo4ARm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucjVGo4ARm .content-head {
  max-width: 800px;
}
.cid-ucjVGo4ARm .mbr-section-title {
  color: #000000;
}
.cid-ucjVGo4ARm .mbr-text,
.cid-ucjVGo4ARm .mbr-section-btn {
  color: #000000;
}
.cid-ucjVGo4ARm img,
.cid-ucjVGo4ARm .item-img {
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  width: 200px;
  object-fit: cover;
}
.cid-ucjVGo5gmT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ucjVGo5gmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucjVGo5gmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ucjVGo5gmT .image-wrapper {
    flex-direction: column;
  }
  .cid-ucjVGo5gmT .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ucjVGo5gmT .card-box {
  max-width: 750px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-ucjVGo5gmT img,
.cid-ucjVGo5gmT .item-img {
  width: 100%;
}
.cid-ucjVGo5gmT .card-wrapper {
  background: #ffffff;
}
.cid-ucjVGo5gmT .mbr-text,
.cid-ucjVGo5gmT .mbr-section-btn {
  color: #000000;
}
.cid-ucjVGo5gmT .card-title,
.cid-ucjVGo5gmT .card-box {
  color: #232323;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-ucjVGo5gmT .card-content-text {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucjVGo5gmT .card-content-text {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ucjVGo5gmT .card-content-text {
    padding: 4rem;
  }
}
.cid-ucjVGo54tN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucjVGo54tN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucjVGo54tN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucjVGo54tN .title .num {
  width: 100%;
  display: block;
}
.cid-ucjVGo54tN .title .card-title {
  z-index: 1;
}
.cid-ucjVGo54tN .num {
  color: #90BE6D;
  text-align: center;
}
.cid-ucjVGo54tN .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucjVGo54tN * {
    text-align: center !important;
  }
  .cid-ucjVGo54tN .content-column {
    margin-bottom: 2rem;
  }
}
.cid-ucjVGo54tN .content-head {
  max-width: 800px;
}
.cid-ucjVGo54tN .card-text {
  text-align: center;
}
.cid-ucjVGo54tN .card-title,
.cid-ucjVGo54tN .card-img {
  text-align: center;
}
.cid-ucjVGo6EpU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucjVGo6EpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucjVGo6EpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucjVGo6EpU .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ucjVGo6EpU .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ucjVGo6EpU .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-ucjVGo6EpU .bg-twitter:hover {
  background: #0c85d0;
}
.cid-ucjVGo6EpU .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-ucjVGo6EpU .bg-instagram:hover {
  background: #bd005c;
}
.cid-ucjVGo6EpU .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-ucjVGo6EpU .bg-tiktok:hover {
  background: #000000;
}
.cid-ucjVGo6EpU .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ucjVGo6EpU [class^="socicon-"]:before,
.cid-ucjVGo6EpU [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-ucjVGo6e6z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucjVGo6e6z .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-ucjVGo6e6z img,
.cid-ucjVGo6e6z .item-img {
  width: 100%;
}
.cid-ucjVGo6e6z .item:focus,
.cid-ucjVGo6e6z span:focus {
  outline: none;
}
.cid-ucjVGo6e6z .item {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-ucjVGo6e6z .item {
    margin-bottom: 1rem;
  }
}
.cid-ucjVGo6e6z .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucjVGo6e6z .mbr-section-title {
  color: #000000;
}
.cid-ucjVGo6e6z .mbr-text,
.cid-ucjVGo6e6z .mbr-section-btn {
  color: #000000;
}
.cid-ucjVGo6e6z .item-title {
  color: #000000;
  text-align: center;
}
.cid-ucjVGo6e6z .content-head {
  max-width: 800px;
}
.cid-ucjVGo6e6z img {
  filter: grayscale(1);
}
.cid-ucjVGo8TWh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ucjVGo8TWh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ucjVGo8TWh form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ucjVGo8TWh form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ucjVGo8TWh form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucjVGo8TWh .content-head {
  max-width: 800px;
}
.cid-ucjVGo8c3O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ucjVGo8c3O .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucjVGo8c3O .social-row .soc-item {
  margin: 8px;
}
.cid-ucjVGo8c3O .social-row .soc-item a:hover .mbr-iconfont,
.cid-ucjVGo8c3O .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-ucjVGo8c3O .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-ucjVGo8c3O .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ucjVGo8c3O .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ucjVGo8c3O .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ucjVGo8c3O .header-menu li p {
  margin: 0;
}
.cid-ucjVGo8c3O .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ucjVGo8c3O .mbr-section-title {
  color: #ffffff;
}
.cid-ucjVGo8c3O header-menu-item B {
  color: #f7f7f7;
}
.cid-ucjVGo8c3O header-menu-item {
  text-align: center;
}
.cid-uckg5czzC4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uckg5czzC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uckg5czzC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uckg5czzC4 .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uckg5czzC4 .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uckg5czzC4 .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uckg5czzC4 .card-wrapper {
  background: #ffffff;
}
.cid-uckg5czzC4 .mbr-text,
.cid-uckg5czzC4 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uckg5czzC4 .card-title,
.cid-uckg5czzC4 .card-box {
  text-align: left;
  color: #000000;
}
.cid-ucjVGo8c3O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ucjVGo8c3O .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucjVGo8c3O .social-row .soc-item {
  margin: 8px;
}
.cid-ucjVGo8c3O .social-row .soc-item a:hover .mbr-iconfont,
.cid-ucjVGo8c3O .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-ucjVGo8c3O .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-ucjVGo8c3O .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ucjVGo8c3O .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ucjVGo8c3O .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ucjVGo8c3O .header-menu li p {
  margin: 0;
}
.cid-ucjVGo8c3O .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ucjVGo8c3O .mbr-section-title {
  color: #ffffff;
}
.cid-ucjVGo8c3O header-menu-item B {
  color: #f7f7f7;
}
.cid-ucjVGo8c3O header-menu-item {
  text-align: center;
}
.cid-uckuFLwm5M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uckuFLwm5M .row {
  flex-direction: row-reverse;
}
.cid-uckuFLwm5M .justify-content-center {
  align-items: center;
}
.cid-uckuFLwm5M .mbr-section-title {
  text-align: center;
}
.cid-uckuFLwm5M .mbr-text,
.cid-uckuFLwm5M .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uckuFLwm5M .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uckuFLwm5M .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uckuFLwm5M .item-wrapper {
    padding: 4rem;
  }
}
.cid-ucjVGo8c3O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ucjVGo8c3O .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucjVGo8c3O .social-row .soc-item {
  margin: 8px;
}
.cid-ucjVGo8c3O .social-row .soc-item a:hover .mbr-iconfont,
.cid-ucjVGo8c3O .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-ucjVGo8c3O .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-ucjVGo8c3O .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ucjVGo8c3O .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ucjVGo8c3O .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ucjVGo8c3O .header-menu li p {
  margin: 0;
}
.cid-ucjVGo8c3O .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ucjVGo8c3O .mbr-section-title {
  color: #ffffff;
}
.cid-ucjVGo8c3O header-menu-item B {
  color: #f7f7f7;
}
.cid-ucjVGo8c3O header-menu-item {
  text-align: center;
}
