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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Questrial', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #cccccc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #cccccc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #999999 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #595959;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #cccccc;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #cccccc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #cccccc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #cccccc;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.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: #cccccc !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: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23cccccc' %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.3;
}
.cid-s4Vvt3zYr0 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4Vvt3zYr0 .mbr-section-subtitle {
  color: #767676;
}
.cid-s51mq7nUHF .modal-body .close {
  background: #1b1b1b;
}
.cid-s51mq7nUHF .modal-body .close span {
  font-style: normal;
}
.cid-s51mq7nUHF .carousel-inner > .active,
.cid-s51mq7nUHF .carousel-inner > .next,
.cid-s51mq7nUHF .carousel-inner > .prev {
  display: table;
}
.cid-s51mq7nUHF .carousel-control .icon-next,
.cid-s51mq7nUHF .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s51mq7nUHF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s51mq7nUHF .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s51mq7nUHF .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s51mq7nUHF .boxed-slider > div {
  position: relative;
}
.cid-s51mq7nUHF .container img {
  width: 100%;
}
.cid-s51mq7nUHF .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s51mq7nUHF .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s51mq7nUHF .mbr-table-cell {
  padding: 0;
}
.cid-s51mq7nUHF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s51mq7nUHF .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s51mq7nUHF .mbr-overlay {
  z-index: 1;
}
.cid-s51mq7nUHF .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s51mq7nUHF .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s51mq7nUHF .carousel-item .container {
    width: 100%;
  }
}
.cid-s51mq7nUHF .carousel-item-next.carousel-item-left,
.cid-s51mq7nUHF .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s51mq7nUHF .active.carousel-item-right,
.cid-s51mq7nUHF .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s51mq7nUHF .active.carousel-item-left,
.cid-s51mq7nUHF .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s51mq7nUHF .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s51mq7nUHF .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s51mq7nUHF .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s51mq7nUHF .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s51mq7nUHF .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s51mq7nUHF .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s51mq7nUHF .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s51mq7nUHF .mbr-slider .carousel-indicators li.active,
.cid-s51mq7nUHF .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s51mq7nUHF .mbr-slider .carousel-indicators li::after,
.cid-s51mq7nUHF .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s51mq7nUHF .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s51mq7nUHF .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s51mq7nUHF .mbr-slider > .container img {
  width: 100%;
}
.cid-s51mq7nUHF .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s51mq7nUHF .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s51mq7nUHF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s51mq7nUHF .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s51mq7nUHF .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s51mq7nUHF .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s51mq7nUHF .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s51mq7nUHF .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s51mq7nUHF .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s51mq7nUHF .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s51mq7nUHF .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s51mq7nUHF .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s51mq7nUHF .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s51gDTvSBx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/wv-2000x1125.jpg");
}
@media (min-width: 992px) {
  .cid-s51gDTvSBx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s51gDTvSBx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s51gDTvSBx .mbr-text {
    text-align: center;
  }
}
.cid-s51gDTvSBx .mbr-text,
.cid-s51gDTvSBx .mbr-section-btn {
  text-align: center;
}
.cid-rloK071Mdg {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/2014-dotz-shift-volkswagen-beetle-2000x1125.jpg");
}
.cid-rloK071Mdg .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-rloK071Mdg .mbr-section-title {
  text-align: center;
  color: #efefef;
}
.cid-rloK071Mdg .mbr-text,
.cid-rloK071Mdg .mbr-section-btn {
  color: #acacac;
  text-align: center;
}
.cid-rloK071Mdg .mbr-section-title B {
  color: #efefef;
}
.cid-s4Q29SU4VA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4Q29SU4VA .card-img {
  background-color: #fff;
}
.cid-s4Q29SU4VA .card-box {
  padding: 2rem;
}
.cid-s4Q29SU4VA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s4Q29SU4VA p {
  text-align: left;
}
.cid-s4Q29SU4VA .mbr-text {
  color: #767676;
}
.cid-s4Q29SU4VA .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s4Q29SU4VA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s4Q29SU4VA .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rlm7nRBSHc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rlm7nRBSHc .mbr-section-subtitle {
  color: #767676;
}
.cid-rl5bmaivTU {
  padding-top: 60px;
  padding-bottom: 120px;
  background: linear-gradient(45deg, #000000, #000000);
}
.cid-rl5bmaivTU .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-rl5bmaivTU .mbr-section-title {
  color: #efefef;
  text-align: center;
}
.cid-s4Vw5pehEG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4Vw5pehEG .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-s4Vw5pehEG .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rl5ly0dsRN {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1-17-2000x1125.jpg");
}
.cid-rl5ly0dsRN .title {
  margin-bottom: 2rem;
}
.cid-rl5ly0dsRN .mbr-section-subtitle {
  color: #efefef;
}
.cid-rl5ly0dsRN a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rl5ly0dsRN a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rl5ly0dsRN textarea.form-control {
  min-height: 188px;
}
.cid-rl5ly0dsRN H2 {
  color: #efefef;
}
.cid-rl5ly0dsRN LABEL {
  color: #efefef;
}
.cid-rl5jxawJ7v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #404040;
}
.cid-rl5jxawJ7v .mbr-section-subtitle {
  color: #efefef;
}
.cid-rl5jxawJ7v H2 {
  color: #efefef;
}
.cid-rl5l3mUOrO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #051500;
}
@media (max-width: 767px) {
  .cid-rl5l3mUOrO .content {
    text-align: center;
  }
  .cid-rl5l3mUOrO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rl5l3mUOrO .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-rl5l3mUOrO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rl5l3mUOrO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rl5l3mUOrO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rl5l3mUOrO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rl5l3mUOrO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rl5l3mUOrO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rl5l3mUOrO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rl5l3mUOrO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rl5l3mUOrO .google-map {
  height: 25rem;
  position: relative;
}
.cid-rl5l3mUOrO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rl5l3mUOrO .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-rl5l3mUOrO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rl5l3mUOrO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rl5l3mUOrO P {
  color: #efefef;
}
.cid-s4VzS0c2lL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/2014-dotz-shift-volkswagen-beetle-2000x1125.jpg");
}
.cid-s4VzS0c2lL .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s4VzS0c2lL .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-s4VzS0c2lL .mbr-figure img {
    width: 100% !important;
  }
}
.cid-s4XVY4PMVW {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4XVY4PMVW .mbr-section-subtitle {
  color: #767676;
}
.cid-s4XVYJadYD {
  padding-top: 60px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-s4XVYJadYD .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-s4XVYJadYD .mbr-section-title {
  color: #efefef;
  text-align: center;
}
.cid-sx8CxxENyH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #efefef);
}
.cid-sx8CxxENyH .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sx8CxxENyH .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sx8CxxENyH .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sx8CxxENyH .mbr-text {
    text-align: center;
  }
}
.cid-sx8CxxENyH H1 {
  text-align: center;
  color: #232323;
}
.cid-sx8CxxENyH .mbr-text,
.cid-sx8CxxENyH .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-s4XVYBcQCs {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s4XVYBcQCs .card-img {
  background-color: #fff;
}
.cid-s4XVYBcQCs .card-box {
  padding: 2rem;
}
.cid-s4XVYBcQCs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s4XVYBcQCs p {
  text-align: left;
}
.cid-s4XVYBcQCs .mbr-text {
  color: #767676;
}
.cid-s4XVYBcQCs .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s4XVYBcQCs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s4XVYBcQCs .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s4XVYvXHV5 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/2014-dotz-shift-volkswagen-beetle-2000x1125.jpg");
}
.cid-s4XVYvXHV5 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-s4XVYvXHV5 .mbr-section-title {
  text-align: center;
  color: #efefef;
}
.cid-s4XVYvXHV5 .mbr-text,
.cid-s4XVYvXHV5 .mbr-section-btn {
  color: #acacac;
  text-align: center;
}
.cid-s4XVYvXHV5 .mbr-section-title B {
  color: #efefef;
}
.cid-s4XVYHHheH {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-s4XVYHHheH .mbr-section-subtitle {
  color: #767676;
}
.cid-s4XVYS7I7l {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1-17-2000x1125.jpg");
}
.cid-s4XVYS7I7l .title {
  margin-bottom: 2rem;
}
.cid-s4XVYS7I7l .mbr-section-subtitle {
  color: #efefef;
}
.cid-s4XVYS7I7l a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s4XVYS7I7l a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s4XVYS7I7l textarea.form-control {
  min-height: 188px;
}
.cid-s4XVYS7I7l H2 {
  color: #efefef;
}
.cid-s4XVYS7I7l LABEL {
  color: #efefef;
}
.cid-s4XVYYgszc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #404040;
}
.cid-s4XVYYgszc .mbr-section-subtitle {
  color: #efefef;
}
.cid-s4XVYYgszc H2 {
  color: #efefef;
}
.cid-s4XVZ041HA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #051500;
}
@media (max-width: 767px) {
  .cid-s4XVZ041HA .content {
    text-align: center;
  }
  .cid-s4XVZ041HA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s4XVZ041HA .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-s4XVZ041HA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s4XVZ041HA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s4XVZ041HA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4XVZ041HA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s4XVZ041HA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s4XVZ041HA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s4XVZ041HA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s4XVZ041HA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s4XVZ041HA .google-map {
  height: 25rem;
  position: relative;
}
.cid-s4XVZ041HA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s4XVZ041HA .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-s4XVZ041HA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s4XVZ041HA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s4XVZ041HA P {
  color: #efefef;
}
.cid-sxpiYkCeBT {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sxpiYkCeBT .mbr-section-subtitle {
  color: #767676;
}
.cid-sxpiYlsrCQ {
  padding-top: 60px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-sxpiYlsrCQ .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-sxpiYlsrCQ .mbr-section-title {
  color: #efefef;
  text-align: center;
}
.cid-sxpiYmgini {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #efefef);
}
.cid-sxpiYmgini .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sxpiYmgini .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sxpiYmgini .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sxpiYmgini .mbr-text {
    text-align: center;
  }
}
.cid-sxpiYmgini H1 {
  text-align: center;
  color: #232323;
}
.cid-sxpiYmgini .mbr-text,
.cid-sxpiYmgini .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sxpiYnCbKD {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sxpiYnCbKD .card-img {
  background-color: #fff;
}
.cid-sxpiYnCbKD .card-box {
  padding: 2rem;
}
.cid-sxpiYnCbKD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sxpiYnCbKD p {
  text-align: left;
}
.cid-sxpiYnCbKD .mbr-text {
  color: #767676;
}
.cid-sxpiYnCbKD .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sxpiYnCbKD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sxpiYnCbKD .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sxpiYoPjf7 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/2014-dotz-shift-volkswagen-beetle-2000x1125.jpg");
}
.cid-sxpiYoPjf7 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-sxpiYoPjf7 .mbr-section-title {
  text-align: center;
  color: #efefef;
}
.cid-sxpiYoPjf7 .mbr-text,
.cid-sxpiYoPjf7 .mbr-section-btn {
  color: #acacac;
  text-align: center;
}
.cid-sxpiYoPjf7 .mbr-section-title B {
  color: #efefef;
}
.cid-sxpiYpbgif {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sxpiYpbgif .mbr-section-subtitle {
  color: #767676;
}
.cid-sxpiYptQVu {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1-17-2000x1125.jpg");
}
.cid-sxpiYptQVu .title {
  margin-bottom: 2rem;
}
.cid-sxpiYptQVu .mbr-section-subtitle {
  color: #efefef;
}
.cid-sxpiYptQVu a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sxpiYptQVu a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sxpiYptQVu textarea.form-control {
  min-height: 188px;
}
.cid-sxpiYptQVu H2 {
  color: #efefef;
}
.cid-sxpiYptQVu LABEL {
  color: #efefef;
}
.cid-sxpiYpWVFj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #404040;
}
.cid-sxpiYpWVFj .mbr-section-subtitle {
  color: #efefef;
}
.cid-sxpiYpWVFj H2 {
  color: #efefef;
}
.cid-sxpiYqDl1Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #051500;
}
@media (max-width: 767px) {
  .cid-sxpiYqDl1Z .content {
    text-align: center;
  }
  .cid-sxpiYqDl1Z .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sxpiYqDl1Z .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sxpiYqDl1Z .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxpiYqDl1Z .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sxpiYqDl1Z .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxpiYqDl1Z .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxpiYqDl1Z .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxpiYqDl1Z .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxpiYqDl1Z .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxpiYqDl1Z .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sxpiYqDl1Z .google-map {
  height: 25rem;
  position: relative;
}
.cid-sxpiYqDl1Z .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sxpiYqDl1Z .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-sxpiYqDl1Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sxpiYqDl1Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sxpiYqDl1Z P {
  color: #efefef;
}
.cid-sxpjbPt530 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sxpjbPt530 .mbr-section-subtitle {
  color: #767676;
}
.cid-sxpjbPOso2 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-sxpjbPOso2 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-sxpjbPOso2 .mbr-section-title {
  color: #efefef;
  text-align: center;
}
.cid-sxpjbQfvoU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #efefef);
}
.cid-sxpjbQfvoU .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sxpjbQfvoU .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sxpjbQfvoU .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sxpjbQfvoU .mbr-text {
    text-align: center;
  }
}
.cid-sxpjbQfvoU H1 {
  text-align: center;
  color: #232323;
}
.cid-sxpjbQfvoU .mbr-text,
.cid-sxpjbQfvoU .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sxpjbQLY9g {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sxpjbQLY9g .card-img {
  background-color: #fff;
}
.cid-sxpjbQLY9g .card-box {
  padding: 2rem;
}
.cid-sxpjbQLY9g h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sxpjbQLY9g p {
  text-align: left;
}
.cid-sxpjbQLY9g .mbr-text {
  color: #767676;
}
.cid-sxpjbQLY9g .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sxpjbQLY9g .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sxpjbQLY9g .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sxpjbRGIV7 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/2014-dotz-shift-volkswagen-beetle-2000x1125.jpg");
}
.cid-sxpjbRGIV7 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-sxpjbRGIV7 .mbr-section-title {
  text-align: center;
  color: #efefef;
}
.cid-sxpjbRGIV7 .mbr-text,
.cid-sxpjbRGIV7 .mbr-section-btn {
  color: #acacac;
  text-align: center;
}
.cid-sxpjbRGIV7 .mbr-section-title B {
  color: #efefef;
}
.cid-sxpjbS6bIM {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sxpjbS6bIM .mbr-section-subtitle {
  color: #767676;
}
.cid-sxpjbSt5Wl {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1-17-2000x1125.jpg");
}
.cid-sxpjbSt5Wl .title {
  margin-bottom: 2rem;
}
.cid-sxpjbSt5Wl .mbr-section-subtitle {
  color: #efefef;
}
.cid-sxpjbSt5Wl a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sxpjbSt5Wl a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sxpjbSt5Wl textarea.form-control {
  min-height: 188px;
}
.cid-sxpjbSt5Wl H2 {
  color: #efefef;
}
.cid-sxpjbSt5Wl LABEL {
  color: #efefef;
}
.cid-sxpjbT0ZNC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #404040;
}
.cid-sxpjbT0ZNC .mbr-section-subtitle {
  color: #efefef;
}
.cid-sxpjbT0ZNC H2 {
  color: #efefef;
}
.cid-sxpjbTyZuq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #051500;
}
@media (max-width: 767px) {
  .cid-sxpjbTyZuq .content {
    text-align: center;
  }
  .cid-sxpjbTyZuq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sxpjbTyZuq .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sxpjbTyZuq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxpjbTyZuq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sxpjbTyZuq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxpjbTyZuq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxpjbTyZuq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxpjbTyZuq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxpjbTyZuq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxpjbTyZuq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sxpjbTyZuq .google-map {
  height: 25rem;
  position: relative;
}
.cid-sxpjbTyZuq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sxpjbTyZuq .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-sxpjbTyZuq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sxpjbTyZuq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sxpjbTyZuq P {
  color: #efefef;
}
.cid-sxpjqStA8F {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sxpjqStA8F .mbr-section-subtitle {
  color: #767676;
}
.cid-sxpjqSNztd {
  padding-top: 60px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-sxpjqSNztd .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-sxpjqSNztd .mbr-section-title {
  color: #efefef;
  text-align: center;
}
.cid-sxpjqTgIEn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #efefef);
}
.cid-sxpjqTgIEn .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sxpjqTgIEn .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sxpjqTgIEn .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sxpjqTgIEn .mbr-text {
    text-align: center;
  }
}
.cid-sxpjqTgIEn H1 {
  text-align: center;
  color: #232323;
}
.cid-sxpjqTgIEn .mbr-text,
.cid-sxpjqTgIEn .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sxpjqTJ784 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sxpjqTJ784 .card-img {
  background-color: #fff;
}
.cid-sxpjqTJ784 .card-box {
  padding: 2rem;
}
.cid-sxpjqTJ784 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sxpjqTJ784 p {
  text-align: left;
}
.cid-sxpjqTJ784 .mbr-text {
  color: #767676;
}
.cid-sxpjqTJ784 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sxpjqTJ784 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sxpjqTJ784 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sxpjqUITW4 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/2014-dotz-shift-volkswagen-beetle-2000x1125.jpg");
}
.cid-sxpjqUITW4 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-sxpjqUITW4 .mbr-section-title {
  text-align: center;
  color: #efefef;
}
.cid-sxpjqUITW4 .mbr-text,
.cid-sxpjqUITW4 .mbr-section-btn {
  color: #acacac;
  text-align: center;
}
.cid-sxpjqUITW4 .mbr-section-title B {
  color: #efefef;
}
.cid-sxpjqVdFZC {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sxpjqVdFZC .mbr-section-subtitle {
  color: #767676;
}
.cid-sxpjqVOKOh {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1-17-2000x1125.jpg");
}
.cid-sxpjqVOKOh .title {
  margin-bottom: 2rem;
}
.cid-sxpjqVOKOh .mbr-section-subtitle {
  color: #efefef;
}
.cid-sxpjqVOKOh a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sxpjqVOKOh a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sxpjqVOKOh textarea.form-control {
  min-height: 188px;
}
.cid-sxpjqVOKOh H2 {
  color: #efefef;
}
.cid-sxpjqVOKOh LABEL {
  color: #efefef;
}
.cid-sxpjqWq93M {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #404040;
}
.cid-sxpjqWq93M .mbr-section-subtitle {
  color: #efefef;
}
.cid-sxpjqWq93M H2 {
  color: #efefef;
}
.cid-sxpjqWSWbl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #051500;
}
@media (max-width: 767px) {
  .cid-sxpjqWSWbl .content {
    text-align: center;
  }
  .cid-sxpjqWSWbl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sxpjqWSWbl .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sxpjqWSWbl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxpjqWSWbl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sxpjqWSWbl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxpjqWSWbl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxpjqWSWbl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxpjqWSWbl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxpjqWSWbl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxpjqWSWbl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sxpjqWSWbl .google-map {
  height: 25rem;
  position: relative;
}
.cid-sxpjqWSWbl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sxpjqWSWbl .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-sxpjqWSWbl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sxpjqWSWbl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sxpjqWSWbl P {
  color: #efefef;
}
