body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Unbounded', sans-serif;
  font-size: 5rem;
  line-height: 1.15;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Unbounded', sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff9466 !important;
}
.bg-success {
  background-color: #a6b1d8 !important;
}
.bg-info {
  background-color: #5189b8 !important;
}
.bg-warning {
  background-color: #f5db6e !important;
}
.bg-danger {
  background-color: #b63b07 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9466 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #131313 !important;
  background-color: #ff9466 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #131313 !important;
  background-color: #ff570f !important;
  border-color: #ff570f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a6d8b5 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #131313 !important;
  background-color: #a6d8b5 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #131313 !important;
  background-color: #6abe83 !important;
  border-color: #6abe83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #5189b8 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #131313 !important;
  background-color: #5189b8 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #131313 !important;
  background-color: #345c7f !important;
  border-color: #345c7f !important;
}
.btn-success,
.btn-success:active {
  background-color: #a6b1d8 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #131313 !important;
  background-color: #a6b1d8 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #131313 !important;
  background-color: #6a7cbe !important;
  border-color: #6a7cbe !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f5db6e !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #131313 !important;
  background-color: #f5db6e !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #131313 !important;
  background-color: #efc71d !important;
  border-color: #efc71d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b63b07 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #131313 !important;
  background-color: #b63b07 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #131313 !important;
  background-color: #632004 !important;
  border-color: #632004 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #131313 !important;
  background-color: #ffffff !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #131313 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #131313 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #131313 !important;
  background-color: #131313 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #131313 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9466;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff570f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9466 !important;
  border-color: #ff9466 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a6d8b5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6abe83 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #275836 !important;
  background-color: #a6d8b5 !important;
  border-color: #a6d8b5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5189b8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #345c7f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5189b8 !important;
  border-color: #5189b8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a6b1d8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6a7cbe !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a6b1d8 !important;
  border-color: #a6b1d8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5db6e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #efc71d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5e4d06 !important;
  background-color: #f5db6e !important;
  border-color: #f5db6e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b63b07;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #632004 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b63b07 !important;
  border-color: #b63b07 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #131313;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #131313 !important;
  border-color: #131313 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ff9466 !important;
}
.text-secondary {
  color: #a6d8b5 !important;
}
.text-success {
  color: #a6b1d8 !important;
}
.text-info {
  color: #5189b8 !important;
}
.text-warning {
  color: #f5db6e !important;
}
.text-danger {
  color: #b63b07 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #131313 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff4d00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5fb97a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5f73b9 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2f5474 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #edc210 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #541b03 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #ff9466;
}
.nav-tabs .nav-link:not(.active) {
  color: #131313;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5189b8;
}
.alert-warning {
  background-color: #f5db6e;
}
.alert-danger {
  background-color: #b63b07;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff9466;
  border-color: #ff9466;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff9466;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #acc6dd;
}
.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: #f87a45;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #ff9466 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #ff9466;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff9466;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff9466;
}
.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: #ff9466;
  border-bottom-color: #ff9466;
}
.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: #ff9466 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a6d8b5 !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='%23ff9466' %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: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
.container-small {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  word-wrap: break-word;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1500px) {
  .container-small {
    max-width: 1180px;
  }
}
@media (max-width: 1024px) {
  .container-small {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .container-small {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .container-small {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container-fluid {
  max-width: 1724px;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
b,
strong {
  font-weight: 600 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 68px;
  padding: 20px 44px;
  border-radius: 0;
  font-weight: 600 !important;
  transition: all .3s;
}
@media (max-width: 1199px) {
  .mbr-section-btn .btn {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .mbr-section-btn .btn {
    padding: 15px 20px;
  }
}
.mbr-section-btn .btn-black {
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  box-shadow: 4px 4px 0 #FFFFFF !important;
}
.mbr-section-btn .btn-black:hover {
  box-shadow: none !important;
}
.cid-tBocOvocla .navbar-dropdown {
  position: relative !important;
}
.cid-tBocOvocla .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-tBocOvocla .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBocOvocla .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBocOvocla .dropdown-item:hover,
.cid-tBocOvocla .dropdown-item:focus {
  background: #ff9466 !important;
  color: white !important;
}
.cid-tBocOvocla .dropdown-item:hover span {
  color: white;
}
.cid-tBocOvocla .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBocOvocla .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBocOvocla .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBocOvocla .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBocOvocla .nav-link {
  position: relative;
}
.cid-tBocOvocla .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tBocOvocla .container {
    flex-wrap: nowrap;
  }
}
.cid-tBocOvocla .navbar-nav {
  margin: 0 auto;
}
.cid-tBocOvocla .dropdown-menu,
.cid-tBocOvocla .navbar.opened {
  background: #ff9466 !important;
}
.cid-tBocOvocla .nav-item:focus,
.cid-tBocOvocla .nav-link:focus {
  outline: none;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBocOvocla .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBocOvocla .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBocOvocla .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9466;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.cid-tBocOvocla .navbar.opened {
  transition: all 0.3s;
}
.cid-tBocOvocla .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBocOvocla .navbar .navbar-logo img {
  width: auto;
}
.cid-tBocOvocla .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBocOvocla .navbar.collapsed {
  justify-content: center;
}
.cid-tBocOvocla .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBocOvocla .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBocOvocla .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tBocOvocla .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBocOvocla .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBocOvocla .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-tBocOvocla .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBocOvocla .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tBocOvocla .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBocOvocla .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBocOvocla .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBocOvocla .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBocOvocla .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-tBocOvocla .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBocOvocla .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBocOvocla .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBocOvocla .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBocOvocla .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBocOvocla .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBocOvocla .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBocOvocla .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBocOvocla .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBocOvocla .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBocOvocla .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBocOvocla .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBocOvocla .dropdown-item.active,
.cid-tBocOvocla .dropdown-item:active {
  background-color: transparent;
}
.cid-tBocOvocla .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBocOvocla .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBocOvocla .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBocOvocla .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9466;
}
.cid-tBocOvocla .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBocOvocla .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBocOvocla ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBocOvocla .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBocOvocla button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBocOvocla .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBocOvocla a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBocOvocla .navbar {
    height: 70px;
  }
  .cid-tBocOvocla .navbar.opened {
    height: auto;
  }
  .cid-tBocOvocla .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBocOvocla .container,
.cid-tBocOvocla .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-tBocOvocla .container:before,
  .cid-tBocOvocla .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-tBocOvocla .navbar-short {
  background-color: #ff9466 !important;
}
.cid-tBocOvocla .navbar-short .container,
.cid-tBocOvocla .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-tBocOvocla .navbar-short .container:before,
.cid-tBocOvocla .navbar-short .container-fluid:before {
  display: none;
}
.cid-tBocOvocla .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-tBocOvocla .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-tBocOvocla .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-tBocOvocla .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-tBocOvocla .container,
  .cid-tBocOvocla .container-fluid {
    min-height: 85px;
  }
  .cid-tBocOvocla .navbar-brand {
    min-height: 85px;
  }
  .cid-tBocOvocla .navbar-short .container,
  .cid-tBocOvocla .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-tBocOvocla .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-tBocOvocla .navbar.navbar-short {
    background-color: #ff9466 !important;
  }
  .cid-tBocOvocla .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-tBocOvocla .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-tBocOvocla .mbr-section-btn {
    text-align: left;
  }
  .cid-tBocOvocla .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-tBocOvocla .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ff9466;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-usu0pS7xxm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
  overflow: hidden;
}
.cid-usu0pS7xxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-usu0pS7xxm .container-fluid,
.cid-usu0pS7xxm .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-usu0pS7xxm .container-fluid,
  .cid-usu0pS7xxm .container {
    padding: 0 1.5rem;
  }
}
.cid-usu0pS7xxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usu0pS7xxm a {
  font-weight: bold;
}
.cid-usu0pS7xxm .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-usu0pS7xxm .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-usu0pS7xxm .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-usu0pS7xxm .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-usu0pS7xxm .row {
  justify-content: space-between;
  background: linear-gradient(to top, #ff9466, #a6d8b5);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-usu0pS7xxm .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-usu0pS7xxm .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-usu0pS7xxm .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-usu0pS7xxm .mbr-section-btn,
.cid-usu0pS7xxm .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usu0pS7xxm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usu0pS7xxm .mbr-section-title {
  color: #000000;
}
.cid-usu0pS7xxm .mbr-text,
.cid-usu0pS7xxm .mbr-section-btn {
  color: #000000;
}
.cid-usu0pS7xxm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usu0pS7xxm .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-usu1rMIaPP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usu1rMIaPP .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-usu1rMIaPP .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-usu1rMIaPP .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ff9466;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-usu1rMIaPP .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-usu1rMIaPP .mbr-text {
  color: #000000;
}
.cid-usp37iiNax {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usp37iiNax .mbr-fallback-image.disabled {
  display: none;
}
.cid-usp37iiNax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usp37iiNax .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usp37iiNax .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-usp37iiNax .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-usp37iiNax .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-usp37iiNax .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-usp37iiNax .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-usp37iiNax .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usp37iiNax .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-usp37iiNax .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usp37iiNax .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-usp37iiNax .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-usu1BrJ1j4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-usu1BrJ1j4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usu1BrJ1j4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usu1BrJ1j4 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usu1BrJ1j4 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-usu1BrJ1j4 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usu1BrJ1j4 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-usu1BrJ1j4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usu1BrJ1j4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-usu1BrJ1j4 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usu1BrJ1j4 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-usu1BrJ1j4 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-usu1BrJ1j4 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ff9466;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-usu1BrJ1j4 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-usu1BrJ1j4 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-usu1BrJ1j4 .mbr-section-title {
  color: #050f0f;
}
.cid-usu1BrJ1j4 .mbr-text {
  color: #050f0f;
}
.cid-tBodUel9DN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-tBodUel9DN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBodUel9DN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBodUel9DN .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tBodUel9DN .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tBodUel9DN .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tBodUel9DN .mbr-section-title {
  color: #131313;
}
.cid-tBodUel9DN .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tBodUel9DN .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tBodUel9DN .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tBodUel9DN .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #000000;
  box-shadow: 4px 4px 0 #000000;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tBodUel9DN .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tBodUel9DN .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tBodUel9DN .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tBodUel9DN .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tBodUel9DN .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a6b1d8;
}
.cid-tBodUel9DN .card-title {
  color: #131313;
}
.cid-tBodUel9DN .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tBodUel9DN .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tBodUel9DN .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tBodUel9DN .card-link {
    margin-top: 15px;
  }
}
.cid-tBodUel9DN .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-usu9i2V88c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usu9i2V88c .mbr-fallback-image.disabled {
  display: none;
}
.cid-usu9i2V88c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usu9i2V88c .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-usu9i2V88c .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-usu9i2V88c .container {
    padding: 0 26px;
  }
}
.cid-usu9i2V88c .row {
  justify-content: center;
}
.cid-usu9i2V88c .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-usu9i2V88c .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-usu9i2V88c .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-usu9i2V88c .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-usu9i2V88c .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-usu9i2V88c .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-usu9i2V88c .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-usu9i2V88c .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-usu9i2V88c .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-usu9i2V88c .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-usu9i2V88c .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-usu9i2V88c .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-usu9i2V88c .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-usu9i2V88c .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-usu9i2V88c .mbr-section-title {
  color: #ffffff;
}
.cid-usu9i2V88c .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usu9i2V88c .mbr-desc {
  color: #ffffff;
}
.cid-usu9i2V88c .mbr-text {
  color: #ffffff;
}
.cid-usu9i2V88c .mbr-link {
  color: #ffffff;
}
.cid-usu9GZEzsj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usu9GZEzsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-usu9GZEzsj .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-usu9GZEzsj .container {
    padding: 0 30px;
  }
}
.cid-usu9GZEzsj .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usu9GZEzsj .content-wrapper {
    display: block;
  }
}
.cid-usu9GZEzsj .content-wrapper .card {
  justify-content: center;
}
.cid-usu9GZEzsj .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #fafafa;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-usu9GZEzsj .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-usu9GZEzsj .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-usu9GZEzsj .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-usu9GZEzsj .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-usu9GZEzsj .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-usu9GZEzsj .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-usu9GZEzsj .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-usu9GZEzsj .mbr-section-title {
  color: #144031;
}
.cid-usu9GZEzsj .mbr-text {
  color: #144031;
}
.cid-usu9GZEzsj .mbr-section-title,
.cid-usu9GZEzsj .mbr-section-btn {
  color: #131313;
}
.cid-useFULGAQt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-useFULGAQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-useFULGAQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-useFULGAQt .container,
.cid-useFULGAQt .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-useFULGAQt .container,
  .cid-useFULGAQt .container-fluid {
    padding: 0 20px;
  }
}
.cid-useFULGAQt .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ff9466;
}
@media (max-width: 992px) {
  .cid-useFULGAQt .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-useFULGAQt .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-useFULGAQt .card {
    margin-bottom: 20px;
  }
}
.cid-useFULGAQt .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #232323;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-useFULGAQt .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-useFULGAQt .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-useFULGAQt .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-useFULGAQt .mbr-card-title {
  color: #3d4045;
}
.cid-useFULGAQt .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-useFULGAQt .mbr-card-title,
.cid-useFULGAQt .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-uspq8rLM0E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-uspq8rLM0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspq8rLM0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspq8rLM0E .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uspq8rLM0E .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uspq8rLM0E .container {
    padding: 0 26px;
  }
}
.cid-uspq8rLM0E .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uspq8rLM0E .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  font-size: 85px;
  text-shadow: none;
}
.cid-uspq8rLM0E .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uspq8rLM0E .mbr-section-title {
  color: #ffffff;
}
.cid-uspq8rLM0E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uspq8rLM0E .mbr-text {
  color: #cacaca;
}
.cid-tBofKABF7L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tBofKABF7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBofKABF7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBofKABF7L .row {
  margin: 0 !important;
  flex-direction: row-reverse;
}
.cid-tBofKABF7L .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tBofKABF7L .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tBofKABF7L .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tBofKABF7L .mbr-section-title {
  color: #fafafa;
  margin-bottom: 0;
}
.cid-tBofKABF7L .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tBofKABF7L .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tBofKABF7L .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tBofKABF7L .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tBofKABF7L .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
  padding: 0 100px 0 0  !important;
}
@media (max-width: 1024px) {
  .cid-tBofKABF7L .col-list {
    padding: 0 0 0 20px !important;
    padding: 0 20px 0 0  !important;
  }
}
@media (max-width: 991px) {
  .cid-tBofKABF7L .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tBofKABF7L .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #ff9466;
  margin-left: 0.5rem;
}
.cid-tBofKABF7L .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #ff9466;
  font-weight: 900;
}
.cid-tBofKABF7L .panel-group {
  border: none;
}
.cid-tBofKABF7L .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #fc7942;
}
.cid-tBofKABF7L .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tBofKABF7L .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tBofKABF7L .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tBofKABF7L .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tBofKABF7L .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tBofKABF7L .panel-title-edit {
  color: #fafafa;
}
.cid-tBofKABF7L .panel-body {
  padding: 0 0 20px;
}
.cid-tBofKABF7L .panel-text {
  color: #131313;
  margin: 0;
}
.cid-usw6L0BXFJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff9466;
}
.cid-usw6L0BXFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usw6L0BXFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usw6L0BXFJ .content-wrapper {
  background: #f7fff7;
}
@media (max-width: 991px) {
  .cid-usw6L0BXFJ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-usw6L0BXFJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-usw6L0BXFJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usw6L0BXFJ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usw6L0BXFJ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-usw6L0BXFJ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-usw6L0BXFJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uskjsgHM6G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-uskjsgHM6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uskjsgHM6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uskjsgHM6G .row {
  margin: 0 !important;
  row-gap: 40px;
  flex-direction: row-reverse;
}
.cid-uskjsgHM6G .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
  justify-content: flex-end;
}
.cid-uskjsgHM6G .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uskjsgHM6G .item-img {
    width: 100%;
  }
}
.cid-uskjsgHM6G .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uskjsgHM6G .item-content {
    padding-left: 40px !important;
    padding-left: 0 !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uskjsgHM6G .item-content {
    padding-left: 25px !important;
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uskjsgHM6G .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uskjsgHM6G .card-title {
  color: #131313;
}
.cid-uskjsgHM6G .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-uskjsgHM6G .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-uskjsgHM6G .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-uskjsgHM6G .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-uskjsgHM6G .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #4a9e63;
  transform: rotate(-45deg);
}
.cid-uskjsgHM6G .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-uskjsgHM6G .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-uskjsgHM6G .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-usogpcY3Gp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usogpcY3Gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-usogpcY3Gp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usogpcY3Gp .container-small,
.cid-usogpcY3Gp .container-fluid {
  padding: 0 !important;
}
.cid-usogpcY3Gp .container-small {
  max-width: 1440px;
}
.cid-usogpcY3Gp .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #ff9466;
}
@media (max-width: 991px) {
  .cid-usogpcY3Gp .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-usogpcY3Gp .text-box {
    padding: 50px 10px;
  }
}
.cid-usogpcY3Gp .mbr-section-title {
  color: #131313;
}
.cid-usogpcY3Gp .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-usogpcY3Gp .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-usogpcY3Gp .mbr-text {
    margin-top: 20px;
  }
}
.cid-usogpcY3Gp .mbr-text a {
  text-decoration: underline;
}
.cid-usogpcY3Gp .mbr-section-btn {
  margin-top: 34px;
}
.cid-usvIRWmYA1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usp74dzaY1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-usp74dzaY1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usp74dzaY1 .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-usp74dzaY1 .mbr-section-head {
    text-align: center;
  }
}
.cid-usp74dzaY1 .google-map {
  height: 35rem;
  position: relative;
}
.cid-usp74dzaY1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-usp74dzaY1 .google-map [data-state-details] {
  color: #6b6763;
  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-usp74dzaY1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usp74dzaY1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-usp74dzaY1 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-usun2Vmo6J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-usun2Vmo6J .container-fluid {
  padding: 0 3rem;
}
.cid-usun2Vmo6J .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fafafa;
}
.cid-usun2Vmo6J .mbr-list li {
  margin-bottom: 1rem;
}
.cid-usun2Vmo6J .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-usun2Vmo6J .social-media {
  margin-top: 1.5rem;
}
.cid-usun2Vmo6J .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-usun2Vmo6J .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-usun2Vmo6J .mbr-text,
.cid-usun2Vmo6J .mbr-offer {
  line-height: 1.5;
}
.cid-usun2Vmo6J .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-usun2Vmo6J .container-fluid {
    padding: 0 1rem;
  }
  .cid-usun2Vmo6J .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-usun2Vmo6J .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-usun2Vmo6J .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-usvGY5dMFp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-usvGY5dMFp .mbr-text {
  color: #131313;
}
.cid-usvGY5dMFp .media-container-row .mbr-text {
  color: #f7fff7;
}
.cid-uspbJL9jQC .navbar-dropdown {
  position: relative !important;
}
.cid-uspbJL9jQC .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-uspbJL9jQC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uspbJL9jQC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uspbJL9jQC .dropdown-item:hover,
.cid-uspbJL9jQC .dropdown-item:focus {
  background: #ff9466 !important;
  color: white !important;
}
.cid-uspbJL9jQC .dropdown-item:hover span {
  color: white;
}
.cid-uspbJL9jQC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uspbJL9jQC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uspbJL9jQC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uspbJL9jQC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uspbJL9jQC .nav-link {
  position: relative;
}
.cid-uspbJL9jQC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uspbJL9jQC .container {
    flex-wrap: nowrap;
  }
}
.cid-uspbJL9jQC .navbar-nav {
  margin: 0 auto;
}
.cid-uspbJL9jQC .dropdown-menu,
.cid-uspbJL9jQC .navbar.opened {
  background: #ff9466 !important;
}
.cid-uspbJL9jQC .nav-item:focus,
.cid-uspbJL9jQC .nav-link:focus {
  outline: none;
}
.cid-uspbJL9jQC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uspbJL9jQC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uspbJL9jQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uspbJL9jQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uspbJL9jQC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uspbJL9jQC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uspbJL9jQC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9466;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.cid-uspbJL9jQC .navbar.opened {
  transition: all 0.3s;
}
.cid-uspbJL9jQC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uspbJL9jQC .navbar .navbar-logo img {
  width: auto;
}
.cid-uspbJL9jQC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uspbJL9jQC .navbar.collapsed {
  justify-content: center;
}
.cid-uspbJL9jQC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uspbJL9jQC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uspbJL9jQC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uspbJL9jQC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uspbJL9jQC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uspbJL9jQC .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-uspbJL9jQC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uspbJL9jQC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uspbJL9jQC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uspbJL9jQC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uspbJL9jQC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uspbJL9jQC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uspbJL9jQC .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-uspbJL9jQC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uspbJL9jQC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uspbJL9jQC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uspbJL9jQC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uspbJL9jQC .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uspbJL9jQC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uspbJL9jQC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uspbJL9jQC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uspbJL9jQC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uspbJL9jQC .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uspbJL9jQC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uspbJL9jQC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uspbJL9jQC .dropdown-item.active,
.cid-uspbJL9jQC .dropdown-item:active {
  background-color: transparent;
}
.cid-uspbJL9jQC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uspbJL9jQC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uspbJL9jQC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uspbJL9jQC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9466;
}
.cid-uspbJL9jQC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uspbJL9jQC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uspbJL9jQC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uspbJL9jQC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uspbJL9jQC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uspbJL9jQC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-uspbJL9jQC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uspbJL9jQC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uspbJL9jQC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uspbJL9jQC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uspbJL9jQC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uspbJL9jQC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uspbJL9jQC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uspbJL9jQC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uspbJL9jQC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uspbJL9jQC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uspbJL9jQC .navbar {
    height: 70px;
  }
  .cid-uspbJL9jQC .navbar.opened {
    height: auto;
  }
  .cid-uspbJL9jQC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uspbJL9jQC .container,
