@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





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: #ffc900 !important;
}
.bg-success {
  background-color: #ffc900 !important;
}
.bg-info {
  background-color: #ffc900 !important;
}
.bg-warning {
  background-color: #ffc900 !important;
}
.bg-danger {
  background-color: #ffc900 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffc900 !important;
  border-color: #ffc900 !important;
  color: #000000 !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: #a88500 !important;
  border-color: #a88500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #a88500 !important;
  border-color: #a88500 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffc900 !important;
  border-color: #ffc900 !important;
  color: #000000 !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: #a88500 !important;
  border-color: #a88500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #a88500 !important;
  border-color: #a88500 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffc900 !important;
  border-color: #ffc900 !important;
  color: #000000 !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: #a88500 !important;
  border-color: #a88500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #a88500 !important;
  border-color: #a88500 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffc900 !important;
  border-color: #ffc900 !important;
  color: #000000 !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: #a88500 !important;
  border-color: #a88500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #a88500 !important;
  border-color: #a88500 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc900 !important;
  border-color: #ffc900 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a88500 !important;
  border-color: #a88500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #a88500 !important;
  border-color: #a88500 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffc900 !important;
  border-color: #ffc900 !important;
  color: #000000 !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: #a88500 !important;
  border-color: #a88500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #a88500 !important;
  border-color: #a88500 !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: #ffc900;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a88500 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffc900 !important;
  border-color: #ffc900 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc900;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a88500 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #ffc900 !important;
  border-color: #ffc900 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc900;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a88500 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #ffc900 !important;
  border-color: #ffc900 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc900;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a88500 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffc900 !important;
  border-color: #ffc900 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a88500 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffc900 !important;
  border-color: #ffc900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc900;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a88500 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffc900 !important;
  border-color: #ffc900 !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: #ffc900 !important;
}
.text-secondary {
  color: #ffc900 !important;
}
.text-success {
  color: #ffc900 !important;
}
.text-info {
  color: #ffc900 !important;
}
.text-warning {
  color: #ffc900 !important;
}
.text-danger {
  color: #ffc900 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #997900 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #997900 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #997900 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #997900 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #997900 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #997900 !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]) {
  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: #ffc900;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffc900;
}
.alert-warning {
  background-color: #ffc900;
}
.alert-danger {
  background-color: #ffc900;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffc900;
  border-color: #ffc900;
  color: #191400;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffc900;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.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: #ffc900 !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: #ffc900;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffc900;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffc900;
}
.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: #ffc900;
  border-bottom-color: #ffc900;
}
.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: #ffc900 !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: #ffc900 !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='%23ffc900' %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-seysURHZSN {
  background-image: url("../../../assets/images/rwrhzr6ewge-1280x1280.jpg");
}
.cid-seysURHZSN .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-seyIgXJ1m2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-seyIgXJ1m2 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-seyIgXJ1m2 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-seyIgXJ1m2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-seyIgXJ1m2 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #000000;
  transition: all 0.3s;
}
.cid-seyIgXJ1m2 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-seyIgXJ1m2 .social-row .soc-item:hover {
  background-color: #000000;
}
.cid-seyIgXJ1m2 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-seyIgXJ1m2 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-seyIgXJ1m2 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-seyIgXJ1m2 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-seyIgXJ1m2 .mbr-text,
.cid-seyIgXJ1m2 .social-row {
  text-align: left;
}
.cid-seyMKhpx09 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-seyMKhpx09 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-seyMKhpx09 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seyMKhpx09 .mbr-iconfont {
  font-size: 2rem;
  color: #40c512;
  padding-right: 1.5rem;
}
.cid-seyOp5UWxs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-seyOp5UWxs .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-seyOp5UWxs .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seyOp5UWxs .mbr-iconfont {
  font-size: 2rem;
  color: #40c512;
  padding-right: 1.5rem;
}
.cid-seEelqVjnr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-seEelqVjnr .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-seEelqVjnr .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seEelqVjnr .mbr-iconfont {
  font-size: 2rem;
  color: #40c512;
  padding-right: 1.5rem;
}
.cid-seEbQ3690k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-seEbQ3690k .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-seEbQ3690k .card {
    margin-bottom: 2rem!important;
  }
  .cid-seEbQ3690k .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-seEbQ3690k .link-wrap {
    align-items: center;
  }
}
.cid-seEbQ3690k .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-seEbQ3690k .mbr-text {
  color: #ffffff;
}
.cid-seEbQ3690k .card-title,
.cid-seEbQ3690k .card-box {
  color: #ffffff;
}
.cid-seEfneyMDG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-seEfneyMDG .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-seEfneyMDG .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-seEfneyMDG .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-seEfneyMDG .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-seEfneyMDG .row .row {
    flex-direction: column-reverse;
  }
  .cid-seEfneyMDG .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seEfneyMDG .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-seEfneyMDG .card-subtitle {
  color: #0095ff;
}
.cid-seEfneyMDG .mbr-text {
  color: #555555;
}
.cid-seEfneyMDG .card-title {
  text-align: left;
  color: #000000;
}
.cid-seEfneyMDG .mbr-text,
.cid-seEfneyMDG .mbr-section-btn {
  color: #555555;
}
.cid-seyMKOzRs7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-seyMKOzRs7 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-seyMKOzRs7 .container {
    max-width: 1400px;
  }
}
.cid-seyMKOzRs7 .card {
  margin: auto;
}
.cid-seyMKOzRs7 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffc900;
  margin-bottom: 2rem;
}
.cid-seyMKOzRs7 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-seyMKOzRs7 .row {
  justify-content: center;
}
.cid-seyMKOzRs7 H3 {
  color: #ffffff;
}
.cid-seyMKOzRs7 .card-title,
.cid-seyMKOzRs7 .card-box {
  color: #ffffff;
}
.cid-sfKrOvyIPv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-sfKrOvyIPv .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sfKrOvyIPv .container {
    max-width: 1400px;
  }
}
.cid-sfKrOvyIPv .card {
  margin: auto;
}
.cid-sfKrOvyIPv .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffc900;
  margin-bottom: 2rem;
}
.cid-sfKrOvyIPv .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfKrOvyIPv .row {
  justify-content: center;
}
.cid-sfKrOvyIPv .card-title,
.cid-sfKrOvyIPv .card-box {
  color: #ffffff;
}
.cid-seyt5Bgvmg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-seyt5Bgvmg .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-seyt5Bgvmg .currentcost {
  color: #232323;
}
.cid-seyt5Bgvmg .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-seyt5Bgvmg .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seyt5Bgvmg .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seyt5Bgvmg .text-box {
    padding: 1rem;
  }
}
.cid-seyt5Bgvmg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-seyt5Bgvmg .mbr-text,
.cid-seyt5Bgvmg .cost,
.cid-seyt5Bgvmg .mbr-section-btn {
  color: #232323;
}
.cid-seEtFKLTsk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-seEtFKLTsk .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-seEtFKLTsk .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-seEtFKLTsk .text-box {
  text-align: center;
}
.cid-seEtFKLTsk span {
  font-size: 9rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-seEtFKLTsk .card {
    margin-bottom: 2rem;
  }
  .cid-seEtFKLTsk .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-seEtFKLTsk span {
    font-size: 21vw;
  }
}
.cid-seEtFKLTsk .item .icon-box .step-number {
  color: #ffc900;
  text-align: center;
}
.cid-seEtFKLTsk .icon-title,
.cid-seEtFKLTsk .mbr-section-btn,
.cid-seEtFKLTsk .item .icon-box .step-number {
  color: #ffffff;
}
.cid-seEtFKLTsk .icon-text,
.cid-seEtFKLTsk .mbr-section-btn {
  color: #bbbbbb;
}
.cid-seyu68jCma {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-seyu68jCma .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-seyu68jCma .mbr-section-title,
.cid-seyu68jCma .mbr-section-subtitle {
  text-align: center;
}
.cid-seyu68jCma .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-seyu68jCma .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-seyu68jCma .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-seyu68jCma .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-seyu68jCma .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-seyu68jCma .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-seyuWxFlYX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-seyuWxFlYX .mbr-section-title,
.cid-seyuWxFlYX .mbr-section-subtitle {
  text-align: center;
}
.cid-seyuWxFlYX .cost {
  word-break: normal;
}
.cid-seyuWxFlYX .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-seyuWxFlYX .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-seyuWxFlYX .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seyuWxFlYX .card-wrapper {
    padding: 1rem;
  }
}
.cid-seyuWxFlYX .mbr-section-title {
  color: #ffffff;
}
.cid-seyuWxFlYX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seEkdt1DSI {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-seEkdt1DSI .nav-tabs .nav-item.open .nav-link:focus,
.cid-seEkdt1DSI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-seEkdt1DSI .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #ffc900;
}
@media (max-width: 767px) {
  .cid-seEkdt1DSI .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-seEkdt1DSI .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-seEkdt1DSI .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-seEkdt1DSI .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-seEkdt1DSI .nav-link,
.cid-seEkdt1DSI .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-seEkdt1DSI .nav-tabs .nav-link.active {
  color: #ffc900;
  border-bottom: 3px solid #ffc900;
}
.cid-seEkdt1DSI H4 {
  text-align: center;
}
.cid-seEkdt1DSI H3 {
  text-align: center;
}
.cid-seEmpuPSmc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-seEmpuPSmc .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-seEmpuPSmc .item .icon-wrap {
  text-align: center;
}
.cid-seEmpuPSmc .item span {
  font-size: 2rem;
  color: #000000;
  line-height: 60px;
}
.cid-seEmpuPSmc .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #ffc900;
}
.cid-seEmpuPSmc .item.first:before {
  display: none;
}
.cid-seEmpuPSmc .item.five:before {
  display: none;
}
.cid-seEmpuPSmc .icon-box {
  background: #ffc900;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-seEmpuPSmc .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-seEmpuPSmc .mbr-iconfont {
  color: #ffc900 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-seEmpuPSmc .item:before {
    display: none;
  }
  .cid-seEmpuPSmc .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seEmpuPSmc .text-box .mbr-text {
  text-align: center;
  color: #fafafa;
}
.cid-seEmpuPSmc .card-title,
.cid-seEmpuPSmc .card-box {
  color: #ffffff;
}
.cid-sfKlx4kWdx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sfKfQq95FR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sfKfQq95FR .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sfKfQq95FR .carousel {
    min-height: 500px;
  }
  .cid-sfKfQq95FR .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sfKfQq95FR .carousel {
    min-height: 325px;
  }
  .cid-sfKfQq95FR .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sfKfQq95FR .carousel {
    min-height: 275px;
  }
  .cid-sfKfQq95FR .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-sfKfQq95FR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sfKfQq95FR .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sfKfQq95FR .carousel,
