body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Vollkorn', serif;
  font-size: 5rem;
  line-height: 0.9;
  letter-spacing: -0.015em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Vollkorn', serif;
  font-size: 2.63rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2875rem;
}
.display-4 {
  font-family: 'Vollkorn', serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Vollkorn', serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Vollkorn', serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((80vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-2 {
    font-size: 2.104rem;
    font-size: calc( 1.5705rem + (2.63 - 1.5705) * ((98vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #f02a1f !important;
}
.bg-success {
  background-color: #ea4c89 !important;
}
.bg-info {
  background-color: #707cff !important;
}
.bg-warning {
  background-color: #f46f30 !important;
}
.bg-danger {
  background-color: #7232bd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f02a1f !important;
  border-color: #f02a1f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ad140c !important;
  border-color: #ad140c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ad140c !important;
  border-color: #ad140c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0a70ae !important;
  border-color: #0a70ae !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a70ae !important;
  border-color: #0a70ae !important;
}
.btn-info,
.btn-info:active {
  background-color: #707cff !important;
  border-color: #707cff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #192dff !important;
  border-color: #192dff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #192dff !important;
  border-color: #192dff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c8175c !important;
  border-color: #c8175c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c8175c !important;
  border-color: #c8175c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f46f30 !important;
  border-color: #f46f30 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c3460a !important;
  border-color: #c3460a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c3460a !important;
  border-color: #c3460a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7232bd !important;
  border-color: #7232bd !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #492078 !important;
  border-color: #492078 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #492078 !important;
  border-color: #492078 !important;
}
.btn-white,
.btn-white:active {
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
  color: #626262 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #626262 !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f02a1f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ad140c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f02a1f !important;
  border-color: #f02a1f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1da1f2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a70ae !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #707cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #192dff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #707cff !important;
  border-color: #707cff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea4c89;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c8175c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f46f30;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c3460a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f46f30 !important;
  border-color: #f46f30 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7232bd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #492078 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7232bd !important;
  border-color: #7232bd !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e2e2e2;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #b7b7b7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #626262 !important;
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
}
.text-primary {
  color: #f02a1f !important;
}
.text-secondary {
  color: #1da1f2 !important;
}
.text-success {
  color: #ea4c89 !important;
}
.text-info {
  color: #707cff !important;
}
.text-warning {
  color: #f46f30 !important;
}
.text-danger {
  color: #7232bd !important;
}
.text-white {
  color: #e2e2e2 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9e120b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0967a0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ba1655 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a1fff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b4400a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #411d6c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #afafaf !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: #f02a1f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #707cff;
}
.alert-warning {
  background-color: #f46f30;
}
.alert-danger {
  background-color: #7232bd;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f02a1f;
  border-color: #f02a1f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f02a1f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fde0de;
}
.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: #fef6f2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b48ee1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Vollkorn', serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f02a1f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Vollkorn', serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #f02a1f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f02a1f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f02a1f;
}
.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: #f02a1f;
  border-bottom-color: #f02a1f;
}
.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: #f02a1f !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: #1da1f2 !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='%23f02a1f' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
a:hover:before {
  width: 100%;
}
.mbr-fonts-style a {
  position: relative;
}
.mbr-fonts-style a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: 0.3s;
}
.mbr-fonts-style a:hover:before {
  width: 100%;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1320px) {
  .container {
    max-width: 100%;
    padding: 0 4%;
  }
}
.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 4%;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 54px;
  padding: 15px 25px;
  border-radius: 7px !important;
  border: none;
  box-shadow: none;
  font-weight: 500;
  transition: .2s all !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-white:hover {
  background-color: #f02a1f !important;
  color: #FFFFFF !important;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-tNaso0mjNZ .navbar-dropdown {
  position: relative !important;
}
.cid-tNaso0mjNZ .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tNaso0mjNZ .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-tNaso0mjNZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNaso0mjNZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNaso0mjNZ .dropdown-item:hover,
.cid-tNaso0mjNZ .dropdown-item:focus {
  background: #f02a1f !important;
  color: white !important;
}
.cid-tNaso0mjNZ .dropdown-item:hover span {
  color: white;
}
.cid-tNaso0mjNZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNaso0mjNZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNaso0mjNZ .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNaso0mjNZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNaso0mjNZ .nav-link {
  position: relative;
}
.cid-tNaso0mjNZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNaso0mjNZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tNaso0mjNZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNaso0mjNZ .dropdown-menu,
.cid-tNaso0mjNZ .navbar.opened {
  background: #232323 !important;
}
.cid-tNaso0mjNZ .nav-item:focus,
.cid-tNaso0mjNZ .nav-link:focus {
  outline: none;
}
.cid-tNaso0mjNZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNaso0mjNZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNaso0mjNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNaso0mjNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNaso0mjNZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNaso0mjNZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNaso0mjNZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-tNaso0mjNZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tNaso0mjNZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNaso0mjNZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tNaso0mjNZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNaso0mjNZ .navbar.collapsed {
  justify-content: center;
}
.cid-tNaso0mjNZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNaso0mjNZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNaso0mjNZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNaso0mjNZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNaso0mjNZ .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-tNaso0mjNZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNaso0mjNZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNaso0mjNZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNaso0mjNZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNaso0mjNZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNaso0mjNZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNaso0mjNZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNaso0mjNZ .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-tNaso0mjNZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNaso0mjNZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNaso0mjNZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNaso0mjNZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNaso0mjNZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNaso0mjNZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNaso0mjNZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tNaso0mjNZ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tNaso0mjNZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNaso0mjNZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNaso0mjNZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNaso0mjNZ .dropdown-item.active,
.cid-tNaso0mjNZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tNaso0mjNZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNaso0mjNZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNaso0mjNZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNaso0mjNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tNaso0mjNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNaso0mjNZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNaso0mjNZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNaso0mjNZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNaso0mjNZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNaso0mjNZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNaso0mjNZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNaso0mjNZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNaso0mjNZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNaso0mjNZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNaso0mjNZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNaso0mjNZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNaso0mjNZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNaso0mjNZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNaso0mjNZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNaso0mjNZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNaso0mjNZ .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-tNaso0mjNZ .navbar {
    height: 70px;
  }
  .cid-tNaso0mjNZ .navbar.opened {
    height: auto;
  }
  .cid-tNaso0mjNZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNEltkVJPl {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tNEltkVJPl {
    padding: 26px;
  }
}
.cid-tNEltkVJPl .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-tNEltkVJPl .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tNEltkVJPl .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tNEltkVJPl .container {
    padding: 26px;
  }
}
.cid-tNEltkVJPl .container-fluid,
.cid-tNEltkVJPl .container {
  background-image: url("../../../assets/images/bike-accident-lawyer-800x534.jpg");
  background-size: cover;
}
.cid-tNEltkVJPl .container-fluid .mbr-fallback-image.disabled,
.cid-tNEltkVJPl .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNEltkVJPl .container-fluid .mbr-fallback-image,
.cid-tNEltkVJPl .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNEltkVJPl .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-tNEltkVJPl .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tNEltkVJPl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNEltkVJPl .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tNEltkVJPl .mbr-section-title {
  color: #ffffff;
}
.cid-tNEltkVJPl .mbr-text {
  color: #ffffff;
}
.cid-tNEltkVJPl .mbr-section-title,
.cid-tNEltkVJPl .mbr-section-btn {
  color: #ffffff;
}
.cid-tNDMRzMOgF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNDMRzMOgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNDMRzMOgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNDMRzMOgF .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tNDMRzMOgF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNDMRzMOgF .container {
    padding: 0 30px;
  }
}
.cid-tNDMRzMOgF .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNDMRzMOgF .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tNDMRzMOgF .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #d5eee2;
  border-radius: 16em 3em;
  padding: 70px 230px 70px 70px;
  border-radius: 3em 16em;
}
@media (max-width: 992px) {
  .cid-tNDMRzMOgF .card-wrapper {
    border-radius: 0 3em 0 3em;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-tNDMRzMOgF .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tNDMRzMOgF .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-tNDMRzMOgF .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNDMRzMOgF .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tNDMRzMOgF .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNDMRzMOgF .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tNDMRzMOgF .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tNDMRzMOgF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tNDMRzMOgF .mbr-card-title {
  color: #2b2b2b;
  text-align: center;
}
.cid-tNDMRzMOgF .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tNDMRzMOgF .mbr-number {
  color: #FE5115;
}
.cid-tVY3hEPHMi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8a077;
}
.cid-tVY3hEPHMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVY3hEPHMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVY3hEPHMi .row {
  flex-direction: row-reverse;
}
.cid-uFrwKJrlXV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aadbd0;
}
.cid-uFrwKJrlXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrwKJrlXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrwKJrlXV .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFrwKJrlXV .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFrwKJrlXV .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFrwKJrlXV .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFrwKJrlXV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFrwKJrlXV .mbr-section-title {
  color: #000000;
}
.cid-uFrwKJrlXV .mbr-desc {
  color: #fdfde1;
}
.cid-uFrwKJrlXV .mbr-text {
  color: #000000;
}
.cid-uFrwKJrlXV .mbr-text,
.cid-uFrwKJrlXV .text-wrapper {
  color: #000000;
}
.cid-uFrwKJrlXV .mbr-section-title,
.cid-uFrwKJrlXV .mbr-section-btn {
  color: #000000;
}
.cid-uFrxbfLniC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uFrxbfLniC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrxbfLniC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrxbfLniC .items-wrap {
  justify-content: space-between;
}
.cid-uFrxbfLniC .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uFrxbfLniC .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uFrxbfLniC .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uFrxbfLniC .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFrxbfLniC .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFrxbfLniC .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFrxbfLniC .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uFrxbfLniC .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFrxbfLniC .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uFrxbfLniC .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uFrxbfLniC .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uFrxbfLniC .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uFrxbfLniC .image-wrapper {
  position: relative;
  border: 3px solid #000000;
  background-color: #000000;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFrxbfLniC .image-wrapper {
    height: 350px;
  }
}
.cid-uFrxbfLniC .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFrxbfLniC .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFrxbfLniC .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uFrxbfLniC .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uFrxbfLniC .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #000000;
  margin-bottom: 0;
}
.cid-uFrxbfLniC .mbr-section-title {
  color: #191c25;
}
.cid-uFrxbfLniC .mbr-text {
  color: #ffffff;
}
.cid-uFrxbfLniC .mbr-number_1 {
  color: #191c25;
}
.cid-uFrxbfLniC .mbr-number_2,
.cid-uFrxbfLniC .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uFrxbfLniC .mbr-section-title,
.cid-uFrxbfLniC .mbr-section-btn {
  color: #ffffff;
}
.cid-uFrxPnvKV6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aadbd0;
}
.cid-uFrxPnvKV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrxPnvKV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrxPnvKV6 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uFrxPnvKV6 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uFrxPnvKV6 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFrxPnvKV6 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uFrxPnvKV6 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #aadbd0;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uFrxPnvKV6 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uFrxPnvKV6 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFrxPnvKV6 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFrxPnvKV6 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFrxPnvKV6 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uFrxPnvKV6 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uFrxPnvKV6 .mbr-section-title,
.cid-uFrxPnvKV6 .mbr-section-btn {
  color: #000000;
}
.cid-uFryHCBXJh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFryHCBXJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFryHCBXJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFryHCBXJh .container {
    padding: 0 16px;
  }
}
.cid-uFryHCBXJh .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFryHCBXJh .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFryHCBXJh .image-wrapper img {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFryHCBXJh .image-wrapper img {
    height: 350px;
  }
}
.cid-uFryHCBXJh .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-uFryHCBXJh .title-wrapper {
    padding-left: 0;
  }
}
.cid-uFryHCBXJh .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #000000;
  background-color: #f0a2fd;
}
@media (max-width: 992px) {
  .cid-uFryHCBXJh .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uFryHCBXJh .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFryHCBXJh .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uFryHCBXJh .mbr-desc {
    padding-left: 0;
  }
}
.cid-uFryHCBXJh .mbr-section-title {
  color: #000000;
}
.cid-uFryHCBXJh .mbr-section-subtitle {
  color: #000000;
}
.cid-uFrz9prp30 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aadbd0;
}
.cid-uFrz9prp30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrz9prp30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrz9prp30 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFrz9prp30 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFrz9prp30 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFrz9prp30 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFrz9prp30 .container {
    padding: 0 24px;
  }
}
.cid-uFrz9prp30 .row {
  justify-content: center;
}
.cid-uFrz9prp30 .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uFrz9prp30 .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uFrz9prp30 .title-wrapper {
    padding-right: 0;
  }
}
.cid-uFrz9prp30 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uFrz9prp30 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFrz9prp30 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFrz9prp30 .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uFrz9prp30 .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uFrz9prp30 .text-wrapper {
    padding-left: 0;
  }
}
.cid-uFrz9prp30 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFrz9prp30 .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uFrz9prp30 .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uFrz9prp30 .mbr-section-title {
  color: #18212d;
}
.cid-uFrz9prp30 .mbr-desc {
  color: #18212d;
}
.cid-uFrz9prp30 .mbr-text {
  color: #18212d;
}
.cid-uFrzKVcH9x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFrzKVcH9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrzKVcH9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrzKVcH9x .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFrzKVcH9x .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFrzKVcH9x .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFrzKVcH9x .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFrzKVcH9x .container {
    padding: 0 24px;
  }
}
.cid-uFrzKVcH9x .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #1b1818;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFrzKVcH9x .content-wrapper {
    display: block;
  }
}
.cid-uFrzKVcH9x .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uFrzKVcH9x .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFrzKVcH9x .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uFrzKVcH9x .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uFrzKVcH9x .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFrzKVcH9x .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uFrzKVcH9x .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFrzKVcH9x .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFrzKVcH9x .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFrzKVcH9x .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uFrzKVcH9x .mbr-section-title {
  color: #18212d;
}
.cid-uFrzKVcH9x .mbr-desc {
  color: #18212d;
}
.cid-uFrzKVcH9x .mbr-text {
  color: #1b1818;
}
.cid-uFrAhuo6VH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #aadbd0;
}
.cid-uFrAhuo6VH .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #51b6f5 0, #f8a077 43%, #8f8f8f 100%);
}
.cid-uFrAhuo6VH .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #51b6f5 0, #f8a077 43%, #8f8f8f 100%);
}
.cid-uFrAhuo6VH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrAhuo6VH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFrAhuo6VH .container {
    padding: 0 30px;
  }
}
.cid-uFrAhuo6VH .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uFrAhuo6VH .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFrAhuo6VH .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFrAhuo6VH .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uFrAhuo6VH .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uFrAhuo6VH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFrAhuo6VH .mbr-section-title {
  color: #1b1818;
}
.cid-uFrAhuo6VH .mbr-text {
  color: #1b1818;
}
.cid-uFrB5wPGzE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aadbd0;
  overflow: hidden;
}
.cid-uFrB5wPGzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrB5wPGzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFrB5wPGzE .container {
    padding: 0 22px;
  }
}
.cid-uFrB5wPGzE .card {
  justify-content: center;
}
.cid-uFrB5wPGzE .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uFrB5wPGzE .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uFrB5wPGzE .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFrB5wPGzE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFrB5wPGzE .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uFrB5wPGzE .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #e7367a;
}
@media (max-width: 1440px) {
  .cid-uFrB5wPGzE .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uFrB5wPGzE .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uFrB5wPGzE .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uFrB5wPGzE .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uFrB5wPGzE .mbr-section-title {
  color: #000000;
}
.cid-uFrB5wPGzE .mbr-text {
  color: #000000;
}
.cid-uFrB3tTt3H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8a077;
}
.cid-uFrB3tTt3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrB3tTt3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrB3tTt3H .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFrB3tTt3H .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFrB3tTt3H .container {
    padding: 0 24px;
  }
}
.cid-uFrB3tTt3H .card {
  justify-content: center;
}
.cid-uFrB3tTt3H .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uFrB3tTt3H .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uFrB3tTt3H .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uFrB3tTt3H .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uFrB3tTt3H .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFrB3tTt3H .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uFrB3tTt3H .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFrB3tTt3H .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uFrB3tTt3H .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uFrB3tTt3H .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uFrB3tTt3H .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uFrB3tTt3H .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFrB3tTt3H .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uFrB3tTt3H .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uFrB3tTt3H .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uFrB3tTt3H .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uFrB3tTt3H .mbr-section-title {
  color: #202020;
}
.cid-uFrB3tTt3H .list {
  color: #202020;
}
.cid-tVXCkg5XPn {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tVXCkg5XPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVXCkg5XPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVXCkg5XPn .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tVXCkg5XPn .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tVXCkg5XPn .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tVXCkg5XPn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tVXCkg5XPn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tVXCkg5XPn .content-head {
  max-width: 800px;
}
.cid-tVXCkg5XPn .mbr-section-title {
  color: #000000;
}
.cid-uFrohNL97b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFrohNL97b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrohNL97b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrohNL97b .row {
  justify-content: center;
}
.cid-uFrohNL97b .card {
  justify-content: center;
}
.cid-uFrohNL97b .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFrohNL97b .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFrohNL97b .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFrohNL97b .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFrohNL97b .nav-wrapper .list .item-wrap:hover,
.cid-uFrohNL97b .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFrohNL97b .list,
.cid-uFrohNL97b .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tNDLZs0sqH .navbar-dropdown {
  position: relative !important;
}
.cid-tNDLZs0sqH .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tNDLZs0sqH .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-tNDLZs0sqH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNDLZs0sqH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNDLZs0sqH .dropdown-item:hover,
.cid-tNDLZs0sqH .dropdown-item:focus {
  background: #f02a1f !important;
  color: white !important;
}
.cid-tNDLZs0sqH .dropdown-item:hover span {
  color: white;
}
.cid-tNDLZs0sqH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNDLZs0sqH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNDLZs0sqH .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNDLZs0sqH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNDLZs0sqH .nav-link {
  position: relative;
}
.cid-tNDLZs0sqH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNDLZs0sqH .container {
    flex-wrap: nowrap;
  }
}
.cid-tNDLZs0sqH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNDLZs0sqH .dropdown-menu,
.cid-tNDLZs0sqH .navbar.opened {
  background: #232323 !important;
}
.cid-tNDLZs0sqH .nav-item:focus,
.cid-tNDLZs0sqH .nav-link:focus {
  outline: none;
}
.cid-tNDLZs0sqH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNDLZs0sqH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNDLZs0sqH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNDLZs0sqH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNDLZs0sqH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNDLZs0sqH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNDLZs0sqH .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-tNDLZs0sqH .navbar.opened {
  transition: all 0.3s;
}
.cid-tNDLZs0sqH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNDLZs0sqH .navbar .navbar-logo img {
  width: auto;
}
.cid-tNDLZs0sqH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNDLZs0sqH .navbar.collapsed {
  justify-content: center;
}
.cid-tNDLZs0sqH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNDLZs0sqH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNDLZs0sqH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNDLZs0sqH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNDLZs0sqH .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-tNDLZs0sqH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNDLZs0sqH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNDLZs0sqH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNDLZs0sqH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNDLZs0sqH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNDLZs0sqH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNDLZs0sqH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNDLZs0sqH .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-tNDLZs0sqH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNDLZs0sqH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNDLZs0sqH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNDLZs0sqH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNDLZs0sqH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNDLZs0sqH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNDLZs0sqH .navbar.navbar-short {
  min-height: 80px;
}
.cid-tNDLZs0sqH .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tNDLZs0sqH .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNDLZs0sqH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNDLZs0sqH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNDLZs0sqH .dropdown-item.active,
.cid-tNDLZs0sqH .dropdown-item:active {
  background-color: transparent;
}
.cid-tNDLZs0sqH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNDLZs0sqH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNDLZs0sqH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNDLZs0sqH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tNDLZs0sqH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNDLZs0sqH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNDLZs0sqH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNDLZs0sqH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNDLZs0sqH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNDLZs0sqH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNDLZs0sqH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNDLZs0sqH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNDLZs0sqH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNDLZs0sqH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNDLZs0sqH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNDLZs0sqH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNDLZs0sqH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNDLZs0sqH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNDLZs0sqH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNDLZs0sqH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNDLZs0sqH .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-tNDLZs0sqH .navbar {
    height: 70px;
  }
  .cid-tNDLZs0sqH .navbar.opened {
    height: auto;
  }
  .cid-tNDLZs0sqH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNDLZt3we7 {
  background-image: url("../../../assets/images/20374018-auto-accident-attorney-1000x600.jpg");
}
.cid-tNDLZt3we7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNDLZt3we7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNDLZt3we7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNDLZt3we7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNDLZt3we7 .container {
    padding: 0;
  }
}
.cid-tNDLZt3we7 .title-wrapper {
  padding: 0 16px;
}
.cid-tNDLZt3we7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNDLZt3we7 .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-tNDLZt3we7 .title-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tNDLZt3we7 .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tNDLZt3we7 .mbr-section-title {
  color: #ffffff;
}
.cid-tNDLZt3we7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNDLZt3we7 .mbr-section-title,
.cid-tNDLZt3we7 .mbr-section-btn {
  text-align: center;
}
.cid-uFG7tQslXP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFG7tQslXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFG7tQslXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFG7tQslXP .text-wrap {
  width: 100%;
}
.cid-uFG7tQslXP .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uFG7tQslXP .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uFG7tQslXP .list-wrap {
  margin-top: 52px;
}
.cid-uFG7tQslXP .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uFG7tQslXP .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uFG7tQslXP .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uFG7tQslXP .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uFGbjqkC14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aadbd0;
}
.cid-uFGbjqkC14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGbjqkC14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGbjqkC14 .text-wrap {
  width: 100%;
}
.cid-uFGbjqkC14 .mbr-title {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-uFGbjqkC14 .mbr-text {
  padding-top: 10px;
  color: #000000;
  text-align: left;
}
.cid-uFGbjqkC14 .list-wrap {
  margin-top: 52px;
}
.cid-uFGbjqkC14 .list-title {
  margin-bottom: 10px;
  color: #000000;
  text-align: left;
}
.cid-uFGbjqkC14 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
  text-align: left;
}
.cid-uFGbjqkC14 .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uFGbjqkC14 .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-tNGtbXZqIk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-tNGtbXZqIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGtbXZqIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNGtbXZqIk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNGtbXZqIk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNGtbXZqIk .container {
    padding: 0;
  }
}
.cid-tNGtbXZqIk .row {
  justify-content: center;
}
.cid-tNGtbXZqIk .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNGtbXZqIk .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tNGtbXZqIk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNGtbXZqIk .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tNGtbXZqIk .google-map iframe {
    height: 300px;
  }
}
.cid-tNGtbXZqIk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFrohNL97b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFrohNL97b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrohNL97b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrohNL97b .row {
  justify-content: center;
}
.cid-uFrohNL97b .card {
  justify-content: center;
}
.cid-uFrohNL97b .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFrohNL97b .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFrohNL97b .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFrohNL97b .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFrohNL97b .nav-wrapper .list .item-wrap:hover,
.cid-uFrohNL97b .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFrohNL97b .list,
.cid-uFrohNL97b .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFGfxbROPm .navbar-dropdown {
  position: relative !important;
}
.cid-uFGfxbROPm .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFGfxbROPm .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-uFGfxbROPm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFGfxbROPm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFGfxbROPm .dropdown-item:hover,
.cid-uFGfxbROPm .dropdown-item:focus {
  background: #f02a1f !important;
  color: white !important;
}
.cid-uFGfxbROPm .dropdown-item:hover span {
  color: white;
}
.cid-uFGfxbROPm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFGfxbROPm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFGfxbROPm .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFGfxbROPm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFGfxbROPm .nav-link {
  position: relative;
}
.cid-uFGfxbROPm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFGfxbROPm .container {
    flex-wrap: nowrap;
  }
}
.cid-uFGfxbROPm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFGfxbROPm .dropdown-menu,
.cid-uFGfxbROPm .navbar.opened {
  background: #232323 !important;
}
.cid-uFGfxbROPm .nav-item:focus,
.cid-uFGfxbROPm .nav-link:focus {
  outline: none;
}
.cid-uFGfxbROPm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFGfxbROPm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFGfxbROPm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFGfxbROPm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFGfxbROPm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFGfxbROPm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFGfxbROPm .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-uFGfxbROPm .navbar.opened {
  transition: all 0.3s;
}
.cid-uFGfxbROPm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFGfxbROPm .navbar .navbar-logo img {
  width: auto;
}
.cid-uFGfxbROPm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFGfxbROPm .navbar.collapsed {
  justify-content: center;
}
.cid-uFGfxbROPm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFGfxbROPm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFGfxbROPm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFGfxbROPm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFGfxbROPm .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-uFGfxbROPm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFGfxbROPm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFGfxbROPm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFGfxbROPm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFGfxbROPm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFGfxbROPm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFGfxbROPm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFGfxbROPm .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-uFGfxbROPm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFGfxbROPm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFGfxbROPm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFGfxbROPm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFGfxbROPm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFGfxbROPm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFGfxbROPm .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFGfxbROPm .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFGfxbROPm .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFGfxbROPm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFGfxbROPm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFGfxbROPm .dropdown-item.active,
.cid-uFGfxbROPm .dropdown-item:active {
  background-color: transparent;
}
.cid-uFGfxbROPm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFGfxbROPm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFGfxbROPm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFGfxbROPm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uFGfxbROPm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFGfxbROPm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFGfxbROPm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFGfxbROPm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFGfxbROPm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFGfxbROPm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFGfxbROPm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFGfxbROPm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFGfxbROPm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFGfxbROPm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFGfxbROPm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFGfxbROPm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFGfxbROPm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFGfxbROPm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFGfxbROPm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFGfxbROPm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFGfxbROPm .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-uFGfxbROPm .navbar {
    height: 70px;
  }
  .cid-uFGfxbROPm .navbar.opened {
    height: auto;
  }
  .cid-uFGfxbROPm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFGfxcczbN {
  background-image: url("../../../assets/images/will-dispute-lawyers-768x456.webp");
}
.cid-uFGfxcczbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGfxcczbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGfxcczbN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFGfxcczbN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFGfxcczbN .container {
    padding: 0;
  }
}
.cid-uFGfxcczbN .title-wrapper {
  padding: 0 16px;
}
.cid-uFGfxcczbN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFGfxcczbN .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-uFGfxcczbN .title-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uFGfxcczbN .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uFGfxcczbN .mbr-section-title {
  color: #ffffff;
}
.cid-uFGfxcczbN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFGfxcczbN .mbr-section-title,
.cid-uFGfxcczbN .mbr-section-btn {
  text-align: center;
}
.cid-uFGfxcvqeu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFGfxcvqeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGfxcvqeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGfxcvqeu .text-wrap {
  width: 100%;
}
.cid-uFGfxcvqeu .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uFGfxcvqeu .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uFGfxcvqeu .list-wrap {
  margin-top: 52px;
}
.cid-uFGfxcvqeu .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uFGfxcvqeu .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uFGfxcvqeu .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uFGfxcvqeu .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uFGfxcNqHu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aadbd0;
}
.cid-uFGfxcNqHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGfxcNqHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGfxcNqHu .text-wrap {
  width: 100%;
}
.cid-uFGfxcNqHu .mbr-title {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-uFGfxcNqHu .mbr-text {
  padding-top: 10px;
  color: #000000;
  text-align: left;
}
.cid-uFGfxcNqHu .list-wrap {
  margin-top: 52px;
}
.cid-uFGfxcNqHu .list-title {
  margin-bottom: 10px;
  color: #000000;
  text-align: left;
}
.cid-uFGfxcNqHu .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
  text-align: left;
}
.cid-uFGfxcNqHu .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uFGfxcNqHu .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uFGfxd3rFS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f68551;
}
.cid-uFGfxd3rFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGfxd3rFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGfxd3rFS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFGfxd3rFS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFGfxd3rFS .container {
    padding: 0;
  }
}
.cid-uFGfxd3rFS .row {
  justify-content: center;
}
.cid-uFGfxd3rFS .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFGfxd3rFS .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uFGfxd3rFS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFGfxd3rFS .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-uFGfxd3rFS .google-map iframe {
    height: 300px;
  }
}
.cid-uFGfxd3rFS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFGfxdlAvY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFGfxdlAvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGfxdlAvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGfxdlAvY .row {
  justify-content: center;
}
.cid-uFGfxdlAvY .card {
  justify-content: center;
}
.cid-uFGfxdlAvY .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFGfxdlAvY .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFGfxdlAvY .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFGfxdlAvY .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFGfxdlAvY .nav-wrapper .list .item-wrap:hover,
.cid-uFGfxdlAvY .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFGfxdlAvY .list,
.cid-uFGfxdlAvY .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tNaso0mjNZ .navbar-dropdown {
  position: relative !important;
}
.cid-tNaso0mjNZ .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tNaso0mjNZ .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-tNaso0mjNZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNaso0mjNZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNaso0mjNZ .dropdown-item:hover,
.cid-tNaso0mjNZ .dropdown-item:focus {
  background: #f02a1f !important;
  color: white !important;
}
.cid-tNaso0mjNZ .dropdown-item:hover span {
  color: white;
}
.cid-tNaso0mjNZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNaso0mjNZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNaso0mjNZ .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNaso0mjNZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNaso0mjNZ .nav-link {
  position: relative;
}
.cid-tNaso0mjNZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNaso0mjNZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tNaso0mjNZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNaso0mjNZ .dropdown-menu,
.cid-tNaso0mjNZ .navbar.opened {
  background: #232323 !important;
}
.cid-tNaso0mjNZ .nav-item:focus,
.cid-tNaso0mjNZ .nav-link:focus {
  outline: none;
}
.cid-tNaso0mjNZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNaso0mjNZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNaso0mjNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNaso0mjNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNaso0mjNZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNaso0mjNZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNaso0mjNZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-tNaso0mjNZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tNaso0mjNZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNaso0mjNZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tNaso0mjNZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNaso0mjNZ .navbar.collapsed {
  justify-content: center;
}
.cid-tNaso0mjNZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNaso0mjNZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNaso0mjNZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNaso0mjNZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNaso0mjNZ .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-tNaso0mjNZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNaso0mjNZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNaso0mjNZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNaso0mjNZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNaso0mjNZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNaso0mjNZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNaso0mjNZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNaso0mjNZ .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-tNaso0mjNZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNaso0mjNZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNaso0mjNZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNaso0mjNZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNaso0mjNZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNaso0mjNZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNaso0mjNZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tNaso0mjNZ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tNaso0mjNZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNaso0mjNZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNaso0mjNZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNaso0mjNZ .dropdown-item.active,
.cid-tNaso0mjNZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tNaso0mjNZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNaso0mjNZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNaso0mjNZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNaso0mjNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tNaso0mjNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNaso0mjNZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNaso0mjNZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNaso0mjNZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNaso0mjNZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNaso0mjNZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNaso0mjNZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNaso0mjNZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNaso0mjNZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNaso0mjNZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNaso0mjNZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNaso0mjNZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNaso0mjNZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNaso0mjNZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNaso0mjNZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNaso0mjNZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNaso0mjNZ .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-tNaso0mjNZ .navbar {
    height: 70px;
  }
  .cid-tNaso0mjNZ .navbar.opened {
    height: auto;
  }
  .cid-tNaso0mjNZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFGteDxgOV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #aadbd0;
}
.cid-uFGteDxgOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGteDxgOV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGteDxgOV .card {
  justify-content: center;
}
.cid-uFGteDxgOV .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFGteDxgOV .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFGteDxgOV .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFGteDxgOV .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFGteDxgOV .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uFGteDxgOV .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFGteDxgOV .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uFGteDxgOV .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFGteDxgOV .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFGteDxgOV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFGteDxgOV .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uFGteDxgOV .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFGteDxgOV .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFGteDxgOV .image-wrapper {
    padding-right: 0;
  }
}
.cid-uFGteDxgOV .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFGteDxgOV .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFGteDxgOV .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFGteDxgOV .mbr-section-title {
  color: #ffffff;
}
.cid-uFGteDxgOV .mbr-tag {
  color: #ffffff;
}
.cid-uFGteDxgOV .mbr-text {
  color: #ffffff;
}
.cid-uFGteDxgOV .mbr-section-title,
.cid-uFGteDxgOV .mbr-section-btn {
  color: #0a0410;
}
.cid-uFGteDxgOV .mbr-text,
.cid-uFGteDxgOV .text-wrapper {
  color: #0a0410;
}
.cid-uFGtmVhvlt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFGtmVhvlt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGtmVhvlt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGtmVhvlt .text-wrap {
  width: 100%;
}
.cid-uFGtmVhvlt .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uFGtmVhvlt .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uFGtmVhvlt .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uFGz0Y05D2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #aadbd0;
}
.cid-uFGz0Y05D2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGz0Y05D2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGz0Y05D2 .card-wrapper {
  background-color: #000000;
  padding: 1rem 2rem;
}
.cid-uFGz0Y05D2 .google-map {
  height: 35rem;
  position: relative;
}
.cid-uFGz0Y05D2 .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uFGz0Y05D2 .google-map [data-state-details] {
  color: #b4b4b4;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFGz0Y05D2 .google-map[data-state] {
  background: #fffff5;
}
.cid-uFGz0Y05D2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFGz0Y05D2 .content-head {
  max-width: 800px;
}
.cid-uFGz0Y05D2 .card-title,
.cid-uFGz0Y05D2 .iconfont-wrapper {
  color: #fdfde1;
}
.cid-uFGz0Y05D2 .card-text,
.cid-uFGz0Y05D2 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uFGz0Y05D2 .mbr-desc,
.cid-uFGz0Y05D2 .desc-wrapper {
  color: #fdfde1;
}
.cid-uFrohNL97b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFrohNL97b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrohNL97b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrohNL97b .row {
  justify-content: center;
}
.cid-uFrohNL97b .card {
  justify-content: center;
}
.cid-uFrohNL97b .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFrohNL97b .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFrohNL97b .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFrohNL97b .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFrohNL97b .nav-wrapper .list .item-wrap:hover,
.cid-uFrohNL97b .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFrohNL97b .list,
.cid-uFrohNL97b .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFGASbAB6d .navbar-dropdown {
  position: relative !important;
}
.cid-uFGASbAB6d .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFGASbAB6d .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-uFGASbAB6d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFGASbAB6d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFGASbAB6d .dropdown-item:hover,
.cid-uFGASbAB6d .dropdown-item:focus {
  background: #f02a1f !important;
  color: white !important;
}
.cid-uFGASbAB6d .dropdown-item:hover span {
  color: white;
}
.cid-uFGASbAB6d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFGASbAB6d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFGASbAB6d .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFGASbAB6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFGASbAB6d .nav-link {
  position: relative;
}
.cid-uFGASbAB6d .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFGASbAB6d .container {
    flex-wrap: nowrap;
  }
}
.cid-uFGASbAB6d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFGASbAB6d .dropdown-menu,
.cid-uFGASbAB6d .navbar.opened {
  background: #232323 !important;
}
.cid-uFGASbAB6d .nav-item:focus,
.cid-uFGASbAB6d .nav-link:focus {
  outline: none;
}
.cid-uFGASbAB6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFGASbAB6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFGASbAB6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFGASbAB6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFGASbAB6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFGASbAB6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFGASbAB6d .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-uFGASbAB6d .navbar.opened {
  transition: all 0.3s;
}
.cid-uFGASbAB6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFGASbAB6d .navbar .navbar-logo img {
  width: auto;
}
.cid-uFGASbAB6d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFGASbAB6d .navbar.collapsed {
  justify-content: center;
}
.cid-uFGASbAB6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFGASbAB6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFGASbAB6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFGASbAB6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFGASbAB6d .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-uFGASbAB6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFGASbAB6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFGASbAB6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFGASbAB6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFGASbAB6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFGASbAB6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFGASbAB6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFGASbAB6d .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-uFGASbAB6d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFGASbAB6d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFGASbAB6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFGASbAB6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFGASbAB6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFGASbAB6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFGASbAB6d .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFGASbAB6d .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFGASbAB6d .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFGASbAB6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFGASbAB6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFGASbAB6d .dropdown-item.active,
.cid-uFGASbAB6d .dropdown-item:active {
  background-color: transparent;
}
.cid-uFGASbAB6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFGASbAB6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFGASbAB6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFGASbAB6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uFGASbAB6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFGASbAB6d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFGASbAB6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFGASbAB6d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFGASbAB6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFGASbAB6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFGASbAB6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFGASbAB6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFGASbAB6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFGASbAB6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFGASbAB6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFGASbAB6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFGASbAB6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFGASbAB6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFGASbAB6d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFGASbAB6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFGASbAB6d .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-uFGASbAB6d .navbar {
    height: 70px;
  }
  .cid-uFGASbAB6d .navbar.opened {
    height: auto;
  }
  .cid-uFGASbAB6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFGASbWoen {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #aadbd0;
}
.cid-uFGASbWoen .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGASbWoen .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGASbWoen .card {
  justify-content: center;
}
.cid-uFGASbWoen .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFGASbWoen .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFGASbWoen .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFGASbWoen .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFGASbWoen .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uFGASbWoen .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFGASbWoen .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uFGASbWoen .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFGASbWoen .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFGASbWoen .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFGASbWoen .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uFGASbWoen .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFGASbWoen .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFGASbWoen .image-wrapper {
    padding-right: 0;
  }
}
.cid-uFGASbWoen .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFGASbWoen .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFGASbWoen .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFGASbWoen .mbr-section-title {
  color: #ffffff;
}
.cid-uFGASbWoen .mbr-tag {
  color: #ffffff;
}
.cid-uFGASbWoen .mbr-text {
  color: #ffffff;
}
.cid-uFGASbWoen .mbr-section-title,
.cid-uFGASbWoen .mbr-section-btn {
  color: #0a0410;
}
.cid-uFGASbWoen .mbr-text,
.cid-uFGASbWoen .text-wrapper {
  color: #0a0410;
}
.cid-uFGAScixbo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFGAScixbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGAScixbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGAScixbo .text-wrap {
  width: 100%;
}
.cid-uFGAScixbo .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uFGAScixbo .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uFGAScixbo .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uFGAScCFQr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #aadbd0;
}
.cid-uFGAScCFQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGAScCFQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGAScCFQr .card-wrapper {
  background-color: #000000;
  padding: 1rem 2rem;
}
.cid-uFGAScCFQr .google-map {
  height: 35rem;
  position: relative;
}
.cid-uFGAScCFQr .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uFGAScCFQr .google-map [data-state-details] {
  color: #b4b4b4;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFGAScCFQr .google-map[data-state] {
  background: #fffff5;
}
.cid-uFGAScCFQr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFGAScCFQr .content-head {
  max-width: 800px;
}
.cid-uFGAScCFQr .card-title,
.cid-uFGAScCFQr .iconfont-wrapper {
  color: #fdfde1;
}
.cid-uFGAScCFQr .card-text,
.cid-uFGAScCFQr .mbr-section-btn {
  color: #fdfde1;
}
.cid-uFGAScCFQr .mbr-desc,
.cid-uFGAScCFQr .desc-wrapper {
  color: #fdfde1;
}
.cid-uFGASd3Xpu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFGASd3Xpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGASd3Xpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGASd3Xpu .row {
  justify-content: center;
}
.cid-uFGASd3Xpu .card {
  justify-content: center;
}
.cid-uFGASd3Xpu .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFGASd3Xpu .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFGASd3Xpu .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFGASd3Xpu .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFGASd3Xpu .nav-wrapper .list .item-wrap:hover,
.cid-uFGASd3Xpu .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFGASd3Xpu .list,
.cid-uFGASd3Xpu .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFGASEujrp .navbar-dropdown {
  position: relative !important;
}
.cid-uFGASEujrp .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFGASEujrp .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-uFGASEujrp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFGASEujrp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFGASEujrp .dropdown-item:hover,
.cid-uFGASEujrp .dropdown-item:focus {
  background: #f02a1f !important;
  color: white !important;
}
.cid-uFGASEujrp .dropdown-item:hover span {
  color: white;
}
.cid-uFGASEujrp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFGASEujrp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFGASEujrp .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFGASEujrp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFGASEujrp .nav-link {
  position: relative;
}
.cid-uFGASEujrp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFGASEujrp .container {
    flex-wrap: nowrap;
  }
}
.cid-uFGASEujrp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFGASEujrp .dropdown-menu,
.cid-uFGASEujrp .navbar.opened {
  background: #232323 !important;
}
.cid-uFGASEujrp .nav-item:focus,
.cid-uFGASEujrp .nav-link:focus {
  outline: none;
}
.cid-uFGASEujrp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFGASEujrp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFGASEujrp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFGASEujrp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFGASEujrp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFGASEujrp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFGASEujrp .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-uFGASEujrp .navbar.opened {
  transition: all 0.3s;
}
.cid-uFGASEujrp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFGASEujrp .navbar .navbar-logo img {
  width: auto;
}
.cid-uFGASEujrp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFGASEujrp .navbar.collapsed {
  justify-content: center;
}
.cid-uFGASEujrp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFGASEujrp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFGASEujrp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFGASEujrp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFGASEujrp .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-uFGASEujrp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFGASEujrp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFGASEujrp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFGASEujrp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFGASEujrp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFGASEujrp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFGASEujrp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFGASEujrp .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-uFGASEujrp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFGASEujrp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFGASEujrp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFGASEujrp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFGASEujrp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFGASEujrp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFGASEujrp .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFGASEujrp .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFGASEujrp .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFGASEujrp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFGASEujrp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFGASEujrp .dropdown-item.active,
.cid-uFGASEujrp .dropdown-item:active {
  background-color: transparent;
}
.cid-uFGASEujrp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFGASEujrp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFGASEujrp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFGASEujrp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uFGASEujrp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFGASEujrp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFGASEujrp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFGASEujrp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFGASEujrp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFGASEujrp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFGASEujrp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFGASEujrp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFGASEujrp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFGASEujrp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFGASEujrp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFGASEujrp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFGASEujrp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFGASEujrp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFGASEujrp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFGASEujrp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFGASEujrp .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-uFGASEujrp .navbar {
    height: 70px;
  }
  .cid-uFGASEujrp .navbar.opened {
    height: auto;
  }
  .cid-uFGASEujrp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFGASEM9WT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #aadbd0;
}
.cid-uFGASEM9WT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGASEM9WT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGASEM9WT .card {
  justify-content: center;
}
.cid-uFGASEM9WT .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFGASEM9WT .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFGASEM9WT .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFGASEM9WT .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFGASEM9WT .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uFGASEM9WT .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFGASEM9WT .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uFGASEM9WT .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFGASEM9WT .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFGASEM9WT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFGASEM9WT .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uFGASEM9WT .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFGASEM9WT .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFGASEM9WT .image-wrapper {
    padding-right: 0;
  }
}
.cid-uFGASEM9WT .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFGASEM9WT .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFGASEM9WT .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFGASEM9WT .mbr-section-title {
  color: #ffffff;
}
.cid-uFGASEM9WT .mbr-tag {
  color: #ffffff;
}
.cid-uFGASEM9WT .mbr-text {
  color: #ffffff;
}
.cid-uFGASEM9WT .mbr-section-title,
.cid-uFGASEM9WT .mbr-section-btn {
  color: #0a0410;
}
.cid-uFGASEM9WT .mbr-text,
.cid-uFGASEM9WT .text-wrapper {
  color: #0a0410;
}
.cid-uFGASF2K5p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFGASF2K5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGASF2K5p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGASF2K5p .text-wrap {
  width: 100%;
}
.cid-uFGASF2K5p .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uFGASF2K5p .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uFGASF2K5p .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uFGASFklGJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #aadbd0;
}
.cid-uFGASFklGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGASFklGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGASFklGJ .card-wrapper {
  background-color: #000000;
  padding: 1rem 2rem;
}
.cid-uFGASFklGJ .google-map {
  height: 35rem;
  position: relative;
}
.cid-uFGASFklGJ .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uFGASFklGJ .google-map [data-state-details] {
  color: #b4b4b4;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFGASFklGJ .google-map[data-state] {
  background: #fffff5;
}
.cid-uFGASFklGJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFGASFklGJ .content-head {
  max-width: 800px;
}
.cid-uFGASFklGJ .card-title,
.cid-uFGASFklGJ .iconfont-wrapper {
  color: #fdfde1;
}
.cid-uFGASFklGJ .card-text,
.cid-uFGASFklGJ .mbr-section-btn {
  color: #fdfde1;
}
.cid-uFGASFklGJ .mbr-desc,
.cid-uFGASFklGJ .desc-wrapper {
  color: #fdfde1;
}
.cid-uFGASFIXPu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFGASFIXPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGASFIXPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGASFIXPu .row {
  justify-content: center;
}
.cid-uFGASFIXPu .card {
  justify-content: center;
}
.cid-uFGASFIXPu .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFGASFIXPu .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFGASFIXPu .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFGASFIXPu .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFGASFIXPu .nav-wrapper .list .item-wrap:hover,
.cid-uFGASFIXPu .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFGASFIXPu .list,
.cid-uFGASFIXPu .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
