body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((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: #149dcc !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !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: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !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: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !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: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-white {
  color: #222222 !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !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: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !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: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !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: #57c8ef !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff99b3 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.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: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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: #149dcc;
  color: #ffffff;
}
.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: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !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: 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='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sLWcguNdlb {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/img-20200924-wa0010-1024x768.jpg");
}
.cid-sLWcguNdlb .row {
  justify-content: flex-end;
}
.cid-sLWcguNdlb .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-sLWcguNdlb .block {
  background-color: #333333;
}
.cid-sLWcguNdlb img {
  width: 100%;
}
.cid-sLWcguNdlb .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-sLWcguNdlb .content {
  max-width: 600px;
}
.cid-sLWcguNdlb h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-sLWcguNdlb .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-sLWcguNdlb h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sLWcguNdlb .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-sLWcguNdlb h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-sLWcguNdlb .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-sLWcguNdlb H1 {
  color: #ffffff;
}
.cid-sLWcguNdlb .mbr-text,
.cid-sLWcguNdlb .mbr-section-btn {
  color: #c1c1c1;
}
.cid-sLWcguNdlb H4 {
  color: #efeeee;
}
.cid-t1l5aDW6zt.popup-builder {
  background-color: #ffffff;
}
.cid-t1l5aDW6zt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t1l5aDW6zt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t1l5aDW6zt .modal-content,
.cid-t1l5aDW6zt .modal-dialog {
  height: auto;
}
.cid-t1l5aDW6zt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t1l5aDW6zt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t1l5aDW6zt .form-wrapper .mbr-form .form-group,
  .cid-t1l5aDW6zt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t1l5aDW6zt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t1l5aDW6zt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1l5aDW6zt .mbr-text {
  text-align: center;
}
.cid-t1l5aDW6zt .pt-0 {
  padding-top: 0 !important;
}
.cid-t1l5aDW6zt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t1l5aDW6zt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t1l5aDW6zt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t1l5aDW6zt .modal-open {
  overflow: hidden;
}
.cid-t1l5aDW6zt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t1l5aDW6zt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t1l5aDW6zt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t1l5aDW6zt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t1l5aDW6zt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t1l5aDW6zt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t1l5aDW6zt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t1l5aDW6zt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t1l5aDW6zt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t1l5aDW6zt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t1l5aDW6zt .modal-backdrop.fade {
  opacity: 0;
}
.cid-t1l5aDW6zt .modal-backdrop.show {
  opacity: .5;
}
.cid-t1l5aDW6zt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t1l5aDW6zt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t1l5aDW6zt .modal-header {
    padding: 1rem;
  }
}
.cid-t1l5aDW6zt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t1l5aDW6zt .modal-header .close svg {
  fill: #353535;
}
.cid-t1l5aDW6zt .modal-header .close:hover {
  opacity: 1;
}
.cid-t1l5aDW6zt .modal-header .close:focus {
  outline: none;
}
.cid-t1l5aDW6zt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t1l5aDW6zt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t1l5aDW6zt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1l5aDW6zt .modal-body {
    padding: 1rem;
  }
}
.cid-t1l5aDW6zt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t1l5aDW6zt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1l5aDW6zt .modal-footer {
    padding: 1rem;
  }
}
.cid-t1l5aDW6zt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t1l5aDW6zt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t1l5aDW6zt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t1l5aDW6zt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t1l5aDW6zt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t1l5aDW6zt .modal-lg,
  .cid-t1l5aDW6zt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t1l5aDW6zt .modal-xl {
    max-width: 1140px;
  }
}
.cid-t1l5aDW6zt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t1l5aDW6zt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t1l5aDW6zt .form-group {
  margin-bottom: 1rem;
}
.cid-t1l5aDW6zt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t1l5aDW6zt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t1l5aDW6zt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t1l5aDW6zt .mbr-section-btn {
  margin: 0;
}
.cid-t1l5aDW6zt .mbr-section-btn .btn {
  margin: 0;
}
.cid-sLWciIhw0d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sLWciIhw0d .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sLWciIhw0d .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/img-20200924-wa0010-1-462x347.jpg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-sLWciIhw0d .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #333333;
}
.cid-sLWciIhw0d .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-sLWciIhw0d .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sLWciIhw0d .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-sLWciIhw0d .wrap:hover .box-title2,
.cid-sLWciIhw0d .wrap:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sLWciIhw0d .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-sLWciIhw0d .box-title2,
.cid-sLWciIhw0d .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sLWciIhw0d .box-content {
  transition: all 0.3s;
  background: #333333;
  width: 50%;
}
.cid-sLWciIhw0d .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sLWciIhw0d .img-content {
    opacity: 1;
  }
  .cid-sLWciIhw0d .box-title2,
  .cid-sLWciIhw0d .box-text2 {
    color: #333333 !important;
  }
  .cid-sLWciIhw0d .content-block,
  .cid-sLWciIhw0d .box-content {
    padding: 3rem 1rem;
  }
  .cid-sLWciIhw0d .wrap {
    min-height: 300px;
  }
  .cid-sLWciIhw0d .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-sLWUXlLz9e {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
@media (max-width: 802px) {
  .cid-sLWUXlLz9e {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-sLWUXlLz9e .text {
  padding: 0;
}
.cid-sLWUXlLz9e section {
  position: relative;
}
.cid-sLWUXlLz9e h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sLWUXlLz9e .mbr-iconfont {
  padding: 0 !important;
}
.cid-sLWUXlLz9e .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #efeeee;
}
.cid-sLWUXlLz9e .box {
  background-image: url("../../../assets/images/20160719-172513-2000x1125.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  border-radius: 15px
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLWUXlLz9e .icon-wrap {
  background-color: #ffffff !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sLWUXlLz9e .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sLWUXlLz9e .icon-wrap span {
  padding-left: 8px;
}
.cid-sLWUXlLz9e .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-sLWUXlLz9e .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sLWUXlLz9e .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sLWUXlLz9e .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sLWUXlLz9e .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sLWUXlLz9e a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sLWUXlLz9e a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sLWUXlLz9e {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sLWUXlLz9e .box {
    height: 250px;
  }
  .cid-sLWUXlLz9e .row {
    padding: 1rem !important;
  }
}
.cid-sLWRYoDEg5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sLWRYoDEg5 img {
  width: 100%;
  height: 100%;
  border-radius: 15px
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sLWRYoDEg5 img:hover {
  transform: scale(1.1);
}
.cid-sLWRYoDEg5 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sLWRYoDEg5 h2 {
  padding: 0;
  margin: 0;
}
.cid-sLWRYoDEg5 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLWRYoDEg5 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sLWRYoDEg5 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sLWRYoDEg5 .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-sLWRYoDEg5 .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-sLWRYoDEg5 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLWRYoDEg5 .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-sLWRYoDEg5 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sLWRYoDEg5 H2 {
  color: #333333;
}
.cid-sLWRYoDEg5 .mbr-text {
  color: #767676;
}
.cid-t1l4u2QBxp.popup-builder {
  background-color: #ffffff;
}
.cid-t1l4u2QBxp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t1l4u2QBxp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t1l4u2QBxp .modal-content,
.cid-t1l4u2QBxp .modal-dialog {
  height: auto;
}
.cid-t1l4u2QBxp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t1l4u2QBxp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t1l4u2QBxp .form-wrapper .mbr-form .form-group,
  .cid-t1l4u2QBxp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t1l4u2QBxp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t1l4u2QBxp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1l4u2QBxp .mbr-text {
  text-align: center;
}
.cid-t1l4u2QBxp .pt-0 {
  padding-top: 0 !important;
}
.cid-t1l4u2QBxp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t1l4u2QBxp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t1l4u2QBxp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t1l4u2QBxp .modal-open {
  overflow: hidden;
}
.cid-t1l4u2QBxp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t1l4u2QBxp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t1l4u2QBxp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t1l4u2QBxp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t1l4u2QBxp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t1l4u2QBxp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t1l4u2QBxp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t1l4u2QBxp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t1l4u2QBxp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t1l4u2QBxp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t1l4u2QBxp .modal-backdrop.fade {
  opacity: 0;
}
.cid-t1l4u2QBxp .modal-backdrop.show {
  opacity: .5;
}
.cid-t1l4u2QBxp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t1l4u2QBxp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t1l4u2QBxp .modal-header {
    padding: 1rem;
  }
}
.cid-t1l4u2QBxp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t1l4u2QBxp .modal-header .close svg {
  fill: #353535;
}
.cid-t1l4u2QBxp .modal-header .close:hover {
  opacity: 1;
}
.cid-t1l4u2QBxp .modal-header .close:focus {
  outline: none;
}
.cid-t1l4u2QBxp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t1l4u2QBxp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t1l4u2QBxp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1l4u2QBxp .modal-body {
    padding: 1rem;
  }
}
.cid-t1l4u2QBxp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t1l4u2QBxp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1l4u2QBxp .modal-footer {
    padding: 1rem;
  }
}
.cid-t1l4u2QBxp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t1l4u2QBxp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t1l4u2QBxp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t1l4u2QBxp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t1l4u2QBxp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t1l4u2QBxp .modal-lg,
  .cid-t1l4u2QBxp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t1l4u2QBxp .modal-xl {
    max-width: 1140px;
  }
}
.cid-t1l4u2QBxp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t1l4u2QBxp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t1l4u2QBxp .form-group {
  margin-bottom: 1rem;
}
.cid-t1l4u2QBxp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t1l4u2QBxp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t1l4u2QBxp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t1l4u2QBxp .mbr-section-btn {
  margin: 0;
}
.cid-t1l4u2QBxp .mbr-section-btn .btn {
  margin: 0;
}
.cid-sLURBL9k7p {
  padding-top: 3rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #efeeee;
}
.cid-sLURBL9k7p .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  text-align: left;
}
.cid-sLURBL9k7p .mbr-section-title {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: left;
}
.cid-sLURBL9k7p .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-sLURBL9k7p .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-sLURBL9k7p .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  opacity: 1;
}
.cid-sLURBL9k7p .carousel-item img {
  width: 100%;
}
.cid-sLURBL9k7p .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: min-content;
  position: relative;
  padding: 20px 0px;
  transition: border .3s;
}
.cid-sLURBL9k7p .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #ffda00;
}
.cid-sLURBL9k7p .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-sLURBL9k7p .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-sLURBL9k7p .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sLURBL9k7p .link a {
  font-weight: 700;
}
.cid-sLURBL9k7p .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sLURBL9k7p .link:hover span {
  transform: translateX(9px);
}
.cid-sLURBL9k7p .carousel-item.active,
.cid-sLURBL9k7p .carousel-item-next,
.cid-sLURBL9k7p .carousel-item-prev {
  display: flex;
}
.cid-sLURBL9k7p .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sLURBL9k7p .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-sLURBL9k7p .carousel-controls a span {
  color: #161616;
  font-size: 45px;
}
.cid-sLURBL9k7p .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sLURBL9k7p .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sLURBL9k7p .carousel-controls .carousel-control-next,
.cid-sLURBL9k7p .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sLURBL9k7p .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-sLURBL9k7p .carousel-controls .carousel-control-prev {
  left: -40px;
  bottom: auto;
  top: 44%;
}
.cid-sLURBL9k7p .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: min-content;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sLURBL9k7p .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sLURBL9k7p .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-sLURBL9k7p .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sLURBL9k7p .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-sLURBL9k7p .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sLURBL9k7p .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sLURBL9k7p .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sLURBL9k7p .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sLURBL9k7p .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sLURBL9k7p .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sLURBL9k7p .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sLURBL9k7p .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sLURBL9k7p .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sLURBL9k7p .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sLURBL9k7p .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sLURBL9k7p .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cid-sLURBL9k7p .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-sLURBL9k7p .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-sLURBL9k7p .slider__content {
    min-height: min-content;
  }
}
@media (max-width: 991px) {
  .cid-sLURBL9k7p .cloneditem-1,
  .cid-sLURBL9k7p .cloneditem-2,
  .cid-sLURBL9k7p .cloneditem-3,
  .cid-sLURBL9k7p .cloneditem-4,
  .cid-sLURBL9k7p .cloneditem-5 {
    display: none;
  }
  .cid-sLURBL9k7p .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-sLURBL9k7p .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-sLURBL9k7p .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-sLURBL9k7p .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-sLURBL9k7p .slider__content {
    min-height: min-content;
    padding: 18px 18px 22px;
  }
  .cid-sLURBL9k7p .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-sLURBL9k7p .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-sLURBL9k7p .carousel-controls {
    display: none;
  }
}
.cid-sLURBL9k7p .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-sLURBL9k7p .mbr-content {
  margin-bottom: 50px;
}
.cid-sLURBL9k7p .mbr-section-title b > b,
.cid-sLURBL9k7p .mbr-section-title b > strong {
  color: #149dcc;
}
.cid-sLURBL9k7p .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-sLURBL9k7p .slider__content .slider__text,
.cid-sLURBL9k7p .link {
  color: #232323;
}
.cid-sLURBL9k7p .slider__content .slider__subtitle {
  color: #9e9e9e;
}
.cid-sLURBL9k7p .carousel-indicators {
  bottom: -35px;
}
.cid-sLURBL9k7p .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sLURBL9k7p .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sLURBL9k7p .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-sLURBL9k7p .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sLURBL9k7p .carousel-indicators li.active {
  background: #000000;
}
.cid-sLURBL9k7p .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-sLUQlCPutj {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sLUQlCPutj .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-sLUQlCPutj .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sLUQlCPutj .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sLUQlCPutj .form-group {
  padding-right: 0;
}
.cid-sLUQlCPutj .card {
  padding: 3rem 8rem;
}
.cid-sLUQlCPutj .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sLUQlCPutj .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sLUQlCPutj .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-sLUQlCPutj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sLUQlCPutj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sLUQlCPutj .map-placeholder {
  display: none;
}
.cid-sLUQlCPutj .btn-primary {
  border: 1px solid #149dcc !important;
}
.cid-sLUQlCPutj .btn-primary:hover {
  border: 1px solid #149dcc !important;
}
.cid-sLUQlCPutj .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sLUQlCPutj .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sLUQlCPutj .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sLUQlCPutj .mbr-text {
  color: #444;
}
.cid-sLUQlCPutj h5 {
  margin-bottom: 0;
}
.cid-sLUQlCPutj .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sLUQlCPutj .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLUQlCPutj .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sLUQlCPutj .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLUQlCPutj .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sLUQlCPutj .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sLUQlCPutj .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sLUQlCPutj .social-list a:hover {
  opacity: 0.4;
}
.cid-sLUQlCPutj .media-container-row > div {
  padding: 0px;
}
.cid-sLUQlCPutj .text2 {
  color: #161616;
  text-align: left;
}
.cid-sLUQlCPutj .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sLUQlCPutj .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sLUQlCPutj .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sLUQlCPutj .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sLUQlCPutj h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sLUQlCPutj .form-group {
    max-width: 180px;
  }
  .cid-sLUQlCPutj .card {
    padding: 2rem 1rem;
  }
}
.cid-sLUQlCPutj .links span {
  color: #9e9e9e;
}
.cid-sLUQlCPutj .logo-title,
.cid-sLUQlCPutj .logo-sub-title {
  text-align: center;
}
.cid-sLUQlCPutj .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sLV5ZmBZNK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #161616;
}
.cid-sLV5ZmBZNK .media-container-row .mbr-text {
  color: #f6f6f6;
}
.cid-rwG64JC5c0 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rwG64JC5c0 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-rwG64JC5c0 a {
  font-style: normal;
}
.cid-rwG64JC5c0 .show {
  overflow: visible;
}
.cid-rwG64JC5c0 .dropdown-menu {
  max-height: 400px;
}
.cid-rwG64JC5c0 .dropdown-item:active {
  background-color: transparent;
}
.cid-rwG64JC5c0 .nav-link {
  font-weight: 600!important;
}
.cid-rwG64JC5c0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwG64JC5c0 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rwG64JC5c0 .nav-item:focus,
.cid-rwG64JC5c0 .nav-link:focus {
  outline: none;
}
.cid-rwG64JC5c0 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwG64JC5c0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwG64JC5c0 .menu-logo {
  margin-right: auto;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwG64JC5c0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwG64JC5c0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwG64JC5c0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwG64JC5c0 button.navbar-toggler:focus {
  outline: none;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG64JC5c0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG64JC5c0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwG64JC5c0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 93.4375vh;
  }
}
.cid-rwG64JC5c0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwG64JC5c0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwG64JC5c0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwG64JC5c0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwG64JC5c0 .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwG64JC5c0.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG64JC5c0 img {
    height: 3.8rem !important;
  }
  .cid-rwG64JC5c0 .btn {
    display: -webkit-flex;
  }
  .cid-rwG64JC5c0 button.navbar-toggler {
    display: block;
  }
  .cid-rwG64JC5c0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwG64JC5c0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG64JC5c0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing,
  .cid-rwG64JC5c0 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwG64JC5c0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwG64JC5c0 .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwG64JC5c0 .nav-link {
    justify-content: start!important;
  }
  .cid-rwG64JC5c0 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwG64JC5c0 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwG64JC5c0 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwG64JC5c0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwG64JC5c0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwG64JC5c0 .nav-link:hover,
