.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.375rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #e03f7f !important;
}
.bg-success {
  background-color: #bdcdc6 !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: #e03f7f !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: #ac1c55 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ac1c55 !important;
  border-color: #ac1c55 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4eedb !important;
  border: none  !important;
  color: #638941 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b8d2a0 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #638941 !important;
  background-color: #b8d2a0 !important;
  border-color: #b8d2a0 !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: #bdcdc6 !important;
  border: none  !important;
  color: #ffffff !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: #8ca89b !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border-color: #8ca89b !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 #e03f7f;
  color: #e03f7f;
  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: #ac1c55 !important;
  background-color: transparent!important;
  border-color: #ac1c55 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e03f7f !important;
  border-color: #e03f7f !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 #e4eedb;
  color: #e4eedb;
  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: #b8d2a0 !important;
  background-color: transparent!important;
  border-color: #b8d2a0 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #638941 !important;
  background-color: #e4eedb !important;
  border-color: #e4eedb !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 #bdcdc6;
  color: #bdcdc6;
  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: #8ca89b !important;
  background-color: transparent!important;
  border-color: #8ca89b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bdcdc6 !important;
  border-color: #bdcdc6 !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: #e03f7f !important;
}
.text-secondary {
  color: #e4eedb !important;
}
.text-success {
  color: #bdcdc6 !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: #9f1a4f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b0cd96 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #83a194 !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: #e03f7f;
}
.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: #e03f7f;
  border-color: #e03f7f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e03f7f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fceff4;
}
.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.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #e03f7f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #e03f7f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e03f7f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e03f7f;
}
.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: #e03f7f;
  border-bottom-color: #e03f7f;
}
.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: #e03f7f !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: #e4eedb !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='%23e03f7f' %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: #e03f7f !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #e03f7f !important;
  border-color: #e03f7f !important;
}
.cid-tDSunbbdYc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tDSunbbdYc nav.navbar {
  position: fixed;
}
.cid-tDSunbbdYc .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-tDSunbbdYc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDSunbbdYc .dropdown-item:hover,
.cid-tDSunbbdYc .dropdown-item:focus {
  color: #e03f7f !important;
}
.cid-tDSunbbdYc .dropdown-item:hover span {
  color: white;
}
.cid-tDSunbbdYc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDSunbbdYc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDSunbbdYc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDSunbbdYc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDSunbbdYc .nav-link {
  position: relative;
}
.cid-tDSunbbdYc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDSunbbdYc .container {
    flex-wrap: nowrap;
  }
}
.cid-tDSunbbdYc .navbar-caption:hover,
.cid-tDSunbbdYc .navbar-caption:focus {
  color: #e03f7f !important;
}
.cid-tDSunbbdYc .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tDSunbbdYc .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tDSunbbdYc .navbar-nav .nav-item:hover {
  color: #e03f7f;
}
.cid-tDSunbbdYc .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item a:hover {
  color: #e03f7f !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #e03f7f !important;
}
.cid-tDSunbbdYc .dropdown-menu,
.cid-tDSunbbdYc .navbar.opened {
  background: #ffffff !important;
}
.cid-tDSunbbdYc .nav-item:focus,
.cid-tDSunbbdYc .nav-link:focus {
  outline: none;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSunbbdYc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSunbbdYc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSunbbdYc .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-tDSunbbdYc .navbar.opened {
  transition: all 0.3s;
}
.cid-tDSunbbdYc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDSunbbdYc .navbar .navbar-logo img {
  width: auto;
}
.cid-tDSunbbdYc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSunbbdYc .navbar.collapsed {
  justify-content: center;
}
.cid-tDSunbbdYc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSunbbdYc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSunbbdYc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-tDSunbbdYc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSunbbdYc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSunbbdYc .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-tDSunbbdYc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSunbbdYc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDSunbbdYc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDSunbbdYc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSunbbdYc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSunbbdYc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSunbbdYc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSunbbdYc .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-tDSunbbdYc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDSunbbdYc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSunbbdYc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSunbbdYc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDSunbbdYc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDSunbbdYc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDSunbbdYc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDSunbbdYc .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDSunbbdYc .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-tDSunbbdYc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSunbbdYc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSunbbdYc .dropdown-item.active,
.cid-tDSunbbdYc .dropdown-item:active {
  background-color: transparent;
}
.cid-tDSunbbdYc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSunbbdYc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSunbbdYc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSunbbdYc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDSunbbdYc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSunbbdYc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDSunbbdYc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDSunbbdYc .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tDSunbbdYc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSunbbdYc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDSunbbdYc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSunbbdYc .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-tDSunbbdYc .navbar {
    height: 70px;
  }
  .cid-tDSunbbdYc .navbar.opened {
    height: auto;
  }
  .cid-tDSunbbdYc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDSunbbdYc .container-fluid {
  padding: 0 1rem !important;
}
.cid-tDSunbbdYc .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tDSunbbdYc .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tDSunbbdYc .navbar-collapse {
    width: 100%;
  }
  .cid-tDSunbbdYc .navbar-nav {
    width: 100%;
  }
  .cid-tDSunbbdYc .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tDSunpTzFY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/istockphoto-1435781294-612x408.jpg");
}
.cid-tDSunpTzFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSunpTzFY .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-tDSunpTzFY .col-content {
    text-align: center;
  }
}
.cid-tDSunpTzFY .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tDSunpTzFY .mbr-section-title {
  color: #24262b;
}
.cid-tDSunpTzFY .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tDSunpTzFY .mbr-section-btn {
  margin-top: 22px;
}
.cid-tDSunpTzFY .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tDSunpTzFY .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tDSunpTzFY .text-item {
    text-align: center;
  }
}
.cid-tDSunpTzFY .mbr-text {
  color: #24262b;
}
.cid-tDSunpTzFY .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tDSunpTzFY .mbr-section-subtitle,
.cid-tDSunpTzFY .mbr-section-btn {
  color: #000000;
}
.cid-tT1cDWETHr {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/istockphoto-1368098469-612x408.jpg");
}
.cid-tT1cDWETHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1cDWETHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT1cDWETHr .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tT1cDWETHr .col-text {
    max-width: 624px;
  }
}
.cid-tT1cDWETHr .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-tT1cDWETHr .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-tT1cDWETHr .mbr-text {
  margin-top: 24px;
  color: #efefef;
}
.cid-tT1cDWETHr .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-tT1cDWETHr .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tT1cDWETHr .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-tT1cDWETHr .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tT1cDWETHr .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-tT1cDWETHr .card-title {
  color: #FFFFFF;
}
.cid-tDSuYZU7L0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tDSuYZU7L0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSuYZU7L0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSuYZU7L0 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tDSuYZU7L0 .mbr-section-title {
  color: #24262b;
}
.cid-tDSuYZU7L0 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tDSuYZU7L0 .cards-row {
  row-gap: 32px;
}
.cid-tDSuYZU7L0 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tDSuYZU7L0 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tDSuYZU7L0 .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tDSuYZU7L0 .card-subtitle {
  color: #24262b;
}
.cid-tDSuYZU7L0 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tDSuYZU7L0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDSuYZU7L0 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tDSuYZU7L0 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tT1dc7ahJe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tT1dc7ahJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1dc7ahJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT1dc7ahJe .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tT1dc7ahJe .mbr-section-title {
  color: #24262b;
}
.cid-tT1dc7ahJe .mbr-section-subtitle {
  color: #24262b;
}
.cid-tT1dc7ahJe .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tT1dc7ahJe .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-tT1dc7ahJe .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-tT1dc7ahJe .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-tT1dc7ahJe .item-content {
  max-width: 100%;
  width: 100%;
}
.cid-tT1dc7ahJe .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tT1dc7ahJe .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tT1dc7ahJe .card-subtitle-1 {
  color: #ffffff;
}
.cid-tT1dc7ahJe .card-subtitle-2 {
  color: #24262b;
}
.cid-tT1dc7ahJe .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-tT1dc7ahJe .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-tT1dc7ahJe .mbr-section-btn {
  margin-top: 20px;
}
.cid-tT1dc7ahJe .card-1 .card-wrap {
  background-image: url("../../../assets/images/istockphoto-800359124-612x408.jpg");
}
.cid-tT1dc7ahJe .card-2 .card-wrap {
  background: #e7d8d6;
}
.cid-tT1dc7ahJe .card-text-1,
.cid-tT1dc7ahJe .mbr-section-btn-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tT1eU5Adjg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tT1eU5Adjg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1eU5Adjg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT1eU5Adjg .container-small,
.cid-tT1eU5Adjg .container-fluid {
  padding: 0 !important;
}
.cid-tT1eU5Adjg .container-small {
  max-width: 1440px;
}
.cid-tT1eU5Adjg .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #eddae0;
}
@media (max-width: 991px) {
  .cid-tT1eU5Adjg .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-tT1eU5Adjg .text-box {
    padding: 50px 10px;
  }
}
.cid-tT1eU5Adjg .mbr-section-title {
  color: #131313;
}
.cid-tT1eU5Adjg .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-tT1eU5Adjg .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tT1eU5Adjg .mbr-text {
    margin-top: 20px;
  }
}
.cid-tT1eU5Adjg .mbr-text a {
  text-decoration: underline;
}
.cid-tT1eU5Adjg .mbr-section-btn {
  margin-top: 34px;
}
.cid-tT1pQNyiWE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eddae0;
}
.cid-tT1pQNyiWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1pQNyiWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT1pQNyiWE .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tT1pQNyiWE .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tT1pQNyiWE .container {
    padding: 0 26px;
  }
}
.cid-tT1pQNyiWE .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tT1pQNyiWE .row {
    margin: 0 -12px;
  }
}
.cid-tT1pQNyiWE .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.cid-tT1pQNyiWE .card:first-child {
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tT1pQNyiWE .card:first-child {
    border: none;
  }
}
.cid-tT1pQNyiWE .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tT1pQNyiWE .card:first-child::before {
    display: none;
  }
}
.cid-tT1pQNyiWE .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-tT1pQNyiWE .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tT1pQNyiWE .card {
    padding: 0 12px;
  }
}
.cid-tT1pQNyiWE .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-tT1pQNyiWE .card:last-child {
    padding: 0 12px;
  }
}
.cid-tT1pQNyiWE .card:first-child {
  border-right: none;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tT1pQNyiWE .card:first-child {
    border: none;
  }
}
.cid-tT1pQNyiWE .card:first-child::before {
  right: auto;
  left: -8px;
}
@media (max-width: 992px) {
  .cid-tT1pQNyiWE .card:first-child::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tT1pQNyiWE .card {
    padding: 0 12px;
  }
}
.cid-tT1pQNyiWE .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-tT1pQNyiWE .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-tT1pQNyiWE .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tT1pQNyiWE .image-wrapper img {
    height: 300px;
  }
}
.cid-tT1pQNyiWE .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-tT1pQNyiWE .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-tT1pQNyiWE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tT1pQNyiWE .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tT1pQNyiWE .mbr-section-title {
  color: #000000;
}
.cid-tT1pQNyiWE .mbr-text {
  color: #000000;
}
.cid-tT1dTmywTx {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tT1dTmywTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1dTmywTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT1dTmywTx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tT1dTmywTx .container-fluid {
    padding: 0 25px;
  }
}
.cid-tT1dTmywTx .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tT1dTmywTx .container {
    padding: 0 25px;
  }
}
.cid-tT1dTmywTx .row {
  border: 1px solid #eddae0;
}
.cid-tT1dTmywTx .card {
  padding: 0;
}
.cid-tT1dTmywTx .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-tT1dTmywTx .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .cid-tT1dTmywTx .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.cid-tT1dTmywTx .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #eddae0;
}
@media (max-width: 992px) {
  .cid-tT1dTmywTx .title-wrapper {
    padding: 60px 25px;
  }
}
.cid-tT1dTmywTx .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tT1dTmywTx .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tT1dTmywTx .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tT1dTmywTx .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 35px;
}
.cid-tT1dTmywTx .title-wrapper .mbr-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-tT1dTmywTx .mbr-section-title {
  color: #ffffff;
}
.cid-tT1dTmywTx .mbr-text {
  color: #000000;
}
.cid-tT1dTmywTx .mbr-desc {
  color: #000000;
}
.cid-tT1dTmywTx .mbr-section-title,
.cid-tT1dTmywTx .mbr-section-btn {
  color: #000000;
}
.cid-tT1iMyfVaV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tT1iMyfVaV .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tT1iMyfVaV .row {
    justify-content: flex-start;
  }
}
.cid-tT1iMyfVaV .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tT1iMyfVaV .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tT1iMyfVaV .col-card {
    width: 100% !important;
  }
}
.cid-tT1iMyfVaV .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tT1iMyfVaV .card-title {
    padding: 0 !important;
  }
}
.cid-tT1iMyfVaV .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tT1iMyfVaV .card-wrapper {
  height: 100%;
}
.cid-tT1iMyfVaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1iMyfVaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSvrYu5b4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-tDSvrYu5b4 .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tDSvrYu5b4 .mbr-text {
  color: #c1c1c1;
}
.cid-tT1kSub7fN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tT1kSub7fN nav.navbar {
  position: fixed;
}
.cid-tT1kSub7fN .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-tT1kSub7fN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tT1kSub7fN .dropdown-item:hover,
.cid-tT1kSub7fN .dropdown-item:focus {
  color: #e03f7f !important;
}
.cid-tT1kSub7fN .dropdown-item:hover span {
  color: white;
}
.cid-tT1kSub7fN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tT1kSub7fN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tT1kSub7fN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tT1kSub7fN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tT1kSub7fN .nav-link {
  position: relative;
}
.cid-tT1kSub7fN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tT1kSub7fN .container {
    flex-wrap: nowrap;
  }
}
.cid-tT1kSub7fN .navbar-caption:hover,
.cid-tT1kSub7fN .navbar-caption:focus {
  color: #e03f7f !important;
}
.cid-tT1kSub7fN .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tT1kSub7fN .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tT1kSub7fN .navbar-nav .nav-item:hover {
  color: #e03f7f;
}
.cid-tT1kSub7fN .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tT1kSub7fN .navbar-nav .nav-item a:hover {
  color: #e03f7f !important;
}
.cid-tT1kSub7fN .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tT1kSub7fN .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tT1kSub7fN .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tT1kSub7fN .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #e03f7f !important;
}
.cid-tT1kSub7fN .dropdown-menu,
.cid-tT1kSub7fN .navbar.opened {
  background: #ffffff !important;
}
.cid-tT1kSub7fN .nav-item:focus,
.cid-tT1kSub7fN .nav-link:focus {
  outline: none;
}
.cid-tT1kSub7fN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tT1kSub7fN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tT1kSub7fN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tT1kSub7fN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tT1kSub7fN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tT1kSub7fN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tT1kSub7fN .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-tT1kSub7fN .navbar.opened {
  transition: all 0.3s;
}
.cid-tT1kSub7fN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tT1kSub7fN .navbar .navbar-logo img {
  width: auto;
}
.cid-tT1kSub7fN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tT1kSub7fN .navbar.collapsed {
  justify-content: center;
}
.cid-tT1kSub7fN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tT1kSub7fN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tT1kSub7fN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-tT1kSub7fN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tT1kSub7fN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tT1kSub7fN .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-tT1kSub7fN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tT1kSub7fN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tT1kSub7fN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tT1kSub7fN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tT1kSub7fN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tT1kSub7fN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tT1kSub7fN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tT1kSub7fN .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-tT1kSub7fN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tT1kSub7fN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tT1kSub7fN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tT1kSub7fN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tT1kSub7fN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tT1kSub7fN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tT1kSub7fN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tT1kSub7fN .navbar.navbar-short {
  min-height: 70px;
}
.cid-tT1kSub7fN .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-tT1kSub7fN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tT1kSub7fN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tT1kSub7fN .dropdown-item.active,
.cid-tT1kSub7fN .dropdown-item:active {
  background-color: transparent;
}
.cid-tT1kSub7fN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tT1kSub7fN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tT1kSub7fN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tT1kSub7fN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tT1kSub7fN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tT1kSub7fN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tT1kSub7fN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tT1kSub7fN .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tT1kSub7fN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tT1kSub7fN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tT1kSub7fN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tT1kSub7fN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT1kSub7fN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT1kSub7fN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tT1kSub7fN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT1kSub7fN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tT1kSub7fN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tT1kSub7fN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT1kSub7fN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tT1kSub7fN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tT1kSub7fN .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-tT1kSub7fN .navbar {
    height: 70px;
  }
  .cid-tT1kSub7fN .navbar.opened {
    height: auto;
  }
  .cid-tT1kSub7fN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT1kSub7fN .container-fluid {
  padding: 0 1rem !important;
}
.cid-tT1kSub7fN .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tT1kSub7fN .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tT1kSub7fN .navbar-collapse {
    width: 100%;
  }
  .cid-tT1kSub7fN .navbar-nav {
    width: 100%;
  }
  .cid-tT1kSub7fN .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tT1kSuxZoR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/istockphoto-1288429212-612x369.jpg");
}
.cid-tT1kSuxZoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1kSuxZoR .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-tT1kSuxZoR .col-content {
    text-align: center;
  }
}
.cid-tT1kSuxZoR .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tT1kSuxZoR .mbr-section-title {
  color: #24262b;
}
.cid-tT1kSuxZoR .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tT1kSuxZoR .mbr-section-btn {
  margin-top: 22px;
}
.cid-tT1kSuxZoR .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tT1kSuxZoR .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tT1kSuxZoR .text-item {
    text-align: center;
  }
}
.cid-tT1kSuxZoR .mbr-text {
  color: #24262b;
}
.cid-tT1kSuxZoR .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tT1kSuTsXn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tT1kSuTsXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1kSuTsXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT1kSuTsXn .container-small,
.cid-tT1kSuTsXn .container-fluid {
  padding: 0 !important;
}
.cid-tT1kSuTsXn .container-small {
  max-width: 1440px;
}
.cid-tT1kSuTsXn .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #eddae0;
}
@media (max-width: 991px) {
  .cid-tT1kSuTsXn .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-tT1kSuTsXn .text-box {
    padding: 50px 10px;
  }
}
.cid-tT1kSuTsXn .mbr-section-title {
  color: #131313;
}
.cid-tT1kSuTsXn .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-tT1kSuTsXn .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tT1kSuTsXn .mbr-text {
    margin-top: 20px;
  }
}
.cid-tT1kSuTsXn .mbr-text a {
  text-decoration: underline;
}
.cid-tT1kSuTsXn .mbr-section-btn {
  margin-top: 34px;
}
.cid-tT1kSuTsXn .mbr-section-subtitle,
.cid-tT1kSuTsXn .mbr-section-btn {
  text-align: left;
}
.cid-tT1kSvbAkV {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tT1kSvbAkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1kSvbAkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT1kSvbAkV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tT1kSvbAkV .container-fluid {
    padding: 0 25px;
  }
}
.cid-tT1kSvbAkV .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tT1kSvbAkV .container {
    padding: 0 25px;
  }
}
.cid-tT1kSvbAkV .row {
  border: 1px solid #eddae0;
}
.cid-tT1kSvbAkV .card {
  padding: 0;
}
.cid-tT1kSvbAkV .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-tT1kSvbAkV .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .cid-tT1kSvbAkV .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.cid-tT1kSvbAkV .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #eddae0;
}
@media (max-width: 992px) {
  .cid-tT1kSvbAkV .title-wrapper {
    padding: 60px 25px;
  }
}
.cid-tT1kSvbAkV .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tT1kSvbAkV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tT1kSvbAkV .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tT1kSvbAkV .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 35px;
}
.cid-tT1kSvbAkV .title-wrapper .mbr-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-tT1kSvbAkV .mbr-section-title {
  color: #ffffff;
}
.cid-tT1kSvbAkV .mbr-text {
  color: #000000;
}
.cid-tT1kSvbAkV .mbr-desc {
  color: #000000;
}
.cid-tT1kSvbAkV .mbr-section-title,
.cid-tT1kSvbAkV .mbr-section-btn {
  color: #000000;
}
.cid-tT1kSvtkdQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tT1kSvtkdQ .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tT1kSvtkdQ .row {
    justify-content: flex-start;
  }
}
.cid-tT1kSvtkdQ .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tT1kSvtkdQ .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tT1kSvtkdQ .col-card {
    width: 100% !important;
  }
}
.cid-tT1kSvtkdQ .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tT1kSvtkdQ .card-title {
    padding: 0 !important;
  }
}
.cid-tT1kSvtkdQ .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tT1kSvtkdQ .card-wrapper {
  height: 100%;
}
.cid-tT1kSvtkdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1kSvtkdQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT1kSvOCuc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-tT1kSvOCuc .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tT1kSvOCuc .mbr-text {
  color: #c1c1c1;
}
.cid-tT1kupTBIL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tT1kupTBIL nav.navbar {
  position: fixed;
}
.cid-tT1kupTBIL .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-tT1kupTBIL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tT1kupTBIL .dropdown-item:hover,
.cid-tT1kupTBIL .dropdown-item:focus {
  color: #e03f7f !important;
}
.cid-tT1kupTBIL .dropdown-item:hover span {
  color: white;
}
.cid-tT1kupTBIL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tT1kupTBIL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tT1kupTBIL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tT1kupTBIL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tT1kupTBIL .nav-link {
  position: relative;
}
.cid-tT1kupTBIL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tT1kupTBIL .container {
    flex-wrap: nowrap;
  }
}
.cid-tT1kupTBIL .navbar-caption:hover,
.cid-tT1kupTBIL .navbar-caption:focus {
  color: #e03f7f !important;
}
.cid-tT1kupTBIL .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tT1kupTBIL .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tT1kupTBIL .navbar-nav .nav-item:hover {
  color: #e03f7f;
}
.cid-tT1kupTBIL .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tT1kupTBIL .navbar-nav .nav-item a:hover {
  color: #e03f7f !important;
}
.cid-tT1kupTBIL .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tT1kupTBIL .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tT1kupTBIL .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tT1kupTBIL .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #e03f7f !important;
}
.cid-tT1kupTBIL .dropdown-menu,
.cid-tT1kupTBIL .navbar.opened {
  background: #ffffff !important;
}
.cid-tT1kupTBIL .nav-item:focus,
.cid-tT1kupTBIL .nav-link:focus {
  outline: none;
}
.cid-tT1kupTBIL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tT1kupTBIL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tT1kupTBIL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tT1kupTBIL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tT1kupTBIL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tT1kupTBIL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tT1kupTBIL .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-tT1kupTBIL .navbar.opened {
  transition: all 0.3s;
}
.cid-tT1kupTBIL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tT1kupTBIL .navbar .navbar-logo img {
  width: auto;
}
.cid-tT1kupTBIL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tT1kupTBIL .navbar.collapsed {
  justify-content: center;
}
.cid-tT1kupTBIL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tT1kupTBIL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tT1kupTBIL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-tT1kupTBIL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tT1kupTBIL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tT1kupTBIL .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-tT1kupTBIL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tT1kupTBIL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tT1kupTBIL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tT1kupTBIL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tT1kupTBIL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tT1kupTBIL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tT1kupTBIL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tT1kupTBIL .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-tT1kupTBIL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tT1kupTBIL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tT1kupTBIL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tT1kupTBIL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tT1kupTBIL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tT1kupTBIL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tT1kupTBIL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tT1kupTBIL .navbar.navbar-short {
  min-height: 70px;
}
.cid-tT1kupTBIL .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-tT1kupTBIL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tT1kupTBIL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tT1kupTBIL .dropdown-item.active,
.cid-tT1kupTBIL .dropdown-item:active {
  background-color: transparent;
}
.cid-tT1kupTBIL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tT1kupTBIL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tT1kupTBIL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tT1kupTBIL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tT1kupTBIL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tT1kupTBIL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tT1kupTBIL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tT1kupTBIL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tT1kupTBIL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tT1kupTBIL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tT1kupTBIL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tT1kupTBIL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT1kupTBIL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT1kupTBIL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tT1kupTBIL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT1kupTBIL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tT1kupTBIL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tT1kupTBIL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT1kupTBIL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tT1kupTBIL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tT1kupTBIL .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-tT1kupTBIL .navbar {
    height: 70px;
  }
  .cid-tT1kupTBIL .navbar.opened {
    height: auto;
  }
  .cid-tT1kupTBIL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT1kupTBIL .container-fluid {
  padding: 0 1rem !important;
}
.cid-tT1kupTBIL .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tT1kupTBIL .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tT1kupTBIL .navbar-collapse {
    width: 100%;
  }
  .cid-tT1kupTBIL .navbar-nav {
    width: 100%;
  }
  .cid-tT1kupTBIL .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tT1kuqhqLm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/istockphoto-1283516541-612x408.jpg");
}
.cid-tT1kuqhqLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1kuqhqLm .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-tT1kuqhqLm .col-content {
    text-align: center;
  }
}
.cid-tT1kuqhqLm .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tT1kuqhqLm .mbr-section-title {
  color: #24262b;
}
.cid-tT1kuqhqLm .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tT1kuqhqLm .mbr-section-btn {
  margin-top: 22px;
}
.cid-tT1kuqhqLm .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tT1kuqhqLm .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tT1kuqhqLm .text-item {
    text-align: center;
  }
}
.cid-tT1kuqhqLm .mbr-text {
  color: #24262b;
}
.cid-tT1kuqhqLm .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tT1kuqEuWT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tT1kuqEuWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1kuqEuWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT1kuqEuWT .container-small,
.cid-tT1kuqEuWT .container-fluid {
  padding: 0 !important;
}
.cid-tT1kuqEuWT .container-small {
  max-width: 1440px;
}
.cid-tT1kuqEuWT .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #eddae0;
}
@media (max-width: 991px) {
  .cid-tT1kuqEuWT .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-tT1kuqEuWT .text-box {
    padding: 50px 10px;
  }
}
.cid-tT1kuqEuWT .mbr-section-title {
  color: #131313;
}
.cid-tT1kuqEuWT .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-tT1kuqEuWT .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tT1kuqEuWT .mbr-text {
    margin-top: 20px;
  }
}
.cid-tT1kuqEuWT .mbr-text a {
  text-decoration: underline;
}
.cid-tT1kuqEuWT .mbr-section-btn {
  margin-top: 34px;
}
.cid-tT1kuqEuWT .mbr-section-subtitle,
.cid-tT1kuqEuWT .mbr-section-btn {
  text-align: left;
}
.cid-tT1kuqXpYN {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tT1kuqXpYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1kuqXpYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT1kuqXpYN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tT1kuqXpYN .container-fluid {
    padding: 0 25px;
  }
}
.cid-tT1kuqXpYN .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tT1kuqXpYN .container {
    padding: 0 25px;
  }
}
.cid-tT1kuqXpYN .row {
  border: 1px solid #eddae0;
}
.cid-tT1kuqXpYN .card {
  padding: 0;
}
.cid-tT1kuqXpYN .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-tT1kuqXpYN .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .cid-tT1kuqXpYN .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.cid-tT1kuqXpYN .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #eddae0;
}
@media (max-width: 992px) {
  .cid-tT1kuqXpYN .title-wrapper {
    padding: 60px 25px;
  }
}
.cid-tT1kuqXpYN .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tT1kuqXpYN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tT1kuqXpYN .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tT1kuqXpYN .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 35px;
}
.cid-tT1kuqXpYN .title-wrapper .mbr-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-tT1kuqXpYN .mbr-section-title {
  color: #ffffff;
}
.cid-tT1kuqXpYN .mbr-text {
  color: #000000;
}
.cid-tT1kuqXpYN .mbr-desc {
  color: #000000;
}
.cid-tT1kuqXpYN .mbr-section-title,
.cid-tT1kuqXpYN .mbr-section-btn {
  color: #000000;
}
.cid-tT1kurhkdT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tT1kurhkdT .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tT1kurhkdT .row {
    justify-content: flex-start;
  }
}
.cid-tT1kurhkdT .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tT1kurhkdT .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tT1kurhkdT .col-card {
    width: 100% !important;
  }
}
.cid-tT1kurhkdT .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tT1kurhkdT .card-title {
    padding: 0 !important;
  }
}
.cid-tT1kurhkdT .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tT1kurhkdT .card-wrapper {
  height: 100%;
}
.cid-tT1kurhkdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1kurhkdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT1kurFvvk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-tT1kurFvvk .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tT1kurFvvk .mbr-text {
  color: #c1c1c1;
}
.cid-tT1jKsgKY2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tT1jKsgKY2 nav.navbar {
  position: fixed;
}
.cid-tT1jKsgKY2 .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-tT1jKsgKY2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tT1jKsgKY2 .dropdown-item:hover,
.cid-tT1jKsgKY2 .dropdown-item:focus {
  color: #e03f7f !important;
}
.cid-tT1jKsgKY2 .dropdown-item:hover span {
  color: white;
}
.cid-tT1jKsgKY2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tT1jKsgKY2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tT1jKsgKY2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tT1jKsgKY2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tT1jKsgKY2 .nav-link {
  position: relative;
}
.cid-tT1jKsgKY2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tT1jKsgKY2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tT1jKsgKY2 .navbar-caption:hover,
.cid-tT1jKsgKY2 .navbar-caption:focus {
  color: #e03f7f !important;
}
.cid-tT1jKsgKY2 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tT1jKsgKY2 .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tT1jKsgKY2 .navbar-nav .nav-item:hover {
  color: #e03f7f;
}
.cid-tT1jKsgKY2 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tT1jKsgKY2 .navbar-nav .nav-item a:hover {
  color: #e03f7f !important;
}
.cid-tT1jKsgKY2 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tT1jKsgKY2 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tT1jKsgKY2 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tT1jKsgKY2 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #e03f7f !important;
}
.cid-tT1jKsgKY2 .dropdown-menu,
.cid-tT1jKsgKY2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tT1jKsgKY2 .nav-item:focus,
.cid-tT1jKsgKY2 .nav-link:focus {
  outline: none;
}
.cid-tT1jKsgKY2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tT1jKsgKY2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tT1jKsgKY2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tT1jKsgKY2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tT1jKsgKY2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tT1jKsgKY2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tT1jKsgKY2 .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-tT1jKsgKY2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tT1jKsgKY2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tT1jKsgKY2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tT1jKsgKY2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tT1jKsgKY2 .navbar.collapsed {
  justify-content: center;
}
.cid-tT1jKsgKY2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tT1jKsgKY2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tT1jKsgKY2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-tT1jKsgKY2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tT1jKsgKY2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tT1jKsgKY2 .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-tT1jKsgKY2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tT1jKsgKY2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tT1jKsgKY2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tT1jKsgKY2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tT1jKsgKY2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tT1jKsgKY2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tT1jKsgKY2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tT1jKsgKY2 .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-tT1jKsgKY2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tT1jKsgKY2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tT1jKsgKY2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tT1jKsgKY2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tT1jKsgKY2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tT1jKsgKY2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tT1jKsgKY2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tT1jKsgKY2 .navbar.navbar-short {
  min-height: 70px;
}
.cid-tT1jKsgKY2 .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-tT1jKsgKY2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tT1jKsgKY2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tT1jKsgKY2 .dropdown-item.active,
.cid-tT1jKsgKY2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tT1jKsgKY2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tT1jKsgKY2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tT1jKsgKY2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tT1jKsgKY2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tT1jKsgKY2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tT1jKsgKY2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tT1jKsgKY2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tT1jKsgKY2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tT1jKsgKY2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tT1jKsgKY2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tT1jKsgKY2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tT1jKsgKY2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT1jKsgKY2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT1jKsgKY2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tT1jKsgKY2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT1jKsgKY2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tT1jKsgKY2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tT1jKsgKY2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT1jKsgKY2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tT1jKsgKY2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tT1jKsgKY2 .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-tT1jKsgKY2 .navbar {
    height: 70px;
  }
  .cid-tT1jKsgKY2 .navbar.opened {
    height: auto;
  }
  .cid-tT1jKsgKY2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT1jKsgKY2 .container-fluid {
  padding: 0 1rem !important;
}
.cid-tT1jKsgKY2 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tT1jKsgKY2 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tT1jKsgKY2 .navbar-collapse {
    width: 100%;
  }
  .cid-tT1jKsgKY2 .navbar-nav {
    width: 100%;
  }
  .cid-tT1jKsgKY2 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tT1jKsG2V9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/istockphoto-1167515713-612x408.jpg");
}
.cid-tT1jKsG2V9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1jKsG2V9 .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-tT1jKsG2V9 .col-content {
    text-align: center;
  }
}
.cid-tT1jKsG2V9 .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tT1jKsG2V9 .mbr-section-title {
  color: #24262b;
}
.cid-tT1jKsG2V9 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tT1jKsG2V9 .mbr-section-btn {
  margin-top: 22px;
}
.cid-tT1jKsG2V9 .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tT1jKsG2V9 .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tT1jKsG2V9 .text-item {
    text-align: center;
  }
}
.cid-tT1jKsG2V9 .mbr-text {
  color: #24262b;
}
.cid-tT1jKsG2V9 .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tT1jKsG2V9 .mbr-section-subtitle,
.cid-tT1jKsG2V9 .mbr-section-btn {
  color: #000000;
}
.cid-tT1jKvzlaX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tT1jKvzlaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1jKvzlaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT1jKvzlaX .container-small,
.cid-tT1jKvzlaX .container-fluid {
  padding: 0 !important;
}
.cid-tT1jKvzlaX .container-small {
  max-width: 1440px;
}
.cid-tT1jKvzlaX .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #eddae0;
}
@media (max-width: 991px) {
  .cid-tT1jKvzlaX .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-tT1jKvzlaX .text-box {
    padding: 50px 10px;
  }
}
.cid-tT1jKvzlaX .mbr-section-title {
  color: #131313;
}
.cid-tT1jKvzlaX .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-tT1jKvzlaX .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tT1jKvzlaX .mbr-text {
    margin-top: 20px;
  }
}
.cid-tT1jKvzlaX .mbr-text a {
  text-decoration: underline;
}
.cid-tT1jKvzlaX .mbr-section-btn {
  margin-top: 34px;
}
.cid-tT1jKvzlaX .mbr-section-subtitle,
.cid-tT1jKvzlaX .mbr-section-btn {
  text-align: left;
}
.cid-tT1jKvTmgT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tT1jKvTmgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1jKvTmgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT1jKvTmgT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tT1jKvTmgT .container-fluid {
    padding: 0 25px;
  }
}
.cid-tT1jKvTmgT .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tT1jKvTmgT .container {
    padding: 0 25px;
  }
}
.cid-tT1jKvTmgT .row {
  border: 1px solid #eddae0;
}
.cid-tT1jKvTmgT .card {
  padding: 0;
}
.cid-tT1jKvTmgT .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-tT1jKvTmgT .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .cid-tT1jKvTmgT .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.cid-tT1jKvTmgT .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #eddae0;
}
@media (max-width: 992px) {
  .cid-tT1jKvTmgT .title-wrapper {
    padding: 60px 25px;
  }
}
.cid-tT1jKvTmgT .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tT1jKvTmgT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tT1jKvTmgT .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tT1jKvTmgT .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 35px;
}
.cid-tT1jKvTmgT .title-wrapper .mbr-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-tT1jKvTmgT .mbr-section-title {
  color: #ffffff;
}
.cid-tT1jKvTmgT .mbr-text {
  color: #000000;
}
.cid-tT1jKvTmgT .mbr-desc {
  color: #000000;
}
.cid-tT1jKvTmgT .mbr-section-title,
.cid-tT1jKvTmgT .mbr-section-btn {
  color: #000000;
}
.cid-tT1jKwhL30 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tT1jKwhL30 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tT1jKwhL30 .row {
    justify-content: flex-start;
  }
}
.cid-tT1jKwhL30 .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tT1jKwhL30 .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tT1jKwhL30 .col-card {
    width: 100% !important;
  }
}
.cid-tT1jKwhL30 .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tT1jKwhL30 .card-title {
    padding: 0 !important;
  }
}
.cid-tT1jKwhL30 .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tT1jKwhL30 .card-wrapper {
  height: 100%;
}
.cid-tT1jKwhL30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1jKwhL30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT1jKwEZeF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-tT1jKwEZeF .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tT1jKwEZeF .mbr-text {
  color: #c1c1c1;
}