.cid-sfKfQq95FR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfKfQq95FR .item-wrapper {
  width: 100%;
}
.cid-sfKfQq95FR .carousel-caption {
  bottom: 40px;
}
.cid-sfKfQq95FR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sfKfQq95FR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sfKfQq95FR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sfKfQq95FR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sfKfQq95FR .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-sfKfQq95FR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfKfQq95FR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfKfQq95FR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfKfQq95FR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sfKfQq95FR .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-sfKfQq95FR .carousel-indicators li.active,
.cid-sfKfQq95FR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfKfQq95FR .carousel-indicators li::after,
.cid-sfKfQq95FR .carousel-indicators li::before {
  content: none;
}
.cid-sfKfQq95FR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfKfQq95FR .carousel-indicators {
    display: none !important;
  }
}
.cid-sfKfQq95FR P {
  color: #000000;
}
.cid-sjONdUi6Dj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffc900;
}
.cid-sjONdUi6Dj .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-sjONdUi6Dj .number {
  color: #000000;
  white-space: nowrap;
}
.cid-sjONdUi6Dj .period {
  display: block;
}
.cid-sjONdUi6Dj .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-sjONdUi6Dj .period {
    font-size: 0.8rem;
  }
}
.cid-sjONdUi6Dj .btn {
  height: 100%;
  margin: 0;
}
.cid-sjONdUi6Dj .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sjONdUi6Dj H3 {
  color: #000000;
}
.cid-sjONdUi6Dj .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-seErpvJDqy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-seErpvJDqy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-seErpvJDqy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-seErpvJDqy .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffc900;
}
.cid-seErpvJDqy .panel-body,
.cid-seErpvJDqy .card-header {
  padding: 1rem 0;
}
.cid-seErpvJDqy .panel-title-edit {
  color: #000000;
}
.cid-seErpvJDqy .panel-text {
  text-align: left;
}
.cid-seyKSfh8oS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #353535;
}
.cid-seyKSfh8oS .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-seyKSfh8oS .team-card:hover {
  transform: translateY(-10px);
}
.cid-seyKSfh8oS .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-seyKSfh8oS .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-seyKSfh8oS .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-seyKSfh8oS .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seyKSfh8oS .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-seyKSfh8oS .social-row {
  text-align: center;
}
.cid-seyKSfh8oS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-seyKSfh8oS .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-seyKSfh8oS .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-seyKSfh8oS .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-seyKSfh8oS .mbr-section-title {
  color: #ffffff;
}
.cid-seyKSfh8oS .card-title,
.cid-seyKSfh8oS .social-row {
  color: #000000;
}
.cid-seyLbuAQGk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffc900;
}
.cid-seyLbuAQGk .container-fluid {
  padding-left: 0;
}
.cid-seyLbuAQGk .mbr-text,
.cid-seyLbuAQGk .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-seyLbuAQGk .mbr-text,
  .cid-seyLbuAQGk .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-seyLbuAQGk .mbr-text,
  .cid-seyLbuAQGk .mbr-section-title {
    text-align: center;
  }
}
.cid-seyLbuAQGk a.btn {
  height: 100%;
  margin: 0;
}
.cid-seyLbuAQGk .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-seyLbuAQGk .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-seyLbuAQGk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seyLbuAQGk .justify-content-center {
  align-items: center;
}
.cid-sfKQ09gXiE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sfKQ09gXiE .content {
    text-align: center;
  }
  .cid-sfKQ09gXiE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sfKQ09gXiE .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sfKQ09gXiE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sfKQ09gXiE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sfKQ09gXiE .google-map {
  height: 25rem;
  position: relative;
}
.cid-sfKQ09gXiE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sfKQ09gXiE .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-sfKQ09gXiE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sfKQ09gXiE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sfKQ09gXiE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sfKQ09gXiE .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sfKQ09gXiE .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sfKQ09gXiE .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sfKQ09gXiE .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfKQ09gXiE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sfKQ09gXiE .list {
  list-style-type: none;
  padding: 0;
}



.cid-t4QZjdATmy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-t4QZjdATmy img,
.cid-t4QZjdATmy .item-img {
  width: 100%;
}
.cid-t4QZjdATmy .item:focus,
.cid-t4QZjdATmy span:focus {
  outline: none;
}
.cid-t4QZjdATmy .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-t4QZjdATmy .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t4QZjdATmy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t4QZjdATmy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t4QZjdATmy .mbr-section-title {
  color: #ffffff;
}
.cid-t4QZjdATmy .mbr-section-btn {
  margin-top: auto !important;
}

.cid-t4QZjdATmy .mbr-text,
.cid-t4QZjdATmy .mbr-section-btn {
  text-align: center;
}
.cid-t4QZjdATmy .item-title {
  text-align: center;
}
.cid-t4QZjdATmy .item-subtitle {
  text-align: left;
}