.cid-rwG64JC5c0 .dropdown-item:hover {
  color: #635a51 !important;
}
@media (min-width: 1500px) {
  .cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwG64JC5c0 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-t1l4tfUV4g.popup-builder {
  background-color: #ffffff;
}
.cid-t1l4tfUV4g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t1l4tfUV4g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t1l4tfUV4g .modal-content,
.cid-t1l4tfUV4g .modal-dialog {
  height: auto;
}
.cid-t1l4tfUV4g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t1l4tfUV4g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t1l4tfUV4g .form-wrapper .mbr-form .form-group,
  .cid-t1l4tfUV4g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t1l4tfUV4g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t1l4tfUV4g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1l4tfUV4g .mbr-text {
  text-align: center;
}
.cid-t1l4tfUV4g .pt-0 {
  padding-top: 0 !important;
}
.cid-t1l4tfUV4g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t1l4tfUV4g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t1l4tfUV4g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t1l4tfUV4g .modal-open {
  overflow: hidden;
}
.cid-t1l4tfUV4g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t1l4tfUV4g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t1l4tfUV4g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t1l4tfUV4g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t1l4tfUV4g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t1l4tfUV4g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t1l4tfUV4g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t1l4tfUV4g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t1l4tfUV4g .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t1l4tfUV4g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t1l4tfUV4g .modal-backdrop.fade {
  opacity: 0;
}
.cid-t1l4tfUV4g .modal-backdrop.show {
  opacity: .5;
}
.cid-t1l4tfUV4g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t1l4tfUV4g .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t1l4tfUV4g .modal-header {
    padding: 1rem;
  }
}
.cid-t1l4tfUV4g .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t1l4tfUV4g .modal-header .close svg {
  fill: #353535;
}
.cid-t1l4tfUV4g .modal-header .close:hover {
  opacity: 1;
}
.cid-t1l4tfUV4g .modal-header .close:focus {
  outline: none;
}
.cid-t1l4tfUV4g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t1l4tfUV4g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t1l4tfUV4g .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1l4tfUV4g .modal-body {
    padding: 1rem;
  }
}
.cid-t1l4tfUV4g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t1l4tfUV4g .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1l4tfUV4g .modal-footer {
    padding: 1rem;
  }
}
.cid-t1l4tfUV4g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t1l4tfUV4g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t1l4tfUV4g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t1l4tfUV4g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t1l4tfUV4g .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t1l4tfUV4g .modal-lg,
  .cid-t1l4tfUV4g .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t1l4tfUV4g .modal-xl {
    max-width: 1140px;
  }
}
.cid-t1l4tfUV4g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t1l4tfUV4g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t1l4tfUV4g .form-group {
  margin-bottom: 1rem;
}
.cid-t1l4tfUV4g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t1l4tfUV4g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t1l4tfUV4g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t1l4tfUV4g .mbr-section-btn {
  margin: 0;
}
.cid-t1l4tfUV4g .mbr-section-btn .btn {
  margin: 0;
}