.cid-uspbJL9jQC .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-uspbJL9jQC .container:before,
  .cid-uspbJL9jQC .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-uspbJL9jQC .navbar-short {
  background-color: #ff9466 !important;
}
.cid-uspbJL9jQC .navbar-short .container,
.cid-uspbJL9jQC .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uspbJL9jQC .navbar-short .container:before,
.cid-uspbJL9jQC .navbar-short .container-fluid:before {
  display: none;
}
.cid-uspbJL9jQC .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uspbJL9jQC .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uspbJL9jQC .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-uspbJL9jQC .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uspbJL9jQC .container,
  .cid-uspbJL9jQC .container-fluid {
    min-height: 85px;
  }
  .cid-uspbJL9jQC .navbar-brand {
    min-height: 85px;
  }
  .cid-uspbJL9jQC .navbar-short .container,
  .cid-uspbJL9jQC .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uspbJL9jQC .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uspbJL9jQC .navbar.navbar-short {
    background-color: #ff9466 !important;
  }
  .cid-uspbJL9jQC .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uspbJL9jQC .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uspbJL9jQC .mbr-section-btn {
    text-align: left;
  }
  .cid-uspbJL9jQC .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uspbJL9jQC .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ff9466;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uss9MM7uoc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dryer-vent-banner-1920x700.jpg");
}
.cid-uss9MM7uoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uss9MM7uoc .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-uss9MM7uoc .container {
    padding: 0 30px;
  }
}
.cid-uss9MM7uoc .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uss9MM7uoc .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uss9MM7uoc .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uss9MM7uoc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uss9MM7uoc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uss9MM7uoc .mbr-section-title {
  color: #ffffff;
}
.cid-uss9MM7uoc .mbr-text,
.cid-uss9MM7uoc .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uss9MM7uoc .mbr-section-title,
.cid-uss9MM7uoc .mbr-section-btn {
  text-align: center;
}
.cid-uspesEB2qB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-uspesEB2qB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspesEB2qB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspesEB2qB .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uspesEB2qB .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uspesEB2qB .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uspesEB2qB .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uspesEB2qB .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ff9466;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uspesEB2qB .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uspesEB2qB .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uspesEB2qB .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uspesEB2qB .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uspesEB2qB .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uspesEB2qB .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uspgrMok2n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uspgrMok2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspgrMok2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspgrMok2n .card-wrapper {
  border: 1px solid #ff9466;
}
.cid-uspgrMok2n .google-map {
  height: 30rem;
  position: relative;
}
.cid-uspgrMok2n .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uspgrMok2n .google-map [data-state-details] {
  color: #6b6763;
  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-uspgrMok2n .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uspgrMok2n .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uspgrMok2n .content-head {
  max-width: 800px;
}
.cid-uspgrMok2n .mbr-section-title {
  color: #221b35;
}
.cid-usun2Vmo6J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-usun2Vmo6J .container-fluid {
  padding: 0 3rem;
}
.cid-usun2Vmo6J .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fafafa;
}
.cid-usun2Vmo6J .mbr-list li {
  margin-bottom: 1rem;
}
.cid-usun2Vmo6J .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-usun2Vmo6J .social-media {
  margin-top: 1.5rem;
}
.cid-usun2Vmo6J .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-usun2Vmo6J .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-usun2Vmo6J .mbr-text,
.cid-usun2Vmo6J .mbr-offer {
  line-height: 1.5;
}
.cid-usun2Vmo6J .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-usun2Vmo6J .container-fluid {
    padding: 0 1rem;
  }
  .cid-usun2Vmo6J .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-usun2Vmo6J .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-usun2Vmo6J .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-usvHltdrWt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-usvHltdrWt .mbr-text {
  color: #131313;
}
.cid-usvHltdrWt .media-container-row .mbr-text {
  color: #f7fff7;
}
.cid-uspgyVCuBe .navbar-dropdown {
  position: relative !important;
}
.cid-uspgyVCuBe .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-uspgyVCuBe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uspgyVCuBe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uspgyVCuBe .dropdown-item:hover,
.cid-uspgyVCuBe .dropdown-item:focus {
  background: #ff9466 !important;
  color: white !important;
}
.cid-uspgyVCuBe .dropdown-item:hover span {
  color: white;
}
.cid-uspgyVCuBe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uspgyVCuBe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uspgyVCuBe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uspgyVCuBe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uspgyVCuBe .nav-link {
  position: relative;
}
.cid-uspgyVCuBe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uspgyVCuBe .container {
    flex-wrap: nowrap;
  }
}
.cid-uspgyVCuBe .navbar-nav {
  margin: 0 auto;
}
.cid-uspgyVCuBe .dropdown-menu,
.cid-uspgyVCuBe .navbar.opened {
  background: #ff9466 !important;
}
.cid-uspgyVCuBe .nav-item:focus,
.cid-uspgyVCuBe .nav-link:focus {
  outline: none;
}
.cid-uspgyVCuBe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uspgyVCuBe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uspgyVCuBe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uspgyVCuBe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uspgyVCuBe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uspgyVCuBe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uspgyVCuBe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9466;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.cid-uspgyVCuBe .navbar.opened {
  transition: all 0.3s;
}
.cid-uspgyVCuBe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uspgyVCuBe .navbar .navbar-logo img {
  width: auto;
}
.cid-uspgyVCuBe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uspgyVCuBe .navbar.collapsed {
  justify-content: center;
}
.cid-uspgyVCuBe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uspgyVCuBe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uspgyVCuBe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uspgyVCuBe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uspgyVCuBe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uspgyVCuBe .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-uspgyVCuBe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uspgyVCuBe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uspgyVCuBe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uspgyVCuBe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uspgyVCuBe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uspgyVCuBe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uspgyVCuBe .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-uspgyVCuBe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uspgyVCuBe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uspgyVCuBe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uspgyVCuBe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uspgyVCuBe .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uspgyVCuBe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uspgyVCuBe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uspgyVCuBe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uspgyVCuBe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uspgyVCuBe .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uspgyVCuBe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uspgyVCuBe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uspgyVCuBe .dropdown-item.active,
.cid-uspgyVCuBe .dropdown-item:active {
  background-color: transparent;
}
.cid-uspgyVCuBe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uspgyVCuBe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uspgyVCuBe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uspgyVCuBe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9466;
}
.cid-uspgyVCuBe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uspgyVCuBe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uspgyVCuBe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uspgyVCuBe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uspgyVCuBe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uspgyVCuBe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-uspgyVCuBe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uspgyVCuBe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uspgyVCuBe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uspgyVCuBe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uspgyVCuBe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uspgyVCuBe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uspgyVCuBe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uspgyVCuBe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uspgyVCuBe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uspgyVCuBe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uspgyVCuBe .navbar {
    height: 70px;
  }
  .cid-uspgyVCuBe .navbar.opened {
    height: auto;
  }
  .cid-uspgyVCuBe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uspgyVCuBe .container,
