body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.11rem;
  line-height: 1;
  letter-spacing: -0.67px;
  font-weight: 400;
}
.display-1 > .mbr-iconfont {
  font-size: 5.1375rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.56rem;
  line-height: 1.05;
  letter-spacing: -0.58px;
  font-weight: 400;
}
.display-2 > .mbr-iconfont {
  font-size: 4.45rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.11rem;
  line-height: 1.68;
}
.display-4 > .mbr-iconfont {
  font-size: 1.3875rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.33rem;
  line-height: 1.2;
  letter-spacing: -0.38px;
  font-weight: 400;
}
.display-5 > .mbr-iconfont {
  font-size: 2.9125rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.68;
  font-weight: 400;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.288rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.877rem;
    font-size: calc( 2.0885000000000002rem + (4.11 - 2.0885000000000002) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.0885000000000002rem + (4.11 - 2.0885000000000002) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.848rem;
    font-size: calc( 1.896rem + (3.56 - 1.896) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.896rem + (3.56 - 1.896) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.888rem;
    font-size: calc( 1.0385rem + (1.11 - 1.0385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0385rem + (1.11 - 1.0385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.864rem;
    font-size: calc( 1.4655rem + (2.33 - 1.4655) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4655rem + (2.33 - 1.4655) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
@keyframes scale-in {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@keyframes scale-out {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  to {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.btn {
  padding: 1rem 2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.75rem 1rem;
  border-radius: 0;
}
.btn-md {
  padding: 1rem 2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #000000 !important;
}
.btn-secondary {
  background-color: #5c6873 !important;
}
.bg-success {
  background-color: #d4e7eb !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffd800 !important;
}
.bg-danger {
  background-color: #afd3ce !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: #afd3ce !important;
  color: #000000 !important;
  border-color: #afd3ce !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #afd3ce !important;
  border-color: #afd3ce !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5c6873 !important;
  border-color: #5c6873 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: #ffd800 !important;
  color: #000000 !important;
  border-color: #ffd800 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffd800 !important;
  border-color: #ffd800 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: #5c6873 !important;
  color: #ffffff !important;
  border-color: #5c6873 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5c6873 !important;
  border-color: #5c6873 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d4e7eb !important;
  border-color: #d4e7eb !important;
  color: #0c181b !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0c181b !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd800 !important;
  border-color: #ffd800 !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: #d4e7eb !important;
  color: #0c181b !important;
  border-color: #d4e7eb !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #d4e7eb !important;
  border-color: #d4e7eb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #afd3ce !important;
  border-color: #afd3ce !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: #d4e7eb !important;
  color: #0c181b !important;
  border-color: #d4e7eb !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #d4e7eb !important;
  border-color: #d4e7eb !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: #ffffff !important;
  color: #333333 !important;
  border-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5c6873;
  color: #5c6873;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #5c6873 !important;
  border-color: #5c6873 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5c6873 !important;
  border-color: #5c6873 !important;
}
.btn-info-outline {
  color: #000000 !important;
  background: transparent !important;
  border: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: .25rem !important;
  position: relative;
  font-weight: 500 !important;
  transition: color 0.25s cubic-bezier(0.28, 0.44, 0.49, 1);
}
.btn-info-outline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  will-change: transform;
  background-color: #000000;
}
.btn-info-outline:hover {
  background-color: transparent !important;
  color: #ffd800 !important;
}
.btn-info-outline:active {
  outline: none;
}
.btn-info-outline:hover:after {
  background-color: #ffd800;
  animation: scale-out 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0s forwards, scale-in 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0.25s forwards;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d4e7eb;
  color: #d4e7eb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3d7783 !important;
  background-color: #d4e7eb !important;
  border-color: #d4e7eb !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3d7783 !important;
  background-color: #d4e7eb !important;
  border-color: #d4e7eb !important;
}
.btn-warning-outline {
  color: #ffd800 !important;
  background: transparent !important;
  border: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: .25rem !important;
  position: relative;
  font-weight: 500 !important;
  transition: color 0.25s cubic-bezier(0.28, 0.44, 0.49, 1);
}
.btn-warning-outline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  will-change: transform;
  background-color: #ffd800;
}
.btn-warning-outline:hover {
  background-color: transparent !important;
  color: #afd3ce !important;
}
.btn-warning-outline:active {
  outline: none;
}
.btn-warning-outline:hover:after {
  background-color: #afd3ce;
  animation: scale-out 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0s forwards, scale-in 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0.25s forwards;
}
.btn-danger-outline {
  color: #000000 !important;
  background: transparent !important;
  border: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: .25rem !important;
  position: relative;
  font-weight: 500 !important;
  transition: color 0.25s cubic-bezier(0.28, 0.44, 0.49, 1);
}
.btn-danger-outline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  will-change: transform;
  background-color: #000000;
}
.btn-danger-outline:hover {
  background-color: transparent !important;
  color: #5c6873 !important;
}
.btn-danger-outline:active {
  outline: none;
}
.btn-danger-outline:hover:after {
  background-color: #5c6873;
  animation: scale-out 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0s forwards, scale-in 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0.25s forwards;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #5c6873 !important;
}
.text-success {
  color: #d4e7eb !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffd800 !important;
}
.text-danger {
  color: #afd3ce !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5c6873 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d4e7eb !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffd800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #afd3ce !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  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]):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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffd800;
}
.alert-danger {
  background-color: #afd3ce;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff7cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.11rem;
  line-height: 1.68;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.3875rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.11rem;
  line-height: 1.68;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.3875rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5c6873 !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='%23000000' %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;
}
.cid-uCzYiHzffE {
  padding-top: 90px;
  padding-bottom: 30px;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 1330px) {
  .cid-uCzYiHzffE .container {
    max-width: 1330px !important;
  }
}
.cid-uCzYiHzffE .content-wrap {
  background-color: #ebd2b4;
}
.cid-uCzYiHzffE .card-wrap {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uCzYiHzffE .card-wrap {
    width: calc(100% + 10rem);
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  .cid-uCzYiHzffE .card-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding: 48px 20px 48px 20px;
  }
}
.cid-uCzYiHzffE .img-wrap {
  height: 100%;
}
.cid-uCzYiHzffE .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uCzYiHzffE .mbr-section-subtitle {
  animation-delay: .2s;
}
.cid-uCzYiHzffE .mbr-section-btn {
  margin-top: 2rem;
  margin-bottom: -0.25rem;
  animation-delay: .4s;
}
.cid-uCzYiHzffE [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .cid-uCzYiHzffE .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uCzYiHzffE .mbr-section-subtitle,
.cid-uCzYiHzffE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uCzYiHzffE H1 {
  text-align: left;
  color: #000000;
}
.cid-uCzYiHzffE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzYiHzffE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sgRKnEjnKF {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sgRKnEjnKF .content-row {
  background-color: #000000;
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-sgRKnEjnKF .content-row {
    padding: 1rem;
  }
}
.cid-sgRKnEjnKF p {
  margin-bottom: 0rem;
}
.cid-sgRKnEjnKF .btn {
  margin-bottom: 0rem;
}
.cid-sgRKnEjnKF .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sgRKnEjnKF .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sgRKnEjnKF .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-sgRKnEjnKF .mbr-section-btn {
    text-align: left;
  }
  .cid-sgRKnEjnKF .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sgRKnEjnKF .mbr-section-btn {
    text-align: left;
  }
  .cid-sgRKnEjnKF .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-sgRKnEjnKF .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgRKnEjnKF .btn {
    margin-top: 0rem;
  }
}
.cid-sgRKnEjnKF H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sgRKnEjnKF .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sgRI0OutEw .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgRI0OutEw .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sgRI0OutEw a {
  font-style: normal;
}
.cid-sgRI0OutEw .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgRI0OutEw .show {
  overflow: visible;
}
.cid-sgRI0OutEw .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sgRI0OutEw .dropdown-item:active {
  background-color: transparent;
}
.cid-sgRI0OutEw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgRI0OutEw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .nav-item:focus,
.cid-sgRI0OutEw .nav-link:focus {
  outline: none;
}
.cid-sgRI0OutEw .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgRI0OutEw .menu-logo {
  margin-right: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgRI0OutEw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgRI0OutEw .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgRI0OutEw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sgRI0OutEw button.navbar-toggler:focus {
  outline: none;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sgRI0OutEw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgRI0OutEw .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-sgRI0OutEw .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgRI0OutEw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgRI0OutEw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgRI0OutEw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw img {
    height: 3.8rem !important;
  }
  .cid-sgRI0OutEw .btn {
    display: -webkit-flex;
  }
  .cid-sgRI0OutEw button.navbar-toggler {
    display: block;
  }
  .cid-sgRI0OutEw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing,
  .cid-sgRI0OutEw .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sgRI0OutEw .nav-link {
    justify-content: start !important;
  }
  .cid-sgRI0OutEw .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sgRI0OutEw .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sgRI0OutEw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgRI0OutEw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgRI0OutEw .nav-link:hover,
.cid-sgRI0OutEw .dropdown-item:hover {
  color: #c4dedb !important;
  opacity: .75;
}
.cid-sgRI0OutEw .nav-link:active,
.cid-sgRI0OutEw .dropdown-item:active {
  color: #ffd800;
}
@media (min-width: 1500px) {
  .cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sgRI0OutEw .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sgRI0OutEw .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sgRKomP9d1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgRKomP9d1 .row {
  flex-directiion: row-reverse;
}
.cid-sgRKomP9d1 .first-card {
  background-color: #ffffff;
}
.cid-sgRKomP9d1 .card-box {
  padding: 1.5rem 1rem 0 1rem;
}
.cid-sgRKomP9d1 .second-card-title {
  text-align: center;
  color: #000000;
}
.cid-sgRKomP9d1 .second-card-subtitle {
  text-align: center;
}
.cid-sgRKomP9d1 .second-card {
  background-color: #ffd800;
}
.cid-sgRKomP9d1 .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-sgRKomP9d1 [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sgRKomP9d1 .card-wrapper {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.cid-sgRKomP9d1 .first-card-title {
  text-align: left;
  color: #000000;
}
.cid-sgRKomP9d1 .first-card-text,
.cid-sgRKomP9d1 .card-btn {
  text-align: center;
}
.cid-sgRKomP9d1 .mbr-text,
.cid-sgRKomP9d1 .card-btn {
  text-align: left;
}
.cid-sgRKomP9d1 .second-card-subtitle,
.cid-sgRKomP9d1 .second-btn {
  text-align: center;
  color: #000000;
}
.cid-sgRKomP9d1 .card {
  border-radius: 0 !important;
}
.cid-udX6yprNGj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-udX6yprNGj .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: 2rem;
  color: #000000;
  text-align: left;
}
.cid-udX6yprNGj .card {
  margin-bottom: 1.5rem;
}
.cid-udX6yprNGj .card-wrapper {
  overflow: visible;
  padding: 5rem 4rem;
}
@media (max-width: 767px) {
  .cid-udX6yprNGj .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udX6yprNGj .card-wrapper-1 {
  background-color: #ffffff;
}
.cid-udX6yprNGj .card-wrapper-2 {
  background-color: #ffffff;
}
.cid-udX6yprNGj .card-wrapper-3 {
  background-color: #bcd9df;
}
.cid-udX6yprNGj .card-wrapper-4 {
  background-color: #419e8e;
}
.cid-udX6yprNGj .card-text {
  color: #454545;
  text-align: left;
  margin-bottom: 2.5rem;
  margin-bottom: 0;
}
.cid-udX6yprNGj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-udX6yprNGj .card-text,
.cid-udX6yprNGj .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-udX6yprNGj .button-section {
  margin-top: 1.5rem;
}
.cid-udX6yprNGj .button-section .btn {
  font-weight: 700 !important;
}
.cid-udX6yprNGj .section-text,
.cid-udX6yprNGj .button-section {
  text-align: left;
}
.cid-udX6yprNGj .section-text {
  text-align: left;
}
.cid-udX6yprNGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-udX6yprNGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udXlHRpyj1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udXlHRpyj1 .card-wrapper {
  width: 100%;
  height: 100%;
}
.cid-udXlHRpyj1 .card-wrapper img {
  height: 600px;
  object-fit: cover;
}
.cid-udXlHRpyj1 .second-card-title {
  text-align: center;
  color: #000000;
}
.cid-udXlHRpyj1 .second-card-subtitle {
  text-align: center;
}
.cid-udXlHRpyj1 .second-card {
  background-color: #ffd800;
}
.cid-udXlHRpyj1 .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-udXlHRpyj1 [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-udXlHRpyj1 .second-card-subtitle,
.cid-udXlHRpyj1 .second-btn {
  text-align: center;
  color: #000000;
}
.cid-udXlHRpyj1 .card {
  border-radius: 0 !important;
}
.cid-udXlHRpyj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udXlHRpyj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udY13w7khY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udY13w7khY .row {
  flex-directiion: row-reverse;
}
.cid-udY13w7khY .card-wrapper {
  width: 100%;
  height: 100%;
}
.cid-udY13w7khY .card-wrapper img {
  height: 600px;
  object-fit: cover;
}
.cid-udY13w7khY .second-card-title {
  text-align: center;
  color: #000000;
}
.cid-udY13w7khY .second-card-subtitle {
  text-align: center;
}
.cid-udY13w7khY .second-card {
  background-color: #ffd800;
}
.cid-udY13w7khY .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-udY13w7khY [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-udY13w7khY .second-card-subtitle,
.cid-udY13w7khY .second-btn {
  text-align: center;
  color: #000000;
}
.cid-udY13w7khY .card {
  border-radius: 0 !important;
}
.cid-udY13w7khY .mbr-fallback-image.disabled {
  display: none;
}
.cid-udY13w7khY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udY3CUknAt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udY3CUknAt .card-wrapper {
  width: 100%;
  height: 100%;
}
.cid-udY3CUknAt .card-wrapper img {
  height: 600px;
  object-fit: cover;
}
.cid-udY3CUknAt .second-card-title {
  text-align: center;
  color: #000000;
}
.cid-udY3CUknAt .second-card-subtitle {
  text-align: center;
}
.cid-udY3CUknAt .second-card {
  background-color: #ffd800;
}
.cid-udY3CUknAt .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-udY3CUknAt [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-udY3CUknAt .second-card-subtitle,
.cid-udY3CUknAt .second-btn {
  text-align: center;
  color: #000000;
}
.cid-udY3CUknAt .card {
  border-radius: 0 !important;
}
.cid-udY3CUknAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-udY3CUknAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udXaEcdPAB {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udXaEcdPAB .content-row {
  background-color: #f0dec8;
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-udXaEcdPAB .content-row {
    padding: 1rem;
  }
}
.cid-udXaEcdPAB p {
  margin-bottom: 0rem;
}
.cid-udXaEcdPAB .btn {
  margin-bottom: 0rem;
}
.cid-udXaEcdPAB .mbr-section-title {
  margin-bottom: 20px;
}
.cid-udXaEcdPAB .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-udXaEcdPAB .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-udXaEcdPAB .mbr-section-btn {
    text-align: left;
  }
  .cid-udXaEcdPAB .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-udXaEcdPAB .mbr-section-btn {
    text-align: left;
  }
  .cid-udXaEcdPAB .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-udXaEcdPAB .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udXaEcdPAB .btn {
    margin-top: 0rem;
  }
}
.cid-udXaEcdPAB H1 {
  text-align: left;
}
.cid-udXaEcdPAB .mbr-text {
  text-align: left;
}
.cid-udXaEcdPAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-udXaEcdPAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCAR0Z6lHS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uCAR0Z6lHS [class*="col"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uCAR0Z6lHS .container-fluid {
  padding: 0 !important;
  margin: 3rem 0;
}
.cid-uCAR0Z6lHS .carousel-item {
  justify-content: center;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCAR0Z6lHS .carousel-item {
    width: calc(100% + 100% / 4);
    left: calc(-100% / (2 * 4));
    margin-right: calc(-100% - 100% / 4);
  }
}
.cid-uCAR0Z6lHS .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-uCAR0Z6lHS .carousel-item .slider__image {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.cid-uCAR0Z6lHS .carousel-item .slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.cid-uCAR0Z6lHS .carousel-item .slider__image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uCAR0Z6lHS .slider__content .slider__title {
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .cid-uCAR0Z6lHS .slider__title {
    margin-left: 2rem;
  }
}
.cid-uCAR0Z6lHS .carousel-item.active,
.cid-uCAR0Z6lHS .carousel-item-next,
.cid-uCAR0Z6lHS .carousel-item-prev {
  display: flex;
}
.cid-uCAR0Z6lHS .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCAR0Z6lHS .carousel-control-next,
.cid-uCAR0Z6lHS .carousel-control-prev {
  opacity: 1 !important;
}
.cid-uCAR0Z6lHS .carousel-control-next:hover,
.cid-uCAR0Z6lHS .carousel-control-prev:hover {
  opacity: 1 !important;
}
.cid-uCAR0Z6lHS .carousel-controls {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 43.3%;
  transform: translateY(-50%);
}
.cid-uCAR0Z6lHS .carousel-controls a span {
  width: 95.7px;
  height: 95.7px;
  line-height: 75.7px;
  font-size: 20px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: #000000;
}
.cid-uCAR0Z6lHS .carousel-controls a span:hover {
  transform: scale(1.07);
  transform-origin: center;
  transition: transform 0.2s ease 0s;
}
.cid-uCAR0Z6lHS .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCAR0Z6lHS .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uCAR0Z6lHS .carousel-inner {
    padding-bottom: 3px;
  }
}
@media (max-width: 991px) {
  .cid-uCAR0Z6lHS .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-uCAR0Z6lHS .cloneditem-1,
  .cid-uCAR0Z6lHS .cloneditem-2,
  .cid-uCAR0Z6lHS .cloneditem-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uCAR0Z6lHS .carousel-controls {
    display: none;
  }
  .cid-uCAR0Z6lHS .mbr-text,
  .cid-uCAR0Z6lHS .mbr-section-title {
    padding: 0 1rem;
  }
}
.cid-uCAR0Z6lHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCAR0Z6lHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sgRKk0oKXS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-sgRKk0oKXS .form-block {
  padding: 75px 50px 35px 50px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sgRKk0oKXS .form-block {
    padding: 1rem;
  }
}
.cid-sgRKk0oKXS input::-webkit-input-placeholder,
.cid-sgRKk0oKXS textarea::-webkit-input-placeholder {
  opacity: .5;
}
.cid-sgRKk0oKXS input:-moz-placeholder,
.cid-sgRKk0oKXS textarea:-moz-placeholder {
  opacity: .5;
}
.cid-sgRKk0oKXS .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sgRKk0oKXS .content-panel {
  padding: 3rem 2.5rem;
  background-color: #ffd800;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 768px) {
  .cid-sgRKk0oKXS .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sgRKk0oKXS .text-block {
    margin-bottom: 2rem;
  }
}
.cid-sgRKk0oKXS .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sgRKk0oKXS .content-block {
  color: #000000;
}
.cid-udYfPPDWZR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-udYfPPDWZR .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-udXerSCttr.popup-builder {
  background-color: #ffffff;
}
.cid-udXerSCttr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udXerSCttr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udXerSCttr .modal-content,
.cid-udXerSCttr .modal-dialog {
  height: auto;
}
.cid-udXerSCttr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udXerSCttr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udXerSCttr .form-wrapper .mbr-form .form-group,
  .cid-udXerSCttr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udXerSCttr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udXerSCttr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udXerSCttr .mbr-text {
  text-align: center;
}
.cid-udXerSCttr .pt-0 {
  padding-top: 0 !important;
}
.cid-udXerSCttr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udXerSCttr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udXerSCttr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udXerSCttr .modal-open {
  overflow: hidden;
}
.cid-udXerSCttr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udXerSCttr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udXerSCttr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udXerSCttr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udXerSCttr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udXerSCttr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udXerSCttr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udXerSCttr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udXerSCttr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udXerSCttr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udXerSCttr .modal-backdrop.fade {
  opacity: 0;
}
.cid-udXerSCttr .modal-backdrop.show {
  opacity: .5;
}
.cid-udXerSCttr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udXerSCttr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udXerSCttr .modal-header {
    padding: 1rem;
  }
}
.cid-udXerSCttr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udXerSCttr .modal-header .close svg {
  fill: #353535;
}
.cid-udXerSCttr .modal-header .close:hover {
  opacity: 1;
}
.cid-udXerSCttr .modal-header .close:focus {
  outline: none;
}
.cid-udXerSCttr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udXerSCttr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udXerSCttr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udXerSCttr .modal-body {
    padding: 1rem;
  }
}
.cid-udXerSCttr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udXerSCttr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udXerSCttr .modal-footer {
    padding: 1rem;
  }
}
.cid-udXerSCttr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udXerSCttr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udXerSCttr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udXerSCttr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udXerSCttr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udXerSCttr .modal-lg,
  .cid-udXerSCttr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udXerSCttr .modal-xl {
    max-width: 1140px;
  }
}
.cid-udXerSCttr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udXerSCttr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udXerSCttr .form-group {
  margin-bottom: 1rem;
}
.cid-udXerSCttr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udXerSCttr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udXerSCttr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udXerSCttr .mbr-section-btn {
  margin: 0;
}
.cid-udXerSCttr .mbr-section-btn .btn {
  margin: 0;
}
