.btn {
  border-width: 2px;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
  letter-spacing: .05em;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 1.125em;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.06rem;
  line-height: 21px;
  letter-spacing: .05em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.22222em;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.41176em;
  letter-spacing: .03em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.848rem;
    font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 5em;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 5em;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 5em;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 5em;
}
.bg-primary {
  background-color: #f75858 !important;
}
.bg-success {
  background-color: #87a96b !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffb483 !important;
}
.bg-danger {
  background-color: #bd1313 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f75858 !important;
  border-color: #f75858 !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: #ed0b0b !important;
  border-color: #ed0b0b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ed0b0b !important;
  border-color: #ed0b0b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8a2195 !important;
  border-color: #8a2195 !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: #48114e !important;
  border-color: #48114e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #48114e !important;
  border-color: #48114e !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #87a96b !important;
  border-color: #87a96b !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: #5c7846 !important;
  border-color: #5c7846 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c7846 !important;
  border-color: #5c7846 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb483 !important;
  border-color: #ffb483 !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: #ff802c !important;
  border-color: #ff802c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff802c !important;
  border-color: #ff802c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bd1313 !important;
  border-color: #bd1313 !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: #6e0b0b !important;
  border-color: #6e0b0b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6e0b0b !important;
  border-color: #6e0b0b !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: #f75858;
  color: #f75858;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ed0b0b !important;
  background-color: transparent!important;
  border-color: #ed0b0b !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f75858 !important;
  border-color: #f75858 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #8a2195;
  color: #8a2195;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #48114e !important;
  background-color: transparent!important;
  border-color: #48114e !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8a2195 !important;
  border-color: #8a2195 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #87a96b;
  color: #87a96b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5c7846 !important;
  background-color: transparent!important;
  border-color: #5c7846 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #87a96b !important;
  border-color: #87a96b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffb483;
  color: #ffb483;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff802c !important;
  background-color: transparent!important;
  border-color: #ff802c !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb483 !important;
  border-color: #ffb483 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bd1313;
  color: #bd1313;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6e0b0b !important;
  background-color: transparent!important;
  border-color: #6e0b0b !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bd1313 !important;
  border-color: #bd1313 !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: #f75858 !important;
}
.text-secondary {
  color: #8a2195 !important;
}
.text-success {
  color: #87a96b !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffb483 !important;
}
.text-danger {
  color: #bd1313 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #de0b0b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3d0f41 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #556e40 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff761d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #600a0a !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: #f75858;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffb483;
}
.alert-danger {
  background-color: #bd1313;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f75858;
  border-color: #f75858;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f75858;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c8d8bc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ef6060;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.06rem;
  line-height: 21px;
  letter-spacing: .05em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.325rem;
}
.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: #f75858 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.06rem;
  line-height: 21px;
  letter-spacing: .05em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.325rem;
}
blockquote {
  border-color: #f75858;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f75858;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f75858;
}
.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: #f75858;
  border-bottom-color: #f75858;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f75858 !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: #8a2195 !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='%23f75858' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 5px 25px;
  box-shadow: none;
  font-style: italic;
  font-weight: 400 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 7px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #f75858 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #8a2195 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #87a96b !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #ffb483 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #bd1313 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #f75858 !important;
}
.cid-uGBdlx5zt3 {
  z-index: 1000;
  width: 100%;
}
.cid-uGBdlx5zt3 nav.navbar {
  position: fixed;
}
.cid-uGBdlx5zt3 .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-uGBdlx5zt3 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uGBdlx5zt3 .dropdown-item:hover,
.cid-uGBdlx5zt3 .dropdown-item:focus {
  color: #f75858 !important;
}
.cid-uGBdlx5zt3 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-uGBdlx5zt3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGBdlx5zt3 .nav-link {
  position: relative;
  padding: 0;
}
.cid-uGBdlx5zt3 .container {
  display: flex;
  margin: auto;
}
.cid-uGBdlx5zt3 .iconfont-wrapper {
  color: #720e7c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGBdlx5zt3 .dropdown-menu,
.cid-uGBdlx5zt3 .navbar.opened {
  background: #ffffff !important;
}
.cid-uGBdlx5zt3 .nav-item:focus,
.cid-uGBdlx5zt3 .nav-link:focus {
  outline: none;
}
.cid-uGBdlx5zt3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGBdlx5zt3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGBdlx5zt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGBdlx5zt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGBdlx5zt3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGBdlx5zt3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGBdlx5zt3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uGBdlx5zt3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uGBdlx5zt3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGBdlx5zt3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uGBdlx5zt3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGBdlx5zt3 .navbar.collapsed {
  justify-content: center;
}
.cid-uGBdlx5zt3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGBdlx5zt3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGBdlx5zt3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGBdlx5zt3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGBdlx5zt3 .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-uGBdlx5zt3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGBdlx5zt3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGBdlx5zt3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGBdlx5zt3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGBdlx5zt3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGBdlx5zt3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGBdlx5zt3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGBdlx5zt3 .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-uGBdlx5zt3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGBdlx5zt3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGBdlx5zt3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGBdlx5zt3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGBdlx5zt3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGBdlx5zt3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGBdlx5zt3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGBdlx5zt3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGBdlx5zt3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGBdlx5zt3 .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGBdlx5zt3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGBdlx5zt3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGBdlx5zt3 .dropdown-item.active,
.cid-uGBdlx5zt3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGBdlx5zt3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGBdlx5zt3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGBdlx5zt3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGBdlx5zt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGBdlx5zt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGBdlx5zt3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGBdlx5zt3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGBdlx5zt3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGBdlx5zt3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGBdlx5zt3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGBdlx5zt3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGBdlx5zt3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGBdlx5zt3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGBdlx5zt3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGBdlx5zt3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGBdlx5zt3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGBdlx5zt3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGBdlx5zt3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGBdlx5zt3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGBdlx5zt3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGBdlx5zt3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGBdlx5zt3 .navbar {
    height: 70px;
  }
  .cid-uGBdlx5zt3 .navbar.opened {
    height: auto;
  }
  .cid-uGBdlx5zt3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGBdlx5zt3 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uGBdlx5zt3 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uGBdlx5zt3 a {
  display: inline;
  font-weight: bold;
}
.cid-uGBdlx5zt3 img {
  display: inline;
  padding-right: 10px;
}
.cid-uGBdlx5zt3 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uGBdlx5zt3 .dropdown-item:hover {
  color: #ffb483 !important;
}
@media (max-width: 990px) {
  .cid-uGBdlx5zt3 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uGBdlx5zt3 .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-uGBdlx5zt3 .right-side {
    flex-direction: column;
  }
  .cid-uGBdlx5zt3 ul {
    margin-left: 0 !important;
  }
}
.cid-uGBdlx5zt3 .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-uGBdlx5zt3 .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-uGBdlx5zt3 .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-uGBdlx5zt3 .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-uGBdlx5zt3 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uGBdlx5zt3 .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uGBdlx5zt3 .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uGBdlx5zt3 ul {
  margin-left: 15%;
}
.cid-uGBdlx5zt3 .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-uGBdlx5zt3 ul {
    margin-left: 50px !important;
  }
}
.cid-tJkHrjblRU {
  background-image: url("../../../assets/images/captura-de-ecr-2025-07-20-190045-cleanup.webp");
}
.cid-tJkHrjblRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJkHrjblRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJkHrjblRU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tJkHrjblRU .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tJkHrjblRU .container {
    padding: 0 25px;
  }
}
.cid-tJkHrjblRU .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  z-index: 1;
  position: relative;
}
.cid-tJkHrjblRU .title-wrapper .mbr-text {
  margin-bottom: 0;
  position: relative;
}
.cid-tJkHrjblRU .title-wrapper .image-wrapper img {
  width: 300px;
  height: 410px;
  border-radius: 10rem 10rem 0 0;
  margin: -2rem auto 0;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tJkHrjblRU .title-wrapper .image-wrapper img {
    width: 240px;
    height: 310px;
  }
}
.cid-tJkHrjblRU .title-wrapper .mbr-section-btn {
  margin-top: 25px;
}
.cid-tJkHrjblRU .mbr-section-title {
  color: #E33030;
}
.cid-tJkHrjblRU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tJkHrjblRU .mbr-section-title,
.cid-tJkHrjblRU .mbr-section-btn {
  text-align: center;
  color: #f5e3e3;
}
.cid-uGAIo2nV1t {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #dfd5d5;
}
.cid-uGAIo2nV1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAIo2nV1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGAIo2nV1t .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGAIo2nV1t .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uGAIo2nV1t .container {
    padding: 0 25px;
  }
}
.cid-uGAIo2nV1t .row {
  justify-content: center;
}
.cid-uGAIo2nV1t .icon-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uGAIo2nV1t .icon-wrapper {
    justify-content: center;
  }
}
.cid-uGAIo2nV1t .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #e33030;
}
.cid-uGAIo2nV1t .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uGAIo2nV1t .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uGAIo2nV1t .embla__slide .card-wrap {
  width: 100%;
}
.cid-uGAIo2nV1t .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 10px;
}
.cid-uGAIo2nV1t .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uGAIo2nV1t .embla__button--next,
.cid-uGAIo2nV1t .embla__button--prev {
  display: flex;
}
.cid-uGAIo2nV1t .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #e33030;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uGAIo2nV1t .embla__button {
    display: none;
  }
}
.cid-uGAIo2nV1t .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGAIo2nV1t .embla__button:hover {
  background: transparent;
  color: #e33030;
  opacity: .7;
}
.cid-uGAIo2nV1t .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uGAIo2nV1t .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uGAIo2nV1t .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-uGAIo2nV1t .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uGAIo2nV1t .embla__button {
    bottom: 0;
  }
}
.cid-uGAIo2nV1t .embla {
  position: relative;
  width: 100%;
  padding-bottom: 35px;
}
.cid-uGAIo2nV1t .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uGAIo2nV1t .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGAIo2nV1t .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGAIo2nV1t .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGAIo2nV1t .card-text {
  color: #8f5e5e;
}
.cid-uGAIo2nV1t .mbr-role {
  color: #E33030;
}
.cid-uRvrz9CkZs {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dfd5d5, #edfcf2);
}
@media (min-width: 768px) {
  .cid-uRvrz9CkZs {
    align-items: flex-start;
  }
  .cid-uRvrz9CkZs .row {
    justify-content: flex-start;
  }
}
.cid-uRvrz9CkZs .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRvrz9CkZs .mbr-text,
.cid-uRvrz9CkZs .mbr-section-btn {
  text-align: center;
  color: #060606;
}
.cid-uRvrz9CkZs .mbr-section-title,
.cid-uRvrz9CkZs .line {
  color: #367d4d;
}
.cid-uRvrz9CkZs h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRvrz9CkZs h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRvrz9CkZs .mbr-section-subtitle,
.cid-uRvrz9CkZs .align {
  text-align: left;
  color: #232323;
}
.cid-uRvrz9CkZs .mbr-section-title,
.cid-uRvrz9CkZs .line DIV {
  text-align: center;
}
.cid-uRvsuf17RJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edfcf2;
}
.cid-uRvsuf17RJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvsuf17RJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvsuf17RJ .card {
  justify-content: center;
}
.cid-uRvsuf17RJ .images-wrapper {
  margin-right: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  min-height: 465px;
}
@media (max-width: 1440px) {
  .cid-uRvsuf17RJ .images-wrapper {
    display: grid;
    min-height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRvsuf17RJ .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-uRvsuf17RJ .images-wrapper {
    display: block;
  }
}
.cid-uRvsuf17RJ .images-wrapper .image_1 img {
  bottom: 0;
  left: 30%;
  width: 300px;
  height: 300px;
  z-index: 1;
}
.cid-uRvsuf17RJ .images-wrapper .image_2 img {
  top: 25%;
  left: 0;
  width: 240px;
  height: 240px;
  z-index: 2;
}
.cid-uRvsuf17RJ .images-wrapper .image_3 img {
  top: 20%;
  right: 0;
  width: 240px;
  height: 240px;
  z-index: 2;
}
.cid-uRvsuf17RJ .images-wrapper .image_4 img {
  top: 0;
  left: 10%;
  width: 200px;
  height: 200px;
}
.cid-uRvsuf17RJ .images-wrapper .image_5 img {
  top: 0;
  right: 15%;
  width: 200px;
  height: 200px;
}
.cid-uRvsuf17RJ .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uRvsuf17RJ .images-wrapper .image-wrap img {
    position: static;
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uRvsuf17RJ .images-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uRvsuf17RJ .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRvsuf17RJ .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uRvsuf17RJ .content-wrapper .mbr-section-title {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRvsuf17RJ .content-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-uRvsuf17RJ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRvsuf17RJ .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uRvsuf17RJ .mbr-label {
  color: #000000;
}
.cid-uRvsuf17RJ .mbr-section-title {
  color: #000000;
}
.cid-uRvsuf17RJ .mbr-text {
  color: #000000;
}
.cid-uRvsuf17RJ .mbr-section-title,
.cid-uRvsuf17RJ .mbr-section-btn,
.cid-uRvsuf17RJ .title-wrapper {
  color: #87a96b;
}
.cid-uRvxpwwCum {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #edfcf2, #dfd5d5);
}
@media (min-width: 768px) {
  .cid-uRvxpwwCum {
    align-items: flex-start;
  }
  .cid-uRvxpwwCum .row {
    justify-content: flex-start;
  }
}
.cid-uRvxpwwCum .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRvxpwwCum .mbr-text,
.cid-uRvxpwwCum .mbr-section-btn {
  text-align: center;
  color: #060606;
}
.cid-uRvxpwwCum .mbr-section-title,
.cid-uRvxpwwCum .line {
  color: #87a96b;
}
.cid-uRvxpwwCum h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRvxpwwCum h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRvxpwwCum .mbr-section-subtitle,
.cid-uRvxpwwCum .align {
  text-align: left;
  color: #232323;
}
.cid-uRvxpwwCum .mbr-section-title,
.cid-uRvxpwwCum .line DIV {
  text-align: center;
}
.cid-tJkHv2GtGz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #dfd5d5;
}
.cid-tJkHv2GtGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJkHv2GtGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJkHv2GtGz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tJkHv2GtGz .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tJkHv2GtGz .container {
    padding: 0 25px;
  }
}
.cid-tJkHv2GtGz .row {
  justify-content: center;
}
.cid-tJkHv2GtGz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tJkHv2GtGz .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cid-tJkHv2GtGz .card {
    margin-bottom: 50px;
  }
}
.cid-tJkHv2GtGz .card .card-wrap {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tJkHv2GtGz .card .card-wrap {
    padding: 0;
  }
}
.cid-tJkHv2GtGz .card .card-wrap .icon-wrapper {
  padding: 20px 0;
}
.cid-tJkHv2GtGz .card .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 50px;
  color: #e33030;
}
.cid-tJkHv2GtGz .card .card-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-tJkHv2GtGz .card .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tJkHv2GtGz .mbr-section-title {
  color: #E33030;
  text-align: center;
}
.cid-tJkHv2GtGz .mbr-card-title {
  color: #E33030;
}
.cid-tJkHv2GtGz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tJkHv2GtGz .mbr-card-title,
.cid-tJkHv2GtGz .icon-wrapper {
  text-align: center;
  color: #87a96b;
}
.cid-tJkHv2GtGz .mbr-section-title,
.cid-tJkHv2GtGz .icon-wrapper {
  color: #782c7e;
}
.cid-uRw4YDkiVl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfd5d5;
}
.cid-uRw4YDkiVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRw4YDkiVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRw4YDkiVl .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #b08383 -30%, #fffcee 20%, #d0b2b2 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uRw4YDkiVl .card-wrapper {
    padding: 16px;
  }
}
.cid-uRw4YDkiVl .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uRw4YDkiVl .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRw4YDkiVl .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uRw4YDkiVl .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRw4YDkiVl .mbr-section-title {
  color: #8f5e5e;
  text-align: center;
}
.cid-uRw4YDkiVl .list {
  color: #ffffff;
  text-align: center;
}
.cid-uRw4YDkiVl .list,
.cid-uRw4YDkiVl .item-wrap,
.cid-uRw4YDkiVl .tabs-wrapper {
  color: #060606;
}
.cid-uRvDtQ7V8w {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dfd5d5, #edfcf2);
}
@media (min-width: 768px) {
  .cid-uRvDtQ7V8w {
    align-items: flex-start;
  }
  .cid-uRvDtQ7V8w .row {
    justify-content: flex-start;
  }
}
.cid-uRvDtQ7V8w .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRvDtQ7V8w .mbr-text,
.cid-uRvDtQ7V8w .mbr-section-btn {
  text-align: center;
  color: #060606;
}
.cid-uRvDtQ7V8w .mbr-section-title,
.cid-uRvDtQ7V8w .line {
  color: #b08383;
}
.cid-uRvDtQ7V8w h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRvDtQ7V8w h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRvDtQ7V8w .mbr-section-subtitle,
.cid-uRvDtQ7V8w .align {
  text-align: left;
  color: #232323;
}
.cid-uRvDtQ7V8w .mbr-section-title,
.cid-uRvDtQ7V8w .line DIV {
  text-align: center;
}
.cid-uRvxiIslgG {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #edfcf2;
}
.cid-uRvxiIslgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvxiIslgG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvxiIslgG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRvxiIslgG .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uRvxiIslgG .container {
    padding: 0 25px;
  }
}
.cid-uRvxiIslgG .row {
  justify-content: center;
}
.cid-uRvxiIslgG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRvxiIslgG .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cid-uRvxiIslgG .card {
    margin-bottom: 50px;
  }
}
.cid-uRvxiIslgG .card .card-wrap {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-uRvxiIslgG .card .card-wrap {
    padding: 0;
  }
}
.cid-uRvxiIslgG .card .card-wrap .icon-wrapper {
  padding: 20px 0;
}
.cid-uRvxiIslgG .card .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 50px;
  color: #e33030;
}
.cid-uRvxiIslgG .card .card-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uRvxiIslgG .card .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRvxiIslgG .mbr-section-title {
  color: #E33030;
  text-align: center;
}
.cid-uRvxiIslgG .mbr-card-title {
  color: #E33030;
}
.cid-uRvxiIslgG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRvxiIslgG .mbr-card-title,
.cid-uRvxiIslgG .icon-wrapper {
  text-align: center;
  color: #87a96b;
}
.cid-uRvxiIslgG .mbr-section-title,
.cid-uRvxiIslgG .icon-wrapper {
  color: #782c7e;
}
.cid-uRvGfnlkKl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #edfcf2;
}
@media (max-width: 767px) {
  .cid-uRvGfnlkKl .content {
    text-align: center;
  }
  .cid-uRvGfnlkKl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uRvGfnlkKl .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uRvGfnlkKl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRvGfnlkKl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRvGfnlkKl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRvGfnlkKl .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uRvGfnlkKl .google-map {
    width: 100%;
  }
}
.cid-uRvGfnlkKl H2 {
  color: #367d4d;
}
.cid-uRvGfnlkKl H3 {
  color: #87a96b;
}
.cid-uRvIdUq5iP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edfcf2;
}
.cid-uRvIdUq5iP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvIdUq5iP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRvIdUq5iP .container {
    padding: 0 25px;
  }
}
.cid-uRvIdUq5iP .row {
  border: 1px solid #367d4d;
}
.cid-uRvIdUq5iP .card {
  padding: 0;
}
.cid-uRvIdUq5iP .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uRvIdUq5iP .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-uRvIdUq5iP .card .image-wrapper img {
    min-height: auto;
    height: 300px;
  }
}
.cid-uRvIdUq5iP .form-wrapper {
  padding: 60px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRvIdUq5iP .form-wrapper {
    padding: 60px 25px;
  }
}
.cid-uRvIdUq5iP .form-wrapper .mbr-form .row {
  border: none;
}
.cid-uRvIdUq5iP .form-wrapper .row.dragArea {
  height: 100%;
}
.cid-uRvIdUq5iP .form-wrapper .row.dragArea .form-group {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uRvIdUq5iP .form-wrapper .row.dragArea .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-uRvIdUq5iP .form-wrapper .row.dragArea .form-group .form-control {
  background-color: transparent;
  padding: 13px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #367d4d !important;
  border-radius: 0;
}
.cid-uRvIdUq5iP .form-wrapper .row.dragArea .form-group .form-control::placeholder {
  color: #367d4d;
}
.cid-uRvIdUq5iP .form-wrapper .row.dragArea .form-group .form-control:hover,
.cid-uRvIdUq5iP .form-wrapper .row.dragArea .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #367d4d !important;
}
.cid-uRvIdUq5iP .form-wrapper .row.dragArea .form-group textarea.form-control {
  min-height: 150px;
  padding: 25px !important;
  border: 1px solid #367d4d !important;
}
.cid-uRvIdUq5iP .form-wrapper .row.dragArea .form-group textarea.form-control:hover,
.cid-uRvIdUq5iP .form-wrapper .row.dragArea .form-group textarea.form-control:focus {
  border: 1px solid #367d4d !important;
}
.cid-uRvIdUq5iP .form-wrapper .row.dragArea .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uRvIdUq5iP .form-wrapper .row.dragArea .form-group .form-check .form-check-input {
  background-color: #367d4d;
  border-color: #367d4d;
}
.cid-uRvIdUq5iP .form-wrapper .row.dragArea .mbr-section-btn {
  width: 100%;
}
.cid-uRvIdUq5iP .form-wrapper .row.dragArea .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-uRvIdUq5iP .mbr-section-title {
  margin-bottom: 100px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uRvIdUq5iP .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uRvIdUq5iP label {
  color: #E33030;
}
.cid-uRvIdUq5iP .mbr-section-btn {
  text-align: right;
}
.cid-uRvIdUq5iP .mbr-section-title,
.cid-uRvIdUq5iP .mbr-section-btn {
  color: #367d4d;
}
.cid-uRvIdUq5iP H2 {
  color: #87a96b;
}
.cid-uRvSwkszPx {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/photo-1544161515-4ab6ce6db874-upscayl-5x-upscayl-standard-4x.webp");
}
.cid-uRvSwkszPx::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #c6c6c6 50%);
  z-index: 1;
}
.cid-uRvSwkszPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvSwkszPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRvSwkszPx .container {
    padding: 0 22px;
  }
}
.cid-uRvSwkszPx .row {
  justify-content: center;
}
.cid-uRvSwkszPx .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uRvSwkszPx .content-wrapper {
    padding: 0;
  }
}
.cid-uRvSwkszPx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRvSwkszPx .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uRvSwkszPx .mbr-section-title {
  color: #ffffff;
}
.cid-uRvSwkszPx .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uRvSwkszPx .mbr-section-title,
.cid-uRvSwkszPx .mbr-section-btn {
  text-align: center;
}
.cid-uGC4SGvv0d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c6c6c6;
}
.cid-uGC4SGvv0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGC4SGvv0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGC4SGvv0d .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uGC4SGvv0d .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uGC4SGvv0d .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGC4SGvv0d .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uGC4SGvv0d .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGC4SGvv0d .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGC4SGvv0d .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGC4SGvv0d .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uGC4SGvv0d .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uGC4SGvv0d .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGC4SGvv0d .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uGC4SGvv0d .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uGC4SGvv0d .items-wrapper .card {
  padding: 0 32px;
}
.cid-uGC4SGvv0d .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uGC4SGvv0d .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uGC4SGvv0d .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGC4SGvv0d .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGC4SGvv0d .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uGC4SGvv0d .list-wrapper .list .item-wrap:hover,
.cid-uGC4SGvv0d .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uGC4SGvv0d .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGC4SGvv0d .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uGC4SGvv0d .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uGC4SGvv0d .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGC4SGvv0d .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uGC4SGvv0d .mbr-copy {
  margin-bottom: 0;
  color: #111111;
  text-align: center;
}
.cid-uGC4SGvv0d .mbr-desc {
  color: #ffffff;
}
.cid-uGC4SGvv0d .mbr-text,
.cid-uGC4SGvv0d .text-wrapper {
  color: #9aa0a6;
}
.cid-uGC4SGvv0d .list {
  color: #9aa0a6;
}
.cid-uGC4SGvv0d .list,
.cid-uGC4SGvv0d .item-wrap {
  color: #111111;
}
.cid-uGC4SGvv0d .mbr-desc,
.cid-uGC4SGvv0d .content-wrapper {
  color: #111111;
}
.cid-uGC4SGvv0d .mbr-text,
.cid-uGC4SGvv0d .mbr-section-btn {
  color: #111111;
}
.cid-uGC4SGvv0d P {
  color: #111111;
}
.cid-uGC2xEM8Ib {
  z-index: 1000;
  width: 100%;
}
.cid-uGC2xEM8Ib nav.navbar {
  position: fixed;
}
.cid-uGC2xEM8Ib .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-uGC2xEM8Ib .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uGC2xEM8Ib .dropdown-item:hover,
.cid-uGC2xEM8Ib .dropdown-item:focus {
  color: #f75858 !important;
}
.cid-uGC2xEM8Ib .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-uGC2xEM8Ib .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGC2xEM8Ib .nav-link {
  position: relative;
  padding: 0;
}
.cid-uGC2xEM8Ib .container {
  display: flex;
  margin: auto;
}
.cid-uGC2xEM8Ib .iconfont-wrapper {
  color: #720e7c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGC2xEM8Ib .dropdown-menu,
.cid-uGC2xEM8Ib .navbar.opened {
  background: #ffffff !important;
}
.cid-uGC2xEM8Ib .nav-item:focus,
.cid-uGC2xEM8Ib .nav-link:focus {
  outline: none;
}
.cid-uGC2xEM8Ib .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGC2xEM8Ib .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGC2xEM8Ib .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGC2xEM8Ib .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGC2xEM8Ib .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGC2xEM8Ib .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGC2xEM8Ib .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uGC2xEM8Ib .navbar.opened {
  transition: all 0.3s;
}
.cid-uGC2xEM8Ib .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGC2xEM8Ib .navbar .navbar-logo img {
  width: auto;
}
.cid-uGC2xEM8Ib .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGC2xEM8Ib .navbar.collapsed {
  justify-content: center;
}
.cid-uGC2xEM8Ib .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGC2xEM8Ib .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGC2xEM8Ib .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGC2xEM8Ib .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGC2xEM8Ib .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-uGC2xEM8Ib .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGC2xEM8Ib .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGC2xEM8Ib .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGC2xEM8Ib .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGC2xEM8Ib .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGC2xEM8Ib .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGC2xEM8Ib .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGC2xEM8Ib .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-uGC2xEM8Ib .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGC2xEM8Ib .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGC2xEM8Ib .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGC2xEM8Ib .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGC2xEM8Ib .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGC2xEM8Ib .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGC2xEM8Ib .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGC2xEM8Ib .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGC2xEM8Ib .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGC2xEM8Ib .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGC2xEM8Ib .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGC2xEM8Ib .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGC2xEM8Ib .dropdown-item.active,
.cid-uGC2xEM8Ib .dropdown-item:active {
  background-color: transparent;
}
.cid-uGC2xEM8Ib .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGC2xEM8Ib .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGC2xEM8Ib .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGC2xEM8Ib .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGC2xEM8Ib .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGC2xEM8Ib .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGC2xEM8Ib ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGC2xEM8Ib .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGC2xEM8Ib button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGC2xEM8Ib button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGC2xEM8Ib button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGC2xEM8Ib button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGC2xEM8Ib button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGC2xEM8Ib button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGC2xEM8Ib nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGC2xEM8Ib nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGC2xEM8Ib nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGC2xEM8Ib nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGC2xEM8Ib .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGC2xEM8Ib a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGC2xEM8Ib .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGC2xEM8Ib .navbar {
    height: 70px;
  }
  .cid-uGC2xEM8Ib .navbar.opened {
    height: auto;
  }
  .cid-uGC2xEM8Ib .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGC2xEM8Ib .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uGC2xEM8Ib .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uGC2xEM8Ib a {
  display: inline;
  font-weight: bold;
}
.cid-uGC2xEM8Ib img {
  display: inline;
  padding-right: 10px;
}
.cid-uGC2xEM8Ib .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uGC2xEM8Ib .dropdown-item:hover {
  color: #ffb483 !important;
}
@media (max-width: 990px) {
  .cid-uGC2xEM8Ib .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uGC2xEM8Ib .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-uGC2xEM8Ib .right-side {
    flex-direction: column;
  }
  .cid-uGC2xEM8Ib ul {
    margin-left: 0 !important;
  }
}
.cid-uGC2xEM8Ib .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-uGC2xEM8Ib .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-uGC2xEM8Ib .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-uGC2xEM8Ib .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-uGC2xEM8Ib .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uGC2xEM8Ib .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uGC2xEM8Ib .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uGC2xEM8Ib ul {
  margin-left: 15%;
}
.cid-uGC2xEM8Ib .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-uGC2xEM8Ib ul {
    margin-left: 50px !important;
  }
}
.cid-uGC2xCcPWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1544161515-4ab6ce6db874.png-800x533.png");
}
.cid-uGC2xCcPWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGC2xCcPWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGC2xCcPWT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGC2xCcPWT .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uGC2xCcPWT .container {
    padding: 0 15px;
  }
}
.cid-uGC2xCcPWT .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uGC2xCcPWT .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uGC2xCcPWT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uGC2xCcPWT .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uGC2xCcPWT .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uGC2xCcPWT .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uGC2xCcPWT .mbr-section-title {
  color: #131c28;
}
.cid-uGC2xCcPWT .mbr-desc {
  color: #131c28;
}
.cid-uGC2xCcPWT .mbr-section-title,
.cid-uGC2xCcPWT .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uGC2xCWHor {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edfcf2;
}
.cid-uGC2xCWHor .mbr-section-title {
  color: #367d4d;
  text-align: center;
}
.cid-uGC2xCWHor .mbr-text {
  color: #87a96b;
}
.cid-uGC2xCWHor .mbr-section-subtitle {
  color: #87a96b;
  text-align: center;
}
.cid-uGC2xCWHor .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uGC2xCWHor .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f75858;
}
.cid-uGC2xCWHor .svg-top .st0 {
  fill: #edfcf2;
}
@media (max-width: 992px) {
  .cid-uGC2xCWHor .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uGC4SGvv0d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c6c6c6;
}
.cid-uGC4SGvv0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGC4SGvv0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGC4SGvv0d .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uGC4SGvv0d .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uGC4SGvv0d .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGC4SGvv0d .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uGC4SGvv0d .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGC4SGvv0d .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGC4SGvv0d .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGC4SGvv0d .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uGC4SGvv0d .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uGC4SGvv0d .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGC4SGvv0d .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uGC4SGvv0d .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uGC4SGvv0d .items-wrapper .card {
  padding: 0 32px;
}
.cid-uGC4SGvv0d .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uGC4SGvv0d .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uGC4SGvv0d .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGC4SGvv0d .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGC4SGvv0d .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uGC4SGvv0d .list-wrapper .list .item-wrap:hover,
.cid-uGC4SGvv0d .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uGC4SGvv0d .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGC4SGvv0d .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uGC4SGvv0d .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uGC4SGvv0d .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGC4SGvv0d .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uGC4SGvv0d .mbr-copy {
  margin-bottom: 0;
  color: #111111;
  text-align: center;
}
.cid-uGC4SGvv0d .mbr-desc {
  color: #ffffff;
}
.cid-uGC4SGvv0d .mbr-text,
.cid-uGC4SGvv0d .text-wrapper {
  color: #9aa0a6;
}
.cid-uGC4SGvv0d .list {
  color: #9aa0a6;
}
.cid-uGC4SGvv0d .list,
.cid-uGC4SGvv0d .item-wrap {
  color: #111111;
}
.cid-uGC4SGvv0d .mbr-desc,
.cid-uGC4SGvv0d .content-wrapper {
  color: #111111;
}
.cid-uGC4SGvv0d .mbr-text,
.cid-uGC4SGvv0d .mbr-section-btn {
  color: #111111;
}
.cid-uGC4SGvv0d P {
  color: #111111;
}
.cid-uRvMinSXHo {
  z-index: 1000;
  width: 100%;
}
.cid-uRvMinSXHo nav.navbar {
  position: fixed;
}
.cid-uRvMinSXHo .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-uRvMinSXHo .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uRvMinSXHo .dropdown-item:hover,
.cid-uRvMinSXHo .dropdown-item:focus {
  color: #f75858 !important;
}
.cid-uRvMinSXHo .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-uRvMinSXHo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRvMinSXHo .nav-link {
  position: relative;
  padding: 0;
}
.cid-uRvMinSXHo .container {
  display: flex;
  margin: auto;
}
.cid-uRvMinSXHo .iconfont-wrapper {
  color: #720e7c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRvMinSXHo .dropdown-menu,
.cid-uRvMinSXHo .navbar.opened {
  background: #ffffff !important;
}
.cid-uRvMinSXHo .nav-item:focus,
.cid-uRvMinSXHo .nav-link:focus {
  outline: none;
}
.cid-uRvMinSXHo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRvMinSXHo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRvMinSXHo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRvMinSXHo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRvMinSXHo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRvMinSXHo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRvMinSXHo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uRvMinSXHo .navbar.opened {
  transition: all 0.3s;
}
.cid-uRvMinSXHo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRvMinSXHo .navbar .navbar-logo img {
  width: auto;
}
.cid-uRvMinSXHo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRvMinSXHo .navbar.collapsed {
  justify-content: center;
}
.cid-uRvMinSXHo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRvMinSXHo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRvMinSXHo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRvMinSXHo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRvMinSXHo .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-uRvMinSXHo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRvMinSXHo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRvMinSXHo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRvMinSXHo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRvMinSXHo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRvMinSXHo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRvMinSXHo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRvMinSXHo .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-uRvMinSXHo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRvMinSXHo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRvMinSXHo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRvMinSXHo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRvMinSXHo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRvMinSXHo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRvMinSXHo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRvMinSXHo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRvMinSXHo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRvMinSXHo .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRvMinSXHo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRvMinSXHo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRvMinSXHo .dropdown-item.active,
.cid-uRvMinSXHo .dropdown-item:active {
  background-color: transparent;
}
.cid-uRvMinSXHo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRvMinSXHo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRvMinSXHo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRvMinSXHo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRvMinSXHo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRvMinSXHo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRvMinSXHo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRvMinSXHo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRvMinSXHo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRvMinSXHo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRvMinSXHo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRvMinSXHo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvMinSXHo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvMinSXHo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRvMinSXHo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvMinSXHo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRvMinSXHo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRvMinSXHo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvMinSXHo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRvMinSXHo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRvMinSXHo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRvMinSXHo .navbar {
    height: 70px;
  }
  .cid-uRvMinSXHo .navbar.opened {
    height: auto;
  }
  .cid-uRvMinSXHo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRvMinSXHo .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uRvMinSXHo .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uRvMinSXHo a {
  display: inline;
  font-weight: bold;
}
.cid-uRvMinSXHo img {
  display: inline;
  padding-right: 10px;
}
.cid-uRvMinSXHo .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uRvMinSXHo .dropdown-item:hover {
  color: #ffb483 !important;
}
@media (max-width: 990px) {
  .cid-uRvMinSXHo .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uRvMinSXHo .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-uRvMinSXHo .right-side {
    flex-direction: column;
  }
  .cid-uRvMinSXHo ul {
    margin-left: 0 !important;
  }
}
.cid-uRvMinSXHo .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-uRvMinSXHo .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-uRvMinSXHo .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-uRvMinSXHo .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-uRvMinSXHo .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uRvMinSXHo .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uRvMinSXHo .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uRvMinSXHo ul {
  margin-left: 15%;
}
.cid-uRvMinSXHo .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-uRvMinSXHo ul {
    margin-left: 50px !important;
  }
}
.cid-uRvMioxn1b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1544161515-4ab6ce6db874.png-800x533.png");
}
.cid-uRvMioxn1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvMioxn1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvMioxn1b .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRvMioxn1b .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRvMioxn1b .container {
    padding: 0 15px;
  }
}
.cid-uRvMioxn1b .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRvMioxn1b .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRvMioxn1b .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRvMioxn1b .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRvMioxn1b .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRvMioxn1b .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRvMioxn1b .mbr-section-title {
  color: #131c28;
}
.cid-uRvMioxn1b .mbr-desc {
  color: #131c28;
}
.cid-uRvMioxn1b .mbr-section-title,
.cid-uRvMioxn1b .mbr-section-btn {
  color: #367d4d;
  text-align: center;
}
.cid-uRvMip058f {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edfcf2;
}
.cid-uRvMip058f .mbr-section-title {
  color: #367d4d;
  text-align: center;
}
.cid-uRvMip058f .mbr-text {
  color: #87a96b;
}
.cid-uRvMip058f .mbr-section-subtitle {
  color: #367d4d;
  text-align: center;
}
.cid-uRvMip058f .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uRvMip058f .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f75858;
}
.cid-uRvMip058f .svg-top .st0 {
  fill: #edfcf2;
}
@media (max-width: 992px) {
  .cid-uRvMip058f .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uRvMipEuqD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c6c6c6;
}
.cid-uRvMipEuqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvMipEuqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvMipEuqD .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRvMipEuqD .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uRvMipEuqD .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRvMipEuqD .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uRvMipEuqD .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRvMipEuqD .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRvMipEuqD .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRvMipEuqD .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uRvMipEuqD .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uRvMipEuqD .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRvMipEuqD .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uRvMipEuqD .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uRvMipEuqD .items-wrapper .card {
  padding: 0 32px;
}
.cid-uRvMipEuqD .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRvMipEuqD .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRvMipEuqD .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uRvMipEuqD .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRvMipEuqD .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRvMipEuqD .list-wrapper .list .item-wrap:hover,
.cid-uRvMipEuqD .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRvMipEuqD .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRvMipEuqD .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRvMipEuqD .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRvMipEuqD .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uRvMipEuqD .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uRvMipEuqD .mbr-copy {
  margin-bottom: 0;
  color: #111111;
  text-align: center;
}
.cid-uRvMipEuqD .mbr-desc {
  color: #ffffff;
}
.cid-uRvMipEuqD .mbr-text,
.cid-uRvMipEuqD .text-wrapper {
  color: #9aa0a6;
}
.cid-uRvMipEuqD .list {
  color: #9aa0a6;
}
.cid-uRvMipEuqD .list,
.cid-uRvMipEuqD .item-wrap {
  color: #111111;
}
.cid-uRvMipEuqD .mbr-desc,
.cid-uRvMipEuqD .content-wrapper {
  color: #111111;
}
.cid-uRvMipEuqD .mbr-text,
.cid-uRvMipEuqD .mbr-section-btn {
  color: #111111;
}
.cid-uRvMipEuqD P {
  color: #111111;
}
