body {
  font-family: Rubik;
}

.modal-footer{
    text-align: center;
    display: block;	
	
}

.modal-footer, .modal-header{
border:none !important;	
	text-align:center;
	display: block !important;
}
.modal-footer button{
display: inline-block;
    background: #e42a2a;
    color: #fff;
    border-radius: 100px;
}

.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.2rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #f9fafb !important;
}
.bg-warning {
  background-color: #149dcc !important;
}
.bg-danger {
  background-color: #b2ccd2 !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: #e42a2a !important;
  border-color: #e42a2a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ac1616 !important;
  border-color: #ac1616 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ac1616 !important;
  border-color: #ac1616 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f9fafb !important;
  border-color: #f9fafb !important;
  color: #627a93 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #627a93 !important;
  background-color: #cbd4dc !important;
  border-color: #cbd4dc !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #627a93 !important;
  background-color: #cbd4dc !important;
  border-color: #cbd4dc !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: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !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: #951313;
  color: #951313;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #e42a2a;
  border-color: #e42a2a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e42a2a !important;
  border-color: #e42a2a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #bcc7d2;
  color: #bcc7d2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #627a93;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #627a93 !important;
  background-color: #f9fafb !important;
  border-color: #f9fafb !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: #0b566f;
  color: #0b566f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !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: #e42a2a !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #f9fafb !important;
}
.text-warning {
  color: #149dcc !important;
}
.text-danger {
  color: #b2ccd2 !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: #951313 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #bcc7d2 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0b566f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #72a1ac !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: #f9fafb;
}
.alert-warning {
  background-color: #149dcc;
}
.alert-danger {
  background-color: #b2ccd2;
}
.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: #cccccc;
  border-color: #cccccc;
  color: #595959;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #cccccc;
}
/* 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);
}
@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;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@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: #e42a2a !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-sFAMQvt7Z4 .navbar {
  padding: 0.5rem 0;
  background: #1a1c55;
  transition: none;
  min-height: 50px;
}
.cid-sFAMQvt7Z4 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sFAMQvt7Z4 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sFAMQvt7Z4 .Big-name {
  font-family: 'Oswald', sans-serif;
  color: white;
  font-size: 250%;
  font-weight: 400;
  letter-spacing: 1px;
}
.cid-sFAMQvt7Z4 .dropdown-item {
  padding: 0;
}
.cid-sFAMQvt7Z4 .dropdown-menu {
  border: 0px solid lightgray;
  background: #1a1c55 !important;
}
.cid-sFAMQvt7Z4 .menu-content-top {
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sFAMQvt7Z4 .menu-bottom {
  margin: auto;
  width: 100%;
  background: #1a1c55;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFAMQvt7Z4 .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1c55;
}
.cid-sFAMQvt7Z4 a {
  font-style: normal;
}
.cid-sFAMQvt7Z4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sFAMQvt7Z4 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sFAMQvt7Z4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFAMQvt7Z4 .content-text {
  margin-bottom: 0;
}
.cid-sFAMQvt7Z4 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sFAMQvt7Z4 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #cccccc;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sFAMQvt7Z4 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sFAMQvt7Z4 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sFAMQvt7Z4 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sFAMQvt7Z4 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sFAMQvt7Z4 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sFAMQvt7Z4 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sFAMQvt7Z4 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFAMQvt7Z4 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sFAMQvt7Z4 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sFAMQvt7Z4 .content-right-side {
  text-align: center;
}
.cid-sFAMQvt7Z4 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sFAMQvt7Z4 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sFAMQvt7Z4 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sFAMQvt7Z4 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sFAMQvt7Z4 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFAMQvt7Z4 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sFAMQvt7Z4 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sFAMQvt7Z4 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sFAMQvt7Z4 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sFAMQvt7Z4 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sFAMQvt7Z4 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sFAMQvt7Z4 .menu-bottom {
    display: none;
  }
  .cid-sFAMQvt7Z4 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sFAMQvt7Z4 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sFAMQvt7Z4 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sFAMQvt7Z4 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-sFAMQvt7Z4 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-sFAMQvt7Z4 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sFAMQvt7Z4 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sFAMQvt7Z4 .navbar-toggler {
    display: none;
  }
  .cid-sFAMQvt7Z4 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sFAMQvt7Z4 .mi-link {
    display: none;
  }
}
.cid-sFAMQvt7Z4 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sFAMQvt7Z4 .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFAMQvt7Z4 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sFAMQvt7Z4 .menu-logo {
  margin-right: auto;
}
.cid-sFAMQvt7Z4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFAMQvt7Z4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFAMQvt7Z4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFAMQvt7Z4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFAMQvt7Z4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sFAMQvt7Z4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFAMQvt7Z4 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sFAMQvt7Z4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFAMQvt7Z4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFAMQvt7Z4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFAMQvt7Z4 .dropdown .dropdown-menu {
  background: #1a1c55;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sFAMQvt7Z4 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sFAMQvt7Z4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFAMQvt7Z4 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sFAMQvt7Z4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sFAMQvt7Z4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFAMQvt7Z4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFAMQvt7Z4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFAMQvt7Z4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFAMQvt7Z4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sFAMQvt7Z4 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sFAMQvt7Z4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFAMQvt7Z4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFAMQvt7Z4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sFAMQvt7Z4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFAMQvt7Z4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 1.5rem;
  -webkit-align-self: left;
  align-self: left;
}
.cid-sFAMQvt7Z4 button.navbar-toggler:focus {
  outline: none;
}
.cid-sFAMQvt7Z4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9fafb;
}
.cid-sFAMQvt7Z4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFAMQvt7Z4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAMQvt7Z4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAMQvt7Z4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFAMQvt7Z4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAMQvt7Z4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFAMQvt7Z4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFAMQvt7Z4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAMQvt7Z4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFAMQvt7Z4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFAMQvt7Z4 .collapsed .btn {
  display: flex;
}
.cid-sFAMQvt7Z4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFAMQvt7Z4 .collapsed .navbar-collapse.collapsing,
.cid-sFAMQvt7Z4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFAMQvt7Z4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFAMQvt7Z4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFAMQvt7Z4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFAMQvt7Z4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFAMQvt7Z4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sFAMQvt7Z4 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sFAMQvt7Z4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFAMQvt7Z4 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sFAMQvt7Z4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFAMQvt7Z4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sFAMQvt7Z4 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sFAMQvt7Z4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFAMQvt7Z4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sFAMQvt7Z4 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sFAMQvt7Z4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sFAMQvt7Z4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFAMQvt7Z4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFAMQvt7Z4 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sFAMQvt7Z4 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sFAMQvt7Z4 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFAMQvt7Z4 .navbar-collapse.collapsing,
  .cid-sFAMQvt7Z4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFAMQvt7Z4 .navbar-collapse.collapsing .navbar-nav,
  .cid-sFAMQvt7Z4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFAMQvt7Z4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFAMQvt7Z4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFAMQvt7Z4 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sFAMQvt7Z4 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFAMQvt7Z4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFAMQvt7Z4 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sFAMQvt7Z4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFAMQvt7Z4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFAMQvt7Z4 .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sFAMQvt7Z4 img {
    height: 3.8rem !important;
  }
  .cid-sFAMQvt7Z4 .btn {
    display: flex;
  }
  .cid-sFAMQvt7Z4 button.navbar-toggler {
    display: block;
  }
  .cid-sFAMQvt7Z4 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sFAMQvt7Z4 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sFAMQvt7Z4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sFAMQvt7Z4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFAMQvt7Z4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFAMQvt7Z4 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sFAMQvt7Z4 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sFAMQvt7Z4 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sFAMQvt7Z4 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sFAMQvt7Z4 .nav-link:focus {
  outlinfe: none;
}
.cid-sFAMQvt7Z4 .navbar-toggler {
  position: relative;
}
.cid-sFAMQvt7Z4 .dropdown-item.active,
.cid-sFAMQvt7Z4 .dropdown-item:active {
  background: #1a1c55;
  color: initial;
}
.cid-sFAMQvt7Z4 .widget-text {
  color: #f9fafb;
}
.cid-sFAMQvt7Z4 .mi-link {
  position: absolute;
  margin-left: 1rem;
  margin-top: 1rem;
}
.cid-sFd0nIk0Py {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
  overflow: hidden;
}
.cid-sFd0nIk0Py .row {
  width: 121%;
}
.cid-sFd0nIk0Py svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-sFd0nIk0Py #e2_shape {
  fill: #ffffff !important;
}
.cid-sFd0nIk0Py .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-sFd0nIk0Py .mbr-white {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-sFd0nIk0Py .mbr-white {
    margin-left: -10%;
  }
}
.cid-sFd0nIk0Py .timer {
  padding: 0px;
  margin: 10px;
  height: 78px;
  width: 333px;
}
@media (max-width: 991px) {
  .cid-sFd0nIk0Py .img-wrap {
    display: none;
  }
}
.cid-sFd0nIk0Py .timer-in {
  object-fit: cover;
}
.cid-sFd0nIk0Py .mbr-text {
  font-weight: 300;
}
.cid-sFd0nIk0Py .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-sFd0nIk0Py .btn-white {
  color: #404040 !important;
}
.cid-sFd0nIk0Py .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-sFd0nIk0Py .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .cid-sFd0nIk0Py {
    padding: 30px;
  }
  .cid-sFd0nIk0Py svg {
    display: none;
  }
  .cid-sFd0nIk0Py .timer {
    padding: 20px;
    margin-left: 0px;
    height: 78px;
    width: 333px;
  }
}
.cid-sFd0nIk0Py .mbr-section-title,
.cid-sFd0nIk0Py .mbr-section-btn {
  color: #000000;
}
.cid-sFd0nIk0Py .mbr-text,
.cid-sFd0nIk0Py .mbr-section-btn {
  color: #1a1c55;
}
.cid-tNQrqKYRwh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNQrqKYRwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNQrqKYRwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNQrqKYRwh .container {
    padding: 0 16px;
  }
}
.cid-tNQrqKYRwh .row {
  padding: 30px 30px;
  border-radius: 40px;
  background-color: #eff1f2;
}
@media (max-width: 992px) {
  .cid-tNQrqKYRwh .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tNQrqKYRwh .row {
    padding: 20px 16px;
  }
}
.cid-tNQrqKYRwh .row .image-wrapper video {
  border-radius: 16px;
  object-fit: cover;
}
.cid-sFdH4TlUbT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sFdH4TlUbT .oldcost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sFdH4TlUbT .currentcost {
  color: #232323;
}
.cid-sFdH4TlUbT .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFdH4TlUbT .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFdH4TlUbT .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFdH4TlUbT .text-box {
    padding: 1rem;
  }
  .cid-sFdH4TlUbT .oldcost {
    font-size: 130%;
  }
  .cid-sFdH4TlUbT .currentcost {
    font-size: 130%;
  }
}
.cid-sFdH4TlUbT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFdH5qGFdt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sFdH5qGFdt .oldcost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sFdH5qGFdt .currentcost {
  color: #232323;
}
.cid-sFdH5qGFdt .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFdH5qGFdt .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFdH5qGFdt .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFdH5qGFdt .text-box {
    padding: 1rem;
  }
  .cid-sFdH5qGFdt .oldcost {
    font-size: 130%;
  }
  .cid-sFdH5qGFdt .currentcost {
    font-size: 130%;
  }
}
.cid-sFdH5qGFdt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFdH5SamYN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sFdH5SamYN .oldcost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sFdH5SamYN .currentcost {
  color: #232323;
}
.cid-sFdH5SamYN .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFdH5SamYN .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFdH5SamYN .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFdH5SamYN .text-box {
    padding: 1rem;
  }
  .cid-sFdH5SamYN .oldcost {
    font-size: 130%;
  }
  .cid-sFdH5SamYN .currentcost {
    font-size: 130%;
  }
}
.cid-sFdH5SamYN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tJSZJ7g2Mj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tJSZJ7g2Mj .oldcost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tJSZJ7g2Mj .currentcost {
  color: #232323;
}
.cid-tJSZJ7g2Mj .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tJSZJ7g2Mj .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tJSZJ7g2Mj .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJSZJ7g2Mj .text-box {
    padding: 1rem;
  }
  .cid-tJSZJ7g2Mj .oldcost {
    font-size: 130%;
  }
  .cid-tJSZJ7g2Mj .currentcost {
    font-size: 130%;
  }
}
.cid-tJSZJ7g2Mj .image-wrapper img {
  width: 60%;
  object-fit: cover;
  margin-left: 25%;
}
.cid-tJSZJC9FV1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tJSZJC9FV1 .oldcost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tJSZJC9FV1 .currentcost {
  color: #232323;
}
.cid-tJSZJC9FV1 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tJSZJC9FV1 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tJSZJC9FV1 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJSZJC9FV1 .text-box {
    padding: 1rem;
  }
  .cid-tJSZJC9FV1 .oldcost {
    font-size: 130%;
  }
  .cid-tJSZJC9FV1 .currentcost {
    font-size: 130%;
  }
}
.cid-tJSZJC9FV1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tJSZK0WI0J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tJSZK0WI0J .oldcost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tJSZK0WI0J .currentcost {
  color: #232323;
}
.cid-tJSZK0WI0J .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tJSZK0WI0J .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tJSZK0WI0J .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJSZK0WI0J .text-box {
    padding: 1rem;
  }
  .cid-tJSZK0WI0J .oldcost {
    font-size: 130%;
  }
  .cid-tJSZK0WI0J .currentcost {
    font-size: 130%;
  }
}
.cid-tJSZK0WI0J .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFdH6j5CyX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sFdH6j5CyX .oldcost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sFdH6j5CyX .currentcost {
  color: #232323;
}
.cid-sFdH6j5CyX .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFdH6j5CyX .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFdH6j5CyX .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFdH6j5CyX .text-box {
    padding: 1rem;
  }
  .cid-sFdH6j5CyX .oldcost {
    font-size: 130%;
  }
  .cid-sFdH6j5CyX .currentcost {
    font-size: 130%;
  }
}
.cid-sFdH6j5CyX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFdH6MavVv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sFdH6MavVv .oldcost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sFdH6MavVv .currentcost {
  color: #232323;
}
.cid-sFdH6MavVv .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFdH6MavVv .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFdH6MavVv .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFdH6MavVv .text-box {
    padding: 1rem;
  }
  .cid-sFdH6MavVv .oldcost {
    font-size: 130%;
  }
  .cid-sFdH6MavVv .currentcost {
    font-size: 130%;
  }
}
.cid-sFdH6MavVv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sLISWO4AHj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sLISWO4AHj .oldcost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sLISWO4AHj .currentcost {
  color: #232323;
}
.cid-sLISWO4AHj .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sLISWO4AHj .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sLISWO4AHj .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLISWO4AHj .text-box {
    padding: 1rem;
  }
  .cid-sLISWO4AHj .oldcost {
    font-size: 130%;
  }
  .cid-sLISWO4AHj .currentcost {
    font-size: 130%;
  }
}
.cid-sLISWO4AHj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sLISYBJD68 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sLISYBJD68 .oldcost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sLISYBJD68 .currentcost {
  color: #232323;
}
.cid-sLISYBJD68 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sLISYBJD68 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sLISYBJD68 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLISYBJD68 .text-box {
    padding: 1rem;
  }
  .cid-sLISYBJD68 .oldcost {
    font-size: 130%;
  }
  .cid-sLISYBJD68 .currentcost {
    font-size: 130%;
  }
}
.cid-sLISYBJD68 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tNFb7ON9oS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tNFb7ON9oS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNFb7ON9oS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tNFb7ON9oS .container {
    max-width: 1400px;
  }
}
.cid-tNFb7ON9oS .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #1a1c55;
  margin-bottom: 2rem;
}
.cid-tNFb7ON9oS .card-wrapper {
  margin-top: 2rem;
  background: #ffffff;
  padding: 1.5rem 2rem;
  border-radius: 2rem;
}
.cid-tNFb7ON9oS .row {
  justify-content: center;
}
.cid-tNFb7ON9oS .mbr-section-title {
  color: #232323;
}
.cid-tNFb7ON9oS .card-title,
.cid-tNFb7ON9oS .iconfont-wrapper {
  text-align: center;
}
.cid-tNLk6iLAcI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tNLk6iLAcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLk6iLAcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNLk6iLAcI .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tNLk6iLAcI .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tNLk6iLAcI .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tNLk6iLAcI .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tNLk6iLAcI .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tNLk6iLAcI .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tNLk6iLAcI .mbr-section-head {
  width: 100%;
}
.cid-tNLk6iLAcI .mbr-section-title {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-tNLk6iLAcI .mbr-section-title {
    text-align: center;
  }
}
.cid-tNLk6iLAcI .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tNLk6iLAcI .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tNLk6iLAcI .card-row {
  align-items: stretch;
}
.cid-tNLk6iLAcI .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tNLk6iLAcI .item {
    margin-top: 30px;
  }
}
.cid-tNLk6iLAcI .item-wrapper {
  position: relative;
  height: 100%;
  width: 70%;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin-left: 15%;
  background: linear-gradient(145deg, #fafafa, #efefef);
}
@media (max-width: 575px) {
  .cid-tNLk6iLAcI .item-wrapper {
    padding: 20px;
  }
}
.cid-tNLk6iLAcI .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tNLk6iLAcI .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tNLk6iLAcI .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #ffffff, #ffffff);
  opacity: 0;
  transition: .4s all;
}
.cid-tNLk6iLAcI .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tNLk6iLAcI .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: contain;
  transition: 0.4s all;
}
.cid-tNLk6iLAcI .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tNLk6iLAcI .card-title {
  position: relative;
  z-index: 5;
  color: #232323;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tNLk6iLAcI .card-title {
    margin-bottom: 10px;
  }
}
.cid-tNLk6iLAcI .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tNLk6iLAcI .card-text a {
  transition: .4s all;
}
.cid-tNLk6iLAcI .card-text a:hover {
  color: #cccccc !important;
}
.cid-tNF6r8qzJB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tNF6r8qzJB .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tNF6r8qzJB .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tNF6r8qzJB .row {
  align-items: center;
  height: 100%;
}
.cid-tNF6r8qzJB .container {
  max-width: 720px;
  margin: auto;
}
.cid-tNF6sDEMFf {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f9fafb;
}
.cid-tNF6sDEMFf .card-wrapper {
  overflow: visible;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tNF6sDEMFf .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tNF6sDEMFf .card-wrapper {
    flex-direction: column;
  }
}
.cid-tNF6sDEMFf .mbr-iconfont {
  font-size: 4rem;
  color: #1a1c55;
  padding: 2rem;
  box-shadow: 0.3em 0.3em 0.6em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tNF6sDEMFf .mbr-iconfont:hover {
  background: #efefef;
}
.cid-tNF6sDEMFf .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-tNF6sDEMFf .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tNF6sDEMFf .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tNF6tUz1QG {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #f9fafb;
}
.cid-tNF6tUz1QG .card-wrapper {
  overflow: visible;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tNF6tUz1QG .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tNF6tUz1QG .card-wrapper {
    flex-direction: column;
  }
}
.cid-tNF6tUz1QG .mbr-iconfont {
  font-size: 4rem;
  color: #1a1c55;
  padding: 2rem;
  box-shadow: 0.3em 0.3em 0.6em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tNF6tUz1QG .mbr-iconfont:hover {
  background: #efefef;
}
.cid-tNF6tUz1QG .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-tNF6tUz1QG .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tNF6tUz1QG .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sFd3B9GwlN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/zonal-noe-5-1920x1278.jpg");
}
.cid-sFd3B9GwlN .row {
  justify-content: flex-end;
}
.cid-sFd3B9GwlN .card {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  padding: 20px;
}
.cid-sFd3B9GwlN h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sFd3B9GwlN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sFd3B9GwlN .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-sFd3B9GwlN h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sFd3B9GwlN h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sFd3B9GwlN .mbr-text,
.cid-sFd3B9GwlN .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sFd3B9GwlN H1 {
  color: #000000;
}
.cid-sFd4JP8gLw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFd4JP8gLw img,
.cid-sFd4JP8gLw .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFd4JP8gLw .item:focus,
.cid-sFd4JP8gLw span:focus {
  outline: none;
}
.cid-sFd4JP8gLw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFd4JP8gLw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFd4JP8gLw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFd4JP8gLw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFd4JP8gLw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFd4JP8gLw .mbr-section-title {
  color: #232323;
}
.cid-sFd4JP8gLw .mbr-text,
.cid-sFd4JP8gLw .mbr-section-btn {
  text-align: left;
}
.cid-sFd4JP8gLw .item-title {
  text-align: left;
}
.cid-sFd4JP8gLw .item-subtitle {
  text-align: center;
}
.cid-sFd4RanUCt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFd4RanUCt img,
.cid-sFd4RanUCt .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFd4RanUCt .item:focus,
.cid-sFd4RanUCt span:focus {
  outline: none;
}
.cid-sFd4RanUCt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFd4RanUCt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFd4RanUCt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFd4RanUCt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFd4RanUCt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFd4RanUCt .mbr-section-title {
  color: #232323;
}
.cid-sFd4RanUCt .mbr-text,
.cid-sFd4RanUCt .mbr-section-btn {
  text-align: left;
}
.cid-sFd4RanUCt .item-title {
  text-align: left;
}
.cid-sFd4RanUCt .item-subtitle {
  text-align: center;
}
.cid-sFAU5ZV7bA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFAU5ZV7bA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sFAU5ZV7bA .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sFAU5ZV7bA .row {
  align-items: center;
  height: 100%;
}
.cid-sFAU5ZV7bA .container {
  max-width: 720px;
  margin: auto;
}
.cid-sFzKdWVTdr {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sFzKdWVTdr .mbr-section-title {
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sFzKdWVTdr .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  text-align: left;
}
.cid-sFzKdWVTdr .btn {
  margin: 0px !important;
}
.cid-sFzKdWVTdr .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFzKdWVTdr .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFzKdWVTdr .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sFzKdWVTdr .carousel-item .wrap-img {
  text-align: center;
}
.cid-sFzKdWVTdr .carousel-item .wrap-img img {
  width: 100%;
}
.cid-sFzKdWVTdr h3 {
  align: left;
}
.cid-sFzKdWVTdr .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 120%;
}
.cid-sFzKdWVTdr .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sFzKdWVTdr .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sFzKdWVTdr .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sFzKdWVTdr .second-col {
    padding-top: 2rem;
  }
}
.cid-sFzKdWVTdr .oldcost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sFzKdWVTdr .currentcost {
  color: #232323;
}
.cid-sFzKdWVTdr .price {
  margin-buttom: 0rem;
  padding-buttom: 0rem;
  margin-top: 0rem;
  padding-top: 0rem;
}
.cid-sFzKdWVTdr .text-box {
  margin-left: 0rem;
  padding-left: 0rem;
  font-size: 180%;
}
.cid-sGl24ba2R2 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGl24ba2R2 .mbr-section-title {
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sGl24ba2R2 .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  text-align: left;
}
.cid-sGl24ba2R2 .btn {
  margin: 0px !important;
}
.cid-sGl24ba2R2 .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGl24ba2R2 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGl24ba2R2 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sGl24ba2R2 .carousel-item .wrap-img {
  text-align: center;
}
.cid-sGl24ba2R2 .carousel-item .wrap-img img {
  width: 100%;
}
.cid-sGl24ba2R2 h3 {
  align: left;
}
.cid-sGl24ba2R2 .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 120%;
}
.cid-sGl24ba2R2 .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sGl24ba2R2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sGl24ba2R2 .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sGl24ba2R2 .second-col {
    padding-top: 2rem;
  }
}
.cid-sGl24ba2R2 .oldcost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sGl24ba2R2 .currentcost {
  color: #232323;
}
.cid-sGl24ba2R2 .price {
  margin-buttom: 0rem;
  padding-buttom: 0rem;
  margin-top: 0rem;
  padding-top: 0rem;
}
.cid-sGl24ba2R2 .text-box {
  margin-left: 0rem;
  padding-left: 0rem;
  font-size: 180%;
}
.cid-sGl21XZz1n {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGl21XZz1n .mbr-section-title {
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sGl21XZz1n .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  text-align: left;
}
.cid-sGl21XZz1n .btn {
  margin: 0px !important;
}
.cid-sGl21XZz1n .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGl21XZz1n .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGl21XZz1n .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sGl21XZz1n .carousel-item .wrap-img {
  text-align: center;
}
.cid-sGl21XZz1n .carousel-item .wrap-img img {
  width: 100%;
}
.cid-sGl21XZz1n h3 {
  align: left;
}
.cid-sGl21XZz1n .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 120%;
}
.cid-sGl21XZz1n .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sGl21XZz1n .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sGl21XZz1n .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sGl21XZz1n .second-col {
    padding-top: 2rem;
  }
}
.cid-sGl21XZz1n .oldcost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sGl21XZz1n .currentcost {
  color: #232323;
}
.cid-sGl21XZz1n .price {
  margin-buttom: 0rem;
  padding-buttom: 0rem;
  margin-top: 0rem;
  padding-top: 0rem;
}
.cid-sGl21XZz1n .text-box {
  margin-left: 0rem;
  padding-left: 0rem;
  font-size: 180%;
}
.cid-tJT05ka3Kb {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tJT05ka3Kb .mbr-section-title {
  color: #232323;
  margin-bottom: 2rem;
}
.cid-tJT05ka3Kb .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  text-align: left;
}
.cid-tJT05ka3Kb .btn {
  margin: 0px !important;
}
.cid-tJT05ka3Kb .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJT05ka3Kb .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJT05ka3Kb .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tJT05ka3Kb .carousel-item .wrap-img {
  text-align: center;
}
.cid-tJT05ka3Kb .carousel-item .wrap-img img {
  width: 100%;
}
.cid-tJT05ka3Kb h3 {
  align: left;
}
.cid-tJT05ka3Kb .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 120%;
}
.cid-tJT05ka3Kb .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-tJT05ka3Kb .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-tJT05ka3Kb .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-tJT05ka3Kb .second-col {
    padding-top: 2rem;
  }
}
.cid-tJT05ka3Kb .oldcost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tJT05ka3Kb .currentcost {
  color: #232323;
}
.cid-tJT05ka3Kb .price {
  margin-buttom: 0rem;
  padding-buttom: 0rem;
  margin-top: 0rem;
  padding-top: 0rem;
}
.cid-tJT05ka3Kb .text-box {
  margin-left: 0rem;
  padding-left: 0rem;
  font-size: 180%;
}
.cid-tJT05ka3Kb .firs-wrap {
  width: 80%;
  margin-left: 10%;
}
.cid-tJT06gEwsS {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tJT06gEwsS .mbr-section-title {
  color: #232323;
  margin-bottom: 2rem;
}
.cid-tJT06gEwsS .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  text-align: left;
}
.cid-tJT06gEwsS .btn {
  margin: 0px !important;
}
.cid-tJT06gEwsS .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJT06gEwsS .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJT06gEwsS .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tJT06gEwsS .carousel-item .wrap-img {
  text-align: center;
}
.cid-tJT06gEwsS .carousel-item .wrap-img img {
  width: 100%;
}
.cid-tJT06gEwsS h3 {
  align: left;
}
.cid-tJT06gEwsS .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 120%;
}
.cid-tJT06gEwsS .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-tJT06gEwsS .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-tJT06gEwsS .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-tJT06gEwsS .second-col {
    padding-top: 2rem;
  }
}
.cid-tJT06gEwsS .oldcost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tJT06gEwsS .currentcost {
  color: #232323;
}
.cid-tJT06gEwsS .price {
  margin-buttom: 0rem;
  padding-buttom: 0rem;
  margin-top: 0rem;
  padding-top: 0rem;
}
.cid-tJT06gEwsS .text-box {
  margin-left: 0rem;
  padding-left: 0rem;
  font-size: 180%;
}
.cid-tJT08AJpsY {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tJT08AJpsY .mbr-section-title {
  color: #232323;
  margin-bottom: 2rem;
}
.cid-tJT08AJpsY .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  text-align: left;
}
.cid-tJT08AJpsY .btn {
  margin: 0px !important;
}
.cid-tJT08AJpsY .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJT08AJpsY .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJT08AJpsY .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tJT08AJpsY .carousel-item .wrap-img {
  text-align: center;
}
.cid-tJT08AJpsY .carousel-item .wrap-img img {
  width: 100%;
}
.cid-tJT08AJpsY h3 {
  align: left;
}
.cid-tJT08AJpsY .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 120%;
}
.cid-tJT08AJpsY .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-tJT08AJpsY .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-tJT08AJpsY .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-tJT08AJpsY .second-col {
    padding-top: 2rem;
  }
}
.cid-tJT08AJpsY .oldcost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tJT08AJpsY .currentcost {
  color: #232323;
}
.cid-tJT08AJpsY .price {
  margin-buttom: 0rem;
  padding-buttom: 0rem;
  margin-top: 0rem;
  padding-top: 0rem;
}
.cid-tJT08AJpsY .text-box {
  margin-left: 0rem;
  padding-left: 0rem;
  font-size: 180%;
}
.cid-sFdco7LKZF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sFdco7LKZF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFdco7LKZF .card-title {
  margin-bottom: 26px;
  color: #e42a2a;
}
.cid-sFdco7LKZF .mbr-text {
  margin-bottom: 30px;
}
.cid-sFdco7LKZF .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-sFdco7LKZF .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
  width: 120px;
  height: 120px;
}
.cid-sFdco7LKZF .iconfont-wrapper svg #grad_1 {
  stop-color: #b7301f;
}
.cid-sFdco7LKZF .iconfont-wrapper svg #grad_2 {
  stop-color: #e36959;
}
.cid-sFdco7LKZF .iconfont-wrapper svg #blur_svg {
  flood-color: #b7301f;
}
.cid-sFdco7LKZF .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  bottom: 2%;
  left: 23%;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-sFdco7LKZF .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFdco7LKZF .text-wrapper {
    text-align: center;
  }
  .cid-sFdco7LKZF .image-wrapper {
    margin-bottom: 40px;
    width: 50%;
    margin-left: 25%;
  }
  .cid-sFdco7LKZF .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sFdco7LKZF .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sFdco7LKZF .card-title,
.cid-sFdco7LKZF .icon_block {
  color: #232323;
}
.cid-sFzUk40Cc9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-sFzUk40Cc9 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sFzUk40Cc9 .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sFzUk40Cc9 .row {
  align-items: center;
  height: 100%;
}
.cid-sFzUk40Cc9 .container {
  max-width: 720px;
  margin: auto;
}
.cid-sFzY1POJV8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-sFzY1POJV8 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFzY1POJV8 .content-wrapper .image-wrapper {
    margin-bottom: 0 !important;
  }
  .cid-sFzY1POJV8 .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-sFzY1POJV8 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sFzY1POJV8 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFzY1POJV8 .content-wrapper {
    padding: 4rem 4rem;
  }
  .cid-sFzY1POJV8 .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0;
  }
  .cid-sFzY1POJV8 .content-wrapper .text-wrapper {
    padding-right: 6.4rem;
  }
}
.cid-sFzY1POJV8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFzY1POJV8 .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22;
}
.cid-sFzY1POJV8 .mbr-text,
.cid-sFzY1POJV8 .mbr-section-btn {
  color: #1d1e22;
}
.cid-sFzYbpu663 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-sFzYbpu663 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFzYbpu663 .content-wrapper .image-wrapper {
    margin-bottom: 0 !important;
  }
  .cid-sFzYbpu663 .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-sFzYbpu663 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sFzYbpu663 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFzYbpu663 .content-wrapper {
    padding: 4rem 4rem;
  }
  .cid-sFzYbpu663 .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0;
  }
  .cid-sFzYbpu663 .content-wrapper .text-wrapper {
    padding-right: 6.4rem;
  }
}
.cid-sFzYbpu663 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFzYbpu663 .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22;
}
.cid-sFzYbpu663 .mbr-text,
.cid-sFzYbpu663 .mbr-section-btn {
  color: #1d1e22;
}
.cid-sFzYbLXOrY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-sFzYbLXOrY .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFzYbLXOrY .content-wrapper .image-wrapper {
    margin-bottom: 0 !important;
  }
  .cid-sFzYbLXOrY .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-sFzYbLXOrY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sFzYbLXOrY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFzYbLXOrY .content-wrapper {
    padding: 4rem 4rem;
  }
  .cid-sFzYbLXOrY .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0;
  }
  .cid-sFzYbLXOrY .content-wrapper .text-wrapper {
    padding-right: 6.4rem;
  }
}
.cid-sFzYbLXOrY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFzYbLXOrY .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22;
}
.cid-sFzYbLXOrY .mbr-text,
.cid-sFzYbLXOrY .mbr-section-btn {
  color: #1d1e22;
}
.cid-sFzYc7H7Ah {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-sFzYc7H7Ah .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFzYc7H7Ah .content-wrapper .image-wrapper {
    margin-bottom: 0 !important;
  }
  .cid-sFzYc7H7Ah .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-sFzYc7H7Ah .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sFzYc7H7Ah .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFzYc7H7Ah .content-wrapper {
    padding: 4rem 4rem;
  }
  .cid-sFzYc7H7Ah .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0;
  }
  .cid-sFzYc7H7Ah .content-wrapper .text-wrapper {
    padding-right: 6.4rem;
  }
}
.cid-sFzYc7H7Ah .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFzYc7H7Ah .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22;
}
.cid-sFzYc7H7Ah .mbr-text,
.cid-sFzYc7H7Ah .mbr-section-btn {
  color: #1d1e22;
}
.cid-sFdeZr3Hiv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFdeZr3Hiv .mbr-text {
  position: relative;
}
.cid-sFdeZr3Hiv .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sFdeZr3Hiv img {
  object-fit: contain;
}
.cid-sFdeZr3Hiv .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sFdeZr3Hiv .mbr-text:after,
  .cid-sFdeZr3Hiv .mbr-text:before {
    display: none;
  }
}
.cid-sFB2laaphR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFB2laaphR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sFB2laaphR .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sFB2laaphR .row {
  align-items: center;
  height: 100%;
}
.cid-sFB2laaphR .container {
  max-width: 720px;
  margin: auto;
}
.cid-sFB3GxrvBI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sFB3GxrvBI .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sFB3GxrvBI .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-sFB3GxrvBI p {
  line-height: 2;
}
.cid-sFB3GxrvBI .card {
  margin-left: 0%;
}
@media (max-width: 700px) {
  .cid-sFB3GxrvBI .card {
    margin-left: 0%;
  }
  .cid-sFB3GxrvBI .mbr-text {
    font-size: 16px;
  }
}
.cid-sFB3GxrvBI span {
  font-weight: bold;
}
.cid-sFdk5WYjxk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-sFdk5WYjxk .card-wrapper {
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 1rem;
  transition: all 0.3s;
  padding: 3rem;
  width: 100%;
}
.cid-sFdk5WYjxk .card-wrapper:hover {
  border-color: #ffffff;
}
.cid-sFdk5WYjxk .card-wrapper:hover .mbr-iconfont {
  background: #cccccc;
}
@media (max-width: 767px) {
  .cid-sFdk5WYjxk .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sFdk5WYjxk .mbr-iconfont {
  display: flex;
  font-size: 4rem;
  color: #353535;
  background: #ffffff;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-sFdk5WYjxk .row {
  justify-content: center;
}
.cid-sFdk5WYjxk .card-box {
  display: flex;
  align-items: center;
}
.cid-sFdk5WYjxk .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sFdk5WYjxk .card-box {
    flex-direction: column;
  }
  .cid-sFdk5WYjxk .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.cid-sFdk5WYjxk .card-link {
  text-decoration: underline;
}
.cid-sFdk5WYjxk .card-link:hover a {
  background-image: none!important;
}
.cid-sFdk5WYjxk .mbr-section-subtitle {
  color: #777777;
}
.cid-sFdk5WYjxk .card-text {
  color: #232323;
  text-align: left;
}
.cid-sFdk5WYjxk .mbr-section-title {
  color: #232323;
}
.cid-sFdk5WYjxk .card-title,
.cid-sFdk5WYjxk .iconfont-wrapper {
  text-align: left;
}
.cid-sFA5bLyaqN {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFA5bLyaqN .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sFA5bLyaqN .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sFA5bLyaqN .row {
  align-items: center;
  height: 100%;
}
.cid-sFA5bLyaqN .container {
  max-width: 720px;
  margin: auto;
}
.cid-sFdtsaqlNM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFdtsaqlNM .wrap {
  display: flex;
  border-bottom: 1px dotted #149dcc;
  margin-bottom: 39px;
  padding-bottom: 20px;
}
.cid-sFdtsaqlNM .wrap .ico1 {
  font-size: 2rem;
  margin-right: 30px;
  color: #767676;
}
.cid-sFdtsaqlNM .wrap .mbr-text {
  z-index: 2;
  position: relative;
  color: #f9fafb;
}
.cid-sFdtsaqlNM .wrap .mbr-section-subtitle {
  color: #cccccc;
  display: inline-block;
  margin-right: 20px;
}
.cid-sFdtsaqlNM .wrap .ico-line {
  display: inline-block;
}
.cid-sFdtsaqlNM .wrap .ico-line .mbr-iconfont {
  color: #fff000;
  font-size: 14px;
}
.cid-sFdtsaqlNM .col-md-12:last-child .wrap,
.cid-sFdtsaqlNM .col-lg-12:last-child .wrap {
  border-bottom: none;
}
.cid-sFdtsaqlNM .col-md-12.last-child .wrap,
.cid-sFdtsaqlNM .col-lg-12.last-child .wrap {
  border-bottom: none;
}
@media (max-width: 768px) {
  .cid-sFdtsaqlNM * {
    text-align: left;
  }
  .cid-sFdtsaqlNM .ico1 {
    display: none;
  }
}
.cid-sFdtsaqlNM .wrap .content .mbr-text {
  color: #232323;
}
.cid-sFdtsaqlNM .wrap .content .mbr-section-subtitle,
.cid-sFdtsaqlNM .wrap .content .author {
  color: #000000;
}
.cid-sFdy5TpArS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/grenzuberschreitende-e-commerce-lagerung-1600x1070.jpg");
}
.cid-sFdy5TpArS .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}

.cid-sFdy5TpArS .title {
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  padding: 50px;
}
.cid-sFdy5TpArS img {
  width: 35%;
  float: left;
  margin-top: -45px;
}
.cid-sFdy5TpArS textarea {
  min-height: 160px;
}
.cid-sFdy5TpArS .form-control,
.cid-sFdy5TpArS .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFdy5TpArS .form-control:hover,
.cid-sFdy5TpArS .field-input:hover,
.cid-sFdy5TpArS .form-control:focus,
.cid-sFdy5TpArS .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sFdy5TpArS input::-webkit-input-placeholder,
.cid-sFdy5TpArS textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-sFdy5TpArS input:-moz-placeholder,
.cid-sFdy5TpArS textarea:-moz-placeholder {
  color: #000000;
}
.cid-sFdy5TpArS .jq-selectbox li,
.cid-sFdy5TpArS .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFdy5TpArS .mini-text {
  font-size: 14px;
}
.cid-sFdy5TpArS .jq-selectbox li:hover,
.cid-sFdy5TpArS .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-sFdy5TpArS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sFdy5TpArS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-sFdy5TpArS input::-webkit-input-placeholder,
.cid-sFdy5TpArS textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-sFdy5TpArS input:-moz-placeholder,
.cid-sFdy5TpArS textarea:-moz-placeholder {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sFdy5TpArS img {
    width: 40%;
  }
  .cid-sFdy5TpArS form {
    margin-top: 2rem;
  }
}
.cid-sFdy5TpArS .form-row {
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  .cid-sFdy5TpArS .col-auto {
    width: 100%;
    text-align: center;
  }
  .cid-sFdy5TpArS img {
    width: 100%;
  }
}
.cid-sFdy5TpArS .card-title,
.cid-sFdy5TpArS .icon_block {
  color: #232323;
}
@media (min-width: 992px) {
  .cid-sFdy5TpArS .mbr-form {
    padding-left: 1.5rem;
    width: 120%;
  }
}
.cid-sFdy5TpArS .form-control {
  border-radius: 0px !important;
  border: none !important;
}
.cid-sFdy5TpArS .form-control:focus {
  border: none !important;
  box-shadow: none !important;
  background-color: #f3f3f3;
}
.cid-sFdy5TpArS .dragArea {
  background-color: #ffffff;
  border-radius: 5px;
}
.cid-sFdy5TpArS .form-btn {
  width: 100%;
}
.cid-sFdy5TpArS .link-btn {
  width: 100%;
}
.cid-sFdy5TpArS h5 {
  margin-bottom: 0.2rem;
}
.cid-sFdy5TpArS .mbr-form .btn {
  margin: 0;
}
.cid-sFdy5TpArS .mbr-section-title {
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-sFdy5TpArS .block-left {
  margin-bottom: 2.6rem;
}
.cid-sFdy5TpArS .text-form {
  color: #4c4c4c;
  margin-bottom: 1.3rem;
}
.cid-sFdy5TpArS .link-btn:hover {
  background-color: #c2d7db !important;
  color: #ffffff !important;
  border-color: #c2d7db !important;
}
.cid-sFdy5TpArS .link-btn::before {
  display: none;
}
@media (max-width: 767px) {
  .cid-sFdy5TpArS .dragArea {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sFdy5TpArS .dragArea {
    padding: 3.8rem 2.8rem 4rem;
  }
  .cid-sFdy5TpArS .row {
    margin: 0rem;
  }
}
.cid-sFdy5TpArS .btn {
  margin-left: 0rem;
}
.cid-sFdy5TpArS H5 {
  text-align: center;
}
.cid-sFdy5TpArS .block-left,
.cid-sFdy5TpArS .mbr-section-btn {
  color: #000000;
}
.cid-sFdyJPxjJN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a1c55;
}
.cid-sFdyJPxjJN p {
  text-align: center;
}
.cid-sFdyJPxjJN .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-sFdyJPxjJN .Big-name {
  font-family: 'Oswald', sans-serif;
  color: white;
  font-size: 300%;
  font-weight: 400;
  letter-spacing: 1px;
}
.cid-sFdyJPxjJN .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sFdyJPxjJN .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sFdyJPxjJN .logo-footer {
  line-height: normal;
}
.cid-sFdyJPxjJN .copyright .list-inline {
  margin-bottom: 0;
}
.cid-sFdyJPxjJN .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
  color: white;
}
.cid-sFdyJPxjJN .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-sFdyJPxjJN .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFdyJPxjJN .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-sFdyJPxjJN .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-sFdyJPxjJN .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sFdyJPxjJN .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-sFdyJPxjJN .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sFdyJPxjJN .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-sFdyJPxjJN .logo-footer {
    text-align: center;
  }
  .cid-sFdyJPxjJN .social-media {
    justify-content: center;
  }
}
.cid-sFdyJPxjJN .list-inline-item,
.cid-sFdyJPxjJN .mbr-list,
.cid-sFdyJPxjJN .first-column {
  text-align: center;
}
.cid-sGrr8hOQk7.popup-builder {
  background-color: #ffffff;
}
.cid-sGrr8hOQk7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sGrr8hOQk7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sGrr8hOQk7 .modal-content,
.cid-sGrr8hOQk7 .modal-dialog {
  height: auto;
}
.cid-sGrr8hOQk7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sGrr8hOQk7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sGrr8hOQk7 .form-wrapper .mbr-form .form-group,
  .cid-sGrr8hOQk7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sGrr8hOQk7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sGrr8hOQk7 .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-sGrr8hOQk7 .mbr-text {
  text-align: center;
}
.cid-sGrr8hOQk7 .pt-0 {
  padding-top: 0 !important;
}
.cid-sGrr8hOQk7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sGrr8hOQk7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sGrr8hOQk7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sGrr8hOQk7 .modal-open {
  overflow: hidden;
}
.cid-sGrr8hOQk7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sGrr8hOQk7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sGrr8hOQk7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sGrr8hOQk7 .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-sGrr8hOQk7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sGrr8hOQk7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sGrr8hOQk7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sGrr8hOQk7 .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-sGrr8hOQk7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sGrr8hOQk7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sGrr8hOQk7 .modal-backdrop.show {
  opacity: .5;
}
.cid-sGrr8hOQk7 .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-sGrr8hOQk7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sGrr8hOQk7 .modal-header {
    padding: 1rem;
  }
}
.cid-sGrr8hOQk7 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sGrr8hOQk7 .modal-header .close:hover {
  opacity: 1;
}
.cid-sGrr8hOQk7 .modal-header .close:focus {
  outline: none;
}
.cid-sGrr8hOQk7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sGrr8hOQk7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sGrr8hOQk7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGrr8hOQk7 .modal-body {
    padding: 1rem;
  }
}
.cid-sGrr8hOQk7 .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-sGrr8hOQk7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGrr8hOQk7 .modal-footer {
    padding: 1rem;
  }
}
.cid-sGrr8hOQk7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sGrr8hOQk7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sGrr8hOQk7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sGrr8hOQk7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sGrr8hOQk7 .modal-sm {
    max-width: 300px;
  }
  .cid-sGrr8hOQk7 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sGrr8hOQk7 .modal-lg,
  .cid-sGrr8hOQk7 .modal-xl {
    max-width: 800px;
  }
  .cid-sGrr8hOQk7 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sGrr8hOQk7 .modal-xl {
    max-width: 1140px;
  }
  .cid-sGrr8hOQk7 .container {
    max-width: 1140px;
  }
}
.cid-sGrr8hOQk7 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sGrr8hOQk7 .container {
    max-width: 720px;
  }
}
.cid-sGrr8hOQk7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sGrr8hOQk7 .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-sGrr8hOQk7 .form-group {
  margin-bottom: 1rem;
}
.cid-sGrr8hOQk7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sGrr8hOQk7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sGrr8hOQk7 .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-sGrr8hOQk7 .mbr-section-btn {
  margin: 0;
}
.cid-sGrr8hOQk7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sGCO4JC0T0.popup-builder {
  background-color: #ffffff;
}
.cid-sGCO4JC0T0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sGCO4JC0T0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sGCO4JC0T0 .modal-content,
.cid-sGCO4JC0T0 .modal-dialog {
  height: auto;
}
.cid-sGCO4JC0T0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sGCO4JC0T0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sGCO4JC0T0 .form-wrapper .mbr-form .form-group,
  .cid-sGCO4JC0T0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sGCO4JC0T0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sGCO4JC0T0 .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-sGCO4JC0T0 .mbr-text {
  text-align: center;
}
.cid-sGCO4JC0T0 .pt-0 {
  padding-top: 0 !important;
}
.cid-sGCO4JC0T0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sGCO4JC0T0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sGCO4JC0T0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sGCO4JC0T0 .modal-open {
  overflow: hidden;
}
.cid-sGCO4JC0T0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sGCO4JC0T0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sGCO4JC0T0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sGCO4JC0T0 .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-sGCO4JC0T0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sGCO4JC0T0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sGCO4JC0T0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sGCO4JC0T0 .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-sGCO4JC0T0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sGCO4JC0T0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sGCO4JC0T0 .modal-backdrop.show {
  opacity: .5;
}
.cid-sGCO4JC0T0 .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-sGCO4JC0T0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sGCO4JC0T0 .modal-header {
    padding: 1rem;
  }
}
.cid-sGCO4JC0T0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sGCO4JC0T0 .modal-header .close:hover {
  opacity: 1;
}
.cid-sGCO4JC0T0 .modal-header .close:focus {
  outline: none;
}
.cid-sGCO4JC0T0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sGCO4JC0T0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sGCO4JC0T0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGCO4JC0T0 .modal-body {
    padding: 1rem;
  }
}
.cid-sGCO4JC0T0 .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-sGCO4JC0T0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGCO4JC0T0 .modal-footer {
    padding: 1rem;
  }
}
.cid-sGCO4JC0T0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sGCO4JC0T0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sGCO4JC0T0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sGCO4JC0T0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sGCO4JC0T0 .modal-sm {
    max-width: 300px;
  }
  .cid-sGCO4JC0T0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sGCO4JC0T0 .modal-lg,
  .cid-sGCO4JC0T0 .modal-xl {
    max-width: 800px;
  }
  .cid-sGCO4JC0T0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sGCO4JC0T0 .modal-xl {
    max-width: 1140px;
  }
  .cid-sGCO4JC0T0 .container {
    max-width: 1140px;
  }
}
.cid-sGCO4JC0T0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sGCO4JC0T0 .container {
    max-width: 720px;
  }
}
.cid-sGCO4JC0T0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sGCO4JC0T0 .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-sGCO4JC0T0 .form-group {
  margin-bottom: 1rem;
}
.cid-sGCO4JC0T0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sGCO4JC0T0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sGCO4JC0T0 .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-sGCO4JC0T0 .mbr-section-btn {
  margin: 0;
}
.cid-sGCO4JC0T0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sGrDzv3bGU.popup-builder {
  background-color: #ffffff;
}
.cid-sGrDzv3bGU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sGrDzv3bGU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sGrDzv3bGU .modal-content,
.cid-sGrDzv3bGU .modal-dialog {
  height: auto;
}
.cid-sGrDzv3bGU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sGrDzv3bGU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sGrDzv3bGU .form-wrapper .mbr-form .form-group,
  .cid-sGrDzv3bGU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sGrDzv3bGU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sGrDzv3bGU .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-sGrDzv3bGU .mbr-text {
  text-align: left;
  font-size: 15px;
}
.cid-sGrDzv3bGU .pt-0 {
  padding-top: 0 !important;
}
.cid-sGrDzv3bGU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sGrDzv3bGU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sGrDzv3bGU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sGrDzv3bGU .modal-open {
  overflow: hidden;
}
.cid-sGrDzv3bGU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sGrDzv3bGU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sGrDzv3bGU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sGrDzv3bGU .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-sGrDzv3bGU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sGrDzv3bGU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sGrDzv3bGU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sGrDzv3bGU .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-sGrDzv3bGU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sGrDzv3bGU .modal-backdrop.fade {
  opacity: 0;
}
.cid-sGrDzv3bGU .modal-backdrop.show {
  opacity: .5;
}
.cid-sGrDzv3bGU .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-sGrDzv3bGU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sGrDzv3bGU .modal-header {
    padding: 1rem;
  }
}
.cid-sGrDzv3bGU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sGrDzv3bGU .modal-header .close:hover {
  opacity: 1;
}
.cid-sGrDzv3bGU .modal-header .close:focus {
  outline: none;
}
.cid-sGrDzv3bGU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sGrDzv3bGU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sGrDzv3bGU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGrDzv3bGU .modal-body {
    padding: 1rem;
  }
}
.cid-sGrDzv3bGU .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-sGrDzv3bGU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGrDzv3bGU .modal-footer {
    padding: 1rem;
  }
}
.cid-sGrDzv3bGU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sGrDzv3bGU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sGrDzv3bGU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sGrDzv3bGU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sGrDzv3bGU .modal-sm {
    max-width: 300px;
  }
  .cid-sGrDzv3bGU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sGrDzv3bGU .modal-lg,
  .cid-sGrDzv3bGU .modal-xl {
    max-width: 800px;
  }
  .cid-sGrDzv3bGU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sGrDzv3bGU .modal-xl {
    max-width: 1140px;
  }
  .cid-sGrDzv3bGU .container {
    max-width: 1140px;
  }
}
.cid-sGrDzv3bGU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sGrDzv3bGU .container {
    max-width: 720px;
  }
}
.cid-sGrDzv3bGU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sGrDzv3bGU .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-sGrDzv3bGU .form-group {
  margin-bottom: 1rem;
}
.cid-sGrDzv3bGU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sGrDzv3bGU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sGrDzv3bGU .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-sGrDzv3bGU .mbr-section-btn {
  margin: 0;
}
.cid-sGrDzv3bGU .mbr-section-btn .btn {
  margin: 0;
}
.cid-sGrJcU5hb2.popup-builder {
  background-color: #ffffff;
}
.cid-sGrJcU5hb2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sGrJcU5hb2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sGrJcU5hb2 .modal-content,
.cid-sGrJcU5hb2 .modal-dialog {
  height: auto;
}
.cid-sGrJcU5hb2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sGrJcU5hb2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sGrJcU5hb2 .form-wrapper .mbr-form .form-group,
  .cid-sGrJcU5hb2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sGrJcU5hb2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sGrJcU5hb2 .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-sGrJcU5hb2 .mbr-text {
  text-align: left;
  font-size: 15px;
}
.cid-sGrJcU5hb2 .pt-0 {
  padding-top: 0 !important;
}
.cid-sGrJcU5hb2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sGrJcU5hb2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sGrJcU5hb2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sGrJcU5hb2 .modal-open {
  overflow: hidden;
}
.cid-sGrJcU5hb2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sGrJcU5hb2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sGrJcU5hb2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sGrJcU5hb2 .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-sGrJcU5hb2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sGrJcU5hb2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sGrJcU5hb2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sGrJcU5hb2 .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-sGrJcU5hb2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sGrJcU5hb2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sGrJcU5hb2 .modal-backdrop.show {
  opacity: .5;
}
.cid-sGrJcU5hb2 .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-sGrJcU5hb2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sGrJcU5hb2 .modal-header {
    padding: 1rem;
  }
}
.cid-sGrJcU5hb2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sGrJcU5hb2 .modal-header .close:hover {
  opacity: 1;
}
.cid-sGrJcU5hb2 .modal-header .close:focus {
  outline: none;
}
.cid-sGrJcU5hb2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sGrJcU5hb2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sGrJcU5hb2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGrJcU5hb2 .modal-body {
    padding: 1rem;
  }
}
.cid-sGrJcU5hb2 .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-sGrJcU5hb2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGrJcU5hb2 .modal-footer {
    padding: 1rem;
  }
}
.cid-sGrJcU5hb2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sGrJcU5hb2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sGrJcU5hb2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sGrJcU5hb2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sGrJcU5hb2 .modal-sm {
    max-width: 300px;
  }
  .cid-sGrJcU5hb2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sGrJcU5hb2 .modal-lg,
  .cid-sGrJcU5hb2 .modal-xl {
    max-width: 800px;
  }
  .cid-sGrJcU5hb2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sGrJcU5hb2 .modal-xl {
    max-width: 1140px;
  }
  .cid-sGrJcU5hb2 .container {
    max-width: 1140px;
  }
}
.cid-sGrJcU5hb2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sGrJcU5hb2 .container {
    max-width: 720px;
  }
}
.cid-sGrJcU5hb2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sGrJcU5hb2 .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-sGrJcU5hb2 .form-group {
  margin-bottom: 1rem;
}
.cid-sGrJcU5hb2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sGrJcU5hb2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sGrJcU5hb2 .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-sGrJcU5hb2 .mbr-section-btn {
  margin: 0;
}
.cid-sGrJcU5hb2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sGrJd8EAhH.popup-builder {
  background-color: #ffffff;
}
.cid-sGrJd8EAhH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sGrJd8EAhH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sGrJd8EAhH .modal-content,
.cid-sGrJd8EAhH .modal-dialog {
  height: auto;
}
.cid-sGrJd8EAhH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sGrJd8EAhH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sGrJd8EAhH .form-wrapper .mbr-form .form-group,
  .cid-sGrJd8EAhH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sGrJd8EAhH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sGrJd8EAhH .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-sGrJd8EAhH .mbr-text {
  text-align: left;
  font-size: 15px;
}
.cid-sGrJd8EAhH .pt-0 {
  padding-top: 0 !important;
}
.cid-sGrJd8EAhH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sGrJd8EAhH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sGrJd8EAhH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sGrJd8EAhH .modal-open {
  overflow: hidden;
}
.cid-sGrJd8EAhH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sGrJd8EAhH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sGrJd8EAhH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sGrJd8EAhH .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-sGrJd8EAhH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sGrJd8EAhH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sGrJd8EAhH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sGrJd8EAhH .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-sGrJd8EAhH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sGrJd8EAhH .modal-backdrop.fade {
  opacity: 0;
}
.cid-sGrJd8EAhH .modal-backdrop.show {
  opacity: .5;
}
.cid-sGrJd8EAhH .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-sGrJd8EAhH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sGrJd8EAhH .modal-header {
    padding: 1rem;
  }
}
.cid-sGrJd8EAhH .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sGrJd8EAhH .modal-header .close:hover {
  opacity: 1;
}
.cid-sGrJd8EAhH .modal-header .close:focus {
  outline: none;
}
.cid-sGrJd8EAhH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sGrJd8EAhH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sGrJd8EAhH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGrJd8EAhH .modal-body {
    padding: 1rem;
  }
}
.cid-sGrJd8EAhH .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-sGrJd8EAhH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGrJd8EAhH .modal-footer {
    padding: 1rem;
  }
}
.cid-sGrJd8EAhH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sGrJd8EAhH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sGrJd8EAhH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sGrJd8EAhH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sGrJd8EAhH .modal-sm {
    max-width: 300px;
  }
  .cid-sGrJd8EAhH .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sGrJd8EAhH .modal-lg,
  .cid-sGrJd8EAhH .modal-xl {
    max-width: 800px;
  }
  .cid-sGrJd8EAhH .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sGrJd8EAhH .modal-xl {
    max-width: 1140px;
  }
  .cid-sGrJd8EAhH .container {
    max-width: 1140px;
  }
}
.cid-sGrJd8EAhH .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sGrJd8EAhH .container {
    max-width: 720px;
  }
}
.cid-sGrJd8EAhH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sGrJd8EAhH .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-sGrJd8EAhH .form-group {
  margin-bottom: 1rem;
}
.cid-sGrJd8EAhH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sGrJd8EAhH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sGrJd8EAhH .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-sGrJd8EAhH .mbr-section-btn {
  margin: 0;
}
.cid-sGrJd8EAhH .mbr-section-btn .btn {
  margin: 0;
}