.cid-uspgyVCuBe .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-uspgyVCuBe .container:before,
  .cid-uspgyVCuBe .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-uspgyVCuBe .navbar-short {
  background-color: #ff9466 !important;
}
.cid-uspgyVCuBe .navbar-short .container,
.cid-uspgyVCuBe .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uspgyVCuBe .navbar-short .container:before,
.cid-uspgyVCuBe .navbar-short .container-fluid:before {
  display: none;
}
.cid-uspgyVCuBe .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uspgyVCuBe .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uspgyVCuBe .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-uspgyVCuBe .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uspgyVCuBe .container,
  .cid-uspgyVCuBe .container-fluid {
    min-height: 85px;
  }
  .cid-uspgyVCuBe .navbar-brand {
    min-height: 85px;
  }
  .cid-uspgyVCuBe .navbar-short .container,
  .cid-uspgyVCuBe .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uspgyVCuBe .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uspgyVCuBe .navbar.navbar-short {
    background-color: #ff9466 !important;
  }
  .cid-uspgyVCuBe .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uspgyVCuBe .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uspgyVCuBe .mbr-section-btn {
    text-align: left;
  }
  .cid-uspgyVCuBe .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uspgyVCuBe .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ff9466;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-ussaYVAact {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/clean-washer-seal-1330x700.jpg");
}
.cid-ussaYVAact .mbr-fallback-image.disabled {
  display: none;
}
.cid-ussaYVAact .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ussaYVAact .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ussaYVAact .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ussaYVAact .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ussaYVAact .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ussaYVAact .container {
    padding: 0 24px;
  }
}
.cid-ussaYVAact .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-ussaYVAact .content-wrapper {
    padding: 0;
  }
}
.cid-ussaYVAact .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-ussaYVAact .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-ussaYVAact .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-ussaYVAact .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ussaYVAact .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-ussaYVAact .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ussaYVAact .mbr-section-title {
  color: #ffffff;
}
.cid-ussaYVAact .mbr-desc,
.cid-ussaYVAact .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ussaYVAact .mbr-text,
.cid-ussaYVAact .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ussaYVAact .mbr-section-title,
.cid-ussaYVAact .mbr-section-btn {
  text-align: center;
}
.cid-uspgyWPhbG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-uspgyWPhbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspgyWPhbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspgyWPhbG .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uspgyWPhbG .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uspgyWPhbG .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uspgyWPhbG .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uspgyWPhbG .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ff9466;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uspgyWPhbG .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uspgyWPhbG .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uspgyWPhbG .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uspgyWPhbG .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uspgyWPhbG .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uspgyWPhbG .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uspgyXepKI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uspgyXepKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspgyXepKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspgyXepKI .card-wrapper {
  border: 1px solid #ff9466;
}
.cid-uspgyXepKI .google-map {
  height: 30rem;
  position: relative;
}
.cid-uspgyXepKI .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uspgyXepKI .google-map [data-state-details] {
  color: #6b6763;
  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-uspgyXepKI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uspgyXepKI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uspgyXepKI .content-head {
  max-width: 800px;
}
.cid-uspgyXepKI .mbr-section-title {
  color: #221b35;
}
.cid-usun2Vmo6J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-usun2Vmo6J .container-fluid {
  padding: 0 3rem;
}
.cid-usun2Vmo6J .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fafafa;
}
.cid-usun2Vmo6J .mbr-list li {
  margin-bottom: 1rem;
}
.cid-usun2Vmo6J .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-usun2Vmo6J .social-media {
  margin-top: 1.5rem;
}
.cid-usun2Vmo6J .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-usun2Vmo6J .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-usun2Vmo6J .mbr-text,
.cid-usun2Vmo6J .mbr-offer {
  line-height: 1.5;
}
.cid-usun2Vmo6J .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-usun2Vmo6J .container-fluid {
    padding: 0 1rem;
  }
  .cid-usun2Vmo6J .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-usun2Vmo6J .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-usun2Vmo6J .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-ususHsHlav {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ususHsHlav .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ususHsHlav .media-container-row .mbr-text {
  color: #fafafa;
}
.cid-usvM72WSHA .navbar-dropdown {
  position: relative !important;
}
.cid-usvM72WSHA .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-usvM72WSHA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usvM72WSHA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usvM72WSHA .dropdown-item:hover,
.cid-usvM72WSHA .dropdown-item:focus {
  background: #ff9466 !important;
  color: white !important;
}
.cid-usvM72WSHA .dropdown-item:hover span {
  color: white;
}
.cid-usvM72WSHA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usvM72WSHA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usvM72WSHA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usvM72WSHA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usvM72WSHA .nav-link {
  position: relative;
}
.cid-usvM72WSHA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usvM72WSHA .container {
    flex-wrap: nowrap;
  }
}
.cid-usvM72WSHA .navbar-nav {
  margin: 0 auto;
}
.cid-usvM72WSHA .dropdown-menu,
.cid-usvM72WSHA .navbar.opened {
  background: #ff9466 !important;
}
.cid-usvM72WSHA .nav-item:focus,
.cid-usvM72WSHA .nav-link:focus {
  outline: none;
}
.cid-usvM72WSHA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usvM72WSHA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usvM72WSHA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usvM72WSHA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usvM72WSHA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usvM72WSHA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usvM72WSHA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9466;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.cid-usvM72WSHA .navbar.opened {
  transition: all 0.3s;
}
.cid-usvM72WSHA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usvM72WSHA .navbar .navbar-logo img {
  width: auto;
}
.cid-usvM72WSHA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usvM72WSHA .navbar.collapsed {
  justify-content: center;
}
.cid-usvM72WSHA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usvM72WSHA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usvM72WSHA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-usvM72WSHA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usvM72WSHA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usvM72WSHA .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-usvM72WSHA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usvM72WSHA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-usvM72WSHA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usvM72WSHA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usvM72WSHA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usvM72WSHA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usvM72WSHA .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-usvM72WSHA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usvM72WSHA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usvM72WSHA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usvM72WSHA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usvM72WSHA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usvM72WSHA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usvM72WSHA .navbar.navbar-short {
  min-height: 60px;
}
.cid-usvM72WSHA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usvM72WSHA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usvM72WSHA .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usvM72WSHA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usvM72WSHA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usvM72WSHA .dropdown-item.active,
.cid-usvM72WSHA .dropdown-item:active {
  background-color: transparent;
}
.cid-usvM72WSHA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usvM72WSHA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usvM72WSHA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usvM72WSHA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9466;
}
.cid-usvM72WSHA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usvM72WSHA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usvM72WSHA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usvM72WSHA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usvM72WSHA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usvM72WSHA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-usvM72WSHA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usvM72WSHA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usvM72WSHA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usvM72WSHA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usvM72WSHA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usvM72WSHA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usvM72WSHA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usvM72WSHA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usvM72WSHA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usvM72WSHA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usvM72WSHA .navbar {
    height: 70px;
  }
  .cid-usvM72WSHA .navbar.opened {
    height: auto;
  }
  .cid-usvM72WSHA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usvM72WSHA .container,
