body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Vollkorn', serif;
  font-size: 6.75rem;
  line-height: 0.9;
  letter-spacing: -0.015em;
}
.display-1 > .mbr-iconfont {
  font-size: 8.4375rem;
}
.display-2 {
  font-family: 'Vollkorn', serif;
  font-size: 3.63rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5375rem;
}
.display-4 {
  font-family: 'Vollkorn', serif;
  font-size: 1.75rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-5 {
  font-family: 'Vollkorn', serif;
  font-size: 2.1rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Vollkorn', serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.725rem;
    font-size: calc( 3.0124999999999997rem + (6.75 - 3.0124999999999997) * ((80vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-2 {
    font-size: 2.904rem;
    font-size: calc( 1.9204999999999999rem + (3.63 - 1.9204999999999999) * ((98vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-4 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1f31ff !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: #1f31ff !important;
  border-color: #1f31ff !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: #0010c7 !important;
  border-color: #0010c7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0010c7 !important;
  border-color: #0010c7 !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: #1f31ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0010c7 !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: #1f31ff !important;
  border-color: #1f31ff !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: #1f31ff !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: #000fb8 !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: #1f31ff;
}
.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: #1f31ff;
  border-color: #1f31ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1f31ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ebedff;
}
.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.75rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #1f31ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Vollkorn', serif;
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #1f31ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1f31ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1f31ff;
}
.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: #1f31ff;
  border-bottom-color: #1f31ff;
}
.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: #1f31ff !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='%231f31ff' %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: #1f31ff !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: #1f31ff !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: #d5eee2 !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: #d5eee2;
}
.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: #d5eee2;
}
.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: #f6ccb9;
}
@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/istockphoto-832096034-170667a-509x339.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-toppNMey2n {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f6ccb9;
}
.cid-toppNMey2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-toppNMey2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toppNMey2n .text-wrap {
  width: 100%;
}
.cid-toppNMey2n .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-toppNMey2n .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-toppNMey2n .list-wrap {
  margin-top: 52px;
}
.cid-toppNMey2n .list-title {
  margin-bottom: 10px;
  color: #000000;
  text-align: center;
}
.cid-toppNMey2n .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-toppNMey2n .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-toppNMey2n .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-tNEiGDTZxc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNEiGDTZxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNEiGDTZxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNEiGDTZxc .mbr-title {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tNEiGDTZxc .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-tNEiGDTZxc .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-tNEiGDTZxc .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-tNEiGDTZxc .mbr-section-btn {
  padding-top: 40px;
}
.cid-tNEiGDTZxc .mbr-text,
.cid-tNEiGDTZxc .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tNDTUNrCfq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6ccb9;
}
.cid-tNDTUNrCfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNDTUNrCfq .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-tNDTUNrCfq .container {
    padding: 0 30px;
  }
}
.cid-tNDTUNrCfq .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tNDTUNrCfq .row {
    margin: 0 -34px;
  }
}
.cid-tNDTUNrCfq .title-wrapper {
  margin-bottom: 30px;
}
.cid-tNDTUNrCfq .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tNDTUNrCfq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNDTUNrCfq .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tNDTUNrCfq .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tNDTUNrCfq .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tNDTUNrCfq .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tNDTUNrCfq .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tNDTUNrCfq .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tNDTUNrCfq .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNDTUNrCfq .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tNDTUNrCfq .mbr-card-title {
  color: #212529;
  text-align: center;
}
.cid-tNDTUNrCfq .mbr-text {
  color: #212529;
  text-align: center;
}
.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: #f6ccb9;
  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;
}
.cid-tNDMRzMOgF .mbr-text {
  color: #000000;
}
.cid-tNDMRzMOgF .mbr-number {
  color: #FE5115;
}
.cid-tNJiPh8YHR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6ccb9;
}
.cid-tNJiPh8YHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJiPh8YHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJiPh8YHR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNJiPh8YHR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNJiPh8YHR .container {
    padding: 0;
  }
}
.cid-tNJiPh8YHR .row {
  margin: 0;
  border-top: 1px solid #fdfcfa;
  border-bottom: 1px solid #fdfcfa;
}
.cid-tNJiPh8YHR .card {
  border-radius: 0;
  padding: 0;
}
.cid-tNJiPh8YHR .card:first-child {
  border-right: 1px solid #fdfcfa;
}
@media (max-width: 992px) {
  .cid-tNJiPh8YHR .card:first-child {
    border-right: none;
    border-bottom: 1px solid #fdfcfa;
  }
}
.cid-tNJiPh8YHR .card .card-wrapper {
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-tNJiPh8YHR .card .card-wrapper {
    padding: 40px 16px;
  }
}
.cid-tNJiPh8YHR .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tNJiPh8YHR .card .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tNJiPh8YHR .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-tNJiPh8YHR .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-tNDN264LdL {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNDN264LdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNDN264LdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNDN264LdL .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tNDN264LdL .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #1f31ff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tNDN264LdL .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1da1f2;
  font-size: 1.5rem;
}
.cid-tNDN264LdL .mbr-section-title {
  color: #000000;
}
.cid-tNDN264LdL .mbr-text,
.cid-tNDN264LdL .mbr-section-btn {
  color: #000000;
}
.cid-tNDN264LdL .mbr-section-subtitle,
.cid-tNDN264LdL .align-wrapper {
  color: #04492e;
}
.cid-tNDP7TRo5e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6ccb9;
}
.cid-tNDP7TRo5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNDP7TRo5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNDP7TRo5e .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNDP7TRo5e .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tNDP7TRo5e .container {
    padding: 0 25px;
  }
}
.cid-tNDP7TRo5e .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNDP7TRo5e .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tNDP7TRo5e .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-tNDP7TRo5e .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-tNDP7TRo5e .panel-group .card {
  border-bottom: 1px solid #f35c16;
  border-radius: 0;
}
.cid-tNDP7TRo5e .panel-group .card:first-child {
  border-top: 1px solid #f35c16;
}
.cid-tNDP7TRo5e .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-tNDP7TRo5e .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNDP7TRo5e .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNDP7TRo5e .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNDP7TRo5e .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tNDP7TRo5e .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #f35c16;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-tNDP7TRo5e .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-tNDP7TRo5e .mbr-section-title {
  color: #000000;
}
.cid-tNDP7TRo5e .panel-title-edit {
  color: #232323;
}
.cid-tNDP7TRo5e .panel-text {
  color: #E33030;
}
.cid-tNFx3R8aAi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-tNFx3R8aAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNFx3R8aAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNFx3R8aAi .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tNFx3R8aAi .label-text {
  color: #747474;
}
.cid-tNFx3R8aAi .mbr-title {
  margin-top: 30px;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tNFx3R8aAi .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-tNFx3R8aAi .mbr-subtitle {
  margin-top: 40px;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tNFx3R8aAi .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tNFx3R8aAi .mbr-text {
  margin-top: 30px;
  color: #000000;
  text-align: left;
}
.cid-tNEw1gGDeF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNEw1gGDeF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNEw1gGDeF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNEw1gGDeF .mbr-section-head {
  margin-bottom: 60px;
}
.cid-tNEw1gGDeF .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-tNEw1gGDeF .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-tNEw1gGDeF .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tNEw1gGDeF .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tNEw1gGDeF .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #f6ccb9;
}
@media (max-width: 575px) {
  .cid-tNEw1gGDeF .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-tNEw1gGDeF .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-tNEw1gGDeF .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-tNEw1gGDeF .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-tNEw1gGDeF .card-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tNEw1gGDeF .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #747474;
}
.cid-tNEw1gGDeF .link-text {
  margin-top: 30px;
  color: #000000;
  margin-bottom: 0;
}
.cid-tNEw1gGDeF .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-tNEw1gGDeF .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tNEw1gGDeF .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tNELJOLg1d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tNELJOLg1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNELJOLg1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNELJOLg1d .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNELJOLg1d .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNELJOLg1d .container {
    padding: 0;
  }
}
.cid-tNELJOLg1d .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tNELJOLg1d .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tNELJOLg1d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNELJOLg1d .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tNELJOLg1d .mbr-section-title {
  color: #000000;
}
.cid-tNELJOLg1d .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tNFLoOs47E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tNFLoOs47E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNFLoOs47E .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-tNFLoOs47E .container {
    padding: 0 20px;
  }
}
.cid-tNFLoOs47E .row {
  margin: 0;
}
.cid-tNFLoOs47E .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNFLoOs47E .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tNFLoOs47E .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tNFLoOs47E .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tNFLoOs47E .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tNFLoOs47E .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tNFLoOs47E .mbr-section-title {
  color: #ffffff;
}
.cid-tNFxVKOuz1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6ccb9;
}
.cid-tNFxVKOuz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNFxVKOuz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNFxVKOuz1 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tNFxVKOuz1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNFxVKOuz1 .container {
    padding: 0 30px;
  }
}
.cid-tNFxVKOuz1 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNFxVKOuz1 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tNFxVKOuz1 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tNFxVKOuz1 .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-tNFxVKOuz1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNFxVKOuz1 .mbr-section-title {
  color: #ffffff;
}
.cid-tNFxVKOuz1 .mbr-text {
  color: #0a0410;
}
.cid-tNFxVKOuz1 .mbr-section-title,
.cid-tNFxVKOuz1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tNFLgqSZUF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tNFLgqSZUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNFLgqSZUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNFLgqSZUF .image-wrapper {
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
}
.cid-tNFLgqSZUF img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-tNFLgqSZUF img {
    min-height: 400px;
  }
}
.cid-tNELUOo2j5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f6ccb9;
}
.cid-tNELUOo2j5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNELUOo2j5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNELUOo2j5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNELUOo2j5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNELUOo2j5 .container {
    padding: 0;
  }
}
.cid-tNELUOo2j5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tNELUOo2j5 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tNELUOo2j5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNELUOo2j5 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tNELUOo2j5 .mbr-section-title {
  color: #000000;
}
.cid-tNELUOo2j5 .mbr-text {
  color: #000000;
}
.cid-tNDNpLfwRn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c9c9c9;
}
.cid-tNDNpLfwRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNDNpLfwRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNDNpLfwRn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNDNpLfwRn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNDNpLfwRn .container {
    padding: 0;
  }
}
.cid-tNDNpLfwRn .row {
  justify-content: center;
}
.cid-tNDNpLfwRn .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNDNpLfwRn .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tNDNpLfwRn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNDNpLfwRn .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tNDNpLfwRn .google-map iframe {
    height: 300px;
  }
}
.cid-tNDNpLfwRn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tNDCy4OWsD .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  background-color: #ffffff;
}
.cid-tNDCy4OWsD .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .img-bg {
    display: none;
  }
}
.cid-tNDCy4OWsD .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .container {
    padding: 0 !important;
  }
}
.cid-tNDCy4OWsD .row {
  width: 100%;
  align-items: center;
}
.cid-tNDCy4OWsD .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tNDCy4OWsD .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tNDCy4OWsD .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tNDCy4OWsD .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tNDCy4OWsD .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tNDCy4OWsD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNDCy4OWsD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNDCy4OWsD .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .brand-text {
    margin-top: 45px;
  }
}
.cid-tNDCy4OWsD .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tNDCy4OWsD .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tNDCy4OWsD .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tNDCy4OWsD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tNDCy4OWsD .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNDCy4OWsD .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tNDCy4OWsD .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tNDCy4OWsD .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tNDCy4OWsD .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tNDCy4OWsD .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tNDCy4OWsD .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tNDCy4OWsD .col-link3 {
    padding-left: 0;
  }
}
.cid-tNDCy4OWsD .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tNDCy4OWsD .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tNDCy4OWsD .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tNDCy4OWsD .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #1a8c71;
}
.cid-tNDCy4OWsD .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tNDCy4OWsD .copyright {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .copyright {
    text-align: center !important;
  }
}
.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: #1f31ff !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: #d5eee2 !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: #d5eee2;
}
.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: #d5eee2;
}
.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-tNDLcDwtgx {
  background-image: url("../../../assets/images/istockphoto-618943688-612x612-1-612x407.jpg");
}
.cid-tNDLcDwtgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNDLcDwtgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNDLcDwtgx .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNDLcDwtgx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNDLcDwtgx .container {
    padding: 0;
  }
}
.cid-tNDLcDwtgx .title-wrapper {
  padding: 0 16px;
}
.cid-tNDLcDwtgx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNDLcDwtgx .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-tNDLcDwtgx .title-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tNDLcDwtgx .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tNDLcDwtgx .mbr-section-title {
  color: #ffffff;
}
.cid-tNDLcDwtgx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNDLcDwtgx .mbr-section-title,
.cid-tNDLcDwtgx .mbr-section-btn {
  text-align: center;
}
.cid-tNDKZiYdFK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tNDKZiYdFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNDKZiYdFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNDKZiYdFK .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tNDKZiYdFK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNDKZiYdFK .container {
    padding: 0 30px;
  }
}
.cid-tNDKZiYdFK .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNDKZiYdFK .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tNDKZiYdFK .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tNDKZiYdFK .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tNDKZiYdFK .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tNDKZiYdFK .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tNDKZiYdFK .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNDKZiYdFK .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tNDKZiYdFK .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tNDKZiYdFK .mbr-section-title {
  color: #ffffff;
}
.cid-tNDKZiYdFK .mbr-card-title {
  color: #2b2b2b;
}
.cid-tNDKZiYdFK .mbr-text {
  color: #000000;
}
.cid-tNDKZiYdFK .mbr-number {
  color: #FE5115;
}
.cid-tNDCy4OWsD .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  background-color: #ffffff;
}
.cid-tNDCy4OWsD .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .img-bg {
    display: none;
  }
}
.cid-tNDCy4OWsD .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .container {
    padding: 0 !important;
  }
}
.cid-tNDCy4OWsD .row {
  width: 100%;
  align-items: center;
}
.cid-tNDCy4OWsD .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tNDCy4OWsD .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tNDCy4OWsD .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tNDCy4OWsD .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tNDCy4OWsD .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tNDCy4OWsD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNDCy4OWsD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNDCy4OWsD .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .brand-text {
    margin-top: 45px;
  }
}
.cid-tNDCy4OWsD .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tNDCy4OWsD .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tNDCy4OWsD .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tNDCy4OWsD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tNDCy4OWsD .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNDCy4OWsD .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tNDCy4OWsD .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tNDCy4OWsD .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tNDCy4OWsD .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tNDCy4OWsD .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tNDCy4OWsD .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tNDCy4OWsD .col-link3 {
    padding-left: 0;
  }
}
.cid-tNDCy4OWsD .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tNDCy4OWsD .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tNDCy4OWsD .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tNDCy4OWsD .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #1a8c71;
}
.cid-tNDCy4OWsD .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tNDCy4OWsD .copyright {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tNDCy4OWsD .copyright {
    text-align: center !important;
  }
}
.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: #1f31ff !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: #d5eee2 !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: #d5eee2;
}
.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: #d5eee2;
}
.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/istockphoto-1183729230-612x280.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-tNDLZtHZmI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tNDLZtHZmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNDLZtHZmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNDLZtHZmI .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tNDLZtHZmI .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNDLZtHZmI .container {
    padding: 0 30px;
  }
}
.cid-tNDLZtHZmI .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNDLZtHZmI .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tNDLZtHZmI .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tNDLZtHZmI .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tNDLZtHZmI .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tNDLZtHZmI .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tNDLZtHZmI .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNDLZtHZmI .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tNDLZtHZmI .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tNDLZtHZmI .mbr-section-title {
  color: #ffffff;
}
.cid-tNDLZtHZmI .mbr-card-title {
  color: #2b2b2b;
}
.cid-tNDLZtHZmI .mbr-text {
  color: #000000;
}
.cid-tNDLZtHZmI .mbr-number {
  color: #FE5115;
}
.cid-tNGtbXZqIk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c9c9c9;
}
.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-tNDLZuu8TF .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  background-color: #ffffff;
}
.cid-tNDLZuu8TF .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tNDLZuu8TF .img-bg {
    display: none;
  }
}
.cid-tNDLZuu8TF .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tNDLZuu8TF .container {
    padding: 0 !important;
  }
}
.cid-tNDLZuu8TF .row {
  width: 100%;
  align-items: center;
}
.cid-tNDLZuu8TF .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-tNDLZuu8TF .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-tNDLZuu8TF .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tNDLZuu8TF .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tNDLZuu8TF .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tNDLZuu8TF .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tNDLZuu8TF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tNDLZuu8TF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tNDLZuu8TF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNDLZuu8TF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNDLZuu8TF .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tNDLZuu8TF .brand-text {
    margin-top: 45px;
  }
}
.cid-tNDLZuu8TF .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tNDLZuu8TF .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tNDLZuu8TF .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tNDLZuu8TF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tNDLZuu8TF .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNDLZuu8TF .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tNDLZuu8TF .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tNDLZuu8TF .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tNDLZuu8TF .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tNDLZuu8TF .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tNDLZuu8TF .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tNDLZuu8TF .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tNDLZuu8TF .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tNDLZuu8TF .col-link3 {
    padding-left: 0;
  }
}
.cid-tNDLZuu8TF .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tNDLZuu8TF .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tNDLZuu8TF .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tNDLZuu8TF .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #1a8c71;
}
.cid-tNDLZuu8TF .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tNDLZuu8TF .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tNDLZuu8TF .copyright {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tNDLZuu8TF .copyright {
    text-align: center !important;
  }
}
.cid-tNGtl0aZcB .navbar-dropdown {
  position: relative !important;
}
.cid-tNGtl0aZcB .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tNGtl0aZcB .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-tNGtl0aZcB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNGtl0aZcB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNGtl0aZcB .dropdown-item:hover,
.cid-tNGtl0aZcB .dropdown-item:focus {
  background: #1f31ff !important;
  color: white !important;
}
.cid-tNGtl0aZcB .dropdown-item:hover span {
  color: white;
}
.cid-tNGtl0aZcB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNGtl0aZcB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNGtl0aZcB .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNGtl0aZcB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNGtl0aZcB .nav-link {
  position: relative;
}
.cid-tNGtl0aZcB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNGtl0aZcB .container {
    flex-wrap: nowrap;
  }
}
.cid-tNGtl0aZcB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNGtl0aZcB .dropdown-menu,
.cid-tNGtl0aZcB .navbar.opened {
  background: #d5eee2 !important;
}
.cid-tNGtl0aZcB .nav-item:focus,
.cid-tNGtl0aZcB .nav-link:focus {
  outline: none;
}
.cid-tNGtl0aZcB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNGtl0aZcB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNGtl0aZcB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNGtl0aZcB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNGtl0aZcB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNGtl0aZcB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNGtl0aZcB .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: #d5eee2;
}
.cid-tNGtl0aZcB .navbar.opened {
  transition: all 0.3s;
}
.cid-tNGtl0aZcB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNGtl0aZcB .navbar .navbar-logo img {
  width: auto;
}
.cid-tNGtl0aZcB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNGtl0aZcB .navbar.collapsed {
  justify-content: center;
}
.cid-tNGtl0aZcB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNGtl0aZcB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNGtl0aZcB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNGtl0aZcB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNGtl0aZcB .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-tNGtl0aZcB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNGtl0aZcB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNGtl0aZcB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNGtl0aZcB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNGtl0aZcB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNGtl0aZcB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNGtl0aZcB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNGtl0aZcB .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-tNGtl0aZcB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNGtl0aZcB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNGtl0aZcB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNGtl0aZcB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNGtl0aZcB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNGtl0aZcB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNGtl0aZcB .navbar.navbar-short {
  min-height: 80px;
}
.cid-tNGtl0aZcB .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tNGtl0aZcB .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-tNGtl0aZcB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNGtl0aZcB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNGtl0aZcB .dropdown-item.active,
.cid-tNGtl0aZcB .dropdown-item:active {
  background-color: transparent;
}
.cid-tNGtl0aZcB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNGtl0aZcB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNGtl0aZcB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNGtl0aZcB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d5eee2;
}
.cid-tNGtl0aZcB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNGtl0aZcB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNGtl0aZcB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNGtl0aZcB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNGtl0aZcB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNGtl0aZcB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNGtl0aZcB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNGtl0aZcB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNGtl0aZcB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNGtl0aZcB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNGtl0aZcB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNGtl0aZcB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNGtl0aZcB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNGtl0aZcB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNGtl0aZcB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNGtl0aZcB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNGtl0aZcB .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-tNGtl0aZcB .navbar {
    height: 70px;
  }
  .cid-tNGtl0aZcB .navbar.opened {
    height: auto;
  }
  .cid-tNGtl0aZcB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNGtl0UFU5 {
  padding: 60px;
  background-color: #c894ce;
}
@media (max-width: 768px) {
  .cid-tNGtl0UFU5 {
    padding: 26px;
  }
}
.cid-tNGtl0UFU5 .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-tNGtl0UFU5 .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tNGtl0UFU5 .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tNGtl0UFU5 .container {
    padding: 26px;
  }
}
.cid-tNGtl0UFU5 .container-fluid,
.cid-tNGtl0UFU5 .container {
  background-image: url("../../../assets/images/istockphoto-1213741043-612x408.jpg");
  background-size: cover;
}
.cid-tNGtl0UFU5 .container-fluid .mbr-fallback-image.disabled,
.cid-tNGtl0UFU5 .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGtl0UFU5 .container-fluid .mbr-fallback-image,
.cid-tNGtl0UFU5 .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNGtl0UFU5 .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-tNGtl0UFU5 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tNGtl0UFU5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNGtl0UFU5 .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tNGtl0UFU5 .mbr-section-title {
  color: #ffffff;
}
.cid-tNGtl0UFU5 .mbr-text {
  color: #ffffff;
}
.cid-tNGtl0UFU5 .mbr-section-title,
.cid-tNGtl0UFU5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tNGtl1EqEc {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #c894ce;
}
.cid-tNGtl1EqEc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGtl1EqEc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNGtl1EqEc .text-wrap {
  width: 100%;
}
.cid-tNGtl1EqEc .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tNGtl1EqEc .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-tNGtl1EqEc .list-wrap {
  margin-top: 52px;
}
.cid-tNGtl1EqEc .list-title {
  margin-bottom: 10px;
  color: #000000;
  text-align: center;
}
.cid-tNGtl1EqEc .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-tNGtl1EqEc .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-tNGtl1EqEc .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-tNGtl2sS0W {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #d5eee2;
}
.cid-tNGtl2sS0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGtl2sS0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNGtl2sS0W .mbr-title {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tNGtl2sS0W .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-tNGtl2sS0W .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-tNGtl2sS0W .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-tNGtl2sS0W .mbr-section-btn {
  padding-top: 40px;
}
.cid-tNGtl2sS0W .mbr-text,
.cid-tNGtl2sS0W .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tNGtl7pkte {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c894ce;
}
.cid-tNGtl7pkte .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGtl7pkte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNGtl7pkte .mbr-section-head {
  margin-bottom: 60px;
}
.cid-tNGtl7pkte .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-tNGtl7pkte .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-tNGtl7pkte .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tNGtl7pkte .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tNGtl7pkte .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #e2e2e2;
}
@media (max-width: 575px) {
  .cid-tNGtl7pkte .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-tNGtl7pkte .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-tNGtl7pkte .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-tNGtl7pkte .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-tNGtl7pkte .card-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tNGtl7pkte .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #747474;
}
.cid-tNGtl7pkte .link-text {
  margin-top: 30px;
  color: #000000;
  margin-bottom: 0;
}
.cid-tNGtl7pkte .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-tNGtl7pkte .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tNGtl7pkte .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tNGtl3Idu8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d5eee2;
}
.cid-tNGtl3Idu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGtl3Idu8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNGtl3Idu8 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tNGtl3Idu8 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNGtl3Idu8 .container {
    padding: 0 30px;
  }
}
.cid-tNGtl3Idu8 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNGtl3Idu8 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tNGtl3Idu8 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #c894ce;
  border-radius: 16em 3em;
  padding: 70px 230px 70px 70px;
  border-radius: 3em 16em;
}
@media (max-width: 992px) {
  .cid-tNGtl3Idu8 .card-wrapper {
    border-radius: 0 3em 0 3em;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-tNGtl3Idu8 .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tNGtl3Idu8 .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-tNGtl3Idu8 .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNGtl3Idu8 .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tNGtl3Idu8 .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNGtl3Idu8 .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tNGtl3Idu8 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tNGtl3Idu8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tNGtl3Idu8 .mbr-card-title {
  color: #2b2b2b;
}
.cid-tNGtl3Idu8 .mbr-text {
  color: #000000;
}
.cid-tNGtl3Idu8 .mbr-number {
  color: #FE5115;
}
.cid-tNGtl31O9L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c894ce;
}
.cid-tNGtl31O9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGtl31O9L .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-tNGtl31O9L .container {
    padding: 0 30px;
  }
}
.cid-tNGtl31O9L .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tNGtl31O9L .row {
    margin: 0 -34px;
  }
}
.cid-tNGtl31O9L .title-wrapper {
  margin-bottom: 30px;
}
.cid-tNGtl31O9L .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tNGtl31O9L .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNGtl31O9L .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tNGtl31O9L .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tNGtl31O9L .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tNGtl31O9L .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tNGtl31O9L .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tNGtl31O9L .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tNGtl31O9L .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNGtl31O9L .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tNGtl31O9L .mbr-card-title {
  color: #212529;
  text-align: center;
}
.cid-tNGtl31O9L .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tNGtl5bUrC {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #d5eee2;
}
.cid-tNGtl5bUrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGtl5bUrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNGtl5bUrC .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tNGtl5bUrC .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #1f31ff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tNGtl5bUrC .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1da1f2;
  font-size: 1.5rem;
}
.cid-tNGtl5bUrC .mbr-section-title {
  color: #000000;
}
.cid-tNGtl5bUrC .mbr-text,
.cid-tNGtl5bUrC .mbr-section-btn {
  color: #000000;
}
.cid-tNGtl5bUrC .mbr-section-subtitle,
.cid-tNGtl5bUrC .align-wrapper {
  color: #04492e;
}
.cid-tNJiJmXRwe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c894ce;
}
.cid-tNJiJmXRwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJiJmXRwe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJiJmXRwe .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNJiJmXRwe .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNJiJmXRwe .container {
    padding: 0;
  }
}
.cid-tNJiJmXRwe .row {
  margin: 0;
  border-top: 1px solid #fdfcfa;
  border-bottom: 1px solid #fdfcfa;
}
.cid-tNJiJmXRwe .card {
  border-radius: 0;
  padding: 0;
}
.cid-tNJiJmXRwe .card:first-child {
  border-right: 1px solid #fdfcfa;
}
@media (max-width: 992px) {
  .cid-tNJiJmXRwe .card:first-child {
    border-right: none;
    border-bottom: 1px solid #fdfcfa;
  }
}
.cid-tNJiJmXRwe .card .card-wrapper {
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-tNJiJmXRwe .card .card-wrapper {
    padding: 40px 16px;
  }
}
.cid-tNJiJmXRwe .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tNJiJmXRwe .card .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tNJiJmXRwe .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-tNJiJmXRwe .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-tNGtl6MD4Q {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #d5eee2;
}
.cid-tNGtl6MD4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGtl6MD4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNGtl6MD4Q .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tNGtl6MD4Q .label-text {
  color: #747474;
}
.cid-tNGtl6MD4Q .mbr-title {
  margin-top: 30px;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tNGtl6MD4Q .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-tNGtl6MD4Q .mbr-subtitle {
  margin-top: 40px;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tNGtl6MD4Q .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tNGtl6MD4Q .mbr-text {
  margin-top: 30px;
  color: #000000;
  text-align: left;
}
.cid-tNGtl8Q4Yl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tNGtl8Q4Yl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGtl8Q4Yl .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-tNGtl8Q4Yl .container {
    padding: 0 20px;
  }
}
.cid-tNGtl8Q4Yl .row {
  margin: 0;
}
.cid-tNGtl8Q4Yl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNGtl8Q4Yl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tNGtl8Q4Yl .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tNGtl8Q4Yl .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tNGtl8Q4Yl .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tNGtl8Q4Yl .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tNGtl8Q4Yl .mbr-section-title {
  color: #ffffff;
}
.cid-tNGtl8clt7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c894ce;
}
.cid-tNGtl8clt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGtl8clt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNGtl8clt7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNGtl8clt7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNGtl8clt7 .container {
    padding: 0;
  }
}
.cid-tNGtl8clt7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tNGtl8clt7 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tNGtl8clt7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNGtl8clt7 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tNGtl8clt7 .mbr-section-title {
  color: #000000;
}
.cid-tNGtl8clt7 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tNGtl5SbQX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d5eee2;
}
.cid-tNGtl5SbQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGtl5SbQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNGtl5SbQX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNGtl5SbQX .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tNGtl5SbQX .container {
    padding: 0 25px;
  }
}
.cid-tNGtl5SbQX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNGtl5SbQX .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tNGtl5SbQX .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-tNGtl5SbQX .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-tNGtl5SbQX .panel-group .card {
  border-bottom: 1px solid #f35c16;
  border-radius: 0;
}
.cid-tNGtl5SbQX .panel-group .card:first-child {
  border-top: 1px solid #f35c16;
}
.cid-tNGtl5SbQX .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-tNGtl5SbQX .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNGtl5SbQX .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNGtl5SbQX .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNGtl5SbQX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tNGtl5SbQX .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #f35c16;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-tNGtl5SbQX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-tNGtl5SbQX .mbr-section-title {
  color: #000000;
}
.cid-tNGtl5SbQX .panel-title-edit {
  color: #232323;
}
.cid-tNGtl5SbQX .panel-text {
  color: #E33030;
}
.cid-tNGtl9P28R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c894ce;
}
.cid-tNGtl9P28R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGtl9P28R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNGtl9P28R .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tNGtl9P28R .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNGtl9P28R .container {
    padding: 0 30px;
  }
}
.cid-tNGtl9P28R .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNGtl9P28R .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tNGtl9P28R .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tNGtl9P28R .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-tNGtl9P28R .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNGtl9P28R .mbr-section-title {
  color: #ffffff;
}
.cid-tNGtl9P28R .mbr-text {
  color: #0a0410;
}
.cid-tNGtl9P28R .mbr-section-title,
.cid-tNGtl9P28R .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tNGtlaPmqf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tNGtlaPmqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGtlaPmqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNGtlaPmqf .image-wrapper {
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
}
.cid-tNGtlaPmqf img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-tNGtlaPmqf img {
    min-height: 400px;
  }
}
.cid-tNGtlc3Gjd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #c894ce;
}
.cid-tNGtlc3Gjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGtlc3Gjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNGtlc3Gjd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNGtlc3Gjd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNGtlc3Gjd .container {
    padding: 0;
  }
}
.cid-tNGtlc3Gjd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tNGtlc3Gjd .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tNGtlc3Gjd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNGtlc3Gjd .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tNGtlc3Gjd .mbr-section-title {
  color: #000000;
}
.cid-tNGtlc3Gjd .mbr-text {
  color: #000000;
}
.cid-tNJpPTtNtF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d5eee2;
}
.cid-tNJpPTtNtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJpPTtNtF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJpPTtNtF .section-head {
  margin-bottom: 50px;
}
.cid-tNJpPTtNtF .mbr-section-title {
  color: #000000;
}
.cid-tNJpPTtNtF .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-tNJpPTtNtF .card {
  padding: 0;
}
.cid-tNJpPTtNtF .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-tNJpPTtNtF .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-tNJpPTtNtF .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #000000;
}
.cid-tNJpPTtNtF .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  transition: .3s all;
}
.cid-tNJpPTtNtF .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-tNJpPTtNtF .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-tNJpPTtNtF .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-tNJpPTtNtF .sign {
  display: none !important;
}
.cid-tNJpPTtNtF .panel-title-edit {
  color: #000000;
}
.cid-tNJpPTtNtF .panel-body {
  padding: 15px 0;
}
.cid-tNJpPTtNtF .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-tNGtlcO6uW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c894ce;
}
.cid-tNGtlcO6uW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGtlcO6uW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNGtlcO6uW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNGtlcO6uW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNGtlcO6uW .container {
    padding: 0;
  }
}
.cid-tNGtlcO6uW .row {
  justify-content: center;
}
.cid-tNGtlcO6uW .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNGtlcO6uW .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tNGtlcO6uW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNGtlcO6uW .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tNGtlcO6uW .google-map iframe {
    height: 300px;
  }
}
.cid-tNGtlcO6uW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tNGtldAV2a .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  background-color: #ffffff;
}
.cid-tNGtldAV2a .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tNGtldAV2a .img-bg {
    display: none;
  }
}
.cid-tNGtldAV2a .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tNGtldAV2a .container {
    padding: 0 !important;
  }
}
.cid-tNGtldAV2a .row {
  width: 100%;
  align-items: center;
}
.cid-tNGtldAV2a .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-tNGtldAV2a .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-tNGtldAV2a .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tNGtldAV2a .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tNGtldAV2a .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tNGtldAV2a .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tNGtldAV2a .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tNGtldAV2a .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tNGtldAV2a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNGtldAV2a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNGtldAV2a .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tNGtldAV2a .brand-text {
    margin-top: 45px;
  }
}
.cid-tNGtldAV2a .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tNGtldAV2a .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tNGtldAV2a .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tNGtldAV2a .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tNGtldAV2a .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNGtldAV2a .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tNGtldAV2a .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tNGtldAV2a .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tNGtldAV2a .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tNGtldAV2a .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tNGtldAV2a .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tNGtldAV2a .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tNGtldAV2a .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tNGtldAV2a .col-link3 {
    padding-left: 0;
  }
}
.cid-tNGtldAV2a .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tNGtldAV2a .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tNGtldAV2a .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tNGtldAV2a .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #1a8c71;
}
.cid-tNGtldAV2a .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tNGtldAV2a .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tNGtldAV2a .copyright {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tNGtldAV2a .copyright {
    text-align: center !important;
  }
}
.cid-tNIXSA1RoJ .navbar-dropdown {
  position: relative !important;
}
.cid-tNIXSA1RoJ .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tNIXSA1RoJ .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-tNIXSA1RoJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNIXSA1RoJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNIXSA1RoJ .dropdown-item:hover,
.cid-tNIXSA1RoJ .dropdown-item:focus {
  background: #1f31ff !important;
  color: white !important;
}
.cid-tNIXSA1RoJ .dropdown-item:hover span {
  color: white;
}
.cid-tNIXSA1RoJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNIXSA1RoJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNIXSA1RoJ .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNIXSA1RoJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNIXSA1RoJ .nav-link {
  position: relative;
}
.cid-tNIXSA1RoJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNIXSA1RoJ .container {
    flex-wrap: nowrap;
  }
}
.cid-tNIXSA1RoJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNIXSA1RoJ .dropdown-menu,
.cid-tNIXSA1RoJ .navbar.opened {
  background: #d5eee2 !important;
}
.cid-tNIXSA1RoJ .nav-item:focus,
.cid-tNIXSA1RoJ .nav-link:focus {
  outline: none;
}
.cid-tNIXSA1RoJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNIXSA1RoJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNIXSA1RoJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNIXSA1RoJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNIXSA1RoJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNIXSA1RoJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNIXSA1RoJ .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: #d5eee2;
}
.cid-tNIXSA1RoJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tNIXSA1RoJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNIXSA1RoJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tNIXSA1RoJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNIXSA1RoJ .navbar.collapsed {
  justify-content: center;
}
.cid-tNIXSA1RoJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNIXSA1RoJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNIXSA1RoJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNIXSA1RoJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNIXSA1RoJ .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-tNIXSA1RoJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNIXSA1RoJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNIXSA1RoJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNIXSA1RoJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNIXSA1RoJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNIXSA1RoJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNIXSA1RoJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNIXSA1RoJ .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-tNIXSA1RoJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNIXSA1RoJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNIXSA1RoJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNIXSA1RoJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNIXSA1RoJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNIXSA1RoJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNIXSA1RoJ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tNIXSA1RoJ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tNIXSA1RoJ .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-tNIXSA1RoJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNIXSA1RoJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNIXSA1RoJ .dropdown-item.active,
.cid-tNIXSA1RoJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tNIXSA1RoJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNIXSA1RoJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNIXSA1RoJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNIXSA1RoJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d5eee2;
}
.cid-tNIXSA1RoJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNIXSA1RoJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNIXSA1RoJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNIXSA1RoJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNIXSA1RoJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNIXSA1RoJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNIXSA1RoJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNIXSA1RoJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNIXSA1RoJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNIXSA1RoJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNIXSA1RoJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNIXSA1RoJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNIXSA1RoJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNIXSA1RoJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNIXSA1RoJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNIXSA1RoJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNIXSA1RoJ .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-tNIXSA1RoJ .navbar {
    height: 70px;
  }
  .cid-tNIXSA1RoJ .navbar.opened {
    height: auto;
  }
  .cid-tNIXSA1RoJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNIXSARCEn {
  padding: 60px;
  background-color: #eeb7cc;
}
@media (max-width: 768px) {
  .cid-tNIXSARCEn {
    padding: 26px;
  }
}
.cid-tNIXSARCEn .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-tNIXSARCEn .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tNIXSARCEn .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tNIXSARCEn .container {
    padding: 26px;
  }
}
.cid-tNIXSARCEn .container-fluid,
.cid-tNIXSARCEn .container {
  background-image: url("../../../assets/images/istockphoto-1347498362-408x612.jpg");
  background-size: cover;
}
.cid-tNIXSARCEn .container-fluid .mbr-fallback-image.disabled,
.cid-tNIXSARCEn .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNIXSARCEn .container-fluid .mbr-fallback-image,
.cid-tNIXSARCEn .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNIXSARCEn .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-tNIXSARCEn .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tNIXSARCEn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNIXSARCEn .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tNIXSARCEn .mbr-section-title {
  color: #ffffff;
}
.cid-tNIXSARCEn .mbr-text {
  color: #ffffff;
}
.cid-tNIXSARCEn .mbr-section-title,
.cid-tNIXSARCEn .mbr-section-btn {
  color: #ffffff;
}
.cid-tNIXSBlk0E {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tNIXSBlk0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNIXSBlk0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNIXSBlk0E .text-wrap {
  width: 100%;
}
.cid-tNIXSBlk0E .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tNIXSBlk0E .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-tNIXSBlk0E .list-wrap {
  margin-top: 52px;
}
.cid-tNIXSBlk0E .list-title {
  margin-bottom: 10px;
  color: #000000;
  text-align: center;
}
.cid-tNIXSBlk0E .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-tNIXSBlk0E .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-tNIXSBlk0E .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-tNIXSBWmiY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #eeb7cc;
}
.cid-tNIXSBWmiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNIXSBWmiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNIXSBWmiY .mbr-title {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tNIXSBWmiY .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-tNIXSBWmiY .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-tNIXSBWmiY .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-tNIXSBWmiY .mbr-section-btn {
  padding-top: 40px;
}
.cid-tNIXSBWmiY .mbr-text,
.cid-tNIXSBWmiY .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tNIXSCveCH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeb7cc;
}
.cid-tNIXSCveCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNIXSCveCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNIXSCveCH .mbr-section-head {
  margin-bottom: 60px;
}
.cid-tNIXSCveCH .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-tNIXSCveCH .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-tNIXSCveCH .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tNIXSCveCH .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tNIXSCveCH .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tNIXSCveCH .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-tNIXSCveCH .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-tNIXSCveCH .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-tNIXSCveCH .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-tNIXSCveCH .card-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tNIXSCveCH .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #747474;
}
.cid-tNIXSCveCH .link-text {
  margin-top: 30px;
  color: #000000;
  margin-bottom: 0;
}
.cid-tNIXSCveCH .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-tNIXSCveCH .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tNIXSCveCH .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tNIXSDiLDe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNIXSDiLDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNIXSDiLDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNIXSDiLDe .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tNIXSDiLDe .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNIXSDiLDe .container {
    padding: 0 30px;
  }
}
.cid-tNIXSDiLDe .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNIXSDiLDe .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tNIXSDiLDe .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #eeb7cc;
  border-radius: 16em 3em;
  padding: 70px 230px 70px 70px;
  border-radius: 3em 16em;
}
@media (max-width: 992px) {
  .cid-tNIXSDiLDe .card-wrapper {
    border-radius: 0 3em 0 3em;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-tNIXSDiLDe .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tNIXSDiLDe .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-tNIXSDiLDe .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNIXSDiLDe .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tNIXSDiLDe .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNIXSDiLDe .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tNIXSDiLDe .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tNIXSDiLDe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tNIXSDiLDe .mbr-card-title {
  color: #2b2b2b;
}
.cid-tNIXSDiLDe .mbr-text {
  color: #000000;
}
.cid-tNIXSDiLDe .mbr-number {
  color: #FE5115;
}
.cid-tNIXSDJx7L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeb7cc;
}
.cid-tNIXSDJx7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNIXSDJx7L .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-tNIXSDJx7L .container {
    padding: 0 30px;
  }
}
.cid-tNIXSDJx7L .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tNIXSDJx7L .row {
    margin: 0 -34px;
  }
}
.cid-tNIXSDJx7L .title-wrapper {
  margin-bottom: 30px;
}
.cid-tNIXSDJx7L .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tNIXSDJx7L .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNIXSDJx7L .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tNIXSDJx7L .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tNIXSDJx7L .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tNIXSDJx7L .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tNIXSDJx7L .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tNIXSDJx7L .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tNIXSDJx7L .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNIXSDJx7L .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tNIXSDJx7L .mbr-card-title {
  color: #212529;
  text-align: center;
}
.cid-tNIXSDJx7L .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tNIXSEyM4u {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNIXSEyM4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNIXSEyM4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNIXSEyM4u .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tNIXSEyM4u .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #1f31ff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tNIXSEyM4u .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1da1f2;
  font-size: 1.5rem;
}
.cid-tNIXSEyM4u .mbr-section-title {
  color: #000000;
}
.cid-tNIXSEyM4u .mbr-text,
.cid-tNIXSEyM4u .mbr-section-btn {
  color: #000000;
}
.cid-tNIXSEyM4u .mbr-section-subtitle,
.cid-tNIXSEyM4u .align-wrapper {
  color: #04492e;
}
.cid-tNJfO11hXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeb7cc;
}
.cid-tNJfO11hXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJfO11hXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJfO11hXi .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNJfO11hXi .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNJfO11hXi .container {
    padding: 0;
  }
}
.cid-tNJfO11hXi .row {
  margin: 0;
  border-top: 1px solid #fdfcfa;
  border-bottom: 1px solid #fdfcfa;
}
.cid-tNJfO11hXi .card {
  border-radius: 0;
  padding: 0;
}
.cid-tNJfO11hXi .card:first-child {
  border-right: 1px solid #fdfcfa;
}
@media (max-width: 992px) {
  .cid-tNJfO11hXi .card:first-child {
    border-right: none;
    border-bottom: 1px solid #fdfcfa;
  }
}
.cid-tNJfO11hXi .card .card-wrapper {
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-tNJfO11hXi .card .card-wrapper {
    padding: 40px 16px;
  }
}
.cid-tNJfO11hXi .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tNJfO11hXi .card .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tNJfO11hXi .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-tNJfO11hXi .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-tNIXSG5K0p {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNIXSG5K0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNIXSG5K0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNIXSG5K0p .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tNIXSG5K0p .label-text {
  color: #747474;
}
.cid-tNIXSG5K0p .mbr-title {
  margin-top: 30px;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tNIXSG5K0p .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-tNIXSG5K0p .mbr-subtitle {
  margin-top: 40px;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tNIXSG5K0p .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tNIXSG5K0p .mbr-text {
  margin-top: 30px;
  color: #000000;
  text-align: left;
}
.cid-tNIXSGCp9C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tNIXSGCp9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNIXSGCp9C .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-tNIXSGCp9C .container {
    padding: 0 20px;
  }
}
.cid-tNIXSGCp9C .row {
  margin: 0;
}
.cid-tNIXSGCp9C .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNIXSGCp9C .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tNIXSGCp9C .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tNIXSGCp9C .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tNIXSGCp9C .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tNIXSGCp9C .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tNIXSGCp9C .mbr-section-title {
  color: #ffffff;
}
.cid-tNIXSHcWjX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNIXSHcWjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNIXSHcWjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNIXSHcWjX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNIXSHcWjX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNIXSHcWjX .container {
    padding: 0;
  }
}
.cid-tNIXSHcWjX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tNIXSHcWjX .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tNIXSHcWjX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNIXSHcWjX .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tNIXSHcWjX .mbr-section-title {
  color: #000000;
}
.cid-tNIXSHcWjX .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tNIXSIVNPg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeb7cc;
}
.cid-tNIXSIVNPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNIXSIVNPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNIXSIVNPg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNIXSIVNPg .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tNIXSIVNPg .container {
    padding: 0 25px;
  }
}
.cid-tNIXSIVNPg .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNIXSIVNPg .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tNIXSIVNPg .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-tNIXSIVNPg .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-tNIXSIVNPg .panel-group .card {
  border-bottom: 1px solid #f35c16;
  border-radius: 0;
}
.cid-tNIXSIVNPg .panel-group .card:first-child {
  border-top: 1px solid #f35c16;
}
.cid-tNIXSIVNPg .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-tNIXSIVNPg .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNIXSIVNPg .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNIXSIVNPg .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNIXSIVNPg .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tNIXSIVNPg .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #f35c16;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-tNIXSIVNPg .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-tNIXSIVNPg .mbr-section-title {
  color: #000000;
}
.cid-tNIXSIVNPg .panel-title-edit {
  color: #232323;
}
.cid-tNIXSIVNPg .panel-text {
  color: #E33030;
}
.cid-tNIXSK8mb3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNIXSK8mb3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNIXSK8mb3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNIXSK8mb3 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tNIXSK8mb3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNIXSK8mb3 .container {
    padding: 0 30px;
  }
}
.cid-tNIXSK8mb3 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNIXSK8mb3 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tNIXSK8mb3 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tNIXSK8mb3 .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-tNIXSK8mb3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNIXSK8mb3 .mbr-section-title {
  color: #ffffff;
}
.cid-tNIXSK8mb3 .mbr-text {
  color: #0a0410;
}
.cid-tNIXSK8mb3 .mbr-section-title,
.cid-tNIXSK8mb3 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tNIXSKPjtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tNIXSKPjtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNIXSKPjtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNIXSKPjtg .image-wrapper {
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
}
.cid-tNIXSKPjtg img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-tNIXSKPjtg img {
    min-height: 400px;
  }
}
.cid-tNIXSLA4lj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eeb7cc;
}
.cid-tNIXSLA4lj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNIXSLA4lj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNIXSLA4lj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNIXSLA4lj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNIXSLA4lj .container {
    padding: 0;
  }
}
.cid-tNIXSLA4lj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tNIXSLA4lj .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tNIXSLA4lj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNIXSLA4lj .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tNIXSLA4lj .mbr-section-title {
  color: #000000;
}
.cid-tNIXSLA4lj .mbr-text {
  color: #000000;
}
.cid-tNJpXtTTba {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNJpXtTTba .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJpXtTTba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJpXtTTba .section-head {
  margin-bottom: 50px;
}
.cid-tNJpXtTTba .mbr-section-title {
  color: #000000;
}
.cid-tNJpXtTTba .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-tNJpXtTTba .card {
  padding: 0;
}
.cid-tNJpXtTTba .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-tNJpXtTTba .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-tNJpXtTTba .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #000000;
}
.cid-tNJpXtTTba .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  transition: .3s all;
}
.cid-tNJpXtTTba .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-tNJpXtTTba .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-tNJpXtTTba .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-tNJpXtTTba .sign {
  display: none !important;
}
.cid-tNJpXtTTba .panel-title-edit {
  color: #000000;
}
.cid-tNJpXtTTba .panel-body {
  padding: 15px 0;
}
.cid-tNJpXtTTba .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-tNIXSMk4mn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeb7cc;
}
.cid-tNIXSMk4mn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNIXSMk4mn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNIXSMk4mn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNIXSMk4mn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNIXSMk4mn .container {
    padding: 0;
  }
}
.cid-tNIXSMk4mn .row {
  justify-content: center;
}
.cid-tNIXSMk4mn .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNIXSMk4mn .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tNIXSMk4mn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNIXSMk4mn .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tNIXSMk4mn .google-map iframe {
    height: 300px;
  }
}
.cid-tNIXSMk4mn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tNIXSNJx0x .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  background-color: #ffffff;
}
.cid-tNIXSNJx0x .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tNIXSNJx0x .img-bg {
    display: none;
  }
}
.cid-tNIXSNJx0x .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tNIXSNJx0x .container {
    padding: 0 !important;
  }
}
.cid-tNIXSNJx0x .row {
  width: 100%;
  align-items: center;
}
.cid-tNIXSNJx0x .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-tNIXSNJx0x .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-tNIXSNJx0x .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tNIXSNJx0x .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tNIXSNJx0x .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tNIXSNJx0x .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tNIXSNJx0x .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tNIXSNJx0x .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tNIXSNJx0x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNIXSNJx0x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNIXSNJx0x .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tNIXSNJx0x .brand-text {
    margin-top: 45px;
  }
}
.cid-tNIXSNJx0x .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tNIXSNJx0x .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tNIXSNJx0x .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tNIXSNJx0x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tNIXSNJx0x .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNIXSNJx0x .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tNIXSNJx0x .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tNIXSNJx0x .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tNIXSNJx0x .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tNIXSNJx0x .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tNIXSNJx0x .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tNIXSNJx0x .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tNIXSNJx0x .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tNIXSNJx0x .col-link3 {
    padding-left: 0;
  }
}
.cid-tNIXSNJx0x .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tNIXSNJx0x .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tNIXSNJx0x .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tNIXSNJx0x .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #1a8c71;
}
.cid-tNIXSNJx0x .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tNIXSNJx0x .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tNIXSNJx0x .copyright {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tNIXSNJx0x .copyright {
    text-align: center !important;
  }
}
.cid-tNJ9hZR0F3 .navbar-dropdown {
  position: relative !important;
}
.cid-tNJ9hZR0F3 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tNJ9hZR0F3 .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-tNJ9hZR0F3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNJ9hZR0F3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNJ9hZR0F3 .dropdown-item:hover,
.cid-tNJ9hZR0F3 .dropdown-item:focus {
  background: #1f31ff !important;
  color: white !important;
}
.cid-tNJ9hZR0F3 .dropdown-item:hover span {
  color: white;
}
.cid-tNJ9hZR0F3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNJ9hZR0F3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNJ9hZR0F3 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNJ9hZR0F3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNJ9hZR0F3 .nav-link {
  position: relative;
}
.cid-tNJ9hZR0F3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNJ9hZR0F3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tNJ9hZR0F3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNJ9hZR0F3 .dropdown-menu,
.cid-tNJ9hZR0F3 .navbar.opened {
  background: #d5eee2 !important;
}
.cid-tNJ9hZR0F3 .nav-item:focus,
.cid-tNJ9hZR0F3 .nav-link:focus {
  outline: none;
}
.cid-tNJ9hZR0F3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNJ9hZR0F3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNJ9hZR0F3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNJ9hZR0F3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNJ9hZR0F3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNJ9hZR0F3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNJ9hZR0F3 .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: #d5eee2;
}
.cid-tNJ9hZR0F3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tNJ9hZR0F3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNJ9hZR0F3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tNJ9hZR0F3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNJ9hZR0F3 .navbar.collapsed {
  justify-content: center;
}
.cid-tNJ9hZR0F3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNJ9hZR0F3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNJ9hZR0F3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNJ9hZR0F3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNJ9hZR0F3 .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-tNJ9hZR0F3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNJ9hZR0F3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNJ9hZR0F3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNJ9hZR0F3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNJ9hZR0F3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNJ9hZR0F3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNJ9hZR0F3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNJ9hZR0F3 .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-tNJ9hZR0F3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNJ9hZR0F3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNJ9hZR0F3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNJ9hZR0F3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNJ9hZR0F3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNJ9hZR0F3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNJ9hZR0F3 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tNJ9hZR0F3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tNJ9hZR0F3 .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-tNJ9hZR0F3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNJ9hZR0F3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNJ9hZR0F3 .dropdown-item.active,
.cid-tNJ9hZR0F3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tNJ9hZR0F3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNJ9hZR0F3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNJ9hZR0F3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNJ9hZR0F3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d5eee2;
}
.cid-tNJ9hZR0F3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNJ9hZR0F3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNJ9hZR0F3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNJ9hZR0F3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNJ9hZR0F3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNJ9hZR0F3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNJ9hZR0F3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNJ9hZR0F3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNJ9hZR0F3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNJ9hZR0F3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNJ9hZR0F3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNJ9hZR0F3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNJ9hZR0F3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNJ9hZR0F3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNJ9hZR0F3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNJ9hZR0F3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNJ9hZR0F3 .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-tNJ9hZR0F3 .navbar {
    height: 70px;
  }
  .cid-tNJ9hZR0F3 .navbar.opened {
    height: auto;
  }
  .cid-tNJ9hZR0F3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNJ9i0L0Pm {
  padding: 60px;
  background-color: #65bef6;
}
@media (max-width: 768px) {
  .cid-tNJ9i0L0Pm {
    padding: 26px;
  }
}
.cid-tNJ9i0L0Pm .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-tNJ9i0L0Pm .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tNJ9i0L0Pm .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tNJ9i0L0Pm .container {
    padding: 26px;
  }
}
.cid-tNJ9i0L0Pm .container-fluid,
.cid-tNJ9i0L0Pm .container {
  background-image: url("../../../assets/images/istockphoto-1282878677-612x344.jpg");
  background-size: cover;
}
.cid-tNJ9i0L0Pm .container-fluid .mbr-fallback-image.disabled,
.cid-tNJ9i0L0Pm .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJ9i0L0Pm .container-fluid .mbr-fallback-image,
.cid-tNJ9i0L0Pm .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJ9i0L0Pm .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-tNJ9i0L0Pm .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tNJ9i0L0Pm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNJ9i0L0Pm .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tNJ9i0L0Pm .mbr-section-title {
  color: #ffffff;
}
.cid-tNJ9i0L0Pm .mbr-text {
  color: #ffffff;
}
.cid-tNJ9i0L0Pm .mbr-section-title,
.cid-tNJ9i0L0Pm .mbr-section-btn {
  color: #ffffff;
}
.cid-tNJ9i164ai {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tNJ9i164ai .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJ9i164ai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJ9i164ai .text-wrap {
  width: 100%;
}
.cid-tNJ9i164ai .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tNJ9i164ai .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-tNJ9i164ai .list-wrap {
  margin-top: 52px;
}
.cid-tNJ9i164ai .list-title {
  margin-bottom: 10px;
  color: #000000;
  text-align: center;
}
.cid-tNJ9i164ai .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-tNJ9i164ai .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-tNJ9i164ai .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-tNJ9i1rHFj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #add9f5;
}
.cid-tNJ9i1rHFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJ9i1rHFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJ9i1rHFj .mbr-title {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tNJ9i1rHFj .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-tNJ9i1rHFj .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-tNJ9i1rHFj .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-tNJ9i1rHFj .mbr-section-btn {
  padding-top: 40px;
}
.cid-tNJ9i1rHFj .mbr-text,
.cid-tNJ9i1rHFj .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tNJ9i1NaGq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #add9f5;
}
.cid-tNJ9i1NaGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJ9i1NaGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJ9i1NaGq .mbr-section-head {
  margin-bottom: 60px;
}
.cid-tNJ9i1NaGq .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-tNJ9i1NaGq .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-tNJ9i1NaGq .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tNJ9i1NaGq .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tNJ9i1NaGq .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tNJ9i1NaGq .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-tNJ9i1NaGq .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-tNJ9i1NaGq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #747474;
  margin-bottom: 30px;
}
.cid-tNJ9i1NaGq .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-tNJ9i1NaGq .card-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tNJ9i1NaGq .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #747474;
}
.cid-tNJ9i1NaGq .link-text {
  margin-top: 30px;
  color: #000000;
  margin-bottom: 0;
}
.cid-tNJ9i1NaGq .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-tNJ9i1NaGq .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tNJ9i1NaGq .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tNJ9i2ldwb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNJ9i2ldwb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJ9i2ldwb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJ9i2ldwb .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tNJ9i2ldwb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNJ9i2ldwb .container {
    padding: 0 30px;
  }
}
.cid-tNJ9i2ldwb .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNJ9i2ldwb .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tNJ9i2ldwb .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #add9f5;
  border-radius: 16em 3em;
  padding: 70px 230px 70px 70px;
  border-radius: 3em 16em;
}
@media (max-width: 992px) {
  .cid-tNJ9i2ldwb .card-wrapper {
    border-radius: 0 3em 0 3em;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-tNJ9i2ldwb .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tNJ9i2ldwb .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-tNJ9i2ldwb .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNJ9i2ldwb .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tNJ9i2ldwb .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNJ9i2ldwb .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tNJ9i2ldwb .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tNJ9i2ldwb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tNJ9i2ldwb .mbr-card-title {
  color: #2b2b2b;
}
.cid-tNJ9i2ldwb .mbr-text {
  color: #000000;
}
.cid-tNJ9i2ldwb .mbr-number {
  color: #FE5115;
}
.cid-tNJ9i2M9rl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #add9f5;
}
.cid-tNJ9i2M9rl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJ9i2M9rl .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-tNJ9i2M9rl .container {
    padding: 0 30px;
  }
}
.cid-tNJ9i2M9rl .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tNJ9i2M9rl .row {
    margin: 0 -34px;
  }
}
.cid-tNJ9i2M9rl .title-wrapper {
  margin-bottom: 30px;
}
.cid-tNJ9i2M9rl .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tNJ9i2M9rl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNJ9i2M9rl .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tNJ9i2M9rl .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tNJ9i2M9rl .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tNJ9i2M9rl .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tNJ9i2M9rl .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tNJ9i2M9rl .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tNJ9i2M9rl .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNJ9i2M9rl .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tNJ9i2M9rl .mbr-card-title {
  color: #212529;
  text-align: center;
}
.cid-tNJ9i2M9rl .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tNJ9i3jAeA {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNJ9i3jAeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJ9i3jAeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJ9i3jAeA .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tNJ9i3jAeA .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #1f31ff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tNJ9i3jAeA .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1da1f2;
  font-size: 1.5rem;
}
.cid-tNJ9i3jAeA .mbr-section-title {
  color: #000000;
}
.cid-tNJ9i3jAeA .mbr-text,
.cid-tNJ9i3jAeA .mbr-section-btn {
  color: #000000;
}
.cid-tNJ9i3jAeA .mbr-section-subtitle,
.cid-tNJ9i3jAeA .align-wrapper {
  color: #04492e;
}
.cid-tNJiD9nCLC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #add9f5;
}
.cid-tNJiD9nCLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJiD9nCLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJiD9nCLC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNJiD9nCLC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNJiD9nCLC .container {
    padding: 0;
  }
}
.cid-tNJiD9nCLC .row {
  margin: 0;
  border-top: 1px solid #fdfcfa;
  border-bottom: 1px solid #fdfcfa;
}
.cid-tNJiD9nCLC .card {
  border-radius: 0;
  padding: 0;
}
.cid-tNJiD9nCLC .card:first-child {
  border-right: 1px solid #fdfcfa;
}
@media (max-width: 992px) {
  .cid-tNJiD9nCLC .card:first-child {
    border-right: none;
    border-bottom: 1px solid #fdfcfa;
  }
}
.cid-tNJiD9nCLC .card .card-wrapper {
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-tNJiD9nCLC .card .card-wrapper {
    padding: 40px 16px;
  }
}
.cid-tNJiD9nCLC .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tNJiD9nCLC .card .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tNJiD9nCLC .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-tNJiD9nCLC .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-tNJ9i4kKxj {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNJ9i4kKxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJ9i4kKxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJ9i4kKxj .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tNJ9i4kKxj .label-text {
  color: #747474;
}
.cid-tNJ9i4kKxj .mbr-title {
  margin-top: 30px;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tNJ9i4kKxj .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-tNJ9i4kKxj .mbr-subtitle {
  margin-top: 40px;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tNJ9i4kKxj .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tNJ9i4kKxj .mbr-text {
  margin-top: 30px;
  color: #000000;
  text-align: left;
}
.cid-tNJ9i4JeUA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tNJ9i4JeUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJ9i4JeUA .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-tNJ9i4JeUA .container {
    padding: 0 20px;
  }
}
.cid-tNJ9i4JeUA .row {
  margin: 0;
}
.cid-tNJ9i4JeUA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNJ9i4JeUA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tNJ9i4JeUA .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tNJ9i4JeUA .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tNJ9i4JeUA .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tNJ9i4JeUA .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tNJ9i4JeUA .mbr-section-title {
  color: #ffffff;
}
.cid-tNJ9i5gMhT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNJ9i5gMhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJ9i5gMhT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJ9i5gMhT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNJ9i5gMhT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNJ9i5gMhT .container {
    padding: 0;
  }
}
.cid-tNJ9i5gMhT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tNJ9i5gMhT .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tNJ9i5gMhT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNJ9i5gMhT .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tNJ9i5gMhT .mbr-section-title {
  color: #000000;
}
.cid-tNJ9i5gMhT .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tNJ9i5GB2i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #add9f5;
}
.cid-tNJ9i5GB2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJ9i5GB2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJ9i5GB2i .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNJ9i5GB2i .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tNJ9i5GB2i .container {
    padding: 0 25px;
  }
}
.cid-tNJ9i5GB2i .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNJ9i5GB2i .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tNJ9i5GB2i .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-tNJ9i5GB2i .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-tNJ9i5GB2i .panel-group .card {
  border-bottom: 1px solid #f35c16;
  border-radius: 0;
}
.cid-tNJ9i5GB2i .panel-group .card:first-child {
  border-top: 1px solid #f35c16;
}
.cid-tNJ9i5GB2i .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-tNJ9i5GB2i .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNJ9i5GB2i .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNJ9i5GB2i .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNJ9i5GB2i .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tNJ9i5GB2i .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #f35c16;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-tNJ9i5GB2i .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-tNJ9i5GB2i .mbr-section-title {
  color: #000000;
}
.cid-tNJ9i5GB2i .panel-title-edit {
  color: #232323;
}
.cid-tNJ9i5GB2i .panel-text {
  color: #E33030;
}
.cid-tNJ9i6kld2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNJ9i6kld2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJ9i6kld2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJ9i6kld2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tNJ9i6kld2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNJ9i6kld2 .container {
    padding: 0 30px;
  }
}
.cid-tNJ9i6kld2 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNJ9i6kld2 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tNJ9i6kld2 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tNJ9i6kld2 .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-tNJ9i6kld2 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNJ9i6kld2 .mbr-section-title {
  color: #ffffff;
}
.cid-tNJ9i6kld2 .mbr-text {
  color: #0a0410;
}
.cid-tNJ9i6kld2 .mbr-section-title,
.cid-tNJ9i6kld2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tNJ9i6Nnnl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tNJ9i6Nnnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJ9i6Nnnl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJ9i6Nnnl .image-wrapper {
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
}
.cid-tNJ9i6Nnnl img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-tNJ9i6Nnnl img {
    min-height: 400px;
  }
}
.cid-tNJ9i7bBWq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #add9f5;
}
.cid-tNJ9i7bBWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJ9i7bBWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJ9i7bBWq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNJ9i7bBWq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNJ9i7bBWq .container {
    padding: 0;
  }
}
.cid-tNJ9i7bBWq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tNJ9i7bBWq .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tNJ9i7bBWq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNJ9i7bBWq .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tNJ9i7bBWq .mbr-section-title {
  color: #000000;
}
.cid-tNJ9i7bBWq .mbr-text {
  color: #000000;
}
.cid-tNJpGa305w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNJpGa305w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJpGa305w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJpGa305w .section-head {
  margin-bottom: 50px;
}
.cid-tNJpGa305w .mbr-section-title {
  color: #000000;
}
.cid-tNJpGa305w .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-tNJpGa305w .card {
  padding: 0;
}
.cid-tNJpGa305w .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-tNJpGa305w .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-tNJpGa305w .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #000000;
}
.cid-tNJpGa305w .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  transition: .3s all;
}
.cid-tNJpGa305w .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-tNJpGa305w .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-tNJpGa305w .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-tNJpGa305w .sign {
  display: none !important;
}
.cid-tNJpGa305w .panel-title-edit {
  color: #000000;
}
.cid-tNJpGa305w .panel-body {
  padding: 15px 0;
}
.cid-tNJpGa305w .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-tNJ9i7B3TL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #add9f5;
}
.cid-tNJ9i7B3TL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJ9i7B3TL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJ9i7B3TL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNJ9i7B3TL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNJ9i7B3TL .container {
    padding: 0;
  }
}
.cid-tNJ9i7B3TL .row {
  justify-content: center;
}
.cid-tNJ9i7B3TL .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNJ9i7B3TL .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tNJ9i7B3TL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNJ9i7B3TL .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tNJ9i7B3TL .google-map iframe {
    height: 300px;
  }
}
.cid-tNJ9i7B3TL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tNJ9i88gkA .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  background-color: #ffffff;
}
.cid-tNJ9i88gkA .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tNJ9i88gkA .img-bg {
    display: none;
  }
}
.cid-tNJ9i88gkA .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tNJ9i88gkA .container {
    padding: 0 !important;
  }
}
.cid-tNJ9i88gkA .row {
  width: 100%;
  align-items: center;
}
.cid-tNJ9i88gkA .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-tNJ9i88gkA .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-tNJ9i88gkA .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tNJ9i88gkA .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tNJ9i88gkA .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tNJ9i88gkA .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tNJ9i88gkA .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tNJ9i88gkA .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tNJ9i88gkA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNJ9i88gkA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNJ9i88gkA .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tNJ9i88gkA .brand-text {
    margin-top: 45px;
  }
}
.cid-tNJ9i88gkA .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tNJ9i88gkA .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tNJ9i88gkA .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tNJ9i88gkA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tNJ9i88gkA .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNJ9i88gkA .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tNJ9i88gkA .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tNJ9i88gkA .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tNJ9i88gkA .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tNJ9i88gkA .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tNJ9i88gkA .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tNJ9i88gkA .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tNJ9i88gkA .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tNJ9i88gkA .col-link3 {
    padding-left: 0;
  }
}
.cid-tNJ9i88gkA .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tNJ9i88gkA .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tNJ9i88gkA .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tNJ9i88gkA .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #1a8c71;
}
.cid-tNJ9i88gkA .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tNJ9i88gkA .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tNJ9i88gkA .copyright {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tNJ9i88gkA .copyright {
    text-align: center !important;
  }
}
