.btn {
  border-width: 2px;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.63rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.0375rem;
}
.display-5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((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.304rem;
    font-size: calc( 1.2205rem + (1.63 - 1.2205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2205rem + (1.63 - 1.2205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #0608ff !important;
}
.bg-success {
  background-color: #e5eae8 !important;
}
.bg-info {
  background-color: #e7d8d6 !important;
}
.bg-warning {
  background-color: #c08598 !important;
}
.bg-danger {
  background-color: #33363b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0608ff !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0001ae !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0001ae !important;
  border-color: #0001ae !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border: none  !important;
  color: #808080 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e7d8d6 !important;
  border: none  !important;
  color: #784c46 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c7a49f !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #784c46 !important;
  background-color: #c7a49f !important;
  border-color: #c7a49f !important;
}
.btn-success,
.btn-success:active {
  background-color: #e5eae8 !important;
  border: none  !important;
  color: #5d736a !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b5c3be !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #5d736a !important;
  background-color: #b5c3be !important;
  border-color: #b5c3be !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c08598 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border-color: #9d516a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #33363b !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border-color: #0b0b0c !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #0608ff;
  color: #0608ff;
  border-radius: 0 !important;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0001ae !important;
  background-color: transparent!important;
  border-color: #0001ae !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0608ff !important;
  border-color: #0608ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0 !important;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e7d8d6;
  color: #e7d8d6;
  border-radius: 0 !important;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7a49f !important;
  background-color: transparent!important;
  border-color: #c7a49f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #784c46 !important;
  background-color: #e7d8d6 !important;
  border-color: #e7d8d6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e5eae8;
  color: #e5eae8;
  border-radius: 0 !important;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b5c3be !important;
  background-color: transparent!important;
  border-color: #b5c3be !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #5d736a !important;
  background-color: #e5eae8 !important;
  border-color: #e5eae8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #c08598;
  color: #c08598;
  border-radius: 0 !important;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d516a !important;
  background-color: transparent!important;
  border-color: #9d516a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c08598 !important;
  border-color: #c08598 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #33363b;
  color: #33363b;
  border-radius: 0 !important;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0b0b0c !important;
  background-color: transparent!important;
  border-color: #0b0b0c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33363b !important;
  border-color: #33363b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #010101;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #0608ff !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #e5eae8 !important;
}
.text-info {
  color: #e7d8d6 !important;
}
.text-warning {
  color: #c08598 !important;
}
.text-danger {
  color: #33363b !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00019f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #adbcb6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c19b96 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #934c63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #040404 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !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: #0608ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e7d8d6;
}
.alert-warning {
  background-color: #c08598;
}
.alert-danger {
  background-color: #33363b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0608ff;
  border-color: #0608ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0608ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d2d2ff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ebd9df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a4a8b0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.63rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.0375rem;
}
.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: #0608ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.63rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.0375rem;
}
blockquote {
  border-color: #0608ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0608ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0608ff;
}
.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: #0608ff;
  border-bottom-color: #0608ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0608ff !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: #ffffff !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='%230608ff' %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 {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: transform .3s;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black {
  color: #FFFFFF;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #0608ff !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #0608ff !important;
  border-color: #0608ff !important;
}
.cid-tDSzbWjUPA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tDSzbWjUPA nav.navbar {
  position: fixed;
}
.cid-tDSzbWjUPA .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-tDSzbWjUPA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDSzbWjUPA .dropdown-item:hover,
.cid-tDSzbWjUPA .dropdown-item:focus {
  color: #0608ff !important;
}
.cid-tDSzbWjUPA .dropdown-item:hover span {
  color: white;
}
.cid-tDSzbWjUPA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDSzbWjUPA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDSzbWjUPA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDSzbWjUPA .nav-link {
  position: relative;
}
.cid-tDSzbWjUPA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .container {
    flex-wrap: nowrap;
  }
}
.cid-tDSzbWjUPA .navbar-caption:hover,
.cid-tDSzbWjUPA .navbar-caption:focus {
  color: #0608ff !important;
}
.cid-tDSzbWjUPA .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tDSzbWjUPA .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item:hover {
  color: #0608ff;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a:hover {
  color: #0608ff !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0608ff !important;
}
.cid-tDSzbWjUPA .dropdown-menu,
.cid-tDSzbWjUPA .navbar.opened {
  background: #ffffff !important;
}
.cid-tDSzbWjUPA .nav-item:focus,
.cid-tDSzbWjUPA .nav-link:focus {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSzbWjUPA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSzbWjUPA .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: #ffffff;
  padding: 0 !important;
}
.cid-tDSzbWjUPA .navbar.opened {
  transition: all 0.3s;
}
.cid-tDSzbWjUPA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDSzbWjUPA .navbar .navbar-logo img {
  width: auto;
}
.cid-tDSzbWjUPA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSzbWjUPA .navbar.collapsed {
  justify-content: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSzbWjUPA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSzbWjUPA .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-tDSzbWjUPA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSzbWjUPA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSzbWjUPA .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-tDSzbWjUPA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDSzbWjUPA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDSzbWjUPA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDSzbWjUPA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDSzbWjUPA .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDSzbWjUPA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown-item.active,
.cid-tDSzbWjUPA .dropdown-item:active {
  background-color: transparent;
}
.cid-tDSzbWjUPA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSzbWjUPA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDSzbWjUPA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDSzbWjUPA .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tDSzbWjUPA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #714742;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDSzbWjUPA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSzbWjUPA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDSzbWjUPA .navbar {
    height: 70px;
  }
  .cid-tDSzbWjUPA .navbar.opened {
    height: auto;
  }
  .cid-tDSzbWjUPA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDSzbWjUPA .container-fluid {
  padding: 0 1rem !important;
}
.cid-tDSzbWjUPA .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tDSzbWjUPA .navbar-collapse {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-nav {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tDSzcKy6aT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/retaining-wall-contractors-pittsburgh3-1600x900.jpg");
}
.cid-tDSzcKy6aT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSzcKy6aT .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-tDSzcKy6aT .col-content {
    text-align: center;
  }
}
.cid-tDSzcKy6aT .label-container {
  margin-bottom: 16px;
}
.cid-tDSzcKy6aT .label-text {
  color: #ffffff;
}
.cid-tDSzcKy6aT .label-text-2 {
  color: #ffffff;
}
.cid-tDSzcKy6aT .mbr-section-title {
  color: #ffffff;
}
.cid-tDSzcKy6aT .text-container {
  margin-top: 24px;
}
.cid-tDSzcKy6aT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDSzcKy6aT .mbr-text {
  color: #b79b6c;
}
.cid-tDSzcKy6aT .mbr-section-btn {
  margin-top: 28px;
}
.cid-tDSzcKy6aT .mbr-text,
.cid-tDSzcKy6aT .mbr-section-btn {
  color: #ffffff;
}
.cid-tYYrTC8azV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c1f593;
}
.cid-tYYrTC8azV .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tYYrTC8azV .container {
    max-width: 1040px;
  }
}
.cid-tYYrTC8azV .row {
  justify-content: center;
}
.cid-tYYrTC8azV .item:focus,
.cid-tYYrTC8azV span:focus {
  outline: none;
}
.cid-tYYrTC8azV .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tYYrTC8azV .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tYYrTC8azV .item {
    width: 100%;
  }
  .cid-tYYrTC8azV .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-tYYrTC8azV .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tYYrTC8azV .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-tYYrTC8azV .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-tYYrTC8azV .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-tYYrTC8azV .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-tYYrTC8azV .item-wrap {
    padding: 50px;
  }
}
.cid-tYYrTC8azV .item-content {
  width: 100%;
}
.cid-tYYrTC8azV .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-tYYrTC8azV .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-tYYrTC8azV .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-tYYrTC8azV .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-tYYrTC8azV .list-item {
  display: flex;
  align-items: center;
}
.cid-tYYrTC8azV .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-tYYrTC8azV .icon-box {
  padding-right: 14px;
}
.cid-tYYrTC8azV .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-tYYrTC8azV .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-tYYrTC8azV .link-container {
    margin-top: 72px;
  }
}
.cid-tYYrTC8azV .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-tYYrTC8azV .link-container .link span {
  padding-right: 10px;
}
.cid-tYYrXiQTPh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1f593;
}
.cid-tYYrXiQTPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYrXiQTPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYrXiQTPh .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tYYrXiQTPh .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tYYrXiQTPh .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYYrXiQTPh .card-wrapper {
    padding: 4rem;
  }
}
.cid-tYYrXiQTPh .mbr-text,
.cid-tYYrXiQTPh .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tYYrXiQTPh .card-title,
.cid-tYYrXiQTPh .card-box {
  text-align: center;
  color: #000000;
}
.cid-tYY3KjiTWU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #714742;
}
.cid-tYY3KjiTWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYY3KjiTWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYY3KjiTWU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tYY3KjiTWU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tYY3KjiTWU .container {
    padding: 0 24px;
  }
}
.cid-tYY3KjiTWU .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tYY3KjiTWU .image-wrapper {
  height: 100%;
}
.cid-tYY3KjiTWU .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tYY3KjiTWU .image-wrapper img {
    height: 350px;
  }
}
.cid-tYY3KjiTWU .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYY3KjiTWU .content-wrapper {
    padding: 24px;
  }
}
.cid-tYY3KjiTWU .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tYY3KjiTWU .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tYY3KjiTWU .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tYY3KjiTWU .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tYY3KjiTWU .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tYY3KjiTWU .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tYY3KjiTWU .mbr-section-title {
  color: #141414;
}
.cid-tYY3KjiTWU .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-tYY3KjiTWU .mbr-section-title,
.cid-tYY3KjiTWU .title-wrapper,
.cid-tYY3KjiTWU .mbr-section-btn {
  text-align: center;
}
.cid-tYIMgY4U2J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c1f593;
}
.cid-tYIMgY4U2J .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0608ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYIMgY4U2J .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYIMgY4U2J .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYIMgY4U2J .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYIMgY4U2J .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYIMgY4U2J .mbr-text {
  color: #606060;
}
.cid-tYIMgY4U2J .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYIMgY4U2J .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYIMgY4U2J .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYIMgY4U2J .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYIMgY4U2J .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tYIMgY4U2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYIMgY4U2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYIMgY4U2J .mbr-text,
.cid-tYIMgY4U2J .mbr-section-btn {
  color: #333333;
}
.cid-tYIMgY4U2J .main-title,
.cid-tYIMgY4U2J .mbr-section-btn {
  text-align: center;
}
.cid-tYY85633Jl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #714742;
  overflow: hidden;
}
.cid-tYY85633Jl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYY85633Jl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYY85633Jl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYY85633Jl .container {
    padding: 0 15px;
  }
}
.cid-tYY85633Jl .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tYY85633Jl .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tYY85633Jl .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tYY85633Jl .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tYY85633Jl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYY85633Jl .item {
  margin-bottom: 32px;
}
.cid-tYY85633Jl .item:hover .item-wrapper::before,
.cid-tYY85633Jl .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-tYY85633Jl .item .item-wrapper {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #9fdbf8;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-tYY85633Jl .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-tYY85633Jl .item .item-wrapper::before {
    display: none;
  }
}
.cid-tYY85633Jl .item .item-wrapper .card-box {
  position: relative;
}
.cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-tYY85633Jl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tYY85633Jl .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-tYY85633Jl .mbr-date {
  color: #ffffff;
}
.cid-tYY85633Jl .mbr-tag {
  color: #ffffff;
}
.cid-tYY85633Jl .mbr-card-title {
  color: #f2ac2b;
}
.cid-tYY85633Jl .mbr-card-text {
  color: #d2d2df;
}
.cid-tYY85633Jl .mbr-card-title,
.cid-tYY85633Jl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tYIM26YkXx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c1f593;
}
.cid-tYIM26YkXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYIM26YkXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYIM26YkXx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tYIM26YkXx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tYIM26YkXx .container {
    padding: 0 24px;
  }
}
.cid-tYIM26YkXx .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tYIM26YkXx .image-wrapper {
  height: 100%;
}
.cid-tYIM26YkXx .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tYIM26YkXx .image-wrapper img {
    height: 350px;
  }
}
.cid-tYIM26YkXx .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYIM26YkXx .content-wrapper {
    padding: 24px;
  }
}
.cid-tYIM26YkXx .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tYIM26YkXx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tYIM26YkXx .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tYIM26YkXx .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tYIM26YkXx .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tYIM26YkXx .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tYIM26YkXx .mbr-section-title {
  color: #141414;
}
.cid-tYIM26YkXx .mbr-text {
  color: #141414;
}
.cid-tYIM26YkXx .mbr-section-title,
.cid-tYIM26YkXx .title-wrapper,
.cid-tYIM26YkXx .mbr-section-btn {
  text-align: center;
}
.cid-tYIMiSz6MQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #714742;
}
.cid-tYIMiSz6MQ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0608ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYIMiSz6MQ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYIMiSz6MQ .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYIMiSz6MQ .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYIMiSz6MQ .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYIMiSz6MQ .mbr-text {
  color: #606060;
}
.cid-tYIMiSz6MQ .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYIMiSz6MQ .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYIMiSz6MQ .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYIMiSz6MQ .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYIMiSz6MQ .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tYIMiSz6MQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYIMiSz6MQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYIMiSz6MQ .mbr-text,
.cid-tYIMiSz6MQ .mbr-section-btn {
  color: #ffffff;
}
.cid-tYIMiSz6MQ .main-title,
.cid-tYIMiSz6MQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tDSAJ0Tlem {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c1f593;
}
.cid-tDSAJ0Tlem .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSAJ0Tlem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSAJ0Tlem .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tDSAJ0Tlem .mbr-section-title {
  color: #24262b;
}
.cid-tDSAJ0Tlem .mbr-section-subtitle {
  color: #24262b;
}
.cid-tDSAJ0Tlem .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tDSAJ0Tlem .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tDSAJ0Tlem .card-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tDSAJ0Tlem .card-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-tDSAJ0Tlem .card-1 .card-wrap {
  background: #ffffff;
}
.cid-tDSAJ0Tlem .card-1 .item-content {
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tDSAJ0Tlem .card-1 .item-img {
    height: auto;
    width: 100%;
  }
}
.cid-tDSAJ0Tlem .card-1 .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tDSAJ0Tlem .card-1 .item-img img {
    aspect-ratio: 1.27272727;
  }
}
.cid-tDSAJ0Tlem .item-content {
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tDSAJ0Tlem .item-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDSAJ0Tlem .item-content {
    text-align: center;
  }
}
.cid-tDSAJ0Tlem .card-title-1 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tDSAJ0Tlem .card-text-1 {
  color: #24262b;
  transition: 0.3s all;
}
.cid-tDSAJ0Tlem .card-text-1:hover {
  color: #0608ff !important;
}
.cid-tDSAJ0Tlem .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDSAJ0Tlem .card-2 .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: #714742;
}
.cid-tDSAJ0Tlem .card-2 .item-text {
  align-self: center;
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tDSAJ0Tlem .card-2 .item-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDSAJ0Tlem .card-2 .item-text {
    text-align: center;
  }
}
.cid-tDSAJ0Tlem .card-label-2 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tDSAJ0Tlem .card-title-2 {
  color: #ffffff;
}
.cid-tDSAJ0Tlem .card-subtitle-2 {
  color: #24262b;
}
.cid-tDSAJ0Tlem .card-text-2 {
  color: #24262b;
  margin-top: 16px;
}
.cid-tDSAJ0Tlem .card-text-1,
.cid-tDSAJ0Tlem .mbr-section-btn-1 {
  color: #33363b;
}
.cid-tYIM7ZF7ko {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #714742;
  overflow: hidden;
}
.cid-tYIM7ZF7ko .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYIM7ZF7ko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYIM7ZF7ko .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tYIM7ZF7ko .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYIM7ZF7ko .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tYIM7ZF7ko .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYIM7ZF7ko .container {
    padding: 0 16px;
  }
}
.cid-tYIM7ZF7ko .row {
  justify-content: space-between;
}
.cid-tYIM7ZF7ko .row:hover,
.cid-tYIM7ZF7ko .row:focus {
  cursor: pointer;
}
.cid-tYIM7ZF7ko .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYIM7ZF7ko .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tYIM7ZF7ko .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tYIM7ZF7ko .image-wrapper img {
    height: 300px;
  }
}
.cid-tYIM7ZF7ko .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tYIM7ZF7ko .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tYIM7ZF7ko .mbr-section-title {
  color: #000000;
}
.cid-tYIM7ZF7ko .mbr-text {
  color: #ffffff;
}
.cid-tYIM7ZF7ko .mbr-section-title,
.cid-tYIM7ZF7ko .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tYIMkeNtoK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c1f593;
}
.cid-tYIMkeNtoK .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0608ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYIMkeNtoK .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYIMkeNtoK .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYIMkeNtoK .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYIMkeNtoK .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYIMkeNtoK .mbr-text {
  color: #606060;
}
.cid-tYIMkeNtoK .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYIMkeNtoK .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYIMkeNtoK .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYIMkeNtoK .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYIMkeNtoK .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tYIMkeNtoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYIMkeNtoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYIMkeNtoK .mbr-text,
.cid-tYIMkeNtoK .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-tYIMkeNtoK .main-title,
.cid-tYIMkeNtoK .mbr-section-btn {
  text-align: center;
}
.cid-tYY7xQfMLj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYY7xQfMLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYY7xQfMLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYY7xQfMLj .row {
  margin: 0 !important;
}
.cid-tYY7xQfMLj .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tYY7xQfMLj .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tYY7xQfMLj .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tYY7xQfMLj .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-tYY7xQfMLj .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tYY7xQfMLj .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tYY7xQfMLj .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tYY7xQfMLj .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tYY7xQfMLj .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tYY7xQfMLj .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tYY7xQfMLj .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tYY7xQfMLj .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tYY7xQfMLj .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tYY7xQfMLj .panel-group {
  border: none;
}
.cid-tYY7xQfMLj .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tYY7xQfMLj .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYY7xQfMLj .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tYY7xQfMLj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tYY7xQfMLj .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tYY7xQfMLj .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tYY7xQfMLj .panel-title-edit {
  color: #131313;
}
.cid-tYY7xQfMLj .panel-body {
  padding: 0 0 20px;
}
.cid-tYY7xQfMLj .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tYIMITH4rg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c1f593;
}
.cid-tYIMITH4rg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYIMITH4rg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYIMITH4rg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYIMITH4rg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYIMITH4rg .container {
    padding: 0;
  }
}
.cid-tYIMITH4rg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYIMITH4rg .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYIMITH4rg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYIMITH4rg .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tYIMITH4rg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYIMITH4rg .mbr-text {
  color: #000000;
}
.cid-tYIMPNeXMp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tYIMPNeXMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYIMPNeXMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYIMPNeXMp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYIMPNeXMp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYIMPNeXMp .container {
    padding: 0;
  }
}
.cid-tYIMPNeXMp .row {
  justify-content: center;
}
.cid-tYIMPNeXMp .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tYIMPNeXMp .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYIMPNeXMp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYIMPNeXMp .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tYIMPNeXMp .google-map iframe {
    height: 300px;
  }
}
.cid-tYIMPNeXMp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYYtLxjTYH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1f593;
}
.cid-tYYtLxjTYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYtLxjTYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYtLxjTYH .row {
  background: #714742;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-tYYtLxjTYH li:hover {
  color: #0608ff;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tYYtLxjTYH .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tYYtLxjTYH .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-tYYtLxjTYH .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tYYtLxjTYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYYtLxjTYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tYYtLxjTYH .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-tYYtLxjTYH .row {
    text-align: center;
  }
  .cid-tYYtLxjTYH .social-row {
    justify-content: center;
  }
}
.cid-tYYtLxjTYH .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tYYtLxjTYH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYYtLxjTYH .list {
    margin-bottom: 0rem;
  }
}
.cid-tYYtLxjTYH .list,
.cid-tYYtLxjTYH .mbr-text {
  color: #ffffff;
}
.cid-tYYtLxjTYH .mbr-section-subtitle {
  color: #000000;
}
.cid-tYINLX93l0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tYINLX93l0 nav.navbar {
  position: fixed;
}
.cid-tYINLX93l0 .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-tYINLX93l0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYINLX93l0 .dropdown-item:hover,
.cid-tYINLX93l0 .dropdown-item:focus {
  color: #0608ff !important;
}
.cid-tYINLX93l0 .dropdown-item:hover span {
  color: white;
}
.cid-tYINLX93l0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYINLX93l0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYINLX93l0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYINLX93l0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYINLX93l0 .nav-link {
  position: relative;
}
.cid-tYINLX93l0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYINLX93l0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tYINLX93l0 .navbar-caption:hover,
.cid-tYINLX93l0 .navbar-caption:focus {
  color: #0608ff !important;
}
.cid-tYINLX93l0 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tYINLX93l0 .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tYINLX93l0 .navbar-nav .nav-item:hover {
  color: #0608ff;
}
.cid-tYINLX93l0 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tYINLX93l0 .navbar-nav .nav-item a:hover {
  color: #0608ff !important;
}
.cid-tYINLX93l0 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tYINLX93l0 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tYINLX93l0 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tYINLX93l0 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0608ff !important;
}
.cid-tYINLX93l0 .dropdown-menu,
.cid-tYINLX93l0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tYINLX93l0 .nav-item:focus,
.cid-tYINLX93l0 .nav-link:focus {
  outline: none;
}
.cid-tYINLX93l0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYINLX93l0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYINLX93l0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYINLX93l0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYINLX93l0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYINLX93l0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYINLX93l0 .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: #ffffff;
  padding: 0 !important;
}
.cid-tYINLX93l0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tYINLX93l0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYINLX93l0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tYINLX93l0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYINLX93l0 .navbar.collapsed {
  justify-content: center;
}
.cid-tYINLX93l0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYINLX93l0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYINLX93l0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tYINLX93l0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYINLX93l0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYINLX93l0 .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-tYINLX93l0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYINLX93l0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYINLX93l0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYINLX93l0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYINLX93l0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYINLX93l0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYINLX93l0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYINLX93l0 .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-tYINLX93l0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYINLX93l0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYINLX93l0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYINLX93l0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYINLX93l0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYINLX93l0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYINLX93l0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYINLX93l0 .navbar.navbar-short {
  min-height: 70px;
}
.cid-tYINLX93l0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tYINLX93l0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYINLX93l0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYINLX93l0 .dropdown-item.active,
.cid-tYINLX93l0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tYINLX93l0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYINLX93l0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYINLX93l0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYINLX93l0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYINLX93l0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYINLX93l0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYINLX93l0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYINLX93l0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tYINLX93l0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYINLX93l0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #714742;
}
.cid-tYINLX93l0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYINLX93l0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYINLX93l0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYINLX93l0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYINLX93l0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYINLX93l0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYINLX93l0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYINLX93l0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYINLX93l0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYINLX93l0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYINLX93l0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYINLX93l0 .navbar {
    height: 70px;
  }
  .cid-tYINLX93l0 .navbar.opened {
    height: auto;
  }
  .cid-tYINLX93l0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYINLX93l0 .container-fluid {
  padding: 0 1rem !important;
}
.cid-tYINLX93l0 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tYINLX93l0 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tYINLX93l0 .navbar-collapse {
    width: 100%;
  }
  .cid-tYINLX93l0 .navbar-nav {
    width: 100%;
  }
  .cid-tYINLX93l0 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tYINLY1niX {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/istockphoto-473115492-612x408.jpg");
}
.cid-tYINLY1niX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYINLY1niX .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-tYINLY1niX .col-content {
    text-align: center;
  }
}
.cid-tYINLY1niX .label-container {
  margin-bottom: 16px;
}
.cid-tYINLY1niX .label-text {
  color: #ffffff;
}
.cid-tYINLY1niX .label-text-2 {
  color: #ffffff;
}
.cid-tYINLY1niX .mbr-section-title {
  color: #ffffff;
}
.cid-tYINLY1niX .text-container {
  margin-top: 24px;
}
.cid-tYINLY1niX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYINLY1niX .mbr-text {
  color: #b79b6c;
}
.cid-tYINLY1niX .mbr-section-btn {
  margin-top: 28px;
}
.cid-tYINLY1niX .mbr-text,
.cid-tYINLY1niX .mbr-section-btn {
  color: #ffffff;
}
.cid-tYINLYWW9B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-tYINLYWW9B .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0608ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYINLYWW9B .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYINLYWW9B .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYINLYWW9B .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYINLYWW9B .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYINLYWW9B .mbr-text {
  color: #606060;
}
.cid-tYINLYWW9B .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYINLYWW9B .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYINLYWW9B .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYINLYWW9B .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYINLYWW9B .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tYINLYWW9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYINLYWW9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYINLYWW9B .mbr-text,
.cid-tYINLYWW9B .mbr-section-btn {
  color: #333333;
}
.cid-tYINLZx1OE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tYINLZx1OE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYINLZx1OE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYINLZx1OE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYINLZx1OE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYINLZx1OE .container {
    padding: 0;
  }
}
.cid-tYINLZx1OE .row {
  justify-content: center;
}
.cid-tYINLZx1OE .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tYINLZx1OE .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYINLZx1OE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYINLZx1OE .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tYINLZx1OE .google-map iframe {
    height: 300px;
  }
}
.cid-tYINLZx1OE .mbr-section-title {
  color: #000000;
}
.cid-tYYtLxjTYH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1f593;
}
.cid-tYYtLxjTYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYtLxjTYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYtLxjTYH .row {
  background: #714742;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-tYYtLxjTYH li:hover {
  color: #0608ff;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tYYtLxjTYH .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tYYtLxjTYH .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-tYYtLxjTYH .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tYYtLxjTYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYYtLxjTYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tYYtLxjTYH .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-tYYtLxjTYH .row {
    text-align: center;
  }
  .cid-tYYtLxjTYH .social-row {
    justify-content: center;
  }
}
.cid-tYYtLxjTYH .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tYYtLxjTYH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYYtLxjTYH .list {
    margin-bottom: 0rem;
  }
}
.cid-tYYtLxjTYH .list,
.cid-tYYtLxjTYH .mbr-text {
  color: #ffffff;
}
.cid-tYYtLxjTYH .mbr-section-subtitle {
  color: #000000;
}
.cid-tYINepegaY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tYINepegaY nav.navbar {
  position: fixed;
}
.cid-tYINepegaY .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-tYINepegaY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYINepegaY .dropdown-item:hover,
.cid-tYINepegaY .dropdown-item:focus {
  color: #0608ff !important;
}
.cid-tYINepegaY .dropdown-item:hover span {
  color: white;
}
.cid-tYINepegaY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYINepegaY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYINepegaY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYINepegaY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYINepegaY .nav-link {
  position: relative;
}
.cid-tYINepegaY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYINepegaY .container {
    flex-wrap: nowrap;
  }
}
.cid-tYINepegaY .navbar-caption:hover,
.cid-tYINepegaY .navbar-caption:focus {
  color: #0608ff !important;
}
.cid-tYINepegaY .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tYINepegaY .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tYINepegaY .navbar-nav .nav-item:hover {
  color: #0608ff;
}
.cid-tYINepegaY .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tYINepegaY .navbar-nav .nav-item a:hover {
  color: #0608ff !important;
}
.cid-tYINepegaY .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tYINepegaY .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tYINepegaY .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tYINepegaY .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0608ff !important;
}
.cid-tYINepegaY .dropdown-menu,
.cid-tYINepegaY .navbar.opened {
  background: #ffffff !important;
}
.cid-tYINepegaY .nav-item:focus,
.cid-tYINepegaY .nav-link:focus {
  outline: none;
}
.cid-tYINepegaY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYINepegaY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYINepegaY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYINepegaY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYINepegaY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYINepegaY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYINepegaY .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: #ffffff;
  padding: 0 !important;
}
.cid-tYINepegaY .navbar.opened {
  transition: all 0.3s;
}
.cid-tYINepegaY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYINepegaY .navbar .navbar-logo img {
  width: auto;
}
.cid-tYINepegaY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYINepegaY .navbar.collapsed {
  justify-content: center;
}
.cid-tYINepegaY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYINepegaY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYINepegaY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tYINepegaY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYINepegaY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYINepegaY .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-tYINepegaY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYINepegaY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYINepegaY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYINepegaY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYINepegaY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYINepegaY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYINepegaY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYINepegaY .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-tYINepegaY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYINepegaY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYINepegaY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYINepegaY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYINepegaY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYINepegaY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYINepegaY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYINepegaY .navbar.navbar-short {
  min-height: 70px;
}
.cid-tYINepegaY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tYINepegaY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYINepegaY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYINepegaY .dropdown-item.active,
.cid-tYINepegaY .dropdown-item:active {
  background-color: transparent;
}
.cid-tYINepegaY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYINepegaY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYINepegaY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYINepegaY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYINepegaY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYINepegaY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYINepegaY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYINepegaY .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tYINepegaY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYINepegaY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #714742;
}
.cid-tYINepegaY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYINepegaY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYINepegaY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYINepegaY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYINepegaY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYINepegaY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYINepegaY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYINepegaY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYINepegaY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYINepegaY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYINepegaY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYINepegaY .navbar {
    height: 70px;
  }
  .cid-tYINepegaY .navbar.opened {
    height: auto;
  }
  .cid-tYINepegaY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYINepegaY .container-fluid {
  padding: 0 1rem !important;
}
.cid-tYINepegaY .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tYINepegaY .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tYINepegaY .navbar-collapse {
    width: 100%;
  }
  .cid-tYINepegaY .navbar-nav {
    width: 100%;
  }
  .cid-tYINepegaY .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tYINeqrBPA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/istockphoto-172966231-612x459.jpg");
}
.cid-tYINeqrBPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYINeqrBPA .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-tYINeqrBPA .col-content {
    text-align: center;
  }
}
.cid-tYINeqrBPA .label-container {
  margin-bottom: 16px;
}
.cid-tYINeqrBPA .label-text {
  color: #ffffff;
}
.cid-tYINeqrBPA .label-text-2 {
  color: #ffffff;
}
.cid-tYINeqrBPA .mbr-section-title {
  color: #ffffff;
}
.cid-tYINeqrBPA .text-container {
  margin-top: 24px;
}
.cid-tYINeqrBPA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYINeqrBPA .mbr-text {
  color: #b79b6c;
}
.cid-tYINeqrBPA .mbr-section-btn {
  margin-top: 28px;
}
.cid-tYINeqrBPA .mbr-text,
.cid-tYINeqrBPA .mbr-section-btn {
  color: #ffffff;
}
.cid-tYINetFgir {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-tYINetFgir .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0608ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYINetFgir .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYINetFgir .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYINetFgir .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYINetFgir .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYINetFgir .mbr-text {
  color: #606060;
}
.cid-tYINetFgir .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYINetFgir .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYINetFgir .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYINetFgir .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYINetFgir .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tYINetFgir .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYINetFgir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYINetFgir .mbr-text,
.cid-tYINetFgir .mbr-section-btn {
  color: #333333;
}
.cid-tYINeyj3je {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tYINeyj3je .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYINeyj3je .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYINeyj3je .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYINeyj3je .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYINeyj3je .container {
    padding: 0;
  }
}
.cid-tYINeyj3je .row {
  justify-content: center;
}
.cid-tYINeyj3je .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tYINeyj3je .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYINeyj3je .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYINeyj3je .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tYINeyj3je .google-map iframe {
    height: 300px;
  }
}
.cid-tYINeyj3je .mbr-section-title {
  color: #000000;
}
.cid-tYYtLxjTYH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1f593;
}
.cid-tYYtLxjTYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYtLxjTYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYtLxjTYH .row {
  background: #714742;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-tYYtLxjTYH li:hover {
  color: #0608ff;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tYYtLxjTYH .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tYYtLxjTYH .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-tYYtLxjTYH .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tYYtLxjTYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYYtLxjTYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tYYtLxjTYH .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-tYYtLxjTYH .row {
    text-align: center;
  }
  .cid-tYYtLxjTYH .social-row {
    justify-content: center;
  }
}
.cid-tYYtLxjTYH .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tYYtLxjTYH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYYtLxjTYH .list {
    margin-bottom: 0rem;
  }
}
.cid-tYYtLxjTYH .list,
.cid-tYYtLxjTYH .mbr-text {
  color: #ffffff;
}
.cid-tYYtLxjTYH .mbr-section-subtitle {
  color: #000000;
}
.cid-tZ0stBK0Ga {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tZ0stBK0Ga nav.navbar {
  position: fixed;
}
.cid-tZ0stBK0Ga .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-tZ0stBK0Ga .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZ0stBK0Ga .dropdown-item:hover,
.cid-tZ0stBK0Ga .dropdown-item:focus {
  color: #0608ff !important;
}
.cid-tZ0stBK0Ga .dropdown-item:hover span {
  color: white;
}
.cid-tZ0stBK0Ga .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZ0stBK0Ga .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZ0stBK0Ga .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZ0stBK0Ga .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZ0stBK0Ga .nav-link {
  position: relative;
}
.cid-tZ0stBK0Ga .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZ0stBK0Ga .container {
    flex-wrap: nowrap;
  }
}
.cid-tZ0stBK0Ga .navbar-caption:hover,
.cid-tZ0stBK0Ga .navbar-caption:focus {
  color: #0608ff !important;
}
.cid-tZ0stBK0Ga .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tZ0stBK0Ga .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tZ0stBK0Ga .navbar-nav .nav-item:hover {
  color: #0608ff;
}
.cid-tZ0stBK0Ga .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tZ0stBK0Ga .navbar-nav .nav-item a:hover {
  color: #0608ff !important;
}
.cid-tZ0stBK0Ga .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tZ0stBK0Ga .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tZ0stBK0Ga .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tZ0stBK0Ga .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0608ff !important;
}
.cid-tZ0stBK0Ga .dropdown-menu,
.cid-tZ0stBK0Ga .navbar.opened {
  background: #ffffff !important;
}
.cid-tZ0stBK0Ga .nav-item:focus,
.cid-tZ0stBK0Ga .nav-link:focus {
  outline: none;
}
.cid-tZ0stBK0Ga .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ0stBK0Ga .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ0stBK0Ga .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ0stBK0Ga .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ0stBK0Ga .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ0stBK0Ga .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ0stBK0Ga .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: #ffffff;
  padding: 0 !important;
}
.cid-tZ0stBK0Ga .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ0stBK0Ga .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ0stBK0Ga .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ0stBK0Ga .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZ0stBK0Ga .navbar.collapsed {
  justify-content: center;
}
.cid-tZ0stBK0Ga .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ0stBK0Ga .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ0stBK0Ga .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tZ0stBK0Ga .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ0stBK0Ga .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ0stBK0Ga .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-tZ0stBK0Ga .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ0stBK0Ga .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ0stBK0Ga .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZ0stBK0Ga .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ0stBK0Ga .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ0stBK0Ga .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ0stBK0Ga .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ0stBK0Ga .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-tZ0stBK0Ga .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZ0stBK0Ga .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZ0stBK0Ga .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ0stBK0Ga .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZ0stBK0Ga .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ0stBK0Ga .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZ0stBK0Ga .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tZ0stBK0Ga .navbar.navbar-short {
  min-height: 70px;
}
.cid-tZ0stBK0Ga .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tZ0stBK0Ga .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ0stBK0Ga .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ0stBK0Ga .dropdown-item.active,
.cid-tZ0stBK0Ga .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ0stBK0Ga .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ0stBK0Ga .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ0stBK0Ga .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ0stBK0Ga .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZ0stBK0Ga .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZ0stBK0Ga .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZ0stBK0Ga ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ0stBK0Ga .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tZ0stBK0Ga button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ0stBK0Ga button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #714742;
}
.cid-tZ0stBK0Ga button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ0stBK0Ga button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ0stBK0Ga button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ0stBK0Ga button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ0stBK0Ga nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ0stBK0Ga nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ0stBK0Ga nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ0stBK0Ga nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ0stBK0Ga .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZ0stBK0Ga a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ0stBK0Ga .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZ0stBK0Ga .navbar {
    height: 70px;
  }
  .cid-tZ0stBK0Ga .navbar.opened {
    height: auto;
  }
  .cid-tZ0stBK0Ga .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ0stBK0Ga .container-fluid {
  padding: 0 1rem !important;
}
.cid-tZ0stBK0Ga .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tZ0stBK0Ga .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tZ0stBK0Ga .navbar-collapse {
    width: 100%;
  }
  .cid-tZ0stBK0Ga .navbar-nav {
    width: 100%;
  }
  .cid-tZ0stBK0Ga .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tZ0stD5tXR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/retaining-wall-contractors-pittsburgh18-612x459.jpg");
}
.cid-tZ0stD5tXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0stD5tXR .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-tZ0stD5tXR .col-content {
    text-align: center;
  }
}
.cid-tZ0stD5tXR .label-container {
  margin-bottom: 16px;
}
.cid-tZ0stD5tXR .label-text {
  color: #ffffff;
}
.cid-tZ0stD5tXR .label-text-2 {
  color: #ffffff;
}
.cid-tZ0stD5tXR .mbr-section-title {
  color: #ffffff;
}
.cid-tZ0stD5tXR .text-container {
  margin-top: 24px;
}
.cid-tZ0stD5tXR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ0stD5tXR .mbr-text {
  color: #b79b6c;
}
.cid-tZ0stD5tXR .mbr-section-btn {
  margin-top: 28px;
}
.cid-tZ0stD5tXR .mbr-text,
.cid-tZ0stD5tXR .mbr-section-btn {
  color: #ffffff;
}
.cid-tZ0stEmFBq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c1f593;
}
.cid-tZ0stEmFBq .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tZ0stEmFBq .container {
    max-width: 1040px;
  }
}
.cid-tZ0stEmFBq .row {
  justify-content: center;
}
.cid-tZ0stEmFBq .item:focus,
.cid-tZ0stEmFBq span:focus {
  outline: none;
}
.cid-tZ0stEmFBq .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tZ0stEmFBq .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tZ0stEmFBq .item {
    width: 100%;
  }
  .cid-tZ0stEmFBq .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-tZ0stEmFBq .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tZ0stEmFBq .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-tZ0stEmFBq .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-tZ0stEmFBq .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-tZ0stEmFBq .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-tZ0stEmFBq .item-wrap {
    padding: 50px;
  }
}
.cid-tZ0stEmFBq .item-content {
  width: 100%;
}
.cid-tZ0stEmFBq .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-tZ0stEmFBq .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-tZ0stEmFBq .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-tZ0stEmFBq .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-tZ0stEmFBq .list-item {
  display: flex;
  align-items: center;
}
.cid-tZ0stEmFBq .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-tZ0stEmFBq .icon-box {
  padding-right: 14px;
}
.cid-tZ0stEmFBq .list-text {
  flex-grow: 1;
  color: #0608ff;
  margin-bottom: 0;
}
.cid-tZ0stEmFBq .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-tZ0stEmFBq .link-container {
    margin-top: 72px;
  }
}
.cid-tZ0stEmFBq .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-tZ0stEmFBq .link-container .link span {
  padding-right: 10px;
}
.cid-tZ0stFGTyi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1f593;
}
.cid-tZ0stFGTyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0stFGTyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0stFGTyi .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tZ0stFGTyi .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tZ0stFGTyi .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZ0stFGTyi .card-wrapper {
    padding: 4rem;
  }
}
.cid-tZ0stFGTyi .mbr-text,
.cid-tZ0stFGTyi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZ0stFGTyi .card-title,
.cid-tZ0stFGTyi .card-box {
  text-align: center;
  color: #000000;
}
.cid-tZ0stGDRSO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #714742;
}
.cid-tZ0stGDRSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0stGDRSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0stGDRSO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tZ0stGDRSO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tZ0stGDRSO .container {
    padding: 0 24px;
  }
}
.cid-tZ0stGDRSO .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tZ0stGDRSO .image-wrapper {
  height: 100%;
}
.cid-tZ0stGDRSO .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tZ0stGDRSO .image-wrapper img {
    height: 350px;
  }
}
.cid-tZ0stGDRSO .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tZ0stGDRSO .content-wrapper {
    padding: 24px;
  }
}
.cid-tZ0stGDRSO .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tZ0stGDRSO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tZ0stGDRSO .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tZ0stGDRSO .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tZ0stGDRSO .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tZ0stGDRSO .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tZ0stGDRSO .mbr-section-title {
  color: #141414;
}
.cid-tZ0stGDRSO .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-tZ0stGDRSO .mbr-section-title,
.cid-tZ0stGDRSO .title-wrapper,
.cid-tZ0stGDRSO .mbr-section-btn {
  text-align: center;
}
.cid-tZ0stHGFeq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c1f593;
}
.cid-tZ0stHGFeq .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0608ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tZ0stHGFeq .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tZ0stHGFeq .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tZ0stHGFeq .main-title.display-2 {
  line-height: 1.375;
}
.cid-tZ0stHGFeq .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tZ0stHGFeq .mbr-text {
  color: #606060;
}
.cid-tZ0stHGFeq .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tZ0stHGFeq .mbr-section-btn {
  margin-top: 24px;
}
.cid-tZ0stHGFeq .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tZ0stHGFeq .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tZ0stHGFeq .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tZ0stHGFeq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0stHGFeq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0stHGFeq .mbr-text,
.cid-tZ0stHGFeq .mbr-section-btn {
  color: #333333;
}
.cid-tZ0stHGFeq .main-title,
.cid-tZ0stHGFeq .mbr-section-btn {
  text-align: center;
}
.cid-tZ0stIBZBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #714742;
  overflow: hidden;
}
.cid-tZ0stIBZBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0stIBZBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0stIBZBX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ0stIBZBX .container {
    padding: 0 15px;
  }
}
.cid-tZ0stIBZBX .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tZ0stIBZBX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tZ0stIBZBX .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tZ0stIBZBX .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tZ0stIBZBX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ0stIBZBX .item {
  margin-bottom: 32px;
}
.cid-tZ0stIBZBX .item:hover .item-wrapper::before,
.cid-tZ0stIBZBX .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-tZ0stIBZBX .item .item-wrapper {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #9fdbf8;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-tZ0stIBZBX .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-tZ0stIBZBX .item .item-wrapper::before {
    display: none;
  }
}
.cid-tZ0stIBZBX .item .item-wrapper .card-box {
  position: relative;
}
.cid-tZ0stIBZBX .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-tZ0stIBZBX .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-tZ0stIBZBX .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tZ0stIBZBX .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-tZ0stIBZBX .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tZ0stIBZBX .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-tZ0stIBZBX .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-tZ0stIBZBX .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-tZ0stIBZBX .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-tZ0stIBZBX .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-tZ0stIBZBX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZ0stIBZBX .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-tZ0stIBZBX .mbr-date {
  color: #ffffff;
}
.cid-tZ0stIBZBX .mbr-tag {
  color: #ffffff;
}
.cid-tZ0stIBZBX .mbr-card-title {
  color: #f2ac2b;
}
.cid-tZ0stIBZBX .mbr-card-text {
  color: #d2d2df;
}
.cid-tZ0stIBZBX .mbr-card-title,
.cid-tZ0stIBZBX .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tZ0voS8Y04 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1f593;
}
.cid-tZ0voS8Y04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0voS8Y04 .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-tZ0voS8Y04 .container {
    padding: 0 15px;
  }
}
.cid-tZ0voS8Y04 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tZ0voS8Y04 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tZ0voS8Y04 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-tZ0voS8Y04 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tZ0voS8Y04 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tZ0voS8Y04 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tZ0voS8Y04 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ0voS8Y04 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tZ0voS8Y04 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tZ0voS8Y04 .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-tZ0voS8Y04 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-tZ0voS8Y04 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-tZ0voS8Y04 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-tZ0voS8Y04 .mbr-section-title {
  color: #ffffff;
}
.cid-tZ0voS8Y04 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-tZ0voS8Y04 .mbr-text {
  color: #000000;
}
.cid-tZ0voS8Y04 .mbr-section-title,
.cid-tZ0voS8Y04 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tZ0stKOWBG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #714742;
}
.cid-tZ0stKOWBG .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0608ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tZ0stKOWBG .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tZ0stKOWBG .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tZ0stKOWBG .main-title.display-2 {
  line-height: 1.375;
}
.cid-tZ0stKOWBG .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tZ0stKOWBG .mbr-text {
  color: #606060;
}
.cid-tZ0stKOWBG .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tZ0stKOWBG .mbr-section-btn {
  margin-top: 24px;
}
.cid-tZ0stKOWBG .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tZ0stKOWBG .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tZ0stKOWBG .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tZ0stKOWBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0stKOWBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0stKOWBG .mbr-text,
.cid-tZ0stKOWBG .mbr-section-btn {
  color: #ffffff;
}
.cid-tZ0stKOWBG .main-title,
.cid-tZ0stKOWBG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tZ0stLN728 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c1f593;
}
.cid-tZ0stLN728 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0stLN728 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0stLN728 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tZ0stLN728 .mbr-section-title {
  color: #24262b;
}
.cid-tZ0stLN728 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tZ0stLN728 .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tZ0stLN728 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tZ0stLN728 .card-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tZ0stLN728 .card-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-tZ0stLN728 .card-1 .card-wrap {
  background: #ffffff;
}
.cid-tZ0stLN728 .card-1 .item-content {
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tZ0stLN728 .card-1 .item-img {
    height: auto;
    width: 100%;
  }
}
.cid-tZ0stLN728 .card-1 .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tZ0stLN728 .card-1 .item-img img {
    aspect-ratio: 1.27272727;
  }
}
.cid-tZ0stLN728 .item-content {
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tZ0stLN728 .item-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tZ0stLN728 .item-content {
    text-align: center;
  }
}
.cid-tZ0stLN728 .card-title-1 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tZ0stLN728 .card-text-1 {
  color: #24262b;
  transition: 0.3s all;
}
.cid-tZ0stLN728 .card-text-1:hover {
  color: #0608ff !important;
}
.cid-tZ0stLN728 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tZ0stLN728 .card-2 .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: #714742;
}
.cid-tZ0stLN728 .card-2 .item-text {
  align-self: center;
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tZ0stLN728 .card-2 .item-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tZ0stLN728 .card-2 .item-text {
    text-align: center;
  }
}
.cid-tZ0stLN728 .card-label-2 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tZ0stLN728 .card-title-2 {
  color: #ffffff;
}
.cid-tZ0stLN728 .card-subtitle-2 {
  color: #24262b;
}
.cid-tZ0stLN728 .card-text-2 {
  color: #24262b;
  margin-top: 16px;
}
.cid-tZ0stLN728 .card-text-1,
.cid-tZ0stLN728 .mbr-section-btn-1 {
  color: #33363b;
}
.cid-tZ0stMXOpe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #714742;
  overflow: hidden;
}
.cid-tZ0stMXOpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0stMXOpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0stMXOpe .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tZ0stMXOpe .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tZ0stMXOpe .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tZ0stMXOpe .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tZ0stMXOpe .container {
    padding: 0 16px;
  }
}
.cid-tZ0stMXOpe .row {
  justify-content: space-between;
}
.cid-tZ0stMXOpe .row:hover,
.cid-tZ0stMXOpe .row:focus {
  cursor: pointer;
}
.cid-tZ0stMXOpe .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ0stMXOpe .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tZ0stMXOpe .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tZ0stMXOpe .image-wrapper img {
    height: 300px;
  }
}
.cid-tZ0stMXOpe .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tZ0stMXOpe .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tZ0stMXOpe .mbr-section-title {
  color: #000000;
}
.cid-tZ0stMXOpe .mbr-text {
  color: #ffffff;
}
.cid-tZ0stMXOpe .mbr-section-title,
.cid-tZ0stMXOpe .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tZ0xGsB76m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZ0xGsB76m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0xGsB76m .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-tZ0xGsB76m .container {
    padding: 0 20px;
  }
}
.cid-tZ0xGsB76m .row {
  margin: 0;
}
.cid-tZ0xGsB76m .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tZ0xGsB76m .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tZ0xGsB76m .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tZ0xGsB76m .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tZ0xGsB76m .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tZ0xGsB76m .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tZ0xGsB76m .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZ0stNR0Rr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c1f593;
}
.cid-tZ0stNR0Rr .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0608ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tZ0stNR0Rr .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tZ0stNR0Rr .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tZ0stNR0Rr .main-title.display-2 {
  line-height: 1.375;
}
.cid-tZ0stNR0Rr .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tZ0stNR0Rr .mbr-text {
  color: #606060;
}
.cid-tZ0stNR0Rr .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tZ0stNR0Rr .mbr-section-btn {
  margin-top: 24px;
}
.cid-tZ0stNR0Rr .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tZ0stNR0Rr .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tZ0stNR0Rr .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tZ0stNR0Rr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0stNR0Rr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0stNR0Rr .mbr-text,
.cid-tZ0stNR0Rr .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-tZ0stNR0Rr .main-title,
.cid-tZ0stNR0Rr .mbr-section-btn {
  text-align: center;
}
.cid-tZ0stOQnqB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZ0stOQnqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0stOQnqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0stOQnqB .row {
  margin: 0 !important;
}
.cid-tZ0stOQnqB .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tZ0stOQnqB .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZ0stOQnqB .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tZ0stOQnqB .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-tZ0stOQnqB .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tZ0stOQnqB .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tZ0stOQnqB .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tZ0stOQnqB .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tZ0stOQnqB .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tZ0stOQnqB .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tZ0stOQnqB .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tZ0stOQnqB .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tZ0stOQnqB .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tZ0stOQnqB .panel-group {
  border: none;
}
.cid-tZ0stOQnqB .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tZ0stOQnqB .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tZ0stOQnqB .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tZ0stOQnqB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tZ0stOQnqB .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tZ0stOQnqB .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tZ0stOQnqB .panel-title-edit {
  color: #131313;
}
.cid-tZ0stOQnqB .panel-body {
  padding: 0 0 20px;
}
.cid-tZ0stOQnqB .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tZ0stQbGHO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c1f593;
}
.cid-tZ0stQbGHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0stQbGHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0stQbGHO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tZ0stQbGHO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tZ0stQbGHO .container {
    padding: 0;
  }
}
.cid-tZ0stQbGHO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ0stQbGHO .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tZ0stQbGHO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZ0stQbGHO .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tZ0stQbGHO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZ0stQbGHO .mbr-text {
  color: #000000;
}
.cid-tZ0HHwBaUb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #714742;
}
.cid-tZ0HHwBaUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0HHwBaUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0HHwBaUb .row {
  justify-content: flex-start;
}
.cid-tZ0HHwBaUb .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-tZ0HHwBaUb .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.cid-tZ0HHwBaUb .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tZ0HHwBaUb .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-tZ0HHwBaUb .mbr-section-btn {
  margin-top: 2.4rem;
}
.cid-tZ0HHwBaUb .mbr-section-title,
.cid-tZ0HHwBaUb .mbr-section-btn {
  color: #ffffff;
}
.cid-tZ0y9Hl2b0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tZ0y9Hl2b0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0y9Hl2b0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0y9Hl2b0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tZ0y9Hl2b0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tZ0y9Hl2b0 .container {
    padding: 0;
  }
}
.cid-tZ0y9Hl2b0 .row {
  justify-content: center;
}
.cid-tZ0y9Hl2b0 .panel-group .card {
  padding: 50px 160px;
  border-bottom: 1px solid #263652;
  border-radius: 0;
}
.cid-tZ0y9Hl2b0 .panel-group .card:first-child {
  border-top: 1px solid #263652;
}
@media (max-width: 992px) {
  .cid-tZ0y9Hl2b0 .panel-group .card {
    padding: 20px 16px;
  }
}
.cid-tZ0y9Hl2b0 .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tZ0y9Hl2b0 .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tZ0y9Hl2b0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tZ0y9Hl2b0 .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tZ0y9Hl2b0 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  color: #0608ff;
}
.cid-tZ0y9Hl2b0 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tZ0y9Hl2b0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tZ0y9Hl2b0 .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-tZ0y9Hl2b0 .mbr-section-btn-main {
  margin-top: 90px;
  text-align: center;
}
.cid-tZ0y9Hl2b0 .mbr-section-btn-main .btn {
  border-bottom: 2px solid #263652 !important;
}
@media (max-width: 992px) {
  .cid-tZ0y9Hl2b0 .mbr-section-btn-main {
    margin-top: 50px;
  }
}
.cid-tZ0y9Hl2b0 .mbr-section-title {
  color: #263652;
}
.cid-tZ0y9Hl2b0 .panel-title-edit,
.cid-tZ0y9Hl2b0 .mbr-iconfont {
  color: #000000;
}
.cid-tZ0y9Hl2b0 .panel-text {
  color: #263652;
}
.cid-tZ0y9Hl2b0 .panel-text,
.cid-tZ0y9Hl2b0 .mbr-section-btn {
  color: #000000;
}
.cid-tZ0stR4vvz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tZ0stR4vvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0stR4vvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0stR4vvz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tZ0stR4vvz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tZ0stR4vvz .container {
    padding: 0;
  }
}
.cid-tZ0stR4vvz .row {
  justify-content: center;
}
.cid-tZ0stR4vvz .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tZ0stR4vvz .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tZ0stR4vvz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZ0stR4vvz .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tZ0stR4vvz .google-map iframe {
    height: 300px;
  }
}
.cid-tZ0stR4vvz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZ0stTmeDI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1f593;
}
.cid-tZ0stTmeDI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0stTmeDI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0stTmeDI .row {
  background: #714742;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-tZ0stTmeDI li:hover {
  color: #0608ff;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tZ0stTmeDI .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tZ0stTmeDI .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-tZ0stTmeDI .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tZ0stTmeDI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tZ0stTmeDI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tZ0stTmeDI .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-tZ0stTmeDI .row {
    text-align: center;
  }
  .cid-tZ0stTmeDI .social-row {
    justify-content: center;
  }
}
.cid-tZ0stTmeDI .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tZ0stTmeDI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZ0stTmeDI .list {
    margin-bottom: 0rem;
  }
}
.cid-tZ0stTmeDI .list,
.cid-tZ0stTmeDI .mbr-text {
  color: #ffffff;
}
.cid-tZ0stTmeDI .mbr-section-subtitle {
  color: #000000;
}
.cid-tZ0ypii6D5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tZ0ypii6D5 nav.navbar {
  position: fixed;
}
.cid-tZ0ypii6D5 .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-tZ0ypii6D5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZ0ypii6D5 .dropdown-item:hover,
.cid-tZ0ypii6D5 .dropdown-item:focus {
  color: #0608ff !important;
}
.cid-tZ0ypii6D5 .dropdown-item:hover span {
  color: white;
}
.cid-tZ0ypii6D5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZ0ypii6D5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZ0ypii6D5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZ0ypii6D5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZ0ypii6D5 .nav-link {
  position: relative;
}
.cid-tZ0ypii6D5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZ0ypii6D5 .container {
    flex-wrap: nowrap;
  }
}
.cid-tZ0ypii6D5 .navbar-caption:hover,
.cid-tZ0ypii6D5 .navbar-caption:focus {
  color: #0608ff !important;
}
.cid-tZ0ypii6D5 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tZ0ypii6D5 .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tZ0ypii6D5 .navbar-nav .nav-item:hover {
  color: #0608ff;
}
.cid-tZ0ypii6D5 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tZ0ypii6D5 .navbar-nav .nav-item a:hover {
  color: #0608ff !important;
}
.cid-tZ0ypii6D5 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tZ0ypii6D5 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tZ0ypii6D5 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tZ0ypii6D5 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0608ff !important;
}
.cid-tZ0ypii6D5 .dropdown-menu,
.cid-tZ0ypii6D5 .navbar.opened {
  background: #ffffff !important;
}
.cid-tZ0ypii6D5 .nav-item:focus,
.cid-tZ0ypii6D5 .nav-link:focus {
  outline: none;
}
.cid-tZ0ypii6D5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ0ypii6D5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ0ypii6D5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ0ypii6D5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ0ypii6D5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ0ypii6D5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ0ypii6D5 .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: #ffffff;
  padding: 0 !important;
}
.cid-tZ0ypii6D5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ0ypii6D5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ0ypii6D5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ0ypii6D5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZ0ypii6D5 .navbar.collapsed {
  justify-content: center;
}
.cid-tZ0ypii6D5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ0ypii6D5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ0ypii6D5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tZ0ypii6D5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ0ypii6D5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ0ypii6D5 .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-tZ0ypii6D5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ0ypii6D5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ0ypii6D5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZ0ypii6D5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ0ypii6D5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ0ypii6D5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ0ypii6D5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ0ypii6D5 .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-tZ0ypii6D5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZ0ypii6D5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZ0ypii6D5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ0ypii6D5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZ0ypii6D5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ0ypii6D5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZ0ypii6D5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tZ0ypii6D5 .navbar.navbar-short {
  min-height: 70px;
}
.cid-tZ0ypii6D5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tZ0ypii6D5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ0ypii6D5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ0ypii6D5 .dropdown-item.active,
.cid-tZ0ypii6D5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ0ypii6D5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ0ypii6D5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ0ypii6D5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ0ypii6D5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZ0ypii6D5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZ0ypii6D5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZ0ypii6D5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ0ypii6D5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tZ0ypii6D5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ0ypii6D5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #714742;
}
.cid-tZ0ypii6D5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ0ypii6D5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ0ypii6D5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ0ypii6D5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ0ypii6D5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ0ypii6D5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ0ypii6D5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ0ypii6D5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ0ypii6D5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZ0ypii6D5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ0ypii6D5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZ0ypii6D5 .navbar {
    height: 70px;
  }
  .cid-tZ0ypii6D5 .navbar.opened {
    height: auto;
  }
  .cid-tZ0ypii6D5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ0ypii6D5 .container-fluid {
  padding: 0 1rem !important;
}
.cid-tZ0ypii6D5 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tZ0ypii6D5 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tZ0ypii6D5 .navbar-collapse {
    width: 100%;
  }
  .cid-tZ0ypii6D5 .navbar-nav {
    width: 100%;
  }
  .cid-tZ0ypii6D5 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tZ0ypj2rz0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/retaining-wall-contractors-pittsburgh9-1024x768.jpg");
}
.cid-tZ0ypj2rz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0ypj2rz0 .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-tZ0ypj2rz0 .col-content {
    text-align: center;
  }
}
.cid-tZ0ypj2rz0 .label-container {
  margin-bottom: 16px;
}
.cid-tZ0ypj2rz0 .label-text {
  color: #ffffff;
}
.cid-tZ0ypj2rz0 .label-text-2 {
  color: #ffffff;
}
.cid-tZ0ypj2rz0 .mbr-section-title {
  color: #ffffff;
}
.cid-tZ0ypj2rz0 .text-container {
  margin-top: 24px;
}
.cid-tZ0ypj2rz0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ0ypj2rz0 .mbr-text {
  color: #b79b6c;
}
.cid-tZ0ypj2rz0 .mbr-section-btn {
  margin-top: 28px;
}
.cid-tZ0ypj2rz0 .mbr-text,
.cid-tZ0ypj2rz0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tZ0ypjOs91 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c1f593;
}
.cid-tZ0ypjOs91 .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tZ0ypjOs91 .container {
    max-width: 1040px;
  }
}
.cid-tZ0ypjOs91 .row {
  justify-content: center;
}
.cid-tZ0ypjOs91 .item:focus,
.cid-tZ0ypjOs91 span:focus {
  outline: none;
}
.cid-tZ0ypjOs91 .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tZ0ypjOs91 .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tZ0ypjOs91 .item {
    width: 100%;
  }
  .cid-tZ0ypjOs91 .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-tZ0ypjOs91 .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tZ0ypjOs91 .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-tZ0ypjOs91 .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-tZ0ypjOs91 .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-tZ0ypjOs91 .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-tZ0ypjOs91 .item-wrap {
    padding: 50px;
  }
}
.cid-tZ0ypjOs91 .item-content {
  width: 100%;
}
.cid-tZ0ypjOs91 .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-tZ0ypjOs91 .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-tZ0ypjOs91 .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-tZ0ypjOs91 .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-tZ0ypjOs91 .list-item {
  display: flex;
  align-items: center;
}
.cid-tZ0ypjOs91 .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-tZ0ypjOs91 .icon-box {
  padding-right: 14px;
}
.cid-tZ0ypjOs91 .list-text {
  flex-grow: 1;
  color: #0608ff;
  margin-bottom: 0;
}
.cid-tZ0ypjOs91 .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-tZ0ypjOs91 .link-container {
    margin-top: 72px;
  }
}
.cid-tZ0ypjOs91 .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-tZ0ypjOs91 .link-container .link span {
  padding-right: 10px;
}
.cid-tZ0ypkBi02 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1f593;
}
.cid-tZ0ypkBi02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0ypkBi02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0ypkBi02 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tZ0ypkBi02 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tZ0ypkBi02 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZ0ypkBi02 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tZ0ypkBi02 .mbr-text,
.cid-tZ0ypkBi02 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZ0ypkBi02 .card-title,
.cid-tZ0ypkBi02 .card-box {
  text-align: center;
  color: #000000;
}
.cid-tZ0yplgrPS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #714742;
}
.cid-tZ0yplgrPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0yplgrPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0yplgrPS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tZ0yplgrPS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tZ0yplgrPS .container {
    padding: 0 24px;
  }
}
.cid-tZ0yplgrPS .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tZ0yplgrPS .image-wrapper {
  height: 100%;
}
.cid-tZ0yplgrPS .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tZ0yplgrPS .image-wrapper img {
    height: 350px;
  }
}
.cid-tZ0yplgrPS .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tZ0yplgrPS .content-wrapper {
    padding: 24px;
  }
}
.cid-tZ0yplgrPS .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tZ0yplgrPS .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tZ0yplgrPS .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tZ0yplgrPS .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tZ0yplgrPS .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tZ0yplgrPS .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tZ0yplgrPS .mbr-section-title {
  color: #141414;
}
.cid-tZ0yplgrPS .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-tZ0yplgrPS .mbr-section-title,
.cid-tZ0yplgrPS .title-wrapper,
.cid-tZ0yplgrPS .mbr-section-btn {
  text-align: center;
}
.cid-tZ0ypm676Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c1f593;
}
.cid-tZ0ypm676Z .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0608ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tZ0ypm676Z .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tZ0ypm676Z .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tZ0ypm676Z .main-title.display-2 {
  line-height: 1.375;
}
.cid-tZ0ypm676Z .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tZ0ypm676Z .mbr-text {
  color: #606060;
}
.cid-tZ0ypm676Z .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tZ0ypm676Z .mbr-section-btn {
  margin-top: 24px;
}
.cid-tZ0ypm676Z .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tZ0ypm676Z .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tZ0ypm676Z .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tZ0ypm676Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0ypm676Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0ypm676Z .mbr-text,
.cid-tZ0ypm676Z .mbr-section-btn {
  color: #333333;
}
.cid-tZ0ypm676Z .main-title,
.cid-tZ0ypm676Z .mbr-section-btn {
  text-align: center;
}
.cid-tZ0ypmP3zz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #714742;
  overflow: hidden;
}
.cid-tZ0ypmP3zz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0ypmP3zz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0ypmP3zz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ0ypmP3zz .container {
    padding: 0 15px;
  }
}
.cid-tZ0ypmP3zz .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tZ0ypmP3zz .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tZ0ypmP3zz .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tZ0ypmP3zz .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tZ0ypmP3zz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ0ypmP3zz .item {
  margin-bottom: 32px;
}
.cid-tZ0ypmP3zz .item:hover .item-wrapper::before,
.cid-tZ0ypmP3zz .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-tZ0ypmP3zz .item .item-wrapper {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #9fdbf8;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-tZ0ypmP3zz .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-tZ0ypmP3zz .item .item-wrapper::before {
    display: none;
  }
}
.cid-tZ0ypmP3zz .item .item-wrapper .card-box {
  position: relative;
}
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-tZ0ypmP3zz .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tZ0ypmP3zz .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tZ0ypmP3zz .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-tZ0ypmP3zz .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-tZ0ypmP3zz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZ0ypmP3zz .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-tZ0ypmP3zz .mbr-date {
  color: #ffffff;
}
.cid-tZ0ypmP3zz .mbr-tag {
  color: #ffffff;
}
.cid-tZ0ypmP3zz .mbr-card-title {
  color: #f2ac2b;
}
.cid-tZ0ypmP3zz .mbr-card-text {
  color: #d2d2df;
}
.cid-tZ0ypmP3zz .mbr-card-title,
.cid-tZ0ypmP3zz .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tZ0ypnNtgx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1f593;
}
.cid-tZ0ypnNtgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0ypnNtgx .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-tZ0ypnNtgx .container {
    padding: 0 15px;
  }
}
.cid-tZ0ypnNtgx .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tZ0ypnNtgx .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tZ0ypnNtgx .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-tZ0ypnNtgx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tZ0ypnNtgx .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tZ0ypnNtgx .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tZ0ypnNtgx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ0ypnNtgx .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tZ0ypnNtgx .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tZ0ypnNtgx .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-tZ0ypnNtgx .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-tZ0ypnNtgx .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-tZ0ypnNtgx .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-tZ0ypnNtgx .mbr-section-title {
  color: #ffffff;
}
.cid-tZ0ypnNtgx .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-tZ0ypnNtgx .mbr-text {
  color: #000000;
}
.cid-tZ0ypnNtgx .mbr-section-title,
.cid-tZ0ypnNtgx .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tZ0yposGz5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #714742;
}
.cid-tZ0yposGz5 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0608ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tZ0yposGz5 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tZ0yposGz5 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tZ0yposGz5 .main-title.display-2 {
  line-height: 1.375;
}
.cid-tZ0yposGz5 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tZ0yposGz5 .mbr-text {
  color: #606060;
}
.cid-tZ0yposGz5 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tZ0yposGz5 .mbr-section-btn {
  margin-top: 24px;
}
.cid-tZ0yposGz5 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tZ0yposGz5 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tZ0yposGz5 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tZ0yposGz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0yposGz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0yposGz5 .mbr-text,
.cid-tZ0yposGz5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tZ0yposGz5 .main-title,
.cid-tZ0yposGz5 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tZ0ypp7XzS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c1f593;
}
.cid-tZ0ypp7XzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0ypp7XzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0ypp7XzS .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tZ0ypp7XzS .mbr-section-title {
  color: #24262b;
}
.cid-tZ0ypp7XzS .mbr-section-subtitle {
  color: #24262b;
}
.cid-tZ0ypp7XzS .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tZ0ypp7XzS .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tZ0ypp7XzS .card-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tZ0ypp7XzS .card-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-tZ0ypp7XzS .card-1 .card-wrap {
  background: #ffffff;
}
.cid-tZ0ypp7XzS .card-1 .item-content {
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tZ0ypp7XzS .card-1 .item-img {
    height: auto;
    width: 100%;
  }
}
.cid-tZ0ypp7XzS .card-1 .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tZ0ypp7XzS .card-1 .item-img img {
    aspect-ratio: 1.27272727;
  }
}
.cid-tZ0ypp7XzS .item-content {
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tZ0ypp7XzS .item-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tZ0ypp7XzS .item-content {
    text-align: center;
  }
}
.cid-tZ0ypp7XzS .card-title-1 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tZ0ypp7XzS .card-text-1 {
  color: #24262b;
  transition: 0.3s all;
}
.cid-tZ0ypp7XzS .card-text-1:hover {
  color: #0608ff !important;
}
.cid-tZ0ypp7XzS .mbr-section-btn {
  margin-top: 20px;
}
.cid-tZ0ypp7XzS .card-2 .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: #714742;
}
.cid-tZ0ypp7XzS .card-2 .item-text {
  align-self: center;
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tZ0ypp7XzS .card-2 .item-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tZ0ypp7XzS .card-2 .item-text {
    text-align: center;
  }
}
.cid-tZ0ypp7XzS .card-label-2 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tZ0ypp7XzS .card-title-2 {
  color: #ffffff;
}
.cid-tZ0ypp7XzS .card-subtitle-2 {
  color: #24262b;
}
.cid-tZ0ypp7XzS .card-text-2 {
  color: #24262b;
  margin-top: 16px;
}
.cid-tZ0ypp7XzS .card-text-1,
.cid-tZ0ypp7XzS .mbr-section-btn-1 {
  color: #33363b;
}
.cid-tZ0ypq9aIX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #714742;
  overflow: hidden;
}
.cid-tZ0ypq9aIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0ypq9aIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0ypq9aIX .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tZ0ypq9aIX .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tZ0ypq9aIX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tZ0ypq9aIX .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tZ0ypq9aIX .container {
    padding: 0 16px;
  }
}
.cid-tZ0ypq9aIX .row {
  justify-content: space-between;
}
.cid-tZ0ypq9aIX .row:hover,
.cid-tZ0ypq9aIX .row:focus {
  cursor: pointer;
}
.cid-tZ0ypq9aIX .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ0ypq9aIX .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tZ0ypq9aIX .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tZ0ypq9aIX .image-wrapper img {
    height: 300px;
  }
}
.cid-tZ0ypq9aIX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tZ0ypq9aIX .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tZ0ypq9aIX .mbr-section-title {
  color: #000000;
}
.cid-tZ0ypq9aIX .mbr-text {
  color: #ffffff;
}
.cid-tZ0ypq9aIX .mbr-section-title,
.cid-tZ0ypq9aIX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tZ0yprD55o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c1f593;
}
.cid-tZ0yprD55o .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0608ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tZ0yprD55o .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tZ0yprD55o .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tZ0yprD55o .main-title.display-2 {
  line-height: 1.375;
}
.cid-tZ0yprD55o .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tZ0yprD55o .mbr-text {
  color: #606060;
}
.cid-tZ0yprD55o .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tZ0yprD55o .mbr-section-btn {
  margin-top: 24px;
}
.cid-tZ0yprD55o .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tZ0yprD55o .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tZ0yprD55o .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tZ0yprD55o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0yprD55o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0yprD55o .mbr-text,
.cid-tZ0yprD55o .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-tZ0yprD55o .main-title,
.cid-tZ0yprD55o .mbr-section-btn {
  text-align: center;
}
.cid-tZ0ypsvYMY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZ0ypsvYMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0ypsvYMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0ypsvYMY .row {
  margin: 0 !important;
}
.cid-tZ0ypsvYMY .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tZ0ypsvYMY .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZ0ypsvYMY .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tZ0ypsvYMY .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-tZ0ypsvYMY .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tZ0ypsvYMY .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tZ0ypsvYMY .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tZ0ypsvYMY .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tZ0ypsvYMY .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tZ0ypsvYMY .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tZ0ypsvYMY .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tZ0ypsvYMY .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tZ0ypsvYMY .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tZ0ypsvYMY .panel-group {
  border: none;
}
.cid-tZ0ypsvYMY .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tZ0ypsvYMY .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tZ0ypsvYMY .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tZ0ypsvYMY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tZ0ypsvYMY .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tZ0ypsvYMY .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tZ0ypsvYMY .panel-title-edit {
  color: #131313;
}
.cid-tZ0ypsvYMY .panel-body {
  padding: 0 0 20px;
}
.cid-tZ0ypsvYMY .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tZ0yptSDBr {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c1f593;
}
.cid-tZ0yptSDBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0yptSDBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0yptSDBr .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tZ0yptSDBr .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tZ0yptSDBr .container {
    padding: 0;
  }
}
.cid-tZ0yptSDBr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ0yptSDBr .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tZ0yptSDBr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZ0yptSDBr .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tZ0yptSDBr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZ0yptSDBr .mbr-text {
  color: #000000;
}
.cid-tZ0HDYy3zl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #714742;
}
.cid-tZ0HDYy3zl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0HDYy3zl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0HDYy3zl .row {
  justify-content: flex-start;
}
.cid-tZ0HDYy3zl .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-tZ0HDYy3zl .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.cid-tZ0HDYy3zl .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tZ0HDYy3zl .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-tZ0HDYy3zl .mbr-section-btn {
  margin-top: 2.4rem;
}
.cid-tZ0HDYy3zl .mbr-section-title,
.cid-tZ0HDYy3zl .mbr-section-btn {
  color: #ffffff;
}
.cid-tZ0ypuCQdT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tZ0ypuCQdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0ypuCQdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0ypuCQdT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tZ0ypuCQdT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tZ0ypuCQdT .container {
    padding: 0;
  }
}
.cid-tZ0ypuCQdT .row {
  justify-content: center;
}
.cid-tZ0ypuCQdT .panel-group .card {
  padding: 50px 160px;
  border-bottom: 1px solid #263652;
  border-radius: 0;
}
.cid-tZ0ypuCQdT .panel-group .card:first-child {
  border-top: 1px solid #263652;
}
@media (max-width: 992px) {
  .cid-tZ0ypuCQdT .panel-group .card {
    padding: 20px 16px;
  }
}
.cid-tZ0ypuCQdT .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tZ0ypuCQdT .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tZ0ypuCQdT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tZ0ypuCQdT .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tZ0ypuCQdT .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  color: #0608ff;
}
.cid-tZ0ypuCQdT .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tZ0ypuCQdT .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tZ0ypuCQdT .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-tZ0ypuCQdT .mbr-section-btn-main {
  margin-top: 90px;
  text-align: center;
}
.cid-tZ0ypuCQdT .mbr-section-btn-main .btn {
  border-bottom: 2px solid #263652 !important;
}
@media (max-width: 992px) {
  .cid-tZ0ypuCQdT .mbr-section-btn-main {
    margin-top: 50px;
  }
}
.cid-tZ0ypuCQdT .mbr-section-title {
  color: #263652;
}
.cid-tZ0ypuCQdT .panel-title-edit,
.cid-tZ0ypuCQdT .mbr-iconfont {
  color: #000000;
}
.cid-tZ0ypuCQdT .panel-text {
  color: #263652;
}
.cid-tZ0ypuCQdT .panel-text,
.cid-tZ0ypuCQdT .mbr-section-btn {
  color: #000000;
}
.cid-tZ0ypvwjig {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tZ0ypvwjig .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0ypvwjig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0ypvwjig .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tZ0ypvwjig .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tZ0ypvwjig .container {
    padding: 0;
  }
}
.cid-tZ0ypvwjig .row {
  justify-content: center;
}
.cid-tZ0ypvwjig .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tZ0ypvwjig .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tZ0ypvwjig .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZ0ypvwjig .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tZ0ypvwjig .google-map iframe {
    height: 300px;
  }
}
.cid-tZ0ypvwjig .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZ0ypwnTjX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1f593;
}
.cid-tZ0ypwnTjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0ypwnTjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0ypwnTjX .row {
  background: #714742;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-tZ0ypwnTjX li:hover {
  color: #0608ff;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tZ0ypwnTjX .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tZ0ypwnTjX .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-tZ0ypwnTjX .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tZ0ypwnTjX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tZ0ypwnTjX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tZ0ypwnTjX .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-tZ0ypwnTjX .row {
    text-align: center;
  }
  .cid-tZ0ypwnTjX .social-row {
    justify-content: center;
  }
}
.cid-tZ0ypwnTjX .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tZ0ypwnTjX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZ0ypwnTjX .list {
    margin-bottom: 0rem;
  }
}
.cid-tZ0ypwnTjX .list,
.cid-tZ0ypwnTjX .mbr-text {
  color: #ffffff;
}
.cid-tZ0ypwnTjX .mbr-section-subtitle {
  color: #000000;
}
.cid-tZ0AODEypm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tZ0AODEypm nav.navbar {
  position: fixed;
}
.cid-tZ0AODEypm .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-tZ0AODEypm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZ0AODEypm .dropdown-item:hover,
.cid-tZ0AODEypm .dropdown-item:focus {
  color: #0608ff !important;
}
.cid-tZ0AODEypm .dropdown-item:hover span {
  color: white;
}
.cid-tZ0AODEypm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZ0AODEypm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZ0AODEypm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZ0AODEypm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZ0AODEypm .nav-link {
  position: relative;
}
.cid-tZ0AODEypm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZ0AODEypm .container {
    flex-wrap: nowrap;
  }
}
.cid-tZ0AODEypm .navbar-caption:hover,
.cid-tZ0AODEypm .navbar-caption:focus {
  color: #0608ff !important;
}
.cid-tZ0AODEypm .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tZ0AODEypm .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tZ0AODEypm .navbar-nav .nav-item:hover {
  color: #0608ff;
}
.cid-tZ0AODEypm .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tZ0AODEypm .navbar-nav .nav-item a:hover {
  color: #0608ff !important;
}
.cid-tZ0AODEypm .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tZ0AODEypm .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tZ0AODEypm .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tZ0AODEypm .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0608ff !important;
}
.cid-tZ0AODEypm .dropdown-menu,
.cid-tZ0AODEypm .navbar.opened {
  background: #ffffff !important;
}
.cid-tZ0AODEypm .nav-item:focus,
.cid-tZ0AODEypm .nav-link:focus {
  outline: none;
}
.cid-tZ0AODEypm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ0AODEypm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ0AODEypm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ0AODEypm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ0AODEypm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ0AODEypm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ0AODEypm .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: #ffffff;
  padding: 0 !important;
}
.cid-tZ0AODEypm .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ0AODEypm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ0AODEypm .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ0AODEypm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZ0AODEypm .navbar.collapsed {
  justify-content: center;
}
.cid-tZ0AODEypm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ0AODEypm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ0AODEypm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tZ0AODEypm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ0AODEypm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ0AODEypm .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-tZ0AODEypm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ0AODEypm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ0AODEypm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZ0AODEypm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ0AODEypm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ0AODEypm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ0AODEypm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ0AODEypm .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-tZ0AODEypm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZ0AODEypm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZ0AODEypm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ0AODEypm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZ0AODEypm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ0AODEypm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZ0AODEypm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tZ0AODEypm .navbar.navbar-short {
  min-height: 70px;
}
.cid-tZ0AODEypm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tZ0AODEypm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ0AODEypm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ0AODEypm .dropdown-item.active,
.cid-tZ0AODEypm .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ0AODEypm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ0AODEypm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ0AODEypm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ0AODEypm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZ0AODEypm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZ0AODEypm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZ0AODEypm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ0AODEypm .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tZ0AODEypm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ0AODEypm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #714742;
}
.cid-tZ0AODEypm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ0AODEypm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ0AODEypm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ0AODEypm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ0AODEypm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ0AODEypm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ0AODEypm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ0AODEypm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ0AODEypm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZ0AODEypm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ0AODEypm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZ0AODEypm .navbar {
    height: 70px;
  }
  .cid-tZ0AODEypm .navbar.opened {
    height: auto;
  }
  .cid-tZ0AODEypm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ0AODEypm .container-fluid {
  padding: 0 1rem !important;
}
.cid-tZ0AODEypm .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tZ0AODEypm .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tZ0AODEypm .navbar-collapse {
    width: 100%;
  }
  .cid-tZ0AODEypm .navbar-nav {
    width: 100%;
  }
  .cid-tZ0AODEypm .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tZ0AOEV1gE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/istockphoto-511814232-612x406.jpg");
}
.cid-tZ0AOEV1gE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0AOEV1gE .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-tZ0AOEV1gE .col-content {
    text-align: center;
  }
}
.cid-tZ0AOEV1gE .label-container {
  margin-bottom: 16px;
}
.cid-tZ0AOEV1gE .label-text {
  color: #ffffff;
}
.cid-tZ0AOEV1gE .label-text-2 {
  color: #ffffff;
}
.cid-tZ0AOEV1gE .mbr-section-title {
  color: #ffffff;
}
.cid-tZ0AOEV1gE .text-container {
  margin-top: 24px;
}
.cid-tZ0AOEV1gE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ0AOEV1gE .mbr-text {
  color: #b79b6c;
}
.cid-tZ0AOEV1gE .mbr-section-btn {
  margin-top: 28px;
}
.cid-tZ0AOEV1gE .mbr-text,
.cid-tZ0AOEV1gE .mbr-section-btn {
  color: #ffffff;
}
.cid-tZ0AOFV2nI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c1f593;
}
.cid-tZ0AOFV2nI .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tZ0AOFV2nI .container {
    max-width: 1040px;
  }
}
.cid-tZ0AOFV2nI .row {
  justify-content: center;
}
.cid-tZ0AOFV2nI .item:focus,
.cid-tZ0AOFV2nI span:focus {
  outline: none;
}
.cid-tZ0AOFV2nI .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tZ0AOFV2nI .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tZ0AOFV2nI .item {
    width: 100%;
  }
  .cid-tZ0AOFV2nI .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-tZ0AOFV2nI .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tZ0AOFV2nI .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-tZ0AOFV2nI .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-tZ0AOFV2nI .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-tZ0AOFV2nI .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-tZ0AOFV2nI .item-wrap {
    padding: 50px;
  }
}
.cid-tZ0AOFV2nI .item-content {
  width: 100%;
}
.cid-tZ0AOFV2nI .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-tZ0AOFV2nI .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-tZ0AOFV2nI .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-tZ0AOFV2nI .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-tZ0AOFV2nI .list-item {
  display: flex;
  align-items: center;
}
.cid-tZ0AOFV2nI .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-tZ0AOFV2nI .icon-box {
  padding-right: 14px;
}
.cid-tZ0AOFV2nI .list-text {
  flex-grow: 1;
  color: #0608ff;
  margin-bottom: 0;
}
.cid-tZ0AOFV2nI .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-tZ0AOFV2nI .link-container {
    margin-top: 72px;
  }
}
.cid-tZ0AOFV2nI .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-tZ0AOFV2nI .link-container .link span {
  padding-right: 10px;
}
.cid-tZ0AOGQcDM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1f593;
}
.cid-tZ0AOGQcDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0AOGQcDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0AOGQcDM .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tZ0AOGQcDM .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tZ0AOGQcDM .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZ0AOGQcDM .card-wrapper {
    padding: 4rem;
  }
}
.cid-tZ0AOGQcDM .mbr-text,
.cid-tZ0AOGQcDM .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZ0AOGQcDM .card-title,
.cid-tZ0AOGQcDM .card-box {
  text-align: center;
  color: #000000;
}
.cid-tZ0AOHyovK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #714742;
}
.cid-tZ0AOHyovK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0AOHyovK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0AOHyovK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tZ0AOHyovK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tZ0AOHyovK .container {
    padding: 0 24px;
  }
}
.cid-tZ0AOHyovK .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tZ0AOHyovK .image-wrapper {
  height: 100%;
}
.cid-tZ0AOHyovK .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tZ0AOHyovK .image-wrapper img {
    height: 350px;
  }
}
.cid-tZ0AOHyovK .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tZ0AOHyovK .content-wrapper {
    padding: 24px;
  }
}
.cid-tZ0AOHyovK .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tZ0AOHyovK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tZ0AOHyovK .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tZ0AOHyovK .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tZ0AOHyovK .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tZ0AOHyovK .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tZ0AOHyovK .mbr-section-title {
  color: #141414;
}
.cid-tZ0AOHyovK .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-tZ0AOHyovK .mbr-section-title,
.cid-tZ0AOHyovK .title-wrapper,
.cid-tZ0AOHyovK .mbr-section-btn {
  text-align: center;
}
.cid-tZ0AOIBiBX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c1f593;
}
.cid-tZ0AOIBiBX .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0608ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tZ0AOIBiBX .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tZ0AOIBiBX .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tZ0AOIBiBX .main-title.display-2 {
  line-height: 1.375;
}
.cid-tZ0AOIBiBX .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tZ0AOIBiBX .mbr-text {
  color: #606060;
}
.cid-tZ0AOIBiBX .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tZ0AOIBiBX .mbr-section-btn {
  margin-top: 24px;
}
.cid-tZ0AOIBiBX .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tZ0AOIBiBX .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tZ0AOIBiBX .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tZ0AOIBiBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0AOIBiBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0AOIBiBX .mbr-text,
.cid-tZ0AOIBiBX .mbr-section-btn {
  color: #333333;
}
.cid-tZ0AOIBiBX .main-title,
.cid-tZ0AOIBiBX .mbr-section-btn {
  text-align: center;
}
.cid-tZ0AOJmb87 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #714742;
  overflow: hidden;
}
.cid-tZ0AOJmb87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0AOJmb87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0AOJmb87 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ0AOJmb87 .container {
    padding: 0 15px;
  }
}
.cid-tZ0AOJmb87 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tZ0AOJmb87 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tZ0AOJmb87 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tZ0AOJmb87 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tZ0AOJmb87 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ0AOJmb87 .item {
  margin-bottom: 32px;
}
.cid-tZ0AOJmb87 .item:hover .item-wrapper::before,
.cid-tZ0AOJmb87 .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-tZ0AOJmb87 .item .item-wrapper {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #9fdbf8;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-tZ0AOJmb87 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-tZ0AOJmb87 .item .item-wrapper::before {
    display: none;
  }
}
.cid-tZ0AOJmb87 .item .item-wrapper .card-box {
  position: relative;
}
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-tZ0AOJmb87 .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tZ0AOJmb87 .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tZ0AOJmb87 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-tZ0AOJmb87 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-tZ0AOJmb87 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZ0AOJmb87 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-tZ0AOJmb87 .mbr-date {
  color: #ffffff;
}
.cid-tZ0AOJmb87 .mbr-tag {
  color: #ffffff;
}
.cid-tZ0AOJmb87 .mbr-card-title {
  color: #f2ac2b;
}
.cid-tZ0AOJmb87 .mbr-card-text {
  color: #d2d2df;
}
.cid-tZ0AOJmb87 .mbr-card-title,
.cid-tZ0AOJmb87 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tZ0AOKnrRe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1f593;
}
.cid-tZ0AOKnrRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0AOKnrRe .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-tZ0AOKnrRe .container {
    padding: 0 15px;
  }
}
.cid-tZ0AOKnrRe .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tZ0AOKnrRe .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tZ0AOKnrRe .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-tZ0AOKnrRe .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tZ0AOKnrRe .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tZ0AOKnrRe .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tZ0AOKnrRe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ0AOKnrRe .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tZ0AOKnrRe .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tZ0AOKnrRe .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-tZ0AOKnrRe .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-tZ0AOKnrRe .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-tZ0AOKnrRe .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-tZ0AOKnrRe .mbr-section-title {
  color: #ffffff;
}
.cid-tZ0AOKnrRe .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-tZ0AOKnrRe .mbr-text {
  color: #000000;
}
.cid-tZ0AOKnrRe .mbr-section-title,
.cid-tZ0AOKnrRe .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tZ0AOLe9YY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #714742;
}
.cid-tZ0AOLe9YY .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0608ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tZ0AOLe9YY .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tZ0AOLe9YY .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tZ0AOLe9YY .main-title.display-2 {
  line-height: 1.375;
}
.cid-tZ0AOLe9YY .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tZ0AOLe9YY .mbr-text {
  color: #606060;
}
.cid-tZ0AOLe9YY .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tZ0AOLe9YY .mbr-section-btn {
  margin-top: 24px;
}
.cid-tZ0AOLe9YY .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tZ0AOLe9YY .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tZ0AOLe9YY .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tZ0AOLe9YY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0AOLe9YY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0AOLe9YY .mbr-text,
.cid-tZ0AOLe9YY .mbr-section-btn {
  color: #ffffff;
}
.cid-tZ0AOLe9YY .main-title,
.cid-tZ0AOLe9YY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tZ0AOM8Ma0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c1f593;
}
.cid-tZ0AOM8Ma0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0AOM8Ma0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0AOM8Ma0 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tZ0AOM8Ma0 .mbr-section-title {
  color: #24262b;
}
.cid-tZ0AOM8Ma0 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tZ0AOM8Ma0 .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tZ0AOM8Ma0 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tZ0AOM8Ma0 .card-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tZ0AOM8Ma0 .card-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-tZ0AOM8Ma0 .card-1 .card-wrap {
  background: #ffffff;
}
.cid-tZ0AOM8Ma0 .card-1 .item-content {
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tZ0AOM8Ma0 .card-1 .item-img {
    height: auto;
    width: 100%;
  }
}
.cid-tZ0AOM8Ma0 .card-1 .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tZ0AOM8Ma0 .card-1 .item-img img {
    aspect-ratio: 1.27272727;
  }
}
.cid-tZ0AOM8Ma0 .item-content {
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tZ0AOM8Ma0 .item-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tZ0AOM8Ma0 .item-content {
    text-align: center;
  }
}
.cid-tZ0AOM8Ma0 .card-title-1 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tZ0AOM8Ma0 .card-text-1 {
  color: #24262b;
  transition: 0.3s all;
}
.cid-tZ0AOM8Ma0 .card-text-1:hover {
  color: #0608ff !important;
}
.cid-tZ0AOM8Ma0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tZ0AOM8Ma0 .card-2 .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: #714742;
}
.cid-tZ0AOM8Ma0 .card-2 .item-text {
  align-self: center;
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tZ0AOM8Ma0 .card-2 .item-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tZ0AOM8Ma0 .card-2 .item-text {
    text-align: center;
  }
}
.cid-tZ0AOM8Ma0 .card-label-2 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tZ0AOM8Ma0 .card-title-2 {
  color: #ffffff;
}
.cid-tZ0AOM8Ma0 .card-subtitle-2 {
  color: #24262b;
}
.cid-tZ0AOM8Ma0 .card-text-2 {
  color: #24262b;
  margin-top: 16px;
}
.cid-tZ0AOM8Ma0 .card-text-1,
.cid-tZ0AOM8Ma0 .mbr-section-btn-1 {
  color: #33363b;
}
.cid-tZ0AONc64p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #714742;
  overflow: hidden;
}
.cid-tZ0AONc64p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0AONc64p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0AONc64p .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tZ0AONc64p .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tZ0AONc64p .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tZ0AONc64p .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tZ0AONc64p .container {
    padding: 0 16px;
  }
}
.cid-tZ0AONc64p .row {
  justify-content: space-between;
}
.cid-tZ0AONc64p .row:hover,
.cid-tZ0AONc64p .row:focus {
  cursor: pointer;
}
.cid-tZ0AONc64p .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ0AONc64p .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tZ0AONc64p .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tZ0AONc64p .image-wrapper img {
    height: 300px;
  }
}
.cid-tZ0AONc64p .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tZ0AONc64p .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tZ0AONc64p .mbr-section-title {
  color: #000000;
}
.cid-tZ0AONc64p .mbr-text {
  color: #ffffff;
}
.cid-tZ0AONc64p .mbr-section-title,
.cid-tZ0AONc64p .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tZ0AONUkus {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c1f593;
}
.cid-tZ0AONUkus .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0608ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tZ0AONUkus .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tZ0AONUkus .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tZ0AONUkus .main-title.display-2 {
  line-height: 1.375;
}
.cid-tZ0AONUkus .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tZ0AONUkus .mbr-text {
  color: #606060;
}
.cid-tZ0AONUkus .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tZ0AONUkus .mbr-section-btn {
  margin-top: 24px;
}
.cid-tZ0AONUkus .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tZ0AONUkus .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tZ0AONUkus .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tZ0AONUkus .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0AONUkus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0AONUkus .mbr-text,
.cid-tZ0AONUkus .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-tZ0AONUkus .main-title,
.cid-tZ0AONUkus .mbr-section-btn {
  text-align: center;
}
.cid-tZ0AOOOPFQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZ0AOOOPFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0AOOOPFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0AOOOPFQ .row {
  margin: 0 !important;
}
.cid-tZ0AOOOPFQ .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tZ0AOOOPFQ .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZ0AOOOPFQ .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tZ0AOOOPFQ .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-tZ0AOOOPFQ .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tZ0AOOOPFQ .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tZ0AOOOPFQ .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tZ0AOOOPFQ .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tZ0AOOOPFQ .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tZ0AOOOPFQ .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tZ0AOOOPFQ .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tZ0AOOOPFQ .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tZ0AOOOPFQ .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tZ0AOOOPFQ .panel-group {
  border: none;
}
.cid-tZ0AOOOPFQ .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tZ0AOOOPFQ .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tZ0AOOOPFQ .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tZ0AOOOPFQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tZ0AOOOPFQ .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tZ0AOOOPFQ .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tZ0AOOOPFQ .panel-title-edit {
  color: #131313;
}
.cid-tZ0AOOOPFQ .panel-body {
  padding: 0 0 20px;
}
.cid-tZ0AOOOPFQ .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tZ0AOPYni1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c1f593;
}
.cid-tZ0AOPYni1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0AOPYni1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0AOPYni1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tZ0AOPYni1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tZ0AOPYni1 .container {
    padding: 0;
  }
}
.cid-tZ0AOPYni1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ0AOPYni1 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tZ0AOPYni1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZ0AOPYni1 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tZ0AOPYni1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZ0AOPYni1 .mbr-text {
  color: #000000;
}
.cid-tZ0Hfe6Chl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #714742;
}
.cid-tZ0Hfe6Chl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0Hfe6Chl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0Hfe6Chl .row {
  justify-content: flex-start;
}
.cid-tZ0Hfe6Chl .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-tZ0Hfe6Chl .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.cid-tZ0Hfe6Chl .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tZ0Hfe6Chl .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-tZ0Hfe6Chl .mbr-section-btn {
  margin-top: 2.4rem;
}
.cid-tZ0Hfe6Chl .mbr-section-title,
.cid-tZ0Hfe6Chl .mbr-section-btn {
  color: #ffffff;
}
.cid-tZ0AOQOOIY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tZ0AOQOOIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0AOQOOIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0AOQOOIY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tZ0AOQOOIY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tZ0AOQOOIY .container {
    padding: 0;
  }
}
.cid-tZ0AOQOOIY .row {
  justify-content: center;
}
.cid-tZ0AOQOOIY .panel-group .card {
  padding: 50px 160px;
  border-bottom: 1px solid #263652;
  border-radius: 0;
}
.cid-tZ0AOQOOIY .panel-group .card:first-child {
  border-top: 1px solid #263652;
}
@media (max-width: 992px) {
  .cid-tZ0AOQOOIY .panel-group .card {
    padding: 20px 16px;
  }
}
.cid-tZ0AOQOOIY .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tZ0AOQOOIY .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tZ0AOQOOIY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tZ0AOQOOIY .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tZ0AOQOOIY .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  color: #0608ff;
}
.cid-tZ0AOQOOIY .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tZ0AOQOOIY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tZ0AOQOOIY .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-tZ0AOQOOIY .mbr-section-btn-main {
  margin-top: 90px;
  text-align: center;
}
.cid-tZ0AOQOOIY .mbr-section-btn-main .btn {
  border-bottom: 2px solid #263652 !important;
}
@media (max-width: 992px) {
  .cid-tZ0AOQOOIY .mbr-section-btn-main {
    margin-top: 50px;
  }
}
.cid-tZ0AOQOOIY .mbr-section-title {
  color: #263652;
}
.cid-tZ0AOQOOIY .panel-title-edit,
.cid-tZ0AOQOOIY .mbr-iconfont {
  color: #000000;
}
.cid-tZ0AOQOOIY .panel-text {
  color: #263652;
}
.cid-tZ0AOQOOIY .panel-text,
.cid-tZ0AOQOOIY .mbr-section-btn {
  color: #000000;
}
.cid-tZ0AORNq9p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tZ0AORNq9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0AORNq9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0AORNq9p .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tZ0AORNq9p .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tZ0AORNq9p .container {
    padding: 0;
  }
}
.cid-tZ0AORNq9p .row {
  justify-content: center;
}
.cid-tZ0AORNq9p .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tZ0AORNq9p .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tZ0AORNq9p .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZ0AORNq9p .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tZ0AORNq9p .google-map iframe {
    height: 300px;
  }
}
.cid-tZ0AORNq9p .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZ0AOSIPlh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1f593;
}
.cid-tZ0AOSIPlh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0AOSIPlh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0AOSIPlh .row {
  background: #714742;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-tZ0AOSIPlh li:hover {
  color: #0608ff;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tZ0AOSIPlh .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tZ0AOSIPlh .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-tZ0AOSIPlh .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tZ0AOSIPlh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tZ0AOSIPlh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tZ0AOSIPlh .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-tZ0AOSIPlh .row {
    text-align: center;
  }
  .cid-tZ0AOSIPlh .social-row {
    justify-content: center;
  }
}
.cid-tZ0AOSIPlh .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tZ0AOSIPlh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZ0AOSIPlh .list {
    margin-bottom: 0rem;
  }
}
.cid-tZ0AOSIPlh .list,
.cid-tZ0AOSIPlh .mbr-text {
  color: #ffffff;
}
.cid-tZ0AOSIPlh .mbr-section-subtitle {
  color: #000000;
}