.cid-usvM72WSHA .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-usvM72WSHA .container:before,
  .cid-usvM72WSHA .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-usvM72WSHA .navbar-short {
  background-color: #ff9466 !important;
}
.cid-usvM72WSHA .navbar-short .container,
.cid-usvM72WSHA .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-usvM72WSHA .navbar-short .container:before,
.cid-usvM72WSHA .navbar-short .container-fluid:before {
  display: none;
}
.cid-usvM72WSHA .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-usvM72WSHA .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-usvM72WSHA .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-usvM72WSHA .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-usvM72WSHA .container,
  .cid-usvM72WSHA .container-fluid {
    min-height: 85px;
  }
  .cid-usvM72WSHA .navbar-brand {
    min-height: 85px;
  }
  .cid-usvM72WSHA .navbar-short .container,
  .cid-usvM72WSHA .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-usvM72WSHA .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-usvM72WSHA .navbar.navbar-short {
    background-color: #ff9466 !important;
  }
  .cid-usvM72WSHA .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-usvM72WSHA .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-usvM72WSHA .mbr-section-btn {
    text-align: left;
  }
  .cid-usvM72WSHA .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-usvM72WSHA .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ff9466;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-usvM73HgWG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
  overflow: hidden;
}
.cid-usvM73HgWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM73HgWG .container-fluid,
.cid-usvM73HgWG .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-usvM73HgWG .container-fluid,
  .cid-usvM73HgWG .container {
    padding: 0 1.5rem;
  }
}
.cid-usvM73HgWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM73HgWG a {
  font-weight: bold;
}
.cid-usvM73HgWG .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-usvM73HgWG .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-usvM73HgWG .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-usvM73HgWG .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-usvM73HgWG .row {
  justify-content: space-between;
  background: linear-gradient(to top, #ff9466, #a6d8b5);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-usvM73HgWG .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-usvM73HgWG .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-usvM73HgWG .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-usvM73HgWG .mbr-section-btn,
.cid-usvM73HgWG .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usvM73HgWG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usvM73HgWG .mbr-section-title {
  color: #000000;
}
.cid-usvM73HgWG .mbr-text,
.cid-usvM73HgWG .mbr-section-btn {
  color: #000000;
}
.cid-usvM73HgWG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usvM73HgWG .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-usvM74zyY0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usvM74zyY0 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-usvM74zyY0 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-usvM74zyY0 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ff9466;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-usvM74zyY0 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-usvM74zyY0 .mbr-text {
  color: #000000;
}
.cid-usvM755Mvr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usvM755Mvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM755Mvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM755Mvr .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usvM755Mvr .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-usvM755Mvr .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-usvM755Mvr .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-usvM755Mvr .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-usvM755Mvr .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-usvM755Mvr .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usvM755Mvr .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-usvM755Mvr .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usvM755Mvr .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-usvM755Mvr .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-usvM75W8gy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-usvM75W8gy .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM75W8gy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM75W8gy .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usvM75W8gy .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-usvM75W8gy .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usvM75W8gy .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-usvM75W8gy .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usvM75W8gy .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-usvM75W8gy .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usvM75W8gy .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-usvM75W8gy .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-usvM75W8gy .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ff9466;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-usvM75W8gy .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-usvM75W8gy .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-usvM75W8gy .mbr-section-title {
  color: #050f0f;
}
.cid-usvM75W8gy .mbr-text {
  color: #050f0f;
}
.cid-usvM76KX6B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usvM76KX6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM76KX6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM76KX6B .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-usvM76KX6B .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-usvM76KX6B .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-usvM76KX6B .mbr-section-title {
  color: #131313;
}
.cid-usvM76KX6B .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-usvM76KX6B .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-usvM76KX6B .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-usvM76KX6B .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #000000;
  box-shadow: 4px 4px 0 #000000;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-usvM76KX6B .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-usvM76KX6B .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-usvM76KX6B .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-usvM76KX6B .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-usvM76KX6B .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a6b1d8;
}
.cid-usvM76KX6B .card-title {
  color: #131313;
}
.cid-usvM76KX6B .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-usvM76KX6B .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-usvM76KX6B .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-usvM76KX6B .card-link {
    margin-top: 15px;
  }
}
.cid-usvM76KX6B .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-usvM788Pdg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usvM788Pdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM788Pdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM788Pdg .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-usvM788Pdg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-usvM788Pdg .container {
    padding: 0 26px;
  }
}
.cid-usvM788Pdg .row {
  justify-content: center;
}
.cid-usvM788Pdg .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-usvM788Pdg .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-usvM788Pdg .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-usvM788Pdg .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-usvM788Pdg .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-usvM788Pdg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-usvM788Pdg .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-usvM788Pdg .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-usvM788Pdg .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-usvM788Pdg .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-usvM788Pdg .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-usvM788Pdg .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-usvM788Pdg .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-usvM788Pdg .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-usvM788Pdg .mbr-section-title {
  color: #ffffff;
}
.cid-usvM788Pdg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usvM788Pdg .mbr-desc {
  color: #ffffff;
}
.cid-usvM788Pdg .mbr-text {
  color: #ffffff;
}
.cid-usvM788Pdg .mbr-link {
  color: #ffffff;
}
.cid-usvM79aspl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usvM79aspl .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM79aspl .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-usvM79aspl .container {
    padding: 0 30px;
  }
}
.cid-usvM79aspl .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usvM79aspl .content-wrapper {
    display: block;
  }
}
.cid-usvM79aspl .content-wrapper .card {
  justify-content: center;
}
.cid-usvM79aspl .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #fafafa;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-usvM79aspl .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-usvM79aspl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-usvM79aspl .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-usvM79aspl .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-usvM79aspl .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-usvM79aspl .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-usvM79aspl .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-usvM79aspl .mbr-section-title {
  color: #144031;
}
.cid-usvM79aspl .mbr-text {
  color: #144031;
}
.cid-usvM79aspl .mbr-section-title,
.cid-usvM79aspl .mbr-section-btn {
  color: #131313;
}
.cid-usvM79KfE9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-usvM79KfE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM79KfE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM79KfE9 .container,
.cid-usvM79KfE9 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-usvM79KfE9 .container,
  .cid-usvM79KfE9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-usvM79KfE9 .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ff9466;
}
@media (max-width: 992px) {
  .cid-usvM79KfE9 .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-usvM79KfE9 .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-usvM79KfE9 .card {
    margin-bottom: 20px;
  }
}
.cid-usvM79KfE9 .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #232323;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-usvM79KfE9 .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-usvM79KfE9 .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-usvM79KfE9 .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-usvM79KfE9 .mbr-card-title {
  color: #3d4045;
}
.cid-usvM79KfE9 .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-usvM79KfE9 .mbr-card-title,
.cid-usvM79KfE9 .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-usvM7ai9pN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usvM7ai9pN .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM7ai9pN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM7ai9pN .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-usvM7ai9pN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-usvM7ai9pN .container {
    padding: 0 26px;
  }
}
.cid-usvM7ai9pN .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-usvM7ai9pN .video-block .video-wrapper .app-video-wrapper::before {
  color: #fafafa;
  font-size: 85px;
  text-shadow: none;
}
.cid-usvM7ai9pN .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-usvM7ai9pN .mbr-section-title {
  color: #ffffff;
}
.cid-usvM7ai9pN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usvM7ai9pN .mbr-text {
  color: #cacaca;
}
.cid-usvM7aLRiW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-usvM7aLRiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM7aLRiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM7aLRiW .row {
  margin: 0 !important;
  flex-direction: row-reverse;
}
.cid-usvM7aLRiW .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-usvM7aLRiW .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-usvM7aLRiW .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-usvM7aLRiW .mbr-section-title {
  color: #fafafa;
  margin-bottom: 0;
}
.cid-usvM7aLRiW .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-usvM7aLRiW .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-usvM7aLRiW .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-usvM7aLRiW .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-usvM7aLRiW .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
  padding: 0 100px 0 0  !important;
}
@media (max-width: 1024px) {
  .cid-usvM7aLRiW .col-list {
    padding: 0 0 0 20px !important;
    padding: 0 20px 0 0  !important;
  }
}
@media (max-width: 991px) {
  .cid-usvM7aLRiW .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-usvM7aLRiW .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #ff9466;
  margin-left: 0.5rem;
}
.cid-usvM7aLRiW .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #ff9466;
  font-weight: 900;
}
.cid-usvM7aLRiW .panel-group {
  border: none;
}
.cid-usvM7aLRiW .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #fc7942;
}
.cid-usvM7aLRiW .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usvM7aLRiW .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-usvM7aLRiW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-usvM7aLRiW .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-usvM7aLRiW .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-usvM7aLRiW .panel-title-edit {
  color: #fafafa;
}
.cid-usvM7aLRiW .panel-body {
  padding: 0 0 20px;
}
.cid-usvM7aLRiW .panel-text {
  color: #131313;
  margin: 0;
}
.cid-usvZZC9eQW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff9466;
}
.cid-usvZZC9eQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvZZC9eQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvZZC9eQW .content-wrapper {
  background: #f7fff7;
}
@media (max-width: 991px) {
  .cid-usvZZC9eQW .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-usvZZC9eQW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-usvZZC9eQW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usvZZC9eQW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usvZZC9eQW .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-usvZZC9eQW .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-usvZZC9eQW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-usvM7cV6nf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usvM7cV6nf .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM7cV6nf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM7cV6nf .row {
  margin: 0 !important;
  row-gap: 40px;
  flex-direction: row-reverse;
}
.cid-usvM7cV6nf .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
  justify-content: flex-end;
}
.cid-usvM7cV6nf .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-usvM7cV6nf .item-img {
    width: 100%;
  }
}
.cid-usvM7cV6nf .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-usvM7cV6nf .item-content {
    padding-left: 40px !important;
    padding-left: 0 !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-usvM7cV6nf .item-content {
    padding-left: 25px !important;
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-usvM7cV6nf .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-usvM7cV6nf .card-title {
  color: #131313;
}
.cid-usvM7cV6nf .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-usvM7cV6nf .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-usvM7cV6nf .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-usvM7cV6nf .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-usvM7cV6nf .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #4a9e63;
  transform: rotate(-45deg);
}
.cid-usvM7cV6nf .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-usvM7cV6nf .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-usvM7cV6nf .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-usvM7e53ia {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-usvM7e53ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM7e53ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM7e53ia .container-small,
.cid-usvM7e53ia .container-fluid {
  padding: 0 !important;
}
.cid-usvM7e53ia .container-small {
  max-width: 1440px;
}
.cid-usvM7e53ia .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #ff9466;
}
@media (max-width: 991px) {
  .cid-usvM7e53ia .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-usvM7e53ia .text-box {
    padding: 50px 10px;
  }
}
.cid-usvM7e53ia .mbr-section-title {
  color: #131313;
}
.cid-usvM7e53ia .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-usvM7e53ia .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-usvM7e53ia .mbr-text {
    margin-top: 20px;
  }
}
.cid-usvM7e53ia .mbr-text a {
  text-decoration: underline;
}
.cid-usvM7e53ia .mbr-section-btn {
  margin-top: 34px;
}
.cid-usvM7ezUOY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uswySX8m2Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uswySX8m2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uswySX8m2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uswySX8m2Q .title-wrapper {
  padding: 96px 10px;
  background-color: #ff9466;
}
@media (max-width: 992px) {
  .cid-uswySX8m2Q .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-uswySX8m2Q .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-uswySX8m2Q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uswySX8m2Q .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-uswySX8m2Q .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uswySX8m2Q .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uswySX8m2Q .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uswySX8m2Q .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uswySX8m2Q .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uswySX8m2Q .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #ff9466;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uswySX8m2Q .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uswySX8m2Q .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uswySX8m2Q .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uswySX8m2Q .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uswySX8m2Q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uswySX8m2Q .panel-title-edit {
  color: #0a1946;
}
.cid-uswySX8m2Q .panel-text {
  color: #000000;
}
.cid-uswySX8m2Q .mbr-section-title,
.cid-uswySX8m2Q .mbr-section-btn {
  color: #000000;
}
.cid-usvM7f3Aj6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-usvM7f3Aj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM7f3Aj6 .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-usvM7f3Aj6 .mbr-section-head {
    text-align: center;
  }
}
.cid-usvM7f3Aj6 .google-map {
  height: 35rem;
  position: relative;
}
.cid-usvM7f3Aj6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-usvM7f3Aj6 .google-map [data-state-details] {
  color: #6b6763;
  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-usvM7f3Aj6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usvM7f3Aj6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-usvM7f3Aj6 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-usvM7fZBZr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-usvM7fZBZr .container-fluid {
  padding: 0 3rem;
}
.cid-usvM7fZBZr .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fafafa;
}
.cid-usvM7fZBZr .mbr-list li {
  margin-bottom: 1rem;
}
.cid-usvM7fZBZr .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-usvM7fZBZr .social-media {
  margin-top: 1.5rem;
}
.cid-usvM7fZBZr .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-usvM7fZBZr .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-usvM7fZBZr .mbr-text,
.cid-usvM7fZBZr .mbr-offer {
  line-height: 1.5;
}
.cid-usvM7fZBZr .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-usvM7fZBZr .container-fluid {
    padding: 0 1rem;
  }
  .cid-usvM7fZBZr .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-usvM7fZBZr .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-usvM7fZBZr .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-usvM7gVgZz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-usvM7gVgZz .mbr-text {
  color: #131313;
}
.cid-usvM7gVgZz .media-container-row .mbr-text {
  color: #f7fff7;
}
.cid-usvM822WXO .navbar-dropdown {
  position: relative !important;
}
.cid-usvM822WXO .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-usvM822WXO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usvM822WXO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usvM822WXO .dropdown-item:hover,
.cid-usvM822WXO .dropdown-item:focus {
  background: #ff9466 !important;
  color: white !important;
}
.cid-usvM822WXO .dropdown-item:hover span {
  color: white;
}
.cid-usvM822WXO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usvM822WXO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usvM822WXO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usvM822WXO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usvM822WXO .nav-link {
  position: relative;
}
.cid-usvM822WXO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usvM822WXO .container {
    flex-wrap: nowrap;
  }
}
.cid-usvM822WXO .navbar-nav {
  margin: 0 auto;
}
.cid-usvM822WXO .dropdown-menu,
.cid-usvM822WXO .navbar.opened {
  background: #ff9466 !important;
}
.cid-usvM822WXO .nav-item:focus,
.cid-usvM822WXO .nav-link:focus {
  outline: none;
}
.cid-usvM822WXO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usvM822WXO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usvM822WXO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usvM822WXO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usvM822WXO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usvM822WXO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usvM822WXO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9466;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.cid-usvM822WXO .navbar.opened {
  transition: all 0.3s;
}
.cid-usvM822WXO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usvM822WXO .navbar .navbar-logo img {
  width: auto;
}
.cid-usvM822WXO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usvM822WXO .navbar.collapsed {
  justify-content: center;
}
.cid-usvM822WXO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usvM822WXO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usvM822WXO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-usvM822WXO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usvM822WXO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usvM822WXO .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-usvM822WXO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usvM822WXO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-usvM822WXO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usvM822WXO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usvM822WXO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usvM822WXO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usvM822WXO .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-usvM822WXO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usvM822WXO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usvM822WXO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usvM822WXO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usvM822WXO .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usvM822WXO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usvM822WXO .navbar.navbar-short {
  min-height: 60px;
}
.cid-usvM822WXO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usvM822WXO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usvM822WXO .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usvM822WXO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usvM822WXO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usvM822WXO .dropdown-item.active,
.cid-usvM822WXO .dropdown-item:active {
  background-color: transparent;
}
.cid-usvM822WXO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usvM822WXO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usvM822WXO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usvM822WXO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9466;
}
.cid-usvM822WXO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usvM822WXO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usvM822WXO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usvM822WXO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usvM822WXO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usvM822WXO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-usvM822WXO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usvM822WXO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usvM822WXO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usvM822WXO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usvM822WXO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usvM822WXO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usvM822WXO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usvM822WXO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usvM822WXO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usvM822WXO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usvM822WXO .navbar {
    height: 70px;
  }
  .cid-usvM822WXO .navbar.opened {
    height: auto;
  }
  .cid-usvM822WXO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usvM822WXO .container,
