body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'EB Garamond', serif;
  font-size: 5rem;
  line-height: 0.9;
  letter-spacing: -0.015em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'EB Garamond', serif;
  font-size: 2.63rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2875rem;
}
.display-4 {
  font-family: 'EB Garamond', serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'EB Garamond', serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((80vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-2 {
    font-size: 2.104rem;
    font-size: calc( 1.5705rem + (2.63 - 1.5705) * ((98vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #7232bd !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: #7232bd !important;
  border-color: #7232bd !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: #492078 !important;
  border-color: #492078 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #492078 !important;
  border-color: #492078 !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: #7232bd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #492078 !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: #7232bd !important;
  border-color: #7232bd !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: #7232bd !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: #411d6c !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: #7232bd;
}
.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: #7232bd;
  border-color: #7232bd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7232bd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b48ee1;
}
.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: 'EB Garamond', serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #7232bd !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'EB Garamond', serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #7232bd;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7232bd;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7232bd;
}
.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: #7232bd;
  border-bottom-color: #7232bd;
}
.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: #7232bd !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='%237232bd' %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: #7232bd !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: #7232bd !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: #000000 !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: #000000;
}
.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: #000000;
}
.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-uCSMVzBcpX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uCSMVzBcpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSMVzBcpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSMVzBcpX .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uCSMVzBcpX .img-item {
  position: relative;
}
.cid-uCSMVzBcpX .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uCSMVzBcpX .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uCSMVzBcpX .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uCSJImebcj {
  background-image: linear-gradient(135deg, #f46f30 10%, #7232bd 100%) !important;
}
.cid-uCSJImebcj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSJImebcj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCQWkPtu4t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCQWkPtu4t .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uCQWkPtu4t .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uCQWkPtu4t .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uCQWkPtu4t .mbr-section-title {
  color: #7232bd;
}
.cid-uCR9DRiUbD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCR9DRiUbD .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCR9DRiUbD .mbr-text {
  color: #ffffff;
}
.cid-tVXBsIFsX8 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tVXBsIFsX8 .row {
  justify-content: center;
}
.cid-tVXBsIFsX8 .col-title {
  margin-bottom: 2.5rem;
}
.cid-tVXBsIFsX8 .mbr-section-title {
  color: #44af69;
}
.cid-tVXBsIFsX8 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-tVXBsIFsX8 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tVXBsIFsX8 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tVXBsIFsX8 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tVXBsIFsX8 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tVXBsIFsX8 .card:nth-child(1) .card-box {
  background-color: #f8a077;
}
.cid-tVXBsIFsX8 .card:nth-child(2) .card-box {
  background-color: #232323;
}
.cid-tVXBsIFsX8 .card:nth-child(3) .card-box {
  background-color: #f8a077;
}
.cid-tVXBsIFsX8 .card:nth-child(4) .card-box {
  background-color: #ff4545;
}
.cid-tVXBsIFsX8 .card:nth-child(5) .card-box {
  background-color: #ff7f11;
}
.cid-tVXBsIFsX8 .card:nth-child(6) .card-box {
  background-color: #504a24;
}
.cid-tVXBsIFsX8 .card-wrapper {
  height: 100%;
  display: flex;
}
.cid-tVXBsIFsX8 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tVXBsIFsX8 .card-box {
    padding: 32px;
  }
}
.cid-tVXBsIFsX8 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.cid-tVXBsIFsX8 .mbr-iconfont {
  display: block;
  font-size: 15px;
  color: #fed243;
  margin-right: 5px;
}
.cid-tVXBsIFsX8 .card-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-tVXBsIFsX8 .card-title-1 {
  color: #000000;
  text-align: center;
}
.cid-tVXBsIFsX8 .card-title-2 {
  color: #ffffff;
  text-align: center;
}
.cid-tVXBsIFsX8 .card-title-3 {
  color: #0b253e;
  text-align: center;
}
.cid-tVXBsIFsX8 .card-title-4 {
  color: #F9C9C8;
}
.cid-tVXBsIFsX8 .card-title-5 {
  color: #FDC99C;
}
.cid-tVXBsIFsX8 .card-title-6 {
  color: #FFEDB4;
}
.cid-tVXBsIFsX8 .card-text {
  width: 100%;
  color: #1f1d1a;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
.cid-tVXBsIFsX8 .card-name {
  width: 100%;
  color: #44af69;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-uCRZNsKe76 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCRZNsKe76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCRZNsKe76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCRZNsKe76 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uCRZNsKe76 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uCRZNsKe76 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uCRZNsKe76 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uCRZNsKe76 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uCRZNsKe76 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uCRZNsKe76 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCRZNsKe76 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCRZNsKe76 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCRZNsKe76 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uCRZNsKe76 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uCRZNsKe76 .mbr-section-title,
.cid-uCRZNsKe76 .mbr-section-btn {
  color: #090f10;
}
.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: #7232bd;
  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;
  text-align: center;
}
.cid-tNDN264LdL .mbr-text,
.cid-tNDN264LdL .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tNDN264LdL .mbr-section-subtitle,
.cid-tNDN264LdL .align-wrapper {
  color: #04492e;
}
.cid-uCNXjhynjn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uCNXjhynjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNXjhynjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCNXjhynjn .content-wrap {
  padding: 60px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCNXjhynjn .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uCNXjhynjn .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uCNXjhynjn .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCNXjhynjn .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCNXjhynjn .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uCNXjhynjn .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCNXjhynjn .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uCNXjhynjn .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uCNXjhynjn .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uCNXjhynjn .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uCNXjhynjn .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCNXjhynjn .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uCNXjhynjn .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uCNXjhynjn .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uCNXjhynjn .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uCNXjhynjn .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uCNXjhynjn .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCNXjhynjn .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uCNXjhynjn .mbr-section-title {
  color: #404349;
}
.cid-uCNXjhynjn .panel-title-edit {
  color: #0a0410;
  text-align: left;
}
.cid-uCNXjhynjn .panel-text {
  color: #404349;
}
.cid-uCNXjhynjn .mbr-section-title,
.cid-uCNXjhynjn .title-wrapper,
.cid-uCNXjhynjn .tabs-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uCRZXNrGRj {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uCRZXNrGRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCRZXNrGRj .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-uCRZXNrGRj .container {
    padding: 0 22px;
  }
}
.cid-uCRZXNrGRj .card {
  justify-content: center;
}
.cid-uCRZXNrGRj .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uCRZXNrGRj .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uCRZXNrGRj .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCRZXNrGRj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCRZXNrGRj .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uCRZXNrGRj .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #fff0e6;
}
@media (max-width: 1440px) {
  .cid-uCRZXNrGRj .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uCRZXNrGRj .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uCRZXNrGRj .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uCRZXNrGRj .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uCRZXNrGRj .mbr-section-title {
  color: #ffffff;
}
.cid-uCRZXNrGRj .mbr-text {
  color: #ffffff;
}
.cid-uCR002UsXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCR002UsXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCR002UsXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCR002UsXF .text-wrap {
  width: 100%;
}
.cid-uCR002UsXF .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uCR002UsXF .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uCR002UsXF .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.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-tNELJOLg1d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.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-uCQYwzaiw6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8a077;
}
.cid-uCQYwzaiw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCQYwzaiw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCQYwzaiw6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCQYwzaiw6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCQYwzaiw6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCQYwzaiw6 .mbr-section-title {
  color: #ffffff;
}
.cid-uCQYwzaiw6 .mbr-text {
  color: #ffffff;
}
.cid-uCNL3dEgHM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCNL3dEgHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNL3dEgHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCNL3dEgHM .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCNL3dEgHM .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uCNL3dEgHM .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCNL3dEgHM .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uCNL3dEgHM .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uCNL3dEgHM .item {
    margin-bottom: 28px;
  }
}
.cid-uCNL3dEgHM .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uCNL3dEgHM .item .item-wrapper:hover,
.cid-uCNL3dEgHM .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uCNL3dEgHM .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uCNL3dEgHM .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uCNL3dEgHM .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uCNL3dEgHM .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uCNL3dEgHM .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uCNL3dEgHM .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uCNL3dEgHM .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uCNL3dEgHM .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uCNL3dEgHM .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uCNL3dEgHM .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uCNL3dEgHM .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uCNL3dEgHM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uCNL3dEgHM .item-title {
  color: #9aa0a6;
}
.cid-uCNL3dEgHM .item-text {
  color: #ffffff;
}
.cid-uCNL3dEgHM .item-date {
  color: #9aa0a6;
}
.cid-uCNL3dEgHM .mbr-section-title,
.cid-uCNL3dEgHM .mbr-section-btn {
  text-align: center;
}
.cid-uCNL3dEgHM .item-title,
.cid-uCNL3dEgHM .icon-wrapper {
  color: #ffffff;
}
.cid-tNELUOo2j5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.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: #ffffff;
}
.cid-tNELUOo2j5 .mbr-text {
  color: #ffffff;
}
.cid-uCSTwFShEr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uCSTwFShEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSTwFShEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSTwFShEr .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCSTwFShEr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCSTwFShEr .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCSTwFShEr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCSTwFShEr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCNQm5QhyU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uCNQm5QhyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNQm5QhyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCNQm5QhyU .content-wrap {
  padding: 60px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCNQm5QhyU .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uCNQm5QhyU .content-wrap .row {
  justify-content: center;
}
.cid-uCNQm5QhyU .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCNQm5QhyU .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCNQm5QhyU .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCNQm5QhyU .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uCNQm5QhyU .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uCNQm5QhyU .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCNQm5QhyU .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCNQm5QhyU .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCNQm5QhyU .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCNQm5QhyU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCNQm5QhyU .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCNQm5QhyU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCNQm5QhyU .nav-wrapper .list .item-wrap:hover,
.cid-uCNQm5QhyU .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uCNQm5QhyU .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCNQm5QhyU .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCNQm5QhyU .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCNQm5QhyU .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCNQm5QhyU .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCNQm5QhyU .contacts-wrapper .list .item-wrap:hover,
.cid-uCNQm5QhyU .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uCNQm5QhyU .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCNQm5QhyU .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCNQm5QhyU .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCNQm5QhyU .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCNQm5QhyU .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCNQm5QhyU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCNQm5QhyU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCNQm5QhyU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uCNQm5QhyU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uCNQm5QhyU .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #1b1818;
  text-align: right;
}
.cid-uCNQm5QhyU .mbr-section-title {
  color: #ed463f;
}
.cid-uCNQm5QhyU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCNQm5QhyU .list {
  color: #404349;
}
.cid-uCNQm5QhyU .list,
.cid-uCNQm5QhyU .item-wrap {
  color: #ffffff;
}
.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: #7232bd !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: #000000 !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: #000000;
}
.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: #000000;
}
.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/6d5a4293-1920w-1920x1280.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: 0rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.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: #f8a077;
  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-tNJHJk0Nav {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c9c9c9;
}
.cid-tNJHJk0Nav .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJHJk0Nav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJHJk0Nav .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNJHJk0Nav .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNJHJk0Nav .container {
    padding: 0;
  }
}
.cid-tNJHJk0Nav .row {
  justify-content: center;
}
.cid-tNJHJk0Nav .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNJHJk0Nav .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tNJHJk0Nav .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNJHJk0Nav .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tNJHJk0Nav .google-map iframe {
    height: 300px;
  }
}
.cid-tNJHJk0Nav .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCNQm5QhyU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uCNQm5QhyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNQm5QhyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCNQm5QhyU .content-wrap {
  padding: 60px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCNQm5QhyU .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uCNQm5QhyU .content-wrap .row {
  justify-content: center;
}
.cid-uCNQm5QhyU .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCNQm5QhyU .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCNQm5QhyU .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCNQm5QhyU .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uCNQm5QhyU .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uCNQm5QhyU .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCNQm5QhyU .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCNQm5QhyU .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCNQm5QhyU .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCNQm5QhyU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCNQm5QhyU .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCNQm5QhyU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCNQm5QhyU .nav-wrapper .list .item-wrap:hover,
.cid-uCNQm5QhyU .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uCNQm5QhyU .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCNQm5QhyU .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCNQm5QhyU .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCNQm5QhyU .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCNQm5QhyU .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCNQm5QhyU .contacts-wrapper .list .item-wrap:hover,
.cid-uCNQm5QhyU .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uCNQm5QhyU .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCNQm5QhyU .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCNQm5QhyU .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCNQm5QhyU .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCNQm5QhyU .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCNQm5QhyU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCNQm5QhyU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCNQm5QhyU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uCNQm5QhyU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uCNQm5QhyU .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #1b1818;
  text-align: right;
}
.cid-uCNQm5QhyU .mbr-section-title {
  color: #ed463f;
}
.cid-uCNQm5QhyU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCNQm5QhyU .list {
  color: #404349;
}
.cid-uCNQm5QhyU .list,
.cid-uCNQm5QhyU .item-wrap {
  color: #ffffff;
}
.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: #7232bd !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: #000000 !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: #000000;
}
.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: #000000;
}
.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-uCSLuommZo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8a077;
}
.cid-uCSLuommZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSLuommZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSLuommZo .row {
  flex-direction: row-reverse;
}
.cid-uCSLuommZo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCSLuommZo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCSLuommZo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tNDLZtHZmI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.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;
  padding: 70px 230px 70px 70px;
  border-radius: 3em 16em;
}
@media (max-width: 992px) {
  .cid-tNDLZtHZmI .card-wrapper {
    border-radius: 0 3em 0 3em;
    padding: 30px 20px;
  }
}
@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;
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-tNDLZtHZmI .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
@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;
  text-align: center;
}
.cid-tNDLZtHZmI .mbr-number {
  color: #FE5115;
}
.cid-tNGtbXZqIk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-tNGtbXZqIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGtbXZqIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNGtbXZqIk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNGtbXZqIk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNGtbXZqIk .container {
    padding: 0;
  }
}
.cid-tNGtbXZqIk .row {
  justify-content: center;
}
.cid-tNGtbXZqIk .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNGtbXZqIk .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tNGtbXZqIk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNGtbXZqIk .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tNGtbXZqIk .google-map iframe {
    height: 300px;
  }
}
.cid-tNGtbXZqIk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tVXHjaUVmh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tVXHjaUVmh .mbr-text {
  color: #ffffff;
}
.cid-uCNQm5QhyU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uCNQm5QhyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNQm5QhyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCNQm5QhyU .content-wrap {
  padding: 60px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCNQm5QhyU .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uCNQm5QhyU .content-wrap .row {
  justify-content: center;
}
.cid-uCNQm5QhyU .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCNQm5QhyU .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCNQm5QhyU .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCNQm5QhyU .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uCNQm5QhyU .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uCNQm5QhyU .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCNQm5QhyU .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCNQm5QhyU .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCNQm5QhyU .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCNQm5QhyU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCNQm5QhyU .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCNQm5QhyU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCNQm5QhyU .nav-wrapper .list .item-wrap:hover,
.cid-uCNQm5QhyU .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uCNQm5QhyU .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCNQm5QhyU .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCNQm5QhyU .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCNQm5QhyU .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCNQm5QhyU .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCNQm5QhyU .contacts-wrapper .list .item-wrap:hover,
.cid-uCNQm5QhyU .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uCNQm5QhyU .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCNQm5QhyU .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCNQm5QhyU .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCNQm5QhyU .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCNQm5QhyU .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCNQm5QhyU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCNQm5QhyU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCNQm5QhyU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uCNQm5QhyU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uCNQm5QhyU .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #1b1818;
  text-align: right;
}
.cid-uCNQm5QhyU .mbr-section-title {
  color: #ed463f;
}
.cid-uCNQm5QhyU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCNQm5QhyU .list {
  color: #404349;
}
.cid-uCNQm5QhyU .list,
.cid-uCNQm5QhyU .item-wrap {
  color: #ffffff;
}
.cid-uCSYl4CaKr .navbar-dropdown {
  position: relative !important;
}
.cid-uCSYl4CaKr .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uCSYl4CaKr .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-uCSYl4CaKr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCSYl4CaKr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCSYl4CaKr .dropdown-item:hover,
.cid-uCSYl4CaKr .dropdown-item:focus {
  background: #7232bd !important;
  color: white !important;
}
.cid-uCSYl4CaKr .dropdown-item:hover span {
  color: white;
}
.cid-uCSYl4CaKr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCSYl4CaKr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCSYl4CaKr .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCSYl4CaKr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCSYl4CaKr .nav-link {
  position: relative;
}
.cid-uCSYl4CaKr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCSYl4CaKr .container {
    flex-wrap: nowrap;
  }
}
.cid-uCSYl4CaKr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCSYl4CaKr .dropdown-menu,
.cid-uCSYl4CaKr .navbar.opened {
  background: #000000 !important;
}
.cid-uCSYl4CaKr .nav-item:focus,
.cid-uCSYl4CaKr .nav-link:focus {
  outline: none;
}
.cid-uCSYl4CaKr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCSYl4CaKr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCSYl4CaKr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCSYl4CaKr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCSYl4CaKr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCSYl4CaKr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCSYl4CaKr .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: #000000;
}
.cid-uCSYl4CaKr .navbar.opened {
  transition: all 0.3s;
}
.cid-uCSYl4CaKr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCSYl4CaKr .navbar .navbar-logo img {
  width: auto;
}
.cid-uCSYl4CaKr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCSYl4CaKr .navbar.collapsed {
  justify-content: center;
}
.cid-uCSYl4CaKr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCSYl4CaKr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCSYl4CaKr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCSYl4CaKr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCSYl4CaKr .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-uCSYl4CaKr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCSYl4CaKr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCSYl4CaKr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCSYl4CaKr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCSYl4CaKr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCSYl4CaKr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCSYl4CaKr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCSYl4CaKr .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-uCSYl4CaKr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCSYl4CaKr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCSYl4CaKr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCSYl4CaKr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCSYl4CaKr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCSYl4CaKr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCSYl4CaKr .navbar.navbar-short {
  min-height: 80px;
}
.cid-uCSYl4CaKr .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uCSYl4CaKr .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-uCSYl4CaKr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCSYl4CaKr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCSYl4CaKr .dropdown-item.active,
.cid-uCSYl4CaKr .dropdown-item:active {
  background-color: transparent;
}
.cid-uCSYl4CaKr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCSYl4CaKr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCSYl4CaKr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCSYl4CaKr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCSYl4CaKr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCSYl4CaKr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCSYl4CaKr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCSYl4CaKr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCSYl4CaKr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCSYl4CaKr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCSYl4CaKr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCSYl4CaKr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCSYl4CaKr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCSYl4CaKr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCSYl4CaKr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCSYl4CaKr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCSYl4CaKr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCSYl4CaKr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCSYl4CaKr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCSYl4CaKr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCSYl4CaKr .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-uCSYl4CaKr .navbar {
    height: 70px;
  }
  .cid-uCSYl4CaKr .navbar.opened {
    height: auto;
  }
  .cid-uCSYl4CaKr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCSYl5acHO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uCSYl5acHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYl5acHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYl5acHO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uCSYl5acHO .img-item {
  position: relative;
}
.cid-uCSYl5acHO .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uCSYl5acHO .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uCSYl5acHO .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uCSYl5B2sq {
  background-image: linear-gradient(135deg, #f46f30 10%, #7232bd 100%) !important;
}
.cid-uCSYl5B2sq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYl5B2sq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYl5Yo0Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCSYl5Yo0Q .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uCSYl5Yo0Q .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uCSYl5Yo0Q .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uCSYl5Yo0Q .mbr-section-title {
  color: #7232bd;
}
.cid-uCSYl6hH3u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCSYl6hH3u .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCSYl6hH3u .mbr-text {
  color: #ffffff;
}
.cid-uCSYl6zMpI {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uCSYl6zMpI .row {
  justify-content: center;
}
.cid-uCSYl6zMpI .col-title {
  margin-bottom: 2.5rem;
}
.cid-uCSYl6zMpI .mbr-section-title {
  color: #44af69;
}
.cid-uCSYl6zMpI .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uCSYl6zMpI .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-uCSYl6zMpI .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uCSYl6zMpI .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uCSYl6zMpI .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-uCSYl6zMpI .card:nth-child(1) .card-box {
  background-color: #f8a077;
}
.cid-uCSYl6zMpI .card:nth-child(2) .card-box {
  background-color: #232323;
}
.cid-uCSYl6zMpI .card:nth-child(3) .card-box {
  background-color: #f8a077;
}
.cid-uCSYl6zMpI .card:nth-child(4) .card-box {
  background-color: #ff4545;
}
.cid-uCSYl6zMpI .card:nth-child(5) .card-box {
  background-color: #ff7f11;
}
.cid-uCSYl6zMpI .card:nth-child(6) .card-box {
  background-color: #504a24;
}
.cid-uCSYl6zMpI .card-wrapper {
  height: 100%;
  display: flex;
}
.cid-uCSYl6zMpI .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uCSYl6zMpI .card-box {
    padding: 32px;
  }
}
.cid-uCSYl6zMpI .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.cid-uCSYl6zMpI .mbr-iconfont {
  display: block;
  font-size: 15px;
  color: #fed243;
  margin-right: 5px;
}
.cid-uCSYl6zMpI .card-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-uCSYl6zMpI .card-title-1 {
  color: #000000;
  text-align: center;
}
.cid-uCSYl6zMpI .card-title-2 {
  color: #ffffff;
  text-align: center;
}
.cid-uCSYl6zMpI .card-title-3 {
  color: #0b253e;
  text-align: center;
}
.cid-uCSYl6zMpI .card-title-4 {
  color: #F9C9C8;
}
.cid-uCSYl6zMpI .card-title-5 {
  color: #FDC99C;
}
.cid-uCSYl6zMpI .card-title-6 {
  color: #FFEDB4;
}
.cid-uCSYl6zMpI .card-text {
  width: 100%;
  color: #1f1d1a;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
.cid-uCSYl6zMpI .card-name {
  width: 100%;
  color: #44af69;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-uCSYl7CQ78 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCSYl7CQ78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYl7CQ78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYl7CQ78 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uCSYl7CQ78 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uCSYl7CQ78 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uCSYl7CQ78 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uCSYl7CQ78 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uCSYl7CQ78 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uCSYl7CQ78 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCSYl7CQ78 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCSYl7CQ78 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCSYl7CQ78 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uCSYl7CQ78 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uCSYl7CQ78 .mbr-section-title,
.cid-uCSYl7CQ78 .mbr-section-btn {
  color: #090f10;
}
.cid-uCSYl7X17Q {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCSYl7X17Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYl7X17Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYl7X17Q .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uCSYl7X17Q .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #7232bd;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uCSYl7X17Q .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1da1f2;
  font-size: 1.5rem;
}
.cid-uCSYl7X17Q .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCSYl7X17Q .mbr-text,
.cid-uCSYl7X17Q .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uCSYl7X17Q .mbr-section-subtitle,
.cid-uCSYl7X17Q .align-wrapper {
  color: #04492e;
}
.cid-uCSYl8tG0G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uCSYl8tG0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYl8tG0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYl8tG0G .content-wrap {
  padding: 60px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCSYl8tG0G .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uCSYl8tG0G .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uCSYl8tG0G .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCSYl8tG0G .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCSYl8tG0G .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uCSYl8tG0G .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCSYl8tG0G .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uCSYl8tG0G .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uCSYl8tG0G .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uCSYl8tG0G .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uCSYl8tG0G .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCSYl8tG0G .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uCSYl8tG0G .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uCSYl8tG0G .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uCSYl8tG0G .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uCSYl8tG0G .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uCSYl8tG0G .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCSYl8tG0G .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uCSYl8tG0G .mbr-section-title {
  color: #404349;
}
.cid-uCSYl8tG0G .panel-title-edit {
  color: #0a0410;
  text-align: left;
}
.cid-uCSYl8tG0G .panel-text {
  color: #404349;
}
.cid-uCSYl8tG0G .mbr-section-title,
.cid-uCSYl8tG0G .title-wrapper,
.cid-uCSYl8tG0G .tabs-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uCSYl986RG {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uCSYl986RG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYl986RG .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-uCSYl986RG .container {
    padding: 0 22px;
  }
}
.cid-uCSYl986RG .card {
  justify-content: center;
}
.cid-uCSYl986RG .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uCSYl986RG .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uCSYl986RG .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCSYl986RG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCSYl986RG .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uCSYl986RG .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #fff0e6;
}
@media (max-width: 1440px) {
  .cid-uCSYl986RG .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uCSYl986RG .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uCSYl986RG .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uCSYl986RG .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uCSYl986RG .mbr-section-title {
  color: #ffffff;
}
.cid-uCSYl986RG .mbr-text {
  color: #ffffff;
}
.cid-uCSYl9wph8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCSYl9wph8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYl9wph8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYl9wph8 .text-wrap {
  width: 100%;
}
.cid-uCSYl9wph8 .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uCSYl9wph8 .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uCSYl9wph8 .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uCSYl9Y7q7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uCSYl9Y7q7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYl9Y7q7 .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-uCSYl9Y7q7 .container {
    padding: 0 20px;
  }
}
.cid-uCSYl9Y7q7 .row {
  margin: 0;
}
.cid-uCSYl9Y7q7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uCSYl9Y7q7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCSYl9Y7q7 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uCSYl9Y7q7 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uCSYl9Y7q7 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uCSYl9Y7q7 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uCSYl9Y7q7 .mbr-section-title {
  color: #ffffff;
}
.cid-uCSYlalFik {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCSYlalFik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlalFik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYlalFik .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCSYlalFik .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCSYlalFik .container {
    padding: 0;
  }
}
.cid-uCSYlalFik .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCSYlalFik .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCSYlalFik .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCSYlalFik .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCSYlalFik .mbr-section-title {
  color: #000000;
}
.cid-uCSYlalFik .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCSYlaIgn9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8a077;
}
.cid-uCSYlaIgn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlaIgn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCSYlaIgn9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCSYlaIgn9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCSYlaIgn9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCSYlaIgn9 .mbr-section-title {
  color: #ffffff;
}
.cid-uCSYlaIgn9 .mbr-text {
  color: #ffffff;
}
.cid-uCSYlbiSTn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCSYlbiSTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlbiSTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYlbiSTn .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCSYlbiSTn .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uCSYlbiSTn .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCSYlbiSTn .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uCSYlbiSTn .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uCSYlbiSTn .item {
    margin-bottom: 28px;
  }
}
.cid-uCSYlbiSTn .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uCSYlbiSTn .item .item-wrapper:hover,
.cid-uCSYlbiSTn .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uCSYlbiSTn .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uCSYlbiSTn .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uCSYlbiSTn .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uCSYlbiSTn .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uCSYlbiSTn .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uCSYlbiSTn .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uCSYlbiSTn .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uCSYlbiSTn .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uCSYlbiSTn .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uCSYlbiSTn .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uCSYlbiSTn .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uCSYlbiSTn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uCSYlbiSTn .item-title {
  color: #9aa0a6;
}
.cid-uCSYlbiSTn .item-text {
  color: #ffffff;
}
.cid-uCSYlbiSTn .item-date {
  color: #9aa0a6;
}
.cid-uCSYlbiSTn .mbr-section-title,
.cid-uCSYlbiSTn .mbr-section-btn {
  text-align: center;
}
.cid-uCSYlbiSTn .item-title,
.cid-uCSYlbiSTn .icon-wrapper {
  color: #ffffff;
}
.cid-uCSYlbU8Ir {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uCSYlbU8Ir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlbU8Ir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYlbU8Ir .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCSYlbU8Ir .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCSYlbU8Ir .container {
    padding: 0;
  }
}
.cid-uCSYlbU8Ir .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCSYlbU8Ir .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCSYlbU8Ir .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCSYlbU8Ir .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCSYlbU8Ir .mbr-section-title {
  color: #ffffff;
}
.cid-uCSYlbU8Ir .mbr-text {
  color: #ffffff;
}
.cid-uCTBxJxYSC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCTBxJxYSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCTBxJxYSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCTBxJxYSC .container,
.cid-uCTBxJxYSC .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uCTBxJxYSC .container,
  .cid-uCTBxJxYSC .container-fluid {
    padding: 0 20px;
  }
}
.cid-uCTBxJxYSC .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCTBxJxYSC .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-uCTBxJxYSC .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-uCTBxJxYSC .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uCTBxJxYSC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCTBxJxYSC .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uCTBxJxYSC .panel-group {
    padding: 0 12px;
  }
}
.cid-uCTBxJxYSC .panel-group .card {
  border-radius: 0;
}
.cid-uCTBxJxYSC .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uCTBxJxYSC .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-uCTBxJxYSC .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #3d4045;
}
.cid-uCTBxJxYSC .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #7232bd;
}
.cid-uCTBxJxYSC .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7232bd;
}
.cid-uCTBxJxYSC .panel-group .card .card-header .panel-title:hover,
.cid-uCTBxJxYSC .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #7232bd;
}
.cid-uCTBxJxYSC .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-uCTBxJxYSC .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #7232bd;
}
.cid-uCTBxJxYSC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-uCTBxJxYSC .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-uCTBxJxYSC .mbr-section-title {
  color: #000000;
}
.cid-uCTBxJxYSC .panel-title-edit {
  color: #3d4045;
}
.cid-uCTBxJxYSC .panel-text {
  color: #3d4045;
}
.cid-uCSYlckG03 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uCSYlckG03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlckG03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYlckG03 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCSYlckG03 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCSYlckG03 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCSYlckG03 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCSYlckG03 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCSYlcOrgL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uCSYlcOrgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlcOrgL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYlcOrgL .content-wrap {
  padding: 60px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCSYlcOrgL .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uCSYlcOrgL .content-wrap .row {
  justify-content: center;
}
.cid-uCSYlcOrgL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCSYlcOrgL .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCSYlcOrgL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCSYlcOrgL .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uCSYlcOrgL .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uCSYlcOrgL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCSYlcOrgL .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCSYlcOrgL .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCSYlcOrgL .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCSYlcOrgL .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCSYlcOrgL .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCSYlcOrgL .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCSYlcOrgL .nav-wrapper .list .item-wrap:hover,
.cid-uCSYlcOrgL .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uCSYlcOrgL .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCSYlcOrgL .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCSYlcOrgL .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCSYlcOrgL .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCSYlcOrgL .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCSYlcOrgL .contacts-wrapper .list .item-wrap:hover,
.cid-uCSYlcOrgL .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uCSYlcOrgL .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCSYlcOrgL .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCSYlcOrgL .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCSYlcOrgL .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCSYlcOrgL .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCSYlcOrgL .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCSYlcOrgL .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCSYlcOrgL .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uCSYlcOrgL .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uCSYlcOrgL .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #1b1818;
  text-align: right;
}
.cid-uCSYlcOrgL .mbr-section-title {
  color: #ed463f;
}
.cid-uCSYlcOrgL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCSYlcOrgL .list {
  color: #404349;
}
.cid-uCSYlcOrgL .list,
.cid-uCSYlcOrgL .item-wrap {
  color: #ffffff;
}
.cid-uCSYlNcA5V .navbar-dropdown {
  position: relative !important;
}
.cid-uCSYlNcA5V .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uCSYlNcA5V .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-uCSYlNcA5V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCSYlNcA5V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCSYlNcA5V .dropdown-item:hover,
.cid-uCSYlNcA5V .dropdown-item:focus {
  background: #7232bd !important;
  color: white !important;
}
.cid-uCSYlNcA5V .dropdown-item:hover span {
  color: white;
}
.cid-uCSYlNcA5V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCSYlNcA5V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCSYlNcA5V .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCSYlNcA5V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCSYlNcA5V .nav-link {
  position: relative;
}
.cid-uCSYlNcA5V .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCSYlNcA5V .container {
    flex-wrap: nowrap;
  }
}
.cid-uCSYlNcA5V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCSYlNcA5V .dropdown-menu,
.cid-uCSYlNcA5V .navbar.opened {
  background: #000000 !important;
}
.cid-uCSYlNcA5V .nav-item:focus,
.cid-uCSYlNcA5V .nav-link:focus {
  outline: none;
}
.cid-uCSYlNcA5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCSYlNcA5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCSYlNcA5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCSYlNcA5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCSYlNcA5V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCSYlNcA5V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCSYlNcA5V .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: #000000;
}
.cid-uCSYlNcA5V .navbar.opened {
  transition: all 0.3s;
}
.cid-uCSYlNcA5V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCSYlNcA5V .navbar .navbar-logo img {
  width: auto;
}
.cid-uCSYlNcA5V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCSYlNcA5V .navbar.collapsed {
  justify-content: center;
}
.cid-uCSYlNcA5V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCSYlNcA5V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCSYlNcA5V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCSYlNcA5V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCSYlNcA5V .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-uCSYlNcA5V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCSYlNcA5V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCSYlNcA5V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCSYlNcA5V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCSYlNcA5V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCSYlNcA5V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCSYlNcA5V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCSYlNcA5V .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-uCSYlNcA5V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCSYlNcA5V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCSYlNcA5V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCSYlNcA5V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCSYlNcA5V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCSYlNcA5V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCSYlNcA5V .navbar.navbar-short {
  min-height: 80px;
}
.cid-uCSYlNcA5V .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uCSYlNcA5V .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-uCSYlNcA5V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCSYlNcA5V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCSYlNcA5V .dropdown-item.active,
.cid-uCSYlNcA5V .dropdown-item:active {
  background-color: transparent;
}
.cid-uCSYlNcA5V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCSYlNcA5V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCSYlNcA5V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCSYlNcA5V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCSYlNcA5V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCSYlNcA5V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCSYlNcA5V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCSYlNcA5V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCSYlNcA5V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCSYlNcA5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCSYlNcA5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCSYlNcA5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCSYlNcA5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCSYlNcA5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCSYlNcA5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCSYlNcA5V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCSYlNcA5V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCSYlNcA5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCSYlNcA5V .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCSYlNcA5V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCSYlNcA5V .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-uCSYlNcA5V .navbar {
    height: 70px;
  }
  .cid-uCSYlNcA5V .navbar.opened {
    height: auto;
  }
  .cid-uCSYlNcA5V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCSYlNHxqS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uCSYlNHxqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlNHxqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYlNHxqS .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uCSYlNHxqS .img-item {
  position: relative;
}
.cid-uCSYlNHxqS .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uCSYlNHxqS .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uCSYlNHxqS .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uCSYlNWaOt {
  background-image: linear-gradient(135deg, #f46f30 10%, #7232bd 100%) !important;
}
.cid-uCSYlNWaOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlNWaOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYlOdgrD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCSYlOdgrD .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uCSYlOdgrD .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uCSYlOdgrD .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uCSYlOdgrD .mbr-section-title {
  color: #7232bd;
}
.cid-uCSYlOv8t6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCSYlOv8t6 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCSYlOv8t6 .mbr-text {
  color: #ffffff;
}
.cid-uCSYlOMyjD {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uCSYlOMyjD .row {
  justify-content: center;
}
.cid-uCSYlOMyjD .col-title {
  margin-bottom: 2.5rem;
}
.cid-uCSYlOMyjD .mbr-section-title {
  color: #44af69;
}
.cid-uCSYlOMyjD .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uCSYlOMyjD .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-uCSYlOMyjD .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uCSYlOMyjD .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uCSYlOMyjD .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-uCSYlOMyjD .card:nth-child(1) .card-box {
  background-color: #f8a077;
}
.cid-uCSYlOMyjD .card:nth-child(2) .card-box {
  background-color: #232323;
}
.cid-uCSYlOMyjD .card:nth-child(3) .card-box {
  background-color: #f8a077;
}
.cid-uCSYlOMyjD .card:nth-child(4) .card-box {
  background-color: #ff4545;
}
.cid-uCSYlOMyjD .card:nth-child(5) .card-box {
  background-color: #ff7f11;
}
.cid-uCSYlOMyjD .card:nth-child(6) .card-box {
  background-color: #504a24;
}
.cid-uCSYlOMyjD .card-wrapper {
  height: 100%;
  display: flex;
}
.cid-uCSYlOMyjD .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uCSYlOMyjD .card-box {
    padding: 32px;
  }
}
.cid-uCSYlOMyjD .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.cid-uCSYlOMyjD .mbr-iconfont {
  display: block;
  font-size: 15px;
  color: #fed243;
  margin-right: 5px;
}
.cid-uCSYlOMyjD .card-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-uCSYlOMyjD .card-title-1 {
  color: #000000;
  text-align: center;
}
.cid-uCSYlOMyjD .card-title-2 {
  color: #ffffff;
  text-align: center;
}
.cid-uCSYlOMyjD .card-title-3 {
  color: #0b253e;
  text-align: center;
}
.cid-uCSYlOMyjD .card-title-4 {
  color: #F9C9C8;
}
.cid-uCSYlOMyjD .card-title-5 {
  color: #FDC99C;
}
.cid-uCSYlOMyjD .card-title-6 {
  color: #FFEDB4;
}
.cid-uCSYlOMyjD .card-text {
  width: 100%;
  color: #1f1d1a;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
.cid-uCSYlOMyjD .card-name {
  width: 100%;
  color: #44af69;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-uCSYlPqT2T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCSYlPqT2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlPqT2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYlPqT2T .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uCSYlPqT2T .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uCSYlPqT2T .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uCSYlPqT2T .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uCSYlPqT2T .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uCSYlPqT2T .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uCSYlPqT2T .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCSYlPqT2T .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCSYlPqT2T .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCSYlPqT2T .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uCSYlPqT2T .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uCSYlPqT2T .mbr-section-title,
.cid-uCSYlPqT2T .mbr-section-btn {
  color: #090f10;
}
.cid-uCSYlPL86k {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCSYlPL86k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlPL86k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYlPL86k .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uCSYlPL86k .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #7232bd;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uCSYlPL86k .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1da1f2;
  font-size: 1.5rem;
}
.cid-uCSYlPL86k .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCSYlPL86k .mbr-text,
.cid-uCSYlPL86k .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uCSYlPL86k .mbr-section-subtitle,
.cid-uCSYlPL86k .align-wrapper {
  color: #04492e;
}
.cid-uCSYlQ22b9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uCSYlQ22b9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlQ22b9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYlQ22b9 .content-wrap {
  padding: 60px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCSYlQ22b9 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uCSYlQ22b9 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uCSYlQ22b9 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCSYlQ22b9 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCSYlQ22b9 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uCSYlQ22b9 .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCSYlQ22b9 .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uCSYlQ22b9 .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uCSYlQ22b9 .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uCSYlQ22b9 .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uCSYlQ22b9 .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCSYlQ22b9 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uCSYlQ22b9 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uCSYlQ22b9 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uCSYlQ22b9 .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uCSYlQ22b9 .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uCSYlQ22b9 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCSYlQ22b9 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uCSYlQ22b9 .mbr-section-title {
  color: #404349;
}
.cid-uCSYlQ22b9 .panel-title-edit {
  color: #0a0410;
  text-align: left;
}
.cid-uCSYlQ22b9 .panel-text {
  color: #404349;
}
.cid-uCSYlQ22b9 .mbr-section-title,
.cid-uCSYlQ22b9 .title-wrapper,
.cid-uCSYlQ22b9 .tabs-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uCSYlQAsbc {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uCSYlQAsbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlQAsbc .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-uCSYlQAsbc .container {
    padding: 0 22px;
  }
}
.cid-uCSYlQAsbc .card {
  justify-content: center;
}
.cid-uCSYlQAsbc .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uCSYlQAsbc .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uCSYlQAsbc .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCSYlQAsbc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCSYlQAsbc .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uCSYlQAsbc .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #fff0e6;
}
@media (max-width: 1440px) {
  .cid-uCSYlQAsbc .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uCSYlQAsbc .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uCSYlQAsbc .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uCSYlQAsbc .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uCSYlQAsbc .mbr-section-title {
  color: #ffffff;
}
.cid-uCSYlQAsbc .mbr-text {
  color: #ffffff;
}
.cid-uCSYlQUZ4c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCSYlQUZ4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlQUZ4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYlQUZ4c .text-wrap {
  width: 100%;
}
.cid-uCSYlQUZ4c .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uCSYlQUZ4c .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uCSYlQUZ4c .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uCSYlRgZ5K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uCSYlRgZ5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlRgZ5K .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-uCSYlRgZ5K .container {
    padding: 0 20px;
  }
}
.cid-uCSYlRgZ5K .row {
  margin: 0;
}
.cid-uCSYlRgZ5K .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uCSYlRgZ5K .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCSYlRgZ5K .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uCSYlRgZ5K .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uCSYlRgZ5K .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uCSYlRgZ5K .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uCSYlRgZ5K .mbr-section-title {
  color: #ffffff;
}
.cid-uCSYlRCzrJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCSYlRCzrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlRCzrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYlRCzrJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCSYlRCzrJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCSYlRCzrJ .container {
    padding: 0;
  }
}
.cid-uCSYlRCzrJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCSYlRCzrJ .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCSYlRCzrJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCSYlRCzrJ .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCSYlRCzrJ .mbr-section-title {
  color: #000000;
}
.cid-uCSYlRCzrJ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCSYlRYuQJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8a077;
}
.cid-uCSYlRYuQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlRYuQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCSYlRYuQJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCSYlRYuQJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCSYlRYuQJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCSYlRYuQJ .mbr-section-title {
  color: #ffffff;
}
.cid-uCSYlRYuQJ .mbr-text {
  color: #ffffff;
}
.cid-uCSYlSBOg3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCSYlSBOg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlSBOg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYlSBOg3 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCSYlSBOg3 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uCSYlSBOg3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCSYlSBOg3 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uCSYlSBOg3 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uCSYlSBOg3 .item {
    margin-bottom: 28px;
  }
}
.cid-uCSYlSBOg3 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uCSYlSBOg3 .item .item-wrapper:hover,
.cid-uCSYlSBOg3 .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uCSYlSBOg3 .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uCSYlSBOg3 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uCSYlSBOg3 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uCSYlSBOg3 .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uCSYlSBOg3 .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uCSYlSBOg3 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uCSYlSBOg3 .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uCSYlSBOg3 .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uCSYlSBOg3 .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uCSYlSBOg3 .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uCSYlSBOg3 .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uCSYlSBOg3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uCSYlSBOg3 .item-title {
  color: #9aa0a6;
}
.cid-uCSYlSBOg3 .item-text {
  color: #ffffff;
}
.cid-uCSYlSBOg3 .item-date {
  color: #9aa0a6;
}
.cid-uCSYlSBOg3 .mbr-section-title,
.cid-uCSYlSBOg3 .mbr-section-btn {
  text-align: center;
}
.cid-uCSYlSBOg3 .item-title,
.cid-uCSYlSBOg3 .icon-wrapper {
  color: #ffffff;
}
.cid-uCSYlTaHSv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uCSYlTaHSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlTaHSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYlTaHSv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCSYlTaHSv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCSYlTaHSv .container {
    padding: 0;
  }
}
.cid-uCSYlTaHSv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCSYlTaHSv .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCSYlTaHSv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCSYlTaHSv .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCSYlTaHSv .mbr-section-title {
  color: #ffffff;
}
.cid-uCSYlTaHSv .mbr-text {
  color: #ffffff;
}
.cid-uCTCp6qn7c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCTCp6qn7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCTCp6qn7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCTCp6qn7c .container,
.cid-uCTCp6qn7c .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uCTCp6qn7c .container,
  .cid-uCTCp6qn7c .container-fluid {
    padding: 0 20px;
  }
}
.cid-uCTCp6qn7c .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCTCp6qn7c .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-uCTCp6qn7c .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-uCTCp6qn7c .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uCTCp6qn7c .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCTCp6qn7c .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uCTCp6qn7c .panel-group {
    padding: 0 12px;
  }
}
.cid-uCTCp6qn7c .panel-group .card {
  border-radius: 0;
}
.cid-uCTCp6qn7c .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uCTCp6qn7c .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-uCTCp6qn7c .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #3d4045;
}
.cid-uCTCp6qn7c .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #7232bd;
}
.cid-uCTCp6qn7c .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7232bd;
}
.cid-uCTCp6qn7c .panel-group .card .card-header .panel-title:hover,
.cid-uCTCp6qn7c .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #7232bd;
}
.cid-uCTCp6qn7c .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-uCTCp6qn7c .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #7232bd;
}
.cid-uCTCp6qn7c .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-uCTCp6qn7c .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-uCTCp6qn7c .mbr-section-title {
  color: #000000;
}
.cid-uCTCp6qn7c .panel-title-edit {
  color: #3d4045;
}
.cid-uCTCp6qn7c .panel-text {
  color: #3d4045;
}
.cid-uCSYlTwS6l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uCSYlTwS6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlTwS6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYlTwS6l .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCSYlTwS6l .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCSYlTwS6l .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCSYlTwS6l .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCSYlTwS6l .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCSYlTZDz2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uCSYlTZDz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYlTZDz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYlTZDz2 .content-wrap {
  padding: 60px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCSYlTZDz2 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uCSYlTZDz2 .content-wrap .row {
  justify-content: center;
}
.cid-uCSYlTZDz2 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCSYlTZDz2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCSYlTZDz2 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCSYlTZDz2 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uCSYlTZDz2 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uCSYlTZDz2 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCSYlTZDz2 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCSYlTZDz2 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCSYlTZDz2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCSYlTZDz2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCSYlTZDz2 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCSYlTZDz2 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCSYlTZDz2 .nav-wrapper .list .item-wrap:hover,
.cid-uCSYlTZDz2 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uCSYlTZDz2 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCSYlTZDz2 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCSYlTZDz2 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCSYlTZDz2 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCSYlTZDz2 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCSYlTZDz2 .contacts-wrapper .list .item-wrap:hover,
.cid-uCSYlTZDz2 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uCSYlTZDz2 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCSYlTZDz2 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCSYlTZDz2 .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCSYlTZDz2 .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCSYlTZDz2 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCSYlTZDz2 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCSYlTZDz2 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCSYlTZDz2 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uCSYlTZDz2 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uCSYlTZDz2 .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #1b1818;
  text-align: right;
}
.cid-uCSYlTZDz2 .mbr-section-title {
  color: #ed463f;
}
.cid-uCSYlTZDz2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCSYlTZDz2 .list {
  color: #404349;
}
.cid-uCSYlTZDz2 .list,
.cid-uCSYlTZDz2 .item-wrap {
  color: #ffffff;
}
.cid-uCSYmjm19v .navbar-dropdown {
  position: relative !important;
}
.cid-uCSYmjm19v .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uCSYmjm19v .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-uCSYmjm19v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCSYmjm19v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCSYmjm19v .dropdown-item:hover,
.cid-uCSYmjm19v .dropdown-item:focus {
  background: #7232bd !important;
  color: white !important;
}
.cid-uCSYmjm19v .dropdown-item:hover span {
  color: white;
}
.cid-uCSYmjm19v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCSYmjm19v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCSYmjm19v .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCSYmjm19v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCSYmjm19v .nav-link {
  position: relative;
}
.cid-uCSYmjm19v .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCSYmjm19v .container {
    flex-wrap: nowrap;
  }
}
.cid-uCSYmjm19v .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCSYmjm19v .dropdown-menu,
.cid-uCSYmjm19v .navbar.opened {
  background: #000000 !important;
}
.cid-uCSYmjm19v .nav-item:focus,
.cid-uCSYmjm19v .nav-link:focus {
  outline: none;
}
.cid-uCSYmjm19v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCSYmjm19v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCSYmjm19v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCSYmjm19v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCSYmjm19v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCSYmjm19v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCSYmjm19v .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: #000000;
}
.cid-uCSYmjm19v .navbar.opened {
  transition: all 0.3s;
}
.cid-uCSYmjm19v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCSYmjm19v .navbar .navbar-logo img {
  width: auto;
}
.cid-uCSYmjm19v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCSYmjm19v .navbar.collapsed {
  justify-content: center;
}
.cid-uCSYmjm19v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCSYmjm19v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCSYmjm19v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCSYmjm19v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCSYmjm19v .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-uCSYmjm19v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCSYmjm19v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCSYmjm19v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCSYmjm19v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCSYmjm19v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCSYmjm19v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCSYmjm19v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCSYmjm19v .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-uCSYmjm19v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCSYmjm19v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCSYmjm19v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCSYmjm19v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCSYmjm19v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCSYmjm19v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCSYmjm19v .navbar.navbar-short {
  min-height: 80px;
}
.cid-uCSYmjm19v .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uCSYmjm19v .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-uCSYmjm19v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCSYmjm19v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCSYmjm19v .dropdown-item.active,
.cid-uCSYmjm19v .dropdown-item:active {
  background-color: transparent;
}
.cid-uCSYmjm19v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCSYmjm19v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCSYmjm19v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCSYmjm19v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCSYmjm19v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCSYmjm19v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCSYmjm19v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCSYmjm19v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCSYmjm19v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCSYmjm19v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCSYmjm19v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCSYmjm19v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCSYmjm19v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCSYmjm19v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCSYmjm19v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCSYmjm19v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCSYmjm19v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCSYmjm19v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCSYmjm19v .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCSYmjm19v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCSYmjm19v .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-uCSYmjm19v .navbar {
    height: 70px;
  }
  .cid-uCSYmjm19v .navbar.opened {
    height: auto;
  }
  .cid-uCSYmjm19v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCSYmjI5PN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uCSYmjI5PN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYmjI5PN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYmjI5PN .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uCSYmjI5PN .img-item {
  position: relative;
}
.cid-uCSYmjI5PN .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uCSYmjI5PN .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uCSYmjI5PN .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uCSYmjX8Xh {
  background-image: linear-gradient(135deg, #f46f30 10%, #7232bd 100%) !important;
}
.cid-uCSYmjX8Xh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYmjX8Xh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYmkdKlU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCSYmkdKlU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uCSYmkdKlU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uCSYmkdKlU .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uCSYmkdKlU .mbr-section-title {
  color: #7232bd;
}
.cid-uCSYmkyIwT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCSYmkyIwT .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCSYmkyIwT .mbr-text {
  color: #ffffff;
}
.cid-uCSYmkPOEQ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uCSYmkPOEQ .row {
  justify-content: center;
}
.cid-uCSYmkPOEQ .col-title {
  margin-bottom: 2.5rem;
}
.cid-uCSYmkPOEQ .mbr-section-title {
  color: #44af69;
}
.cid-uCSYmkPOEQ .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uCSYmkPOEQ .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-uCSYmkPOEQ .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uCSYmkPOEQ .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uCSYmkPOEQ .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-uCSYmkPOEQ .card:nth-child(1) .card-box {
  background-color: #f8a077;
}
.cid-uCSYmkPOEQ .card:nth-child(2) .card-box {
  background-color: #232323;
}
.cid-uCSYmkPOEQ .card:nth-child(3) .card-box {
  background-color: #f8a077;
}
.cid-uCSYmkPOEQ .card:nth-child(4) .card-box {
  background-color: #ff4545;
}
.cid-uCSYmkPOEQ .card:nth-child(5) .card-box {
  background-color: #ff7f11;
}
.cid-uCSYmkPOEQ .card:nth-child(6) .card-box {
  background-color: #504a24;
}
.cid-uCSYmkPOEQ .card-wrapper {
  height: 100%;
  display: flex;
}
.cid-uCSYmkPOEQ .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uCSYmkPOEQ .card-box {
    padding: 32px;
  }
}
.cid-uCSYmkPOEQ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.cid-uCSYmkPOEQ .mbr-iconfont {
  display: block;
  font-size: 15px;
  color: #fed243;
  margin-right: 5px;
}
.cid-uCSYmkPOEQ .card-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-uCSYmkPOEQ .card-title-1 {
  color: #000000;
  text-align: center;
}
.cid-uCSYmkPOEQ .card-title-2 {
  color: #ffffff;
  text-align: center;
}
.cid-uCSYmkPOEQ .card-title-3 {
  color: #0b253e;
  text-align: center;
}
.cid-uCSYmkPOEQ .card-title-4 {
  color: #F9C9C8;
}
.cid-uCSYmkPOEQ .card-title-5 {
  color: #FDC99C;
}
.cid-uCSYmkPOEQ .card-title-6 {
  color: #FFEDB4;
}
.cid-uCSYmkPOEQ .card-text {
  width: 100%;
  color: #1f1d1a;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
.cid-uCSYmkPOEQ .card-name {
  width: 100%;
  color: #44af69;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-uCSYmlCFwX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCSYmlCFwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYmlCFwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYmlCFwX .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uCSYmlCFwX .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uCSYmlCFwX .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uCSYmlCFwX .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uCSYmlCFwX .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uCSYmlCFwX .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uCSYmlCFwX .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCSYmlCFwX .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCSYmlCFwX .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCSYmlCFwX .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uCSYmlCFwX .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uCSYmlCFwX .mbr-section-title,
.cid-uCSYmlCFwX .mbr-section-btn {
  color: #090f10;
}
.cid-uCSYmlUkWU {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCSYmlUkWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYmlUkWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYmlUkWU .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uCSYmlUkWU .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #7232bd;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uCSYmlUkWU .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1da1f2;
  font-size: 1.5rem;
}
.cid-uCSYmlUkWU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCSYmlUkWU .mbr-text,
.cid-uCSYmlUkWU .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uCSYmlUkWU .mbr-section-subtitle,
.cid-uCSYmlUkWU .align-wrapper {
  color: #04492e;
}
.cid-uCSYmmfN4u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uCSYmmfN4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYmmfN4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYmmfN4u .content-wrap {
  padding: 60px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCSYmmfN4u .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uCSYmmfN4u .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uCSYmmfN4u .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCSYmmfN4u .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCSYmmfN4u .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uCSYmmfN4u .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCSYmmfN4u .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uCSYmmfN4u .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uCSYmmfN4u .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uCSYmmfN4u .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uCSYmmfN4u .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCSYmmfN4u .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uCSYmmfN4u .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uCSYmmfN4u .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uCSYmmfN4u .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uCSYmmfN4u .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uCSYmmfN4u .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCSYmmfN4u .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uCSYmmfN4u .mbr-section-title {
  color: #404349;
}
.cid-uCSYmmfN4u .panel-title-edit {
  color: #0a0410;
  text-align: left;
}
.cid-uCSYmmfN4u .panel-text {
  color: #404349;
}
.cid-uCSYmmfN4u .mbr-section-title,
.cid-uCSYmmfN4u .title-wrapper,
.cid-uCSYmmfN4u .tabs-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uCSYmmSHWh {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uCSYmmSHWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYmmSHWh .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-uCSYmmSHWh .container {
    padding: 0 22px;
  }
}
.cid-uCSYmmSHWh .card {
  justify-content: center;
}
.cid-uCSYmmSHWh .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uCSYmmSHWh .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uCSYmmSHWh .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCSYmmSHWh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCSYmmSHWh .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uCSYmmSHWh .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #fff0e6;
}
@media (max-width: 1440px) {
  .cid-uCSYmmSHWh .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uCSYmmSHWh .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uCSYmmSHWh .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uCSYmmSHWh .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uCSYmmSHWh .mbr-section-title {
  color: #ffffff;
}
.cid-uCSYmmSHWh .mbr-text {
  color: #ffffff;
}
.cid-uCSYmnj9LX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCSYmnj9LX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYmnj9LX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYmnj9LX .text-wrap {
  width: 100%;
}
.cid-uCSYmnj9LX .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uCSYmnj9LX .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uCSYmnj9LX .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uCSYmnD6ts {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uCSYmnD6ts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYmnD6ts .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-uCSYmnD6ts .container {
    padding: 0 20px;
  }
}
.cid-uCSYmnD6ts .row {
  margin: 0;
}
.cid-uCSYmnD6ts .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uCSYmnD6ts .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCSYmnD6ts .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uCSYmnD6ts .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uCSYmnD6ts .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uCSYmnD6ts .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uCSYmnD6ts .mbr-section-title {
  color: #ffffff;
}
.cid-uCSYmnWL4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCSYmnWL4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYmnWL4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYmnWL4R .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCSYmnWL4R .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCSYmnWL4R .container {
    padding: 0;
  }
}
.cid-uCSYmnWL4R .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCSYmnWL4R .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCSYmnWL4R .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCSYmnWL4R .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCSYmnWL4R .mbr-section-title {
  color: #000000;
}
.cid-uCSYmnWL4R .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCSYmofPTZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8a077;
}
.cid-uCSYmofPTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYmofPTZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCSYmofPTZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCSYmofPTZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCSYmofPTZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCSYmofPTZ .mbr-section-title {
  color: #ffffff;
}
.cid-uCSYmofPTZ .mbr-text {
  color: #ffffff;
}
.cid-uCSYmoJLgy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCSYmoJLgy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYmoJLgy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYmoJLgy .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCSYmoJLgy .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uCSYmoJLgy .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCSYmoJLgy .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uCSYmoJLgy .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uCSYmoJLgy .item {
    margin-bottom: 28px;
  }
}
.cid-uCSYmoJLgy .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uCSYmoJLgy .item .item-wrapper:hover,
.cid-uCSYmoJLgy .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uCSYmoJLgy .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uCSYmoJLgy .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uCSYmoJLgy .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uCSYmoJLgy .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uCSYmoJLgy .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uCSYmoJLgy .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uCSYmoJLgy .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uCSYmoJLgy .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uCSYmoJLgy .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uCSYmoJLgy .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uCSYmoJLgy .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uCSYmoJLgy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uCSYmoJLgy .item-title {
  color: #9aa0a6;
}
.cid-uCSYmoJLgy .item-text {
  color: #ffffff;
}
.cid-uCSYmoJLgy .item-date {
  color: #9aa0a6;
}
.cid-uCSYmoJLgy .mbr-section-title,
.cid-uCSYmoJLgy .mbr-section-btn {
  text-align: center;
}
.cid-uCSYmoJLgy .item-title,
.cid-uCSYmoJLgy .icon-wrapper {
  color: #ffffff;
}
.cid-uCSYmpiNQR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uCSYmpiNQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYmpiNQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYmpiNQR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCSYmpiNQR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCSYmpiNQR .container {
    padding: 0;
  }
}
.cid-uCSYmpiNQR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCSYmpiNQR .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCSYmpiNQR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCSYmpiNQR .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCSYmpiNQR .mbr-section-title {
  color: #ffffff;
}
.cid-uCSYmpiNQR .mbr-text {
  color: #ffffff;
}
.cid-uCTDzMPPy3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8a077;
}
.cid-uCTDzMPPy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCTDzMPPy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCTDzMPPy3 .container,
.cid-uCTDzMPPy3 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uCTDzMPPy3 .container,
  .cid-uCTDzMPPy3 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uCTDzMPPy3 .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCTDzMPPy3 .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-uCTDzMPPy3 .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-uCTDzMPPy3 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uCTDzMPPy3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCTDzMPPy3 .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uCTDzMPPy3 .panel-group {
    padding: 0 12px;
  }
}
.cid-uCTDzMPPy3 .panel-group .card {
  border-radius: 0;
}
.cid-uCTDzMPPy3 .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uCTDzMPPy3 .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-uCTDzMPPy3 .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #3d4045;
}
.cid-uCTDzMPPy3 .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #7232bd;
}
.cid-uCTDzMPPy3 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7232bd;
}
.cid-uCTDzMPPy3 .panel-group .card .card-header .panel-title:hover,
.cid-uCTDzMPPy3 .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #7232bd;
}
.cid-uCTDzMPPy3 .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-uCTDzMPPy3 .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #7232bd;
}
.cid-uCTDzMPPy3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-uCTDzMPPy3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-uCTDzMPPy3 .mbr-section-title {
  color: #000000;
}
.cid-uCTDzMPPy3 .panel-title-edit {
  color: #3d4045;
}
.cid-uCTDzMPPy3 .panel-text {
  color: #3d4045;
}
.cid-uCSYmpCDXK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uCSYmpCDXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYmpCDXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYmpCDXK .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCSYmpCDXK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCSYmpCDXK .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCSYmpCDXK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCSYmpCDXK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCSYmq3sQR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uCSYmq3sQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCSYmq3sQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCSYmq3sQR .content-wrap {
  padding: 60px;
  background-color: #f8a077;
}
@media (max-width: 992px) {
  .cid-uCSYmq3sQR .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uCSYmq3sQR .content-wrap .row {
  justify-content: center;
}
.cid-uCSYmq3sQR .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCSYmq3sQR .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCSYmq3sQR .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCSYmq3sQR .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uCSYmq3sQR .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uCSYmq3sQR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCSYmq3sQR .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCSYmq3sQR .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCSYmq3sQR .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCSYmq3sQR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCSYmq3sQR .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCSYmq3sQR .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCSYmq3sQR .nav-wrapper .list .item-wrap:hover,
.cid-uCSYmq3sQR .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uCSYmq3sQR .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCSYmq3sQR .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCSYmq3sQR .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCSYmq3sQR .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCSYmq3sQR .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCSYmq3sQR .contacts-wrapper .list .item-wrap:hover,
.cid-uCSYmq3sQR .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uCSYmq3sQR .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCSYmq3sQR .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCSYmq3sQR .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCSYmq3sQR .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCSYmq3sQR .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCSYmq3sQR .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCSYmq3sQR .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCSYmq3sQR .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uCSYmq3sQR .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uCSYmq3sQR .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #1b1818;
  text-align: right;
}
.cid-uCSYmq3sQR .mbr-section-title {
  color: #ed463f;
}
.cid-uCSYmq3sQR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCSYmq3sQR .list {
  color: #404349;
}
.cid-uCSYmq3sQR .list,
.cid-uCSYmq3sQR .item-wrap {
  color: #ffffff;
}
