body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffab66 !important;
}
.bg-success {
  background-color: #0bb978 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #f4751b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffab66 !important;
  border-color: #ffab66 !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: #ff7b0f !important;
  border-color: #ff7b0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff7b0f !important;
  border-color: #ff7b0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #0bb978 !important;
  border-color: #0bb978 !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: #066743 !important;
  border-color: #066743 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #066743 !important;
  border-color: #066743 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f4751b !important;
  border-color: #f4751b !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: #b04e08 !important;
  border-color: #b04e08 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b04e08 !important;
  border-color: #b04e08 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !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: #ffab66;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff7b0f !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: #ffab66 !important;
  border-color: #ffab66 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0bb978;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #066743 !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: #0bb978 !important;
  border-color: #0bb978 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f4751b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b04e08 !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: #f4751b !important;
  border-color: #f4751b !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: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffab66 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #0bb978 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #f4751b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff7300 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #05593a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a14708 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffab66;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #f4751b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffab66;
  border-color: #ffab66;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffab66;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4ff5b7;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdebde;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #ffab66 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffab66;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffab66;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffab66;
}
.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: #ffab66;
  border-bottom-color: #ffab66;
}
.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: #000000 !important;
  background-color: #ffab66 !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: #ff6666 !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='%23ffab66' %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: color 0.6s;
}
.cid-sgRiorRK4V {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgRiorRK4V .carousel {
  height: 800px;
}
.cid-sgRiorRK4V .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sgRiorRK4V .carousel-item,
.cid-sgRiorRK4V .carousel-inner {
  height: 100%;
}
.cid-sgRiorRK4V .mbr-overlay {
  z-index: 1;
}
.cid-sgRiorRK4V .carousel-caption {
  bottom: 40px;
}
.cid-sgRiorRK4V .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sgRiorRK4V .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sgRiorRK4V .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sgRiorRK4V .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sgRiorRK4V .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sgRiorRK4V .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sgRiorRK4V .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sgRiorRK4V .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sgRiorRK4V .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgRiorRK4V .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sgRiorRK4V .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sgRiorRK4V .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sgRiorRK4V .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sgRiorRK4V .carousel-indicators li.active,
.cid-sgRiorRK4V .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sgRiorRK4V .carousel-indicators li::after,
.cid-sgRiorRK4V .carousel-indicators li::before {
  content: none;
}
.cid-sgRiorRK4V .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sgRiorRK4V .carousel-indicators {
    display: none !important;
  }
}
.cid-sgRj9DEoLt .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sgRj9DEoLt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sgRj9DEoLt a {
  font-style: normal;
}
.cid-sgRj9DEoLt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sgRj9DEoLt .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sgRj9DEoLt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgRj9DEoLt .content-text {
  margin-bottom: 0;
}
.cid-sgRj9DEoLt .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sgRj9DEoLt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffab66;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sgRj9DEoLt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sgRj9DEoLt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sgRj9DEoLt .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sgRj9DEoLt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sgRj9DEoLt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sgRj9DEoLt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sgRj9DEoLt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgRj9DEoLt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgRj9DEoLt .nav-dropdown .link {
  font-weight: 400;
}
.cid-sgRj9DEoLt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sgRj9DEoLt .content-right-side {
  text-align: center;
}
.cid-sgRj9DEoLt .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sgRj9DEoLt .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sgRj9DEoLt .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sgRj9DEoLt .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sgRj9DEoLt .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sgRj9DEoLt .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sgRj9DEoLt img {
    height: 3.8rem !important;
  }
  .cid-sgRj9DEoLt .btn {
    display: -webkit-flex;
  }
  .cid-sgRj9DEoLt button.navbar-toggler {
    display: block;
  }
  .cid-sgRj9DEoLt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sgRj9DEoLt .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgRj9DEoLt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgRj9DEoLt .navbar-collapse.collapsing,
  .cid-sgRj9DEoLt .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgRj9DEoLt .navbar-collapse.collapsing .navbar-nav,
  .cid-sgRj9DEoLt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgRj9DEoLt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgRj9DEoLt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgRj9DEoLt .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgRj9DEoLt .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sgRj9DEoLt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgRj9DEoLt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRj9DEoLt .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-sgRj9DEoLt .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sgRj9DEoLt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgRj9DEoLt .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    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;
  }
  .cid-sgRj9DEoLt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sgRj9DEoLt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sgRj9DEoLt .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sgRj9DEoLt .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sgRj9DEoLt .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sgRj9DEoLt .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sgRj9DEoLt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sgRj9DEoLt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sgRj9DEoLt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sgRj9DEoLt .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sgRj9DEoLt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgRj9DEoLt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sgRj9DEoLt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sgRj9DEoLt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sgRj9DEoLt .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sgRj9DEoLt .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sgRj9DEoLt .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-sgRj9DEoLt .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sgRj9DEoLt .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sgRj9DEoLt .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sgRj9DEoLt .navbar {
    display: block;
    padding: 0;
  }
  .cid-sgRj9DEoLt .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sgRj9DEoLt .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sgRj9DEoLt .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sgRj9DEoLt .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sgRj9DEoLt .navbar-toggler {
    display: none;
  }
  .cid-sgRj9DEoLt .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sgRj9DEoLt .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgRj9DEoLt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sgRj9DEoLt .menu-logo {
  margin-right: auto;
}
.cid-sgRj9DEoLt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgRj9DEoLt .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-sgRj9DEoLt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgRj9DEoLt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgRj9DEoLt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgRj9DEoLt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgRj9DEoLt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sgRj9DEoLt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgRj9DEoLt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgRj9DEoLt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgRj9DEoLt .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sgRj9DEoLt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sgRj9DEoLt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgRj9DEoLt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgRj9DEoLt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgRj9DEoLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgRj9DEoLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgRj9DEoLt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgRj9DEoLt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgRj9DEoLt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sgRj9DEoLt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sgRj9DEoLt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgRj9DEoLt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgRj9DEoLt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgRj9DEoLt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgRj9DEoLt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgRj9DEoLt button.navbar-toggler:focus {
  outline: none;
}
.cid-sgRj9DEoLt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sgRj9DEoLt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgRj9DEoLt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRj9DEoLt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRj9DEoLt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgRj9DEoLt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgRj9DEoLt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgRj9DEoLt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgRj9DEoLt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgRj9DEoLt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgRj9DEoLt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgRj9DEoLt .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgRj9DEoLt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgRj9DEoLt .collapsed .navbar-collapse.collapsing,
.cid-sgRj9DEoLt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgRj9DEoLt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgRj9DEoLt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgRj9DEoLt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgRj9DEoLt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgRj9DEoLt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgRj9DEoLt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sgRj9DEoLt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgRj9DEoLt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgRj9DEoLt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-sgRj9DEoLt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sgRj9DEoLt .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgRj9DEoLt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sgRj9DEoLt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgRj9DEoLt .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-sgRj9DEoLt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgRj9DEoLt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgRj9DEoLt .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;
}
.cid-sgRj9DEoLt .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgRj9DEoLt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sgRj9DEoLt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sgRj9DEoLt .nav-link:focus {
  outline: none;
}
.cid-sgRj9DEoLt .navbar-toggler {
  position: relative;
}
.cid-sgRj9DEoLt .dropdown-item.active,
.cid-sgRj9DEoLt .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sgRj9DEoLt .nav-link:hover,
.cid-sgRj9DEoLt .dropdown-item:hover {
  color: #f4751b;
}
.cid-sgRj9DEoLt .widget-title,
.cid-sgRj9DEoLt .widget-icon {
  color: #232323;
}
.cid-sgRjJLuNxS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgRjJLuNxS .main,
.cid-sgRjJLuNxS .main-reverse {
  margin: 0;
  background: #ffffff;
}
.cid-sgRjJLuNxS .text-element {
  background: #ffffff;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-sgRjJLuNxS .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgRjJLuNxS .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sgRjJLuNxS .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-sgRjJLuNxS .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-sgRjJLuNxS .mbr-iconfont {
  font-size: 3rem;
  color: #47b5ed;
}
@media (max-width: 991px) {
  .cid-sgRjJLuNxS .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sgRjJLuNxS .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sgRjJLuNxS .image-element,
  .cid-sgRjJLuNxS .text-element {
    margin-bottom: 0;
  }
  .cid-sgRjJLuNxS .main:first-child {
    padding-top: 0;
  }
}
.cid-sgRjJLuNxS .mbr-section-subtitle,
.cid-sgRjJLuNxS .card-text,
.cid-sgRjJLuNxS .mbr-section-btn {
  color: #8d97ad;
}
.cid-sgRjJLuNxS .card-text,
.cid-sgRjJLuNxS .mbr-section-btn {
  color: #232323;
}
.cid-svHn3trAGg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-svHn3trAGg img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-svHn3trAGg img:hover {
  transform: scale(1.1);
}
.cid-svHn3trAGg .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-svHn3trAGg h2 {
  padding: 0;
  margin: 0;
}
.cid-svHn3trAGg .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svHn3trAGg .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-svHn3trAGg .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-svHn3trAGg .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-svHn3trAGg .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-svHn3trAGg .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-svHn3trAGg .mbr-iconfont {
  margin: 0!important;
}
.cid-svHn3trAGg .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-svHn3trAGg .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-svHn3trAGg .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-svHn3trAGg .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-svHn3trAGg .text-col {
    padding: 2rem 1rem;
  }
}
.cid-svHn3trAGg H2 {
  color: #333333;
}
.cid-svHn3trAGg .mbr-text {
  color: #767676;
}
.cid-svHo7BvdbF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-svHo7BvdbF .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-svHo7BvdbF .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-svHo7BvdbF .card-wrapper {
    margin: 0rem;
  }
}
.cid-svHo7BvdbF .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-svHo7BvdbF .row {
    padding: 0 4rem;
  }
}
.cid-svHo7BvdbF .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-svHo7BvdbF .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-svHo7BvdbF .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-svHo7BvdbF .card1 {
  background-color: #333333;
}
.cid-svHo7BvdbF .card2 {
  background-color: #ffffff;
}
.cid-svHo7BvdbF .card3 {
  background-color: #ffffff;
}
.cid-svHo7BvdbF .card4 {
  background-color: #333333;
}
.cid-svHo7BvdbF img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-svHo7BvdbF .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-svHo7BvdbF .container {
  max-width: 1500px;
}
.cid-svHo7BvdbF .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-svHo7BvdbF .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-svHo7BvdbF P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-svHo7BvdbF .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-svHo7BvdbF .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-svHo7BvdbF .col2,
  .cid-svHo7BvdbF .col3,
  .cid-svHo7BvdbF .col4 {
    margin-top: 0rem;
  }
  .cid-svHo7BvdbF .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-svHo7BvdbF .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-svHo7BvdbF .number {
    margin: auto;
  }
}
.cid-svHo7BvdbF .mbr-text {
  color: #cccccc;
}
.cid-svHo7BvdbF .text2 {
  color: #333333;
}
.cid-svHo7BvdbF .text3 {
  color: #333333;
}
.cid-svHo7BvdbF .title2 {
  color: #bbbbbb;
}
.cid-svHo7BvdbF .title1 {
  color: #ffffff;
}
.cid-svHo7BvdbF .title3 {
  color: #000000;
}
.cid-svHo7BvdbF .title4 {
  color: #ffffff;
}
.cid-svHo7BvdbF .text4 {
  color: #efeeee;
}
.cid-svHo7BvdbF .text1 {
  color: #efeeee;
}
.cid-svHo7BvdbF .title3 B {
  color: #c1c1c1;
}
.cid-svHo7BvdbF H1 {
  color: #333333;
}
.cid-svHjJYdrYQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-svHjJYdrYQ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-svHjJYdrYQ img:hover {
  transform: scale(1.1);
}
.cid-svHjJYdrYQ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-svHjJYdrYQ h2 {
  padding: 0;
  margin: 0;
}
.cid-svHjJYdrYQ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svHjJYdrYQ .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-svHjJYdrYQ .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-svHjJYdrYQ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-svHjJYdrYQ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-svHjJYdrYQ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-svHjJYdrYQ .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-svHjJYdrYQ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-svHjJYdrYQ H2 {
  color: #333333;
}
.cid-svHjJYdrYQ .mbr-text {
  color: #767676;
}
.cid-svHnpll9uX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-svHnpll9uX .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-svHnpll9uX .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-svHnpll9uX .card-wrapper {
    margin: 0rem;
  }
}
.cid-svHnpll9uX .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-svHnpll9uX .row {
    padding: 0 4rem;
  }
}
.cid-svHnpll9uX .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-svHnpll9uX .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-svHnpll9uX .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-svHnpll9uX .card1 {
  background-color: #333333;
}
.cid-svHnpll9uX .card2 {
  background-color: #ffffff;
}
.cid-svHnpll9uX .card3 {
  background-color: #ffffff;
}
.cid-svHnpll9uX .card4 {
  background-color: #333333;
}
.cid-svHnpll9uX img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-svHnpll9uX .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-svHnpll9uX .container {
  max-width: 1500px;
}
.cid-svHnpll9uX .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-svHnpll9uX .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-svHnpll9uX P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-svHnpll9uX .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-svHnpll9uX .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-svHnpll9uX .col2,
  .cid-svHnpll9uX .col3,
  .cid-svHnpll9uX .col4 {
    margin-top: 0rem;
  }
  .cid-svHnpll9uX .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-svHnpll9uX .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-svHnpll9uX .number {
    margin: auto;
  }
}
.cid-svHnpll9uX .mbr-text {
  color: #cccccc;
}
.cid-svHnpll9uX .text2 {
  color: #333333;
}
.cid-svHnpll9uX .text3 {
  color: #333333;
}
.cid-svHnpll9uX .title2 {
  color: #bbbbbb;
}
.cid-svHnpll9uX .title1 {
  color: #ffffff;
}
.cid-svHnpll9uX .title3 {
  color: #bbbbbb;
}
.cid-svHnpll9uX .title4 {
  color: #ffffff;
}
.cid-svHnpll9uX .text4 {
  color: #efeeee;
}
.cid-svHnpll9uX .text1 {
  color: #efeeee;
}
.cid-svHnpll9uX .title3 B {
  color: #c1c1c1;
}
.cid-svHnpll9uX H1 {
  color: #333333;
}
.cid-svTcyT9A3h {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-svTcyT9A3h .mbr-text,
.cid-svTcyT9A3h .mbr-section-btn {
  text-align: left;
}
.cid-svTcyT9A3h H3 {
  text-align: left;
}
.cid-svTcyT9A3h H2 {
  text-align: left;
}
.cid-svHihLk5cM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #bed3f9;
}
.cid-svHihLk5cM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-svHihLk5cM textarea {
  min-height: 150px;
}
.cid-svHihLk5cM .google-map {
  height: 27rem;
  position: relative;
}
.cid-svHihLk5cM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-svHihLk5cM .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-svHihLk5cM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svHihLk5cM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svHihLk5cM .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-svHihLk5cM .form-control,
.cid-svHihLk5cM .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-svHihLk5cM .form-control input::-webkit-input-placeholder,
.cid-svHihLk5cM .field-input input::-webkit-input-placeholder,
.cid-svHihLk5cM .form-control textarea::-webkit-input-placeholder,
.cid-svHihLk5cM .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-svHihLk5cM .form-control input:-moz-placeholder,
.cid-svHihLk5cM .field-input input:-moz-placeholder,
.cid-svHihLk5cM .form-control textarea:-moz-placeholder,
.cid-svHihLk5cM .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-svHihLk5cM .form-control:hover,
.cid-svHihLk5cM .field-input:hover,
.cid-svHihLk5cM .form-control:focus,
.cid-svHihLk5cM .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-svHihLk5cM .form-control:hover input::-webkit-input-placeholder,
.cid-svHihLk5cM .field-input:hover input::-webkit-input-placeholder,
.cid-svHihLk5cM .form-control:focus input::-webkit-input-placeholder,
.cid-svHihLk5cM .field-input:focus input::-webkit-input-placeholder,
.cid-svHihLk5cM .form-control:hover textarea::-webkit-input-placeholder,
.cid-svHihLk5cM .field-input:hover textarea::-webkit-input-placeholder,
.cid-svHihLk5cM .form-control:focus textarea::-webkit-input-placeholder,
.cid-svHihLk5cM .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-svHihLk5cM .form-control:hover input:-moz-placeholder,
.cid-svHihLk5cM .field-input:hover input:-moz-placeholder,
.cid-svHihLk5cM .form-control:focus input:-moz-placeholder,
.cid-svHihLk5cM .field-input:focus input:-moz-placeholder,
.cid-svHihLk5cM .form-control:hover textarea:-moz-placeholder,
.cid-svHihLk5cM .field-input:hover textarea:-moz-placeholder,
.cid-svHihLk5cM .form-control:focus textarea:-moz-placeholder,
.cid-svHihLk5cM .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-svHihLk5cM .jq-number__spin:hover,
.cid-svHihLk5cM .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-svHihLk5cM .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-svHihLk5cM .jq-selectbox li,
.cid-svHihLk5cM .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-svHihLk5cM .jq-selectbox li:hover,
.cid-svHihLk5cM .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-svHihLk5cM .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-svHihLk5cM .jq-number__spin.minus:hover:after,
.cid-svHihLk5cM .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-svHihLk5cM .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-svHihLk5cM .jq-number__spin.minus:after,
.cid-svHihLk5cM .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-svHihLk5cM input::-webkit-clear-button {
  display: none;
}
.cid-svHihLk5cM input::-webkit-inner-spin-button {
  display: none;
}
.cid-svHihLk5cM input::-webkit-outer-spin-button {
  display: none;
}
.cid-svHihLk5cM input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-svHihLk5cM .google-map {
    margin-bottom: 3rem;
  }
}