.cid-usvM822WXO .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-usvM822WXO .container:before,
  .cid-usvM822WXO .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-usvM822WXO .navbar-short {
  background-color: #ff9466 !important;
}
.cid-usvM822WXO .navbar-short .container,
.cid-usvM822WXO .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-usvM822WXO .navbar-short .container:before,
.cid-usvM822WXO .navbar-short .container-fluid:before {
  display: none;
}
.cid-usvM822WXO .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-usvM822WXO .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-usvM822WXO .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-usvM822WXO .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-usvM822WXO .container,
  .cid-usvM822WXO .container-fluid {
    min-height: 85px;
  }
  .cid-usvM822WXO .navbar-brand {
    min-height: 85px;
  }
  .cid-usvM822WXO .navbar-short .container,
  .cid-usvM822WXO .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-usvM822WXO .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-usvM822WXO .navbar.navbar-short {
    background-color: #ff9466 !important;
  }
  .cid-usvM822WXO .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-usvM822WXO .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-usvM822WXO .mbr-section-btn {
    text-align: left;
  }
  .cid-usvM822WXO .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-usvM822WXO .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ff9466;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-usvM82rjYS {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
  overflow: hidden;
}
.cid-usvM82rjYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM82rjYS .container-fluid,
.cid-usvM82rjYS .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-usvM82rjYS .container-fluid,
  .cid-usvM82rjYS .container {
    padding: 0 1.5rem;
  }
}
.cid-usvM82rjYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM82rjYS a {
  font-weight: bold;
}
.cid-usvM82rjYS .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-usvM82rjYS .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-usvM82rjYS .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-usvM82rjYS .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-usvM82rjYS .row {
  justify-content: space-between;
  background: linear-gradient(to top, #ff9466, #a6d8b5);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-usvM82rjYS .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-usvM82rjYS .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-usvM82rjYS .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-usvM82rjYS .mbr-section-btn,
.cid-usvM82rjYS .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usvM82rjYS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usvM82rjYS .mbr-section-title {
  color: #000000;
}
.cid-usvM82rjYS .mbr-text,
.cid-usvM82rjYS .mbr-section-btn {
  color: #000000;
}
.cid-usvM82rjYS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usvM82rjYS .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-usvM82KhdK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usvM82KhdK .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-usvM82KhdK .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-usvM82KhdK .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ff9466;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-usvM82KhdK .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-usvM82KhdK .mbr-text {
  color: #000000;
}
.cid-usvM83e3IL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usvM83e3IL .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM83e3IL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM83e3IL .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usvM83e3IL .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-usvM83e3IL .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-usvM83e3IL .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-usvM83e3IL .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-usvM83e3IL .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-usvM83e3IL .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usvM83e3IL .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-usvM83e3IL .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usvM83e3IL .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-usvM83e3IL .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-usvM83Jtr3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-usvM83Jtr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM83Jtr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM83Jtr3 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usvM83Jtr3 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-usvM83Jtr3 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usvM83Jtr3 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-usvM83Jtr3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usvM83Jtr3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-usvM83Jtr3 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usvM83Jtr3 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-usvM83Jtr3 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-usvM83Jtr3 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ff9466;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-usvM83Jtr3 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-usvM83Jtr3 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-usvM83Jtr3 .mbr-section-title {
  color: #050f0f;
}
.cid-usvM83Jtr3 .mbr-text {
  color: #050f0f;
}
.cid-usvM84j1fO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usvM84j1fO .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM84j1fO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM84j1fO .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-usvM84j1fO .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-usvM84j1fO .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-usvM84j1fO .mbr-section-title {
  color: #131313;
}
.cid-usvM84j1fO .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-usvM84j1fO .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-usvM84j1fO .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-usvM84j1fO .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #000000;
  box-shadow: 4px 4px 0 #000000;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-usvM84j1fO .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-usvM84j1fO .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-usvM84j1fO .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-usvM84j1fO .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-usvM84j1fO .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a6b1d8;
}
.cid-usvM84j1fO .card-title {
  color: #131313;
}
.cid-usvM84j1fO .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-usvM84j1fO .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-usvM84j1fO .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-usvM84j1fO .card-link {
    margin-top: 15px;
  }
}
.cid-usvM84j1fO .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-usvM84SMlk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usvM84SMlk .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM84SMlk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM84SMlk .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-usvM84SMlk .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-usvM84SMlk .container {
    padding: 0 26px;
  }
}
.cid-usvM84SMlk .row {
  justify-content: center;
}
.cid-usvM84SMlk .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-usvM84SMlk .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-usvM84SMlk .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-usvM84SMlk .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-usvM84SMlk .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-usvM84SMlk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-usvM84SMlk .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-usvM84SMlk .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-usvM84SMlk .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-usvM84SMlk .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-usvM84SMlk .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-usvM84SMlk .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-usvM84SMlk .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-usvM84SMlk .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-usvM84SMlk .mbr-section-title {
  color: #ffffff;
}
.cid-usvM84SMlk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usvM84SMlk .mbr-desc {
  color: #ffffff;
}
.cid-usvM84SMlk .mbr-text {
  color: #ffffff;
}
.cid-usvM84SMlk .mbr-link {
  color: #ffffff;
}
.cid-usvM85enJA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usvM85enJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM85enJA .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-usvM85enJA .container {
    padding: 0 30px;
  }
}
.cid-usvM85enJA .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usvM85enJA .content-wrapper {
    display: block;
  }
}
.cid-usvM85enJA .content-wrapper .card {
  justify-content: center;
}
.cid-usvM85enJA .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #fafafa;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-usvM85enJA .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-usvM85enJA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-usvM85enJA .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-usvM85enJA .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-usvM85enJA .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-usvM85enJA .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-usvM85enJA .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-usvM85enJA .mbr-section-title {
  color: #144031;
}
.cid-usvM85enJA .mbr-text {
  color: #144031;
}
.cid-usvM85enJA .mbr-section-title,
.cid-usvM85enJA .mbr-section-btn {
  color: #131313;
}
.cid-usvM85HLBy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-usvM85HLBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM85HLBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM85HLBy .container,
.cid-usvM85HLBy .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-usvM85HLBy .container,
  .cid-usvM85HLBy .container-fluid {
    padding: 0 20px;
  }
}
.cid-usvM85HLBy .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ff9466;
}
@media (max-width: 992px) {
  .cid-usvM85HLBy .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-usvM85HLBy .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-usvM85HLBy .card {
    margin-bottom: 20px;
  }
}
.cid-usvM85HLBy .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #232323;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-usvM85HLBy .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-usvM85HLBy .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-usvM85HLBy .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-usvM85HLBy .mbr-card-title {
  color: #3d4045;
}
.cid-usvM85HLBy .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-usvM85HLBy .mbr-card-title,
.cid-usvM85HLBy .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-usvM86fxXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usvM86fxXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM86fxXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM86fxXA .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-usvM86fxXA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-usvM86fxXA .container {
    padding: 0 26px;
  }
}
.cid-usvM86fxXA .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-usvM86fxXA .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  font-size: 85px;
  text-shadow: none;
}
.cid-usvM86fxXA .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-usvM86fxXA .mbr-section-title {
  color: #ffffff;
}
.cid-usvM86fxXA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usvM86fxXA .mbr-text {
  color: #cacaca;
}
.cid-usvM86EJUy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-usvM86EJUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM86EJUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM86EJUy .row {
  margin: 0 !important;
  flex-direction: row-reverse;
}
.cid-usvM86EJUy .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-usvM86EJUy .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-usvM86EJUy .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-usvM86EJUy .mbr-section-title {
  color: #fafafa;
  margin-bottom: 0;
}
.cid-usvM86EJUy .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-usvM86EJUy .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-usvM86EJUy .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-usvM86EJUy .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-usvM86EJUy .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
  padding: 0 100px 0 0  !important;
}
@media (max-width: 1024px) {
  .cid-usvM86EJUy .col-list {
    padding: 0 0 0 20px !important;
    padding: 0 20px 0 0  !important;
  }
}
@media (max-width: 991px) {
  .cid-usvM86EJUy .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-usvM86EJUy .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #ff9466;
  margin-left: 0.5rem;
}
.cid-usvM86EJUy .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #ff9466;
  font-weight: 900;
}
.cid-usvM86EJUy .panel-group {
  border: none;
}
.cid-usvM86EJUy .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #fc7942;
}
.cid-usvM86EJUy .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usvM86EJUy .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-usvM86EJUy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-usvM86EJUy .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-usvM86EJUy .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-usvM86EJUy .panel-title-edit {
  color: #fafafa;
}
.cid-usvM86EJUy .panel-body {
  padding: 0 0 20px;
}
.cid-usvM86EJUy .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uswaK7QPEp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff9466;
}
.cid-uswaK7QPEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uswaK7QPEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uswaK7QPEp .content-wrapper {
  background: #f7fff7;
}
@media (max-width: 991px) {
  .cid-uswaK7QPEp .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uswaK7QPEp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uswaK7QPEp .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uswaK7QPEp .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uswaK7QPEp .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uswaK7QPEp .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uswaK7QPEp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-usvM87VkUO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usvM87VkUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM87VkUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM87VkUO .row {
  margin: 0 !important;
  row-gap: 40px;
  flex-direction: row-reverse;
}
.cid-usvM87VkUO .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
  justify-content: flex-end;
}
.cid-usvM87VkUO .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-usvM87VkUO .item-img {
    width: 100%;
  }
}
.cid-usvM87VkUO .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-usvM87VkUO .item-content {
    padding-left: 40px !important;
    padding-left: 0 !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-usvM87VkUO .item-content {
    padding-left: 25px !important;
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-usvM87VkUO .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-usvM87VkUO .card-title {
  color: #131313;
}
.cid-usvM87VkUO .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-usvM87VkUO .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-usvM87VkUO .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-usvM87VkUO .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-usvM87VkUO .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #4a9e63;
  transform: rotate(-45deg);
}
.cid-usvM87VkUO .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-usvM87VkUO .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-usvM87VkUO .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-usvM88BIhn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usvM88BIhn .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM88BIhn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvM88BIhn .container-small,
.cid-usvM88BIhn .container-fluid {
  padding: 0 !important;
}
.cid-usvM88BIhn .container-small {
  max-width: 1440px;
}
.cid-usvM88BIhn .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #ff9466;
}
@media (max-width: 991px) {
  .cid-usvM88BIhn .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-usvM88BIhn .text-box {
    padding: 50px 10px;
  }
}
.cid-usvM88BIhn .mbr-section-title {
  color: #131313;
}
.cid-usvM88BIhn .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-usvM88BIhn .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-usvM88BIhn .mbr-text {
    margin-top: 20px;
  }
}
.cid-usvM88BIhn .mbr-text a {
  text-decoration: underline;
}
.cid-usvM88BIhn .mbr-section-btn {
  margin-top: 34px;
}
.cid-usvM899TWZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-uswAgHJpDE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uswAgHJpDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uswAgHJpDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uswAgHJpDE .title-wrapper {
  padding: 96px 10px;
  background-color: #ff9466;
}
@media (max-width: 992px) {
  .cid-uswAgHJpDE .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-uswAgHJpDE .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-uswAgHJpDE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uswAgHJpDE .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-uswAgHJpDE .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uswAgHJpDE .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uswAgHJpDE .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uswAgHJpDE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uswAgHJpDE .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uswAgHJpDE .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #ff9466;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uswAgHJpDE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uswAgHJpDE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uswAgHJpDE .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uswAgHJpDE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uswAgHJpDE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uswAgHJpDE .panel-title-edit {
  color: #0a1946;
}
.cid-uswAgHJpDE .panel-text {
  color: #747474;
}
.cid-uswAgHJpDE .mbr-section-title,
.cid-uswAgHJpDE .mbr-section-btn {
  color: #000000;
}
.cid-usvM89y6Yk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-usvM89y6Yk .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvM89y6Yk .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-usvM89y6Yk .mbr-section-head {
    text-align: center;
  }
}
.cid-usvM89y6Yk .google-map {
  height: 35rem;
  position: relative;
}
.cid-usvM89y6Yk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-usvM89y6Yk .google-map [data-state-details] {
  color: #6b6763;
  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-usvM89y6Yk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usvM89y6Yk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-usvM89y6Yk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-usvM8a7sNL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-usvM8a7sNL .container-fluid {
  padding: 0 3rem;
}
.cid-usvM8a7sNL .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fafafa;
}
.cid-usvM8a7sNL .mbr-list li {
  margin-bottom: 1rem;
}
.cid-usvM8a7sNL .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-usvM8a7sNL .social-media {
  margin-top: 1.5rem;
}
.cid-usvM8a7sNL .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-usvM8a7sNL .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-usvM8a7sNL .mbr-text,
.cid-usvM8a7sNL .mbr-offer {
  line-height: 1.5;
}
.cid-usvM8a7sNL .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-usvM8a7sNL .container-fluid {
    padding: 0 1rem;
  }
  .cid-usvM8a7sNL .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-usvM8a7sNL .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-usvM8a7sNL .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-usvM8aOPBJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-usvM8aOPBJ .mbr-text {
  color: #131313;
}
.cid-usvM8aOPBJ .media-container-row .mbr-text {
  color: #f7fff7;
}
.cid-usw93E6fZL .navbar-dropdown {
  position: relative !important;
}
.cid-usw93E6fZL .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-usw93E6fZL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usw93E6fZL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usw93E6fZL .dropdown-item:hover,
.cid-usw93E6fZL .dropdown-item:focus {
  background: #ff9466 !important;
  color: white !important;
}
.cid-usw93E6fZL .dropdown-item:hover span {
  color: white;
}
.cid-usw93E6fZL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usw93E6fZL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usw93E6fZL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usw93E6fZL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usw93E6fZL .nav-link {
  position: relative;
}
.cid-usw93E6fZL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usw93E6fZL .container {
    flex-wrap: nowrap;
  }
}
.cid-usw93E6fZL .navbar-nav {
  margin: 0 auto;
}
.cid-usw93E6fZL .dropdown-menu,
.cid-usw93E6fZL .navbar.opened {
  background: #ff9466 !important;
}
.cid-usw93E6fZL .nav-item:focus,
.cid-usw93E6fZL .nav-link:focus {
  outline: none;
}
.cid-usw93E6fZL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usw93E6fZL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usw93E6fZL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usw93E6fZL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usw93E6fZL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usw93E6fZL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usw93E6fZL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9466;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.cid-usw93E6fZL .navbar.opened {
  transition: all 0.3s;
}
.cid-usw93E6fZL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usw93E6fZL .navbar .navbar-logo img {
  width: auto;
}
.cid-usw93E6fZL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usw93E6fZL .navbar.collapsed {
  justify-content: center;
}
.cid-usw93E6fZL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usw93E6fZL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usw93E6fZL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-usw93E6fZL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usw93E6fZL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usw93E6fZL .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-usw93E6fZL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usw93E6fZL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-usw93E6fZL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usw93E6fZL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usw93E6fZL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usw93E6fZL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usw93E6fZL .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-usw93E6fZL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usw93E6fZL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usw93E6fZL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usw93E6fZL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usw93E6fZL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usw93E6fZL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usw93E6fZL .navbar.navbar-short {
  min-height: 60px;
}
.cid-usw93E6fZL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usw93E6fZL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usw93E6fZL .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usw93E6fZL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usw93E6fZL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usw93E6fZL .dropdown-item.active,
.cid-usw93E6fZL .dropdown-item:active {
  background-color: transparent;
}
.cid-usw93E6fZL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usw93E6fZL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usw93E6fZL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usw93E6fZL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9466;
}
.cid-usw93E6fZL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usw93E6fZL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usw93E6fZL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usw93E6fZL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usw93E6fZL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usw93E6fZL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-usw93E6fZL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usw93E6fZL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usw93E6fZL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usw93E6fZL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usw93E6fZL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usw93E6fZL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usw93E6fZL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usw93E6fZL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usw93E6fZL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usw93E6fZL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usw93E6fZL .navbar {
    height: 70px;
  }
  .cid-usw93E6fZL .navbar.opened {
    height: auto;
  }
  .cid-usw93E6fZL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usw93E6fZL .container,
.cid-usw93E6fZL .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-usw93E6fZL .container:before,
  .cid-usw93E6fZL .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-usw93E6fZL .navbar-short {
  background-color: #ff9466 !important;
}
.cid-usw93E6fZL .navbar-short .container,
.cid-usw93E6fZL .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-usw93E6fZL .navbar-short .container:before,
.cid-usw93E6fZL .navbar-short .container-fluid:before {
  display: none;
}
.cid-usw93E6fZL .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-usw93E6fZL .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-usw93E6fZL .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-usw93E6fZL .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-usw93E6fZL .container,
  .cid-usw93E6fZL .container-fluid {
    min-height: 85px;
  }
  .cid-usw93E6fZL .navbar-brand {
    min-height: 85px;
  }
  .cid-usw93E6fZL .navbar-short .container,
  .cid-usw93E6fZL .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-usw93E6fZL .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-usw93E6fZL .navbar.navbar-short {
    background-color: #ff9466 !important;
  }
  .cid-usw93E6fZL .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-usw93E6fZL .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-usw93E6fZL .mbr-section-btn {
    text-align: left;
  }
  .cid-usw93E6fZL .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-usw93E6fZL .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ff9466;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-usw93EqyBT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
  overflow: hidden;
}
.cid-usw93EqyBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-usw93EqyBT .container-fluid,
.cid-usw93EqyBT .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-usw93EqyBT .container-fluid,
  .cid-usw93EqyBT .container {
    padding: 0 1.5rem;
  }
}
.cid-usw93EqyBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usw93EqyBT a {
  font-weight: bold;
}
.cid-usw93EqyBT .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-usw93EqyBT .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-usw93EqyBT .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-usw93EqyBT .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-usw93EqyBT .row {
  justify-content: space-between;
  background: linear-gradient(to top, #ff9466, #a6d8b5);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-usw93EqyBT .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-usw93EqyBT .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-usw93EqyBT .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-usw93EqyBT .mbr-section-btn,
.cid-usw93EqyBT .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usw93EqyBT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usw93EqyBT .mbr-section-title {
  color: #000000;
}
.cid-usw93EqyBT .mbr-text,
.cid-usw93EqyBT .mbr-section-btn {
  color: #000000;
}
.cid-usw93EqyBT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usw93EqyBT .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-usw93EJ9qE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usw93EJ9qE .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-usw93EJ9qE .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-usw93EJ9qE .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ff9466;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-usw93EJ9qE .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-usw93EJ9qE .mbr-text {
  color: #000000;
}
.cid-usw93F2voG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usw93F2voG .mbr-fallback-image.disabled {
  display: none;
}
.cid-usw93F2voG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usw93F2voG .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usw93F2voG .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-usw93F2voG .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-usw93F2voG .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-usw93F2voG .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-usw93F2voG .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-usw93F2voG .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usw93F2voG .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-usw93F2voG .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usw93F2voG .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-usw93F2voG .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-usw93Fke35 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-usw93Fke35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usw93Fke35 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usw93Fke35 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usw93Fke35 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-usw93Fke35 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usw93Fke35 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-usw93Fke35 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usw93Fke35 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-usw93Fke35 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usw93Fke35 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-usw93Fke35 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-usw93Fke35 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ff9466;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-usw93Fke35 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-usw93Fke35 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-usw93Fke35 .mbr-section-title {
  color: #050f0f;
}
.cid-usw93Fke35 .mbr-text {
  color: #050f0f;
}
.cid-usw93FC5xE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usw93FC5xE .mbr-fallback-image.disabled {
  display: none;
}
.cid-usw93FC5xE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usw93FC5xE .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-usw93FC5xE .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-usw93FC5xE .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-usw93FC5xE .mbr-section-title {
  color: #131313;
}
.cid-usw93FC5xE .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-usw93FC5xE .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-usw93FC5xE .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-usw93FC5xE .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #000000;
  box-shadow: 4px 4px 0 #000000;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-usw93FC5xE .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-usw93FC5xE .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-usw93FC5xE .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-usw93FC5xE .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-usw93FC5xE .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a6b1d8;
}
.cid-usw93FC5xE .card-title {
  color: #131313;
}
.cid-usw93FC5xE .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-usw93FC5xE .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-usw93FC5xE .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-usw93FC5xE .card-link {
    margin-top: 15px;
  }
}
.cid-usw93FC5xE .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-usw93G3rEA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usw93G3rEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-usw93G3rEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usw93G3rEA .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-usw93G3rEA .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-usw93G3rEA .container {
    padding: 0 26px;
  }
}
.cid-usw93G3rEA .row {
  justify-content: center;
}
.cid-usw93G3rEA .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-usw93G3rEA .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-usw93G3rEA .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-usw93G3rEA .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-usw93G3rEA .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-usw93G3rEA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-usw93G3rEA .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-usw93G3rEA .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-usw93G3rEA .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-usw93G3rEA .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-usw93G3rEA .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-usw93G3rEA .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-usw93G3rEA .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-usw93G3rEA .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-usw93G3rEA .mbr-section-title {
  color: #ffffff;
}
.cid-usw93G3rEA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usw93G3rEA .mbr-desc {
  color: #ffffff;
}
.cid-usw93G3rEA .mbr-text {
  color: #ffffff;
}
.cid-usw93G3rEA .mbr-link {
  color: #ffffff;
}
.cid-usw93GlmOu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usw93GlmOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-usw93GlmOu .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-usw93GlmOu .container {
    padding: 0 30px;
  }
}
.cid-usw93GlmOu .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usw93GlmOu .content-wrapper {
    display: block;
  }
}
.cid-usw93GlmOu .content-wrapper .card {
  justify-content: center;
}
.cid-usw93GlmOu .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #fafafa;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-usw93GlmOu .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-usw93GlmOu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-usw93GlmOu .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-usw93GlmOu .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-usw93GlmOu .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-usw93GlmOu .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-usw93GlmOu .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-usw93GlmOu .mbr-section-title {
  color: #144031;
}
.cid-usw93GlmOu .mbr-text {
  color: #144031;
}
.cid-usw93GlmOu .mbr-section-title,
.cid-usw93GlmOu .mbr-section-btn {
  color: #131313;
}
.cid-usw93GF5Eu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-usw93GF5Eu .mbr-fallback-image.disabled {
  display: none;
}
.cid-usw93GF5Eu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usw93GF5Eu .container,
.cid-usw93GF5Eu .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-usw93GF5Eu .container,
  .cid-usw93GF5Eu .container-fluid {
    padding: 0 20px;
  }
}
.cid-usw93GF5Eu .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ff9466;
}
@media (max-width: 992px) {
  .cid-usw93GF5Eu .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-usw93GF5Eu .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-usw93GF5Eu .card {
    margin-bottom: 20px;
  }
}
.cid-usw93GF5Eu .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #232323;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-usw93GF5Eu .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-usw93GF5Eu .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-usw93GF5Eu .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-usw93GF5Eu .mbr-card-title {
  color: #3d4045;
}
.cid-usw93GF5Eu .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-usw93GF5Eu .mbr-card-title,
.cid-usw93GF5Eu .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-usw93H7eB4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usw93H7eB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usw93H7eB4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usw93H7eB4 .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-usw93H7eB4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-usw93H7eB4 .container {
    padding: 0 26px;
  }
}
.cid-usw93H7eB4 .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-usw93H7eB4 .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  font-size: 85px;
  text-shadow: none;
}
.cid-usw93H7eB4 .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-usw93H7eB4 .mbr-section-title {
  color: #ffffff;
}
.cid-usw93H7eB4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usw93H7eB4 .mbr-text {
  color: #cacaca;
}
.cid-usw93HpN9X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-usw93HpN9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-usw93HpN9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usw93HpN9X .row {
  margin: 0 !important;
  flex-direction: row-reverse;
}
.cid-usw93HpN9X .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-usw93HpN9X .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-usw93HpN9X .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-usw93HpN9X .mbr-section-title {
  color: #fafafa;
  margin-bottom: 0;
}
.cid-usw93HpN9X .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-usw93HpN9X .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-usw93HpN9X .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-usw93HpN9X .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-usw93HpN9X .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
  padding: 0 100px 0 0  !important;
}
@media (max-width: 1024px) {
  .cid-usw93HpN9X .col-list {
    padding: 0 0 0 20px !important;
    padding: 0 20px 0 0  !important;
  }
}
@media (max-width: 991px) {
  .cid-usw93HpN9X .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-usw93HpN9X .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #ff9466;
  margin-left: 0.5rem;
}
.cid-usw93HpN9X .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #ff9466;
  font-weight: 900;
}
.cid-usw93HpN9X .panel-group {
  border: none;
}
.cid-usw93HpN9X .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #fc7942;
}
.cid-usw93HpN9X .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usw93HpN9X .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-usw93HpN9X .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-usw93HpN9X .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-usw93HpN9X .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-usw93HpN9X .panel-title-edit {
  color: #fafafa;
}
.cid-usw93HpN9X .panel-body {
  padding: 0 0 20px;
}
.cid-usw93HpN9X .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uswjl2sRw2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff9466;
}
.cid-uswjl2sRw2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uswjl2sRw2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uswjl2sRw2 .content-wrapper {
  background: #f7fff7;
}
@media (max-width: 991px) {
  .cid-uswjl2sRw2 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uswjl2sRw2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uswjl2sRw2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uswjl2sRw2 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uswjl2sRw2 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uswjl2sRw2 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uswjl2sRw2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-usw93IfcwJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-usw93IfcwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usw93IfcwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usw93IfcwJ .row {
  margin: 0 !important;
  row-gap: 40px;
  flex-direction: row-reverse;
}
.cid-usw93IfcwJ .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
  justify-content: flex-end;
}
.cid-usw93IfcwJ .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-usw93IfcwJ .item-img {
    width: 100%;
  }
}
.cid-usw93IfcwJ .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-usw93IfcwJ .item-content {
    padding-left: 40px !important;
    padding-left: 0 !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-usw93IfcwJ .item-content {
    padding-left: 25px !important;
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-usw93IfcwJ .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-usw93IfcwJ .card-title {
  color: #131313;
}
.cid-usw93IfcwJ .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-usw93IfcwJ .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-usw93IfcwJ .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-usw93IfcwJ .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-usw93IfcwJ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #4a9e63;
  transform: rotate(-45deg);
}
.cid-usw93IfcwJ .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-usw93IfcwJ .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-usw93IfcwJ .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-usw93IYuBR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usw93IYuBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-usw93IYuBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usw93IYuBR .container-small,
.cid-usw93IYuBR .container-fluid {
  padding: 0 !important;
}
.cid-usw93IYuBR .container-small {
  max-width: 1440px;
}
.cid-usw93IYuBR .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #ff9466;
}
@media (max-width: 991px) {
  .cid-usw93IYuBR .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-usw93IYuBR .text-box {
    padding: 50px 10px;
  }
}
.cid-usw93IYuBR .mbr-section-title {
  color: #131313;
}
.cid-usw93IYuBR .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-usw93IYuBR .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-usw93IYuBR .mbr-text {
    margin-top: 20px;
  }
}
.cid-usw93IYuBR .mbr-text a {
  text-decoration: underline;
}
.cid-usw93IYuBR .mbr-section-btn {
  margin-top: 34px;
}
.cid-usw93JmeWc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-uswBM6lpXU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uswBM6lpXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uswBM6lpXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uswBM6lpXU .title-wrapper {
  padding: 96px 10px;
  background-color: #ff9466;
}
@media (max-width: 992px) {
  .cid-uswBM6lpXU .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-uswBM6lpXU .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-uswBM6lpXU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uswBM6lpXU .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-uswBM6lpXU .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uswBM6lpXU .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uswBM6lpXU .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uswBM6lpXU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uswBM6lpXU .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uswBM6lpXU .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #ff9466;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uswBM6lpXU .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uswBM6lpXU .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uswBM6lpXU .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uswBM6lpXU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uswBM6lpXU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uswBM6lpXU .panel-title-edit {
  color: #0a1946;
}
.cid-uswBM6lpXU .panel-text {
  color: #747474;
}
.cid-uswBM6lpXU .mbr-section-title,
.cid-uswBM6lpXU .mbr-section-btn {
  color: #000000;
}
.cid-usw93JHhR7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-usw93JHhR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usw93JHhR7 .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-usw93JHhR7 .mbr-section-head {
    text-align: center;
  }
}
.cid-usw93JHhR7 .google-map {
  height: 35rem;
  position: relative;
}
.cid-usw93JHhR7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-usw93JHhR7 .google-map [data-state-details] {
  color: #6b6763;
  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-usw93JHhR7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usw93JHhR7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-usw93JHhR7 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-usw93K5eT9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-usw93K5eT9 .container-fluid {
  padding: 0 3rem;
}
.cid-usw93K5eT9 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fafafa;
}
.cid-usw93K5eT9 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-usw93K5eT9 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-usw93K5eT9 .social-media {
  margin-top: 1.5rem;
}
.cid-usw93K5eT9 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-usw93K5eT9 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-usw93K5eT9 .mbr-text,
.cid-usw93K5eT9 .mbr-offer {
  line-height: 1.5;
}
.cid-usw93K5eT9 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-usw93K5eT9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-usw93K5eT9 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-usw93K5eT9 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-usw93K5eT9 .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-usw93KxIpx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-usw93KxIpx .mbr-text {
  color: #131313;
}
.cid-usw93KxIpx .media-container-row .mbr-text {
  color: #f7fff7;
}
