body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Dancing Script', handwriting;
  font-size: 2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'Cinzel', serif;
  font-size: 1.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-4 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f80fef !important;
}
.bg-success {
  background-color: #ffc306 !important;
}
.bg-info {
  background-color: #f80fef !important;
}
.bg-warning {
  background-color: #c1ff02 !important;
}
.bg-danger {
  background-color: #0dff02 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f80fef !important;
  border-color: #f80fef !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b505ae !important;
  border-color: #b505ae !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b505ae !important;
  border-color: #b505ae !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff007c !important;
  border-color: #ff007c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b30057 !important;
  border-color: #b30057 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b30057 !important;
  border-color: #b30057 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f80fef !important;
  border-color: #f80fef !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b505ae !important;
  border-color: #b505ae !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b505ae !important;
  border-color: #b505ae !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffc306 !important;
  border-color: #ffc306 !important;
  color: #060500 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #060500 !important;
  background-color: #b88c00 !important;
  border-color: #b88c00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #060500 !important;
  background-color: #b88c00 !important;
  border-color: #b88c00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c1ff02 !important;
  border-color: #c1ff02 !important;
  color: #020200 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #020200 !important;
  background-color: #88b400 !important;
  border-color: #88b400 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #020200 !important;
  background-color: #88b400 !important;
  border-color: #88b400 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0dff02 !important;
  border-color: #0dff02 !important;
  color: #000200 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000200 !important;
  background-color: #08b400 !important;
  border-color: #08b400 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000200 !important;
  background-color: #08b400 !important;
  border-color: #08b400 !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: #9c0597;
  color: #9c0597;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f80fef;
  border-color: #f80fef;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f80fef !important;
  border-color: #f80fef !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #99004a;
  color: #99004a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff007c;
  border-color: #ff007c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff007c !important;
  border-color: #ff007c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #9c0597;
  color: #9c0597;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #f80fef;
  border-color: #f80fef;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f80fef !important;
  border-color: #f80fef !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9f7900;
  color: #9f7900;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #060500;
  background-color: #ffc306;
  border-color: #ffc306;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #060500 !important;
  background-color: #ffc306 !important;
  border-color: #ffc306 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #759b00;
  color: #759b00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #020200;
  background-color: #c1ff02;
  border-color: #c1ff02;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #020200 !important;
  background-color: #c1ff02 !important;
  border-color: #c1ff02 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #079b00;
  color: #079b00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000200;
  background-color: #0dff02;
  border-color: #0dff02;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000200 !important;
  background-color: #0dff02 !important;
  border-color: #0dff02 !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: #f80fef !important;
}
.text-secondary {
  color: #ff007c !important;
}
.text-success {
  color: #ffc306 !important;
}
.text-info {
  color: #f80fef !important;
}
.text-warning {
  color: #c1ff02 !important;
}
.text-danger {
  color: #0dff02 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9c0597 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #99004a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #9f7900 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9c0597 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #759b00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #079b00 !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: #f80fef;
}
.alert-warning {
  background-color: #c1ff02;
}
.alert-danger {
  background-color: #0dff02;
}
.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: #f80fef;
  border-color: #f80fef;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f80fef;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fed5fc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff4d2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fed5fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f3ffce;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d0ffce;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #f80fef;
}
/* 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: #f80fef;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f80fef;
}
.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: #f80fef;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f80fef;
  border-bottom-color: #f80fef;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f80fef !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: #ff007c !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='%23f80fef' %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-v88TV1RkL9 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-v88TV1RkL9 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-v88TV1RkL9 a {
  font-style: normal;
}
.cid-v88TV1RkL9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v88TV1RkL9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v88TV1RkL9 .nav-item:focus,
.cid-v88TV1RkL9 .nav-link:focus {
  outline: none;
}
.cid-v88TV1RkL9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v88TV1RkL9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v88TV1RkL9 .menu-logo {
  margin-right: auto;
}
.cid-v88TV1RkL9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v88TV1RkL9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v88TV1RkL9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v88TV1RkL9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v88TV1RkL9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v88TV1RkL9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v88TV1RkL9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v88TV1RkL9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v88TV1RkL9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v88TV1RkL9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v88TV1RkL9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v88TV1RkL9 .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v88TV1RkL9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v88TV1RkL9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v88TV1RkL9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v88TV1RkL9 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-v88TV1RkL9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v88TV1RkL9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v88TV1RkL9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v88TV1RkL9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v88TV1RkL9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v88TV1RkL9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v88TV1RkL9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v88TV1RkL9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v88TV1RkL9 button.navbar-toggler:focus {
  outline: none;
}
.cid-v88TV1RkL9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v88TV1RkL9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v88TV1RkL9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v88TV1RkL9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v88TV1RkL9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v88TV1RkL9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v88TV1RkL9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v88TV1RkL9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v88TV1RkL9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v88TV1RkL9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v88TV1RkL9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-v88TV1RkL9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v88TV1RkL9 .collapsed .navbar-collapse.collapsing,
.cid-v88TV1RkL9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v88TV1RkL9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v88TV1RkL9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v88TV1RkL9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v88TV1RkL9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v88TV1RkL9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v88TV1RkL9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v88TV1RkL9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v88TV1RkL9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v88TV1RkL9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v88TV1RkL9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-v88TV1RkL9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-v88TV1RkL9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-v88TV1RkL9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v88TV1RkL9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v88TV1RkL9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v88TV1RkL9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v88TV1RkL9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v88TV1RkL9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-v88TV1RkL9 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v88TV1RkL9 img {
    height: 3.8rem !important;
  }
  .cid-v88TV1RkL9 .btn {
    display: -webkit-flex;
  }
  .cid-v88TV1RkL9 button.navbar-toggler {
    display: block;
  }
  .cid-v88TV1RkL9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v88TV1RkL9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v88TV1RkL9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v88TV1RkL9 .navbar-collapse.collapsing,
  .cid-v88TV1RkL9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-v88TV1RkL9 .navbar-collapse.collapsing .navbar-nav,
  .cid-v88TV1RkL9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v88TV1RkL9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v88TV1RkL9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v88TV1RkL9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v88TV1RkL9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v88TV1RkL9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-v88TV1RkL9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v88TV1RkL9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v88TV1RkL9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v88TV1RkL9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v88TV1RkL9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v88TV1RkL9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v88TV1RkL9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v88TV1RkL9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v88TV1RkL9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v88TV1RkL9 .nav-link:hover,
.cid-v88TV1RkL9 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v88TV1RkL9 .nav-link {
  letter-spacing: 2px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 300;
}
.cid-v88TV1RkL9 .navbar-caption {
  letter-spacing: 2px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 300;
}
.cid-vfNHXI3d0m {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vfNHXI3d0m .carousel,
.cid-vfNHXI3d0m .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfNHXI3d0m .item-wrapper {
  width: 100%;
}
.cid-vfNHXI3d0m .carousel-caption {
  bottom: 40px;
}
.cid-vfNHXI3d0m .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfNHXI3d0m .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfNHXI3d0m .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfNHXI3d0m .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-vfNHXI3d0m span {
  font-size: 50px;
}
.cid-vfNHXI3d0m .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-vfNHXI3d0m .mobi-mbri-arrow-next:hover {
  color: #f80fef;
}
.cid-vfNHXI3d0m .mobi-mbri-arrow-prev:hover {
  color: #f80fef;
}
.cid-vfNHXI3d0m .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-vfNHXI3d0m .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vfNHXI3d0m .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-vfNHXI3d0m .carousel-fade .active.carousel-item-left,
.cid-vfNHXI3d0m .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-vfNHXI3d0m .carousel-fade .carousel-item-left.carousel-item-next,
.cid-vfNHXI3d0m .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-v88Oqos4Mc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
.cid-v88Oqos4Mc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v88Oqos4Mc p {
  color: #767676;
  margin: 0;
}
.cid-v88Oqos4Mc .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-v88Oqos4Mc .mbr-section-btn {
  padding-top: 1rem;
}
.cid-v88Oqos4Mc .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v88Oqos4Mc .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-v88Oqos4Mc .border_wrapper {
  border-left: 1px solid #efefef;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-v88Oqos4Mc .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-v88Oqos4Mc .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-v88Oqos4Mc .mbr-figure {
    padding-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v88Oqos4Mc .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-v88Oqos4Mc .col-left h4 {
    padding-top: 1rem;
  }
  .cid-v88Oqos4Mc p.col-right {
    padding-top: 1rem;
    text-shadow: 1px 1px #000000;
  }
}
.cid-v88Oqos4Mc P {
  color: #000000;
  text-align: center;
}
.cid-v88Oqos4Mc a {
  text-shadow: 0px 1px #000000;
}
.cid-v88Oqos4Mc .mbr-text {
  letter-spacing: 2px;
  line-height: 1.6;
  font-size: 22px;
  font-weight: 400;
}
.cid-v88Oqos4Mc .btn {
  letter-spacing: 2px;
  line-height: 1.6;
  font-size: 24px !important;
  font-weight: 400;
  padding: 10px 15px 10px 15px;
}
.cid-v88Oqos4Mc .card-title {
  text-align: center;
}
.cid-v88Oqos4Mc img {
  border-radius: 20px;
  box-shadow: 0px 0px 15px 1px #ffb3fd;
}
.cid-vjJmjh1l8q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
.cid-vjJmjh1l8q h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vjJmjh1l8q p {
  color: #767676;
  margin: 0;
}
.cid-vjJmjh1l8q .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-vjJmjh1l8q .mbr-section-btn {
  padding-top: 1rem;
}
.cid-vjJmjh1l8q .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vjJmjh1l8q .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-vjJmjh1l8q .border_wrapper {
  border-left: 1px solid #efefef;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-vjJmjh1l8q .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-vjJmjh1l8q .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-vjJmjh1l8q .mbr-figure {
    padding-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vjJmjh1l8q .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-vjJmjh1l8q .col-left h4 {
    padding-top: 1rem;
  }
  .cid-vjJmjh1l8q p.col-right {
    padding-top: 1rem;
    text-shadow: 1px 1px #000000;
  }
}
.cid-vjJmjh1l8q P {
  color: #000000;
  text-align: center;
}
.cid-vjJmjh1l8q a {
  text-shadow: 0px 1px #000000;
  letter-spacing: 2px;
  line-height: 1.6;
  font-size: 22px;
  font-weight: 300;
}
.cid-vjJmjh1l8q .mbr-text {
  letter-spacing: 2px;
  line-height: 1.6;
  font-size: 22px;
  font-weight: 300;
}
.cid-vjJmjh1l8q .btn {
  letter-spacing: 2px;
  line-height: 1.6;
  font-size: 24px !important;
  font-weight: 400;
  padding: 10px 15px 10px 15px;
}
.cid-vjJmjh1l8q .card-title {
  text-align: center;
}
.cid-vjJmjh1l8q img {
  border-radius: 20px;
  box-shadow: 0px 0px 15px 1px #ffb3fd;
}
.cid-v8gzIH4kfG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
.cid-v8gzIH4kfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gzIH4kfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gzIH4kfG .mbr-section-subtitle {
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 24px;
  font-weight: 400;
}
.cid-v8gzIH4kfG .mbr-section-title {
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 40px;
  font-weight: 300;
}
.cid-v8gzIH4kfG .btn {
  letter-spacing: 2px;
  line-height: 1.4;
  font-size: 20px !important;
  font-weight: 400;
  padding: 10px 15px 10px 15px;
}
.cid-v8gzIH4kfG a {
  text-shadow: 0px 1px 0px #000000;
}
.cid-vfMdqoMG9Y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
.cid-vfMdqoMG9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfMdqoMG9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfMdqoMG9Y .mbr-section-subtitle {
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 300;
}
.cid-vfMdqoMG9Y .mbr-section-title {
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 24px;
  font-weight: 300;
}
.cid-vfMdqoMG9Y .btn {
  letter-spacing: 2px;
  line-height: 1.4;
  font-size: 21px;
  font-weight: 400;
}
.cid-vfMdqoMG9Y a {
  text-shadow: 0px 1px 0px #000000;
}
.cid-vjxKmabNV7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
.cid-vjxKmabNV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjxKmabNV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjxKmabNV7 .mbr-section-subtitle {
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 2.1rem;
  font-weight: 400;
}
.cid-vjxKmabNV7 .mbr-section-title {
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 300;
}
.cid-vjxKmabNV7 .btn {
  letter-spacing: 2px;
  line-height: 1.4;
  font-size: 21px;
  font-weight: 400;
}
.cid-vjxKmabNV7 a {
  text-shadow: 0px 1px 0px #000000;
}
.cid-vhHw0SOvVi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
.cid-vhHw0SOvVi .mbr-media {
  position: relative;
}
.cid-vhHw0SOvVi .mbr-media img {
  width: 80%;
  object-fit: cover;
  border-radius: 0rem;
}
.cid-vhHw0SOvVi .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-vhHw0SOvVi .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vhHw0SOvVi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vhHw0SOvVi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vhHw0SOvVi .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vhHw0SOvVi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhHw0SOvVi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhHw0SOvVi .mbr-section-title {
  color: #f80fef;
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 50px;
  font-weight: 300;
}
.cid-vhHw0SOvVi .mbr-section-subtitle {
  color: #232323;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 21px;
  font-weight: 300;
}
.cid-vhHw0SOvVi a {
  text-shadow: 0px 1px 0px #000000;
}
.cid-vhHgG2by3A {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
@media (min-width: 992px) {
  .cid-vhHgG2by3A .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vhHgG2by3A .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-vhHgG2by3A .mbr-text {
  text-shadow: 0px 0px #000000;
}
@media (max-width: 767px) {
  .cid-vhHgG2by3A .mbr-text {
    text-align: center;
  }
}
.cid-vhHgG2by3A h1 {
  text-shadow: 0px 0px #000000;
  text-align: center;
  color: #f9f295;
  font-weight: 300;
  line-height: 1.6;
}
.cid-vhHgG2by3A h3 {
  text-shadow: 0px 0px #000000;
}
.cid-vhHgG2by3A .mbr-text,
.cid-vhHgG2by3A .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vhHgG2by3A .mbr-text,
.cid-vhHgG2by3A .mbr-fonts-style {
  text-shadow: 1px 0px #000000;
}
.cid-vhHgG2by3A H3 {
  text-align: justify;
  color: #000000;
}
.cid-vhHgG2by3A H1 {
  color: #000000;
  text-align: left;
}
.cid-vhHgG2by3A P {
  text-align: center;
  font-weight: 350;
  letter-spacing: 2px;
  line-height: 1.5;
}
.cid-vhHgG2by3A img {
  border-radius: 5px !important;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.42);
}
.cid-vhHgG2by3A .mbr-section-title {
  text-align: center;
  font-weight: 350;
  letter-spacing: 2px;
  line-height: 1.3;
}
.cid-vhHgG2by3A .mbr-section-subtitle {
  text-align: left;
  font-size: 30px;
  font-weight: 350;
  letter-spacing: 2px;
  line-height: 1.3;
}
.cid-vhHgG2by3A a {
  text-shadow: 0px 1px 0px #000000;
}
.cid-vhHgG2by3A img:hover {
  outline: 2px solid #fcaaff;
}
.cid-vhHgG2by3A .text-info {
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.1;
}
.cid-tywkj2YzZB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/black-joiner-lower-2000x34.jpg");
}
.cid-tywkj2YzZB .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-tywkj2YzZB .mbr-section-title {
  letter-spacing: .1em;
  color: #ffa90b;
}
.cid-tywkj2YzZB .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-tywkj2YzZB .mbr-media {
  height: 70px;
}
.cid-tywkj2YzZB .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-tywkj2YzZB .mbr-media span:hover {
  opacity: 0.7;
}
.cid-tywkj2YzZB .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tywkj2YzZB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tywkj2YzZB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tywkj2YzZB .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-tywkj2YzZB a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tywkj2YzZB a.close:hover {
  color: #ffffff;
}
.cid-tywkj2YzZB .mbr-text,
.cid-tywkj2YzZB .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-tywkj2YzZB p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 2rem;
}
.cid-vjQWyHNPde {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
.cid-vjQWyHNPde .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjQWyHNPde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjQWyHNPde .mbr-section-subtitle {
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 24px;
  font-weight: 400;
}
.cid-vjQWyHNPde .mbr-section-title {
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 40px;
  font-weight: 300;
}
.cid-vjQWyHNPde .btn {
  letter-spacing: 2px;
  line-height: 1.4;
  font-size: 20px !important;
  font-weight: 400;
  padding: 10px 15px 10px 15px;
}
.cid-vjQWyHNPde a {
  text-shadow: 0px 1px 0px #000000;
}
.cid-vfvfDpaTkL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
.cid-vfvfDpaTkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfvfDpaTkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfvfDpaTkL .mbr-section-title {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1.6;
}
.cid-vfvfDpaTkL .mbr-section-subtitle {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #000000;
}
.cid-vfvfDpaTkL .mbr-section-title-2 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #000000;
}
.cid-vfvfDpaTkL a {
  text-shadow: 0px 1px 0px #000000;
}
.cid-vfvfDpaTkL P {
  text-align: right;
}
.cid-vfvfDpaTkL .btn {
  font-size: 24px !important;
}
.cid-vhFvDR8Go8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
.cid-vhFvDR8Go8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFvDR8Go8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFvDR8Go8 .mbr-section-title {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1.6;
}
.cid-vhFvDR8Go8 .mbr-section-subtitle {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #000000;
}
.cid-vhFvDR8Go8 .mbr-section-title-2 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #000000;
}
.cid-vhFvDR8Go8 a {
  text-shadow: 0px 1px 0px #000000;
}
.cid-vhFvDR8Go8 P {
  text-align: right;
}
.cid-vhFvDR8Go8 .btn {
  font-size: 24px !important;
}
.cid-vhFHQU0c25 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
.cid-vhFHQU0c25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFHQU0c25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFHQU0c25 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vhFHQU0c25 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhFHQU0c25 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vhFHQU0c25 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vhFHQU0c25 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vhFHQU0c25 .mbr-section-title {
  color: #000000;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 36px;
}
.cid-vhFHQU0c25 .mbr-text,
.cid-vhFHQU0c25 .mbr-section-btn {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: right;
}
.cid-vhFHQU0c25 P {
  text-align: left;
  font-size: 22px;
  line-height: 1.6;
  color: #cccccc;
}
.cid-vhFHQU0c25 img {
  padding: 1px;
  border-radius: 20px;
  border: 0.2px solid #FFB3FD;
  box-shadow: 0px 0px 15px 1px #ffb3fd;
}
.cid-vhFHQU0c25 .btn {
  padding: 10px 15px 10px 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 5px;
  font-size: 30px;
  text-shadow: 1px 1px 2px #000000;
}
.cid-vhFHQU0c25 a {
  text-shadow: 0px 1px 0px #000000;
}
.cid-vhFK47G3u5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
.cid-vhFK47G3u5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFK47G3u5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFK47G3u5 .mbr-section-title {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1.6;
}
.cid-vhFK47G3u5 .mbr-section-subtitle {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #000000;
}
.cid-vhFK47G3u5 .mbr-section-title-2 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #000000;
}
.cid-vhFK47G3u5 a {
  text-shadow: 0px 1px 0px #000000;
}
.cid-vhFK47G3u5 P {
  text-align: right;
}
.cid-vhFK47G3u5 .btn {
  font-size: 24px !important;
}
.cid-vfvfHGxFNY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
.cid-vfvfHGxFNY .card-img {
  background-color: ;
  border-radius: 10px;
}
.cid-vfvfHGxFNY .card-img img {
  border-radius: 10px !important;
  width: 100%;
  border: 0px solid #767676;
  object-fit: cover;
  box-shadow: 5px 5px 15px 4px rgba(0, 0, 0, 0.2);
}
.cid-vfvfHGxFNY .card {
  padding: 10px !important;
  align-self: stretch;
}
.cid-vfvfHGxFNY .card-box {
  padding: 0rem;
  background-color: #ffffff;
}
.cid-vfvfHGxFNY .mbr-figure img,
.cid-vfvfHGxFNY .card-img {
  width: 100%;
  padding: 0px;
  padding-bottom: 10px;
}
.cid-vfvfHGxFNY p {
  text-align: left;
}
.cid-vfvfHGxFNY .mbr-text {
  color: #000000;
  text-align: center;
  font-weight: 300;
  line-height: 1.4;
  font-size: 18px;
  letter-spacing: 2px;
}
.cid-vfvfHGxFNY .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  border-radius: 20px;
}
.cid-vfvfHGxFNY .card-wrapper:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-vfvfHGxFNY .my-col {
    flex: 0 0 20%;
    max-width: 15%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vfvfHGxFNY .mbr-figure img,
.cid-vfvfHGxFNY .card-img img {
  padding: 0px;
  border-radius: 180px;
}
.cid-vfvfHGxFNY .card-title {
  text-align: center;
  font-weight: 300;
  line-height: 1.6;
  font-size: 20px;
}
.cid-vfvfHGxFNY a {
  text-shadow: 1px 0px #000000;
}
.cid-vfvfQWcDFT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
.cid-vfvfQWcDFT .card-img {
  background-color: ;
  border-radius: 10px;
}
.cid-vfvfQWcDFT .card-img img {
  border-radius: 10px !important;
  width: 100%;
  border: 0px solid #767676;
  object-fit: cover;
  box-shadow: 5px 5px 15px 4px rgba(0, 0, 0, 0.2);
}
.cid-vfvfQWcDFT .card {
  padding: 10px !important;
  align-self: stretch;
}
.cid-vfvfQWcDFT .card-box {
  padding: 0rem;
  background-color: #ffffff;
}
.cid-vfvfQWcDFT .mbr-figure img,
.cid-vfvfQWcDFT .card-img {
  width: 100%;
  padding: 0px;
  padding-bottom: 10px;
}
.cid-vfvfQWcDFT p {
  text-align: left;
}
.cid-vfvfQWcDFT .mbr-text {
  color: #000000;
  text-align: center;
  font-weight: 300;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: 2px;
}
.cid-vfvfQWcDFT .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  border-radius: 20px;
}
.cid-vfvfQWcDFT .card-wrapper:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-vfvfQWcDFT .my-col {
    flex: 0 0 20%;
    max-width: 15%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vfvfQWcDFT .mbr-figure img,
.cid-vfvfQWcDFT .card-img img {
  padding: 0px;
  border-radius: 180px;
}
.cid-vfvfQWcDFT .card-title {
  text-align: center;
  font-weight: 300;
  line-height: 1.6;
  font-size: 20px;
}
.cid-vfvfQWcDFT a {
  text-shadow: 1px 0px #000000;
}
.cid-vfvfS1iCem {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
.cid-vfvfS1iCem .card-img {
  background-color: ;
  border-radius: 10px;
}
.cid-vfvfS1iCem .card-img img {
  border-radius: 10px !important;
  width: 100%;
  border: 0px solid #767676;
  object-fit: cover;
  box-shadow: 5px 5px 15px 4px rgba(0, 0, 0, 0.2);
}
.cid-vfvfS1iCem .card {
  padding: 10px !important;
  align-self: stretch;
}
.cid-vfvfS1iCem .card-box {
  padding: 0rem;
  background-color: #ffffff;
}
.cid-vfvfS1iCem .mbr-figure img,
.cid-vfvfS1iCem .card-img {
  width: 100%;
  padding: 0px;
  padding-bottom: 10px;
}
.cid-vfvfS1iCem p {
  text-align: left;
}
.cid-vfvfS1iCem .mbr-text {
  color: #000000;
  text-align: center;
  font-weight: 300;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: 2px;
}
.cid-vfvfS1iCem .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  border-radius: 10px;
}
.cid-vfvfS1iCem .card-wrapper:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .cid-vfvfS1iCem .my-col {
    flex: 0 0 20%;
    max-width: 15%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vfvfS1iCem .mbr-figure img,
.cid-vfvfS1iCem .card-img img {
  padding: 0px;
  border-radius: 180px;
}
.cid-vfvfS1iCem .card-title {
  text-align: center;
  font-weight: 300;
  line-height: 1.6;
  font-size: 20px;
}
.cid-vfvfS1iCem a {
  text-shadow: 1px 0px #000000;
}
.cid-vhbVoTULdz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/black-joiner-lower-2000x34.jpg");
}
.cid-vhbVoTULdz .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-vhbVoTULdz .mbr-section-title {
  letter-spacing: .1em;
  color: #ffa90b;
}
.cid-vhbVoTULdz .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-vhbVoTULdz .mbr-media {
  height: 70px;
}
.cid-vhbVoTULdz .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-vhbVoTULdz .mbr-media span:hover {
  opacity: 0.7;
}
.cid-vhbVoTULdz .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-vhbVoTULdz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vhbVoTULdz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vhbVoTULdz .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-vhbVoTULdz a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vhbVoTULdz a.close:hover {
  color: #ffffff;
}
.cid-vhbVoTULdz .mbr-text,
.cid-vhbVoTULdz .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-vhbVoTULdz p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 2rem;
}
.cid-viw5NLPEVT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-viw5NLPEVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-viw5NLPEVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viw5NLPEVT .card-wrapper {
  border-radius: 20px;
  border: 0.2px solid #ffa90b;
  box-shadow: 0px 0px 25px 5px rgba(245, 66, 242, 0.2);
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-viw5NLPEVT .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-viw5NLPEVT .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viw5NLPEVT .card-wrapper {
    padding: 1rem 4rem;
  }
}
.cid-viw5NLPEVT .mbr-text,
.cid-viw5NLPEVT .mbr-section-btn {
  color: #000000;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 300;
  line-height: 1.6;
  font-size: 30px;
}
.cid-viw5NLPEVT .card-title,
.cid-viw5NLPEVT .card-box {
  text-align: center;
  color: #000000;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 1.6;
}
.cid-viw5RC3w1Y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background.jpg");
}
.cid-viw5RC3w1Y .card-img {
  background-color: #fff;
  border-radius: 20px !important;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0) !important;
}
.cid-viw5RC3w1Y .card {
  align-self: stretch;
}
.cid-viw5RC3w1Y .card-box {
  border-radius: 2rem;
  box-shadow: 5px 5px 15px 4px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  background-color: #ffffff;
}
.cid-viw5RC3w1Y h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-viw5RC3w1Y p {
  text-align: left;
}
.cid-viw5RC3w1Y .mbr-text {
  color: #232323;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.cid-viw5RC3w1Y .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-viw5RC3w1Y .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-viw5RC3w1Y .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-viw5RC3w1Y .card-title {
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
.cid-viw5RC3w1Y a:hover {
  text-decoration: underline;
}
.cid-viw5RC3w1Y a {
  text-shadow: 0px 1px 0px #000000;
}
.cid-viw5IdyQYf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/black-joiner-lower-2000x34.jpg");
}
.cid-viw5IdyQYf .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-viw5IdyQYf .mbr-section-title {
  letter-spacing: .1em;
  color: #ffa90b;
}
.cid-viw5IdyQYf .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-viw5IdyQYf .mbr-media {
  height: 70px;
}
.cid-viw5IdyQYf .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-viw5IdyQYf .mbr-media span:hover {
  opacity: 0.7;
}
.cid-viw5IdyQYf .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-viw5IdyQYf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-viw5IdyQYf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-viw5IdyQYf .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-viw5IdyQYf a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-viw5IdyQYf a.close:hover {
  color: #ffffff;
}
.cid-viw5IdyQYf .mbr-text,
.cid-viw5IdyQYf .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-viw5IdyQYf p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 2rem;
}
.cid-vhbLEclCaV {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
.cid-vhbLEclCaV .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vhbLEclCaV .icon-block {
  margin-bottom: 10px;
}
.cid-vhbLEclCaV .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-vhbLEclCaV .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-vhbLEclCaV .mbr-text {
  color: #767676;
}
.cid-vhbLEclCaV textarea.form-control {
  min-height: 100px;
}
.cid-vhbLEclCaV a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-vhbLEclCaV .google-map {
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.25);
  border-radius: 20px !important;
  height: 35rem;
  position: relative;
}
.cid-vhbLEclCaV .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 20px !important;
}
.cid-vhbLEclCaV .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vhbLEclCaV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vhbLEclCaV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-vhbLEclCaV h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vhbLEclCaV .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-vhbLEclCaV .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-vhbLEclCaV a {
  text-shadow: 0px 1px 0px #000000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 1.6;
}
.cid-vhbLEclCaV a:hover {
  text-decoration: underline;
}
.cid-vfTxq8YxzR {
  display: flex;
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
.cid-vfTxq8YxzR .mbr-overlay {
  background-color: #fcaaff;
  opacity: 0.1;
}
@media (min-width: 768px) {
  .cid-vfTxq8YxzR {
    align-items: center;
  }
  .cid-vfTxq8YxzR .row {
    justify-content: center;
  }
}
.cid-vfTxq8YxzR p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfTxq8YxzR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfTxq8YxzR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfTxq8YxzR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfTxq8YxzR .content-wrap {
    width: 100%;
  }
}
.cid-vfTxq8YxzR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vfTxq8YxzR .mbr-text,
.cid-vfTxq8YxzR .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-vfTxq8YxzR .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-vfTxq8YxzR .btn {
  font-size: 18px !important;
  padding: 10px 15px 10px 15px;
  font-weight: 450;
  line-height: 1.4;
}
.cid-vjP74pi4j8 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1200px;
  background-repeat: repeat;
}
.cid-vjP74pi4j8 .mbr-overlay {
  background-color: #fcaaff;
  opacity: 0.1;
}
@media (min-width: 768px) {
  .cid-vjP74pi4j8 {
    align-items: center;
  }
  .cid-vjP74pi4j8 .row {
    justify-content: center;
  }
}
.cid-vjP74pi4j8 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjP74pi4j8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vjP74pi4j8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vjP74pi4j8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vjP74pi4j8 .content-wrap {
    width: 100%;
  }
}
.cid-vjP74pi4j8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vjP74pi4j8 .mbr-text,
.cid-vjP74pi4j8 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-vjP74pi4j8 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-vjP74pi4j8 .btn {
  font-size: 18px !important;
  padding: 10px 15px 10px 15px;
  font-weight: 450;
  line-height: 1.4;
}
.cid-vfMnTkkVNd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/black-joiner-lower-2000x34.jpg");
}
.cid-vfMnTkkVNd .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-vfMnTkkVNd .mbr-section-title {
  letter-spacing: .1em;
  color: #ffffff;
}
.cid-vfMnTkkVNd .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-vfMnTkkVNd .mbr-media {
  height: 70px;
}
.cid-vfMnTkkVNd .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-vfMnTkkVNd .mbr-media span:hover {
  opacity: 0.7;
}
.cid-vfMnTkkVNd .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-vfMnTkkVNd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vfMnTkkVNd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vfMnTkkVNd .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-vfMnTkkVNd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vfMnTkkVNd a.close:hover {
  color: #ffffff;
}
.cid-vfMnTkkVNd .mbr-text,
.cid-vfMnTkkVNd .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-vfMnTkkVNd p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 2rem;
}
.cid-tGPkCRAKjx {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/black-strip-3-2000x240.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-tGPkCRAKjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGPkCRAKjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGPkCRAKjx .mbr-text,
.cid-tGPkCRAKjx .mbr-section-btn {
  text-align: center;
  color: #f6f6f6;
}
.cid-tGPkCRAKjx .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-tGPkCRAKjx p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.4;
}
.cid-tGPkCRAKjx h2 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.4;
}
.cid-tGPkCRAKjx H1 {
  text-align: center;
  color: #f9f295;
  text-shadow: 2px 2px #000000;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 2px;
}
.cid-tGPkCRAKjx .mbr-section-subtitle {
  color: #f6f6f6;
  text-align: center;
}
.cid-tGPkCRAKjx .btn {
  font-size: 22px !important;
  padding: 10px 15px 10px 15px;
}
.cid-sQRcIX0bEx {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sQRcIX0bEx .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQRcIX0bEx .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQRcIX0bEx .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQRcIX0bEx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQRcIX0bEx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sQRcIX0bEx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sQRcIX0bEx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sQRcIX0bEx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sQRcIX0bEx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sQRcIX0bEx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sQRcIX0bEx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQRcIX0bEx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQRcIX0bEx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sQRcIX0bEx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sQRcIX0bEx .foot-menu-item {
  text-shadow: 2px 2px #000000;
}
.cid-sQRcIX0bEx h1 {
  text-shadow: 2px 2px #000000;
}
.cid-sQRcIX0bEx h2 {
  text-shadow: 2px 2px #000000;
}
.cid-sQRcIX0bEx p {
  text-shadow: 2px 2px #000000;
}
.cid-sQRcIX0bEx h4 {
  text-shadow: 2px 2px #000000;
}
.cid-vjKG026ZkB .hidden {
  display: none;
}
.cid-vjKG026ZkB .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 450px;
  right: 10px;
  background-color: #45003f;
  color: #45003f;
  border-radius: 30%;
  text-align: center;
  box-shadow: 2px 2px 2px #000000;
  transition: 0.3s;
  z-index: 99999;
}
.cid-vjKG026ZkB .floating-bar:hover {
  background-color: #740168;
}
.cid-vjKG026ZkB .floating-button {
  color: #45003f;
}
.cid-vjKG026ZkB .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-vjKG026ZkB P {
  color: #ffffff;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 2px;
}
.cid-vjK1zsTiLe.popup-builder {
  background-color: #ffffff;
}
.cid-vjK1zsTiLe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vjK1zsTiLe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vjK1zsTiLe .modal-content,
.cid-vjK1zsTiLe .modal-dialog {
  height: auto;
}
.cid-vjK1zsTiLe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjK1zsTiLe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vjK1zsTiLe .form-wrapper .mbr-form .form-group,
  .cid-vjK1zsTiLe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vjK1zsTiLe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vjK1zsTiLe .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-vjK1zsTiLe .mbr-text {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: 300;
}
.cid-vjK1zsTiLe .pt-0 {
  padding-top: 0 !important;
}
.cid-vjK1zsTiLe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vjK1zsTiLe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vjK1zsTiLe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vjK1zsTiLe .modal-open {
  overflow: hidden;
}
.cid-vjK1zsTiLe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vjK1zsTiLe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vjK1zsTiLe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vjK1zsTiLe .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-vjK1zsTiLe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vjK1zsTiLe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vjK1zsTiLe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vjK1zsTiLe .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-vjK1zsTiLe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vjK1zsTiLe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vjK1zsTiLe .modal-backdrop.fade {
  opacity: 0;
}
.cid-vjK1zsTiLe .modal-backdrop.show {
  opacity: .5;
}
.cid-vjK1zsTiLe .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-vjK1zsTiLe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vjK1zsTiLe .modal-header {
    padding: 1rem;
  }
}
.cid-vjK1zsTiLe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vjK1zsTiLe .modal-header .close svg {
  fill: #353535;
}
.cid-vjK1zsTiLe .modal-header .close:hover {
  opacity: 1;
}
.cid-vjK1zsTiLe .modal-header .close:focus {
  outline: none;
}
.cid-vjK1zsTiLe .modal-title {
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 50px;
  font-weight: 300;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vjK1zsTiLe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vjK1zsTiLe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjK1zsTiLe .modal-body {
    padding: 1rem;
  }
}
.cid-vjK1zsTiLe .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-vjK1zsTiLe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjK1zsTiLe .modal-footer {
    padding: 1rem;
  }
}
.cid-vjK1zsTiLe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vjK1zsTiLe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vjK1zsTiLe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vjK1zsTiLe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vjK1zsTiLe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vjK1zsTiLe .modal-lg,
  .cid-vjK1zsTiLe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vjK1zsTiLe .modal-xl {
    max-width: 1140px;
  }
}
.cid-vjK1zsTiLe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vjK1zsTiLe .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-vjK1zsTiLe .form-group {
  margin-bottom: 1rem;
}
.cid-vjK1zsTiLe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vjK1zsTiLe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vjK1zsTiLe .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-vjK1zsTiLe .mbr-section-btn {
  margin: 0;
}
.cid-vjK1zsTiLe .mbr-section-btn .btn {
  margin: 0;
}
.cid-vjaxi6uQnK.popup-builder {
  background-color: #ffffff;
}
.cid-vjaxi6uQnK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vjaxi6uQnK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vjaxi6uQnK .modal-content,
.cid-vjaxi6uQnK .modal-dialog {
  height: auto;
}
.cid-vjaxi6uQnK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjaxi6uQnK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vjaxi6uQnK .form-wrapper .mbr-form .form-group,
  .cid-vjaxi6uQnK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vjaxi6uQnK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vjaxi6uQnK .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-vjaxi6uQnK .mbr-text {
  text-align: center;
}
.cid-vjaxi6uQnK .pt-0 {
  padding-top: 0 !important;
}
.cid-vjaxi6uQnK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vjaxi6uQnK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vjaxi6uQnK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vjaxi6uQnK .modal-open {
  overflow: hidden;
}
.cid-vjaxi6uQnK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vjaxi6uQnK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vjaxi6uQnK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vjaxi6uQnK .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-vjaxi6uQnK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vjaxi6uQnK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vjaxi6uQnK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vjaxi6uQnK .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-vjaxi6uQnK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vjaxi6uQnK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vjaxi6uQnK .modal-backdrop.fade {
  opacity: 0;
}
.cid-vjaxi6uQnK .modal-backdrop.show {
  opacity: .5;
}
.cid-vjaxi6uQnK .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-vjaxi6uQnK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vjaxi6uQnK .modal-header {
    padding: 1rem;
  }
}
.cid-vjaxi6uQnK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vjaxi6uQnK .modal-header .close svg {
  fill: #353535;
}
.cid-vjaxi6uQnK .modal-header .close:hover {
  opacity: 1;
}
.cid-vjaxi6uQnK .modal-header .close:focus {
  outline: none;
}
.cid-vjaxi6uQnK .modal-title {
  letter-spacing: 1px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vjaxi6uQnK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vjaxi6uQnK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjaxi6uQnK .modal-body {
    padding: 1rem;
  }
}
.cid-vjaxi6uQnK .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-vjaxi6uQnK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjaxi6uQnK .modal-footer {
    padding: 1rem;
  }
}
.cid-vjaxi6uQnK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vjaxi6uQnK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vjaxi6uQnK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vjaxi6uQnK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vjaxi6uQnK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vjaxi6uQnK .modal-lg,
  .cid-vjaxi6uQnK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vjaxi6uQnK .modal-xl {
    max-width: 1140px;
  }
}
.cid-vjaxi6uQnK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vjaxi6uQnK .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-vjaxi6uQnK .form-group {
  margin-bottom: 1rem;
}
.cid-vjaxi6uQnK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vjaxi6uQnK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vjaxi6uQnK .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-vjaxi6uQnK .mbr-section-btn {
  margin: 0;
}
.cid-vjaxi6uQnK .mbr-section-btn .btn {
  margin: 0;
}
.cid-vjaxi6uQnK a {
  text-shadow: 0px 1px 0px #000000;
}
.cid-vjaxi6uQnK .mbr_text {
  color: #f80fef;
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 300;
}
.cid-vfH8oKQo1O.popup-builder {
  background-color: #ffffff;
}
.cid-vfH8oKQo1O.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vfH8oKQo1O.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vfH8oKQo1O .modal-content,
.cid-vfH8oKQo1O .modal-dialog {
  height: auto;
}
.cid-vfH8oKQo1O .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vfH8oKQo1O .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vfH8oKQo1O .form-wrapper .mbr-form .form-group,
  .cid-vfH8oKQo1O .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vfH8oKQo1O .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vfH8oKQo1O .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-vfH8oKQo1O .mbr-text {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vfH8oKQo1O .mbr-text-2 {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vfH8oKQo1O .pt-0 {
  padding-top: 0 !important;
}
.cid-vfH8oKQo1O .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vfH8oKQo1O .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vfH8oKQo1O .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vfH8oKQo1O .modal-open {
  overflow: hidden;
}
.cid-vfH8oKQo1O .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vfH8oKQo1O .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vfH8oKQo1O .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vfH8oKQo1O .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-vfH8oKQo1O .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vfH8oKQo1O .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vfH8oKQo1O .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vfH8oKQo1O .modal-content {
  background: #000000;
  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-vfH8oKQo1O .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vfH8oKQo1O .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vfH8oKQo1O .modal-backdrop.fade {
  opacity: 0;
}
.cid-vfH8oKQo1O .modal-backdrop.show {
  opacity: .5;
}
.cid-vfH8oKQo1O .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-vfH8oKQo1O .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vfH8oKQo1O .modal-header {
    padding: 1rem;
  }
}
.cid-vfH8oKQo1O .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vfH8oKQo1O .modal-header .close svg {
  fill: #ffffff;
}
.cid-vfH8oKQo1O .modal-header .close:hover {
  opacity: 1;
}
.cid-vfH8oKQo1O .modal-header .close:focus {
  outline: none;
}
.cid-vfH8oKQo1O .modal-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4px;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-vfH8oKQo1O .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vfH8oKQo1O .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfH8oKQo1O .modal-body {
    padding: 1rem;
  }
}
.cid-vfH8oKQo1O .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-vfH8oKQo1O .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfH8oKQo1O .modal-footer {
    padding: 1rem;
  }
}
.cid-vfH8oKQo1O .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vfH8oKQo1O .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vfH8oKQo1O .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vfH8oKQo1O .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vfH8oKQo1O .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vfH8oKQo1O .modal-lg,
  .cid-vfH8oKQo1O .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vfH8oKQo1O .modal-xl {
    max-width: 1140px;
  }
}
.cid-vfH8oKQo1O .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vfH8oKQo1O .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-vfH8oKQo1O .form-group {
  margin-bottom: 1rem;
}
.cid-vfH8oKQo1O .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vfH8oKQo1O .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vfH8oKQo1O .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-vfH8oKQo1O .mbr-section-btn {
  margin: 0;
}
.cid-vfH8oKQo1O .mbr-section-btn .btn {
  margin: 0;
}
.cid-vfH8oKQo1O .btn {
  font-size: 22px !important;
  padding: 10px 15px 10px 15px;
}
.cid-vfH8oKQo1O P {
  color: #ffffff;
}
.cid-vfIyLRFazl.popup-builder {
  background-color: #ffffff;
}
.cid-vfIyLRFazl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vfIyLRFazl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vfIyLRFazl .modal-content,
.cid-vfIyLRFazl .modal-dialog {
  height: auto;
}
.cid-vfIyLRFazl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vfIyLRFazl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vfIyLRFazl .form-wrapper .mbr-form .form-group,
  .cid-vfIyLRFazl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vfIyLRFazl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vfIyLRFazl .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-vfIyLRFazl .mbr-text {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vfIyLRFazl .mbr-text-2 {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vfIyLRFazl .pt-0 {
  padding-top: 0 !important;
}
.cid-vfIyLRFazl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vfIyLRFazl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vfIyLRFazl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vfIyLRFazl .modal-open {
  overflow: hidden;
}
.cid-vfIyLRFazl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vfIyLRFazl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vfIyLRFazl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vfIyLRFazl .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-vfIyLRFazl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vfIyLRFazl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vfIyLRFazl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vfIyLRFazl .modal-content {
  background: #000000;
  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-vfIyLRFazl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vfIyLRFazl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vfIyLRFazl .modal-backdrop.fade {
  opacity: 0;
}
.cid-vfIyLRFazl .modal-backdrop.show {
  opacity: .5;
}
.cid-vfIyLRFazl .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-vfIyLRFazl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vfIyLRFazl .modal-header {
    padding: 1rem;
  }
}
.cid-vfIyLRFazl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vfIyLRFazl .modal-header .close svg {
  fill: #ffffff;
}
.cid-vfIyLRFazl .modal-header .close:hover {
  opacity: 1;
}
.cid-vfIyLRFazl .modal-header .close:focus {
  outline: none;
}
.cid-vfIyLRFazl .modal-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4px;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-vfIyLRFazl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vfIyLRFazl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfIyLRFazl .modal-body {
    padding: 1rem;
  }
}
.cid-vfIyLRFazl .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-vfIyLRFazl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfIyLRFazl .modal-footer {
    padding: 1rem;
  }
}
.cid-vfIyLRFazl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vfIyLRFazl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vfIyLRFazl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vfIyLRFazl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vfIyLRFazl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vfIyLRFazl .modal-lg,
  .cid-vfIyLRFazl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vfIyLRFazl .modal-xl {
    max-width: 1140px;
  }
}
.cid-vfIyLRFazl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vfIyLRFazl .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-vfIyLRFazl .form-group {
  margin-bottom: 1rem;
}
.cid-vfIyLRFazl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vfIyLRFazl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vfIyLRFazl .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-vfIyLRFazl .mbr-section-btn {
  margin: 0;
}
.cid-vfIyLRFazl .mbr-section-btn .btn {
  margin: 0;
}
.cid-vfIyLRFazl .btn {
  font-size: 22px !important;
  padding: 10px 15px 10px 15px;
}
.cid-vfOtcgbUuR.popup-builder {
  background-color: #ffffff;
}
.cid-vfOtcgbUuR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vfOtcgbUuR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vfOtcgbUuR .modal-content,
.cid-vfOtcgbUuR .modal-dialog {
  height: auto;
}
.cid-vfOtcgbUuR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vfOtcgbUuR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vfOtcgbUuR .form-wrapper .mbr-form .form-group,
  .cid-vfOtcgbUuR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vfOtcgbUuR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vfOtcgbUuR .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-vfOtcgbUuR .mbr-text {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vfOtcgbUuR .mbr-text-2 {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vfOtcgbUuR .pt-0 {
  padding-top: 0 !important;
}
.cid-vfOtcgbUuR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vfOtcgbUuR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vfOtcgbUuR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vfOtcgbUuR .modal-open {
  overflow: hidden;
}
.cid-vfOtcgbUuR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vfOtcgbUuR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vfOtcgbUuR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vfOtcgbUuR .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-vfOtcgbUuR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vfOtcgbUuR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vfOtcgbUuR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vfOtcgbUuR .modal-content {
  background: #000000;
  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-vfOtcgbUuR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vfOtcgbUuR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vfOtcgbUuR .modal-backdrop.fade {
  opacity: 0;
}
.cid-vfOtcgbUuR .modal-backdrop.show {
  opacity: .5;
}
.cid-vfOtcgbUuR .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-vfOtcgbUuR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vfOtcgbUuR .modal-header {
    padding: 1rem;
  }
}
.cid-vfOtcgbUuR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vfOtcgbUuR .modal-header .close svg {
  fill: #ffffff;
}
.cid-vfOtcgbUuR .modal-header .close:hover {
  opacity: 1;
}
.cid-vfOtcgbUuR .modal-header .close:focus {
  outline: none;
}
.cid-vfOtcgbUuR .modal-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4px;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-vfOtcgbUuR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vfOtcgbUuR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfOtcgbUuR .modal-body {
    padding: 1rem;
  }
}
.cid-vfOtcgbUuR .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-vfOtcgbUuR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfOtcgbUuR .modal-footer {
    padding: 1rem;
  }
}
.cid-vfOtcgbUuR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vfOtcgbUuR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vfOtcgbUuR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vfOtcgbUuR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vfOtcgbUuR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vfOtcgbUuR .modal-lg,
  .cid-vfOtcgbUuR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vfOtcgbUuR .modal-xl {
    max-width: 1140px;
  }
}
.cid-vfOtcgbUuR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vfOtcgbUuR .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-vfOtcgbUuR .form-group {
  margin-bottom: 1rem;
}
.cid-vfOtcgbUuR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vfOtcgbUuR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vfOtcgbUuR .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-vfOtcgbUuR .mbr-section-btn {
  margin: 0;
}
.cid-vfOtcgbUuR .mbr-section-btn .btn {
  margin: 0;
}
.cid-vfOtcgbUuR .btn {
  font-size: 22px !important;
  padding: 10px 15px 10px 15px;
}
.cid-vfSADDvxMb.popup-builder {
  background-color: #ffffff;
}
.cid-vfSADDvxMb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vfSADDvxMb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vfSADDvxMb .modal-content,
.cid-vfSADDvxMb .modal-dialog {
  height: auto;
}
.cid-vfSADDvxMb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vfSADDvxMb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vfSADDvxMb .form-wrapper .mbr-form .form-group,
  .cid-vfSADDvxMb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vfSADDvxMb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vfSADDvxMb .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-vfSADDvxMb .mbr-text {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vfSADDvxMb .mbr-text-2 {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vfSADDvxMb .pt-0 {
  padding-top: 0 !important;
}
.cid-vfSADDvxMb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vfSADDvxMb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vfSADDvxMb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vfSADDvxMb .modal-open {
  overflow: hidden;
}
.cid-vfSADDvxMb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vfSADDvxMb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vfSADDvxMb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vfSADDvxMb .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-vfSADDvxMb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vfSADDvxMb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vfSADDvxMb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vfSADDvxMb .modal-content {
  background: #000000;
  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-vfSADDvxMb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vfSADDvxMb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vfSADDvxMb .modal-backdrop.fade {
  opacity: 0;
}
.cid-vfSADDvxMb .modal-backdrop.show {
  opacity: .5;
}
.cid-vfSADDvxMb .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-vfSADDvxMb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vfSADDvxMb .modal-header {
    padding: 1rem;
  }
}
.cid-vfSADDvxMb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vfSADDvxMb .modal-header .close svg {
  fill: #ffffff;
}
.cid-vfSADDvxMb .modal-header .close:hover {
  opacity: 1;
}
.cid-vfSADDvxMb .modal-header .close:focus {
  outline: none;
}
.cid-vfSADDvxMb .modal-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4px;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-vfSADDvxMb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vfSADDvxMb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfSADDvxMb .modal-body {
    padding: 1rem;
  }
}
.cid-vfSADDvxMb .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-vfSADDvxMb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfSADDvxMb .modal-footer {
    padding: 1rem;
  }
}
.cid-vfSADDvxMb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vfSADDvxMb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vfSADDvxMb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vfSADDvxMb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vfSADDvxMb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vfSADDvxMb .modal-lg,
  .cid-vfSADDvxMb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vfSADDvxMb .modal-xl {
    max-width: 1140px;
  }
}
.cid-vfSADDvxMb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vfSADDvxMb .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-vfSADDvxMb .form-group {
  margin-bottom: 1rem;
}
.cid-vfSADDvxMb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vfSADDvxMb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vfSADDvxMb .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-vfSADDvxMb .mbr-section-btn {
  margin: 0;
}
.cid-vfSADDvxMb .mbr-section-btn .btn {
  margin: 0;
}
.cid-vfSADDvxMb .btn {
  font-size: 22px !important;
  padding: 10px 15px 10px 15px;
}
.cid-vfTfJAWk18.popup-builder {
  background-color: #ffffff;
}
.cid-vfTfJAWk18.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vfTfJAWk18.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vfTfJAWk18 .modal-content,
.cid-vfTfJAWk18 .modal-dialog {
  height: auto;
}
.cid-vfTfJAWk18 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vfTfJAWk18 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vfTfJAWk18 .form-wrapper .mbr-form .form-group,
  .cid-vfTfJAWk18 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vfTfJAWk18 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vfTfJAWk18 .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-vfTfJAWk18 .mbr-text {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vfTfJAWk18 .mbr-text-2 {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vfTfJAWk18 .pt-0 {
  padding-top: 0 !important;
}
.cid-vfTfJAWk18 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vfTfJAWk18 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vfTfJAWk18 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vfTfJAWk18 .modal-open {
  overflow: hidden;
}
.cid-vfTfJAWk18 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vfTfJAWk18 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vfTfJAWk18 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vfTfJAWk18 .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-vfTfJAWk18 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vfTfJAWk18 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vfTfJAWk18 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vfTfJAWk18 .modal-content {
  background: #000000;
  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-vfTfJAWk18 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vfTfJAWk18 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vfTfJAWk18 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vfTfJAWk18 .modal-backdrop.show {
  opacity: .5;
}
.cid-vfTfJAWk18 .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-vfTfJAWk18 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vfTfJAWk18 .modal-header {
    padding: 1rem;
  }
}
.cid-vfTfJAWk18 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vfTfJAWk18 .modal-header .close svg {
  fill: #ffffff;
}
.cid-vfTfJAWk18 .modal-header .close:hover {
  opacity: 1;
}
.cid-vfTfJAWk18 .modal-header .close:focus {
  outline: none;
}
.cid-vfTfJAWk18 .modal-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4px;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-vfTfJAWk18 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vfTfJAWk18 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfTfJAWk18 .modal-body {
    padding: 1rem;
  }
}
.cid-vfTfJAWk18 .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-vfTfJAWk18 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfTfJAWk18 .modal-footer {
    padding: 1rem;
  }
}
.cid-vfTfJAWk18 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vfTfJAWk18 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vfTfJAWk18 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vfTfJAWk18 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vfTfJAWk18 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vfTfJAWk18 .modal-lg,
  .cid-vfTfJAWk18 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vfTfJAWk18 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vfTfJAWk18 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vfTfJAWk18 .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-vfTfJAWk18 .form-group {
  margin-bottom: 1rem;
}
.cid-vfTfJAWk18 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vfTfJAWk18 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vfTfJAWk18 .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-vfTfJAWk18 .mbr-section-btn {
  margin: 0;
}
.cid-vfTfJAWk18 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vfTfJAWk18 .btn {
  font-size: 22px !important;
  padding: 10px 15px 10px 15px;
}
.cid-vg5q8p3lva.popup-builder {
  background-color: #ffffff;
}
.cid-vg5q8p3lva.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vg5q8p3lva.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vg5q8p3lva .modal-content,
.cid-vg5q8p3lva .modal-dialog {
  height: auto;
}
.cid-vg5q8p3lva .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vg5q8p3lva .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vg5q8p3lva .form-wrapper .mbr-form .form-group,
  .cid-vg5q8p3lva .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vg5q8p3lva .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vg5q8p3lva .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-vg5q8p3lva .mbr-text {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vg5q8p3lva .mbr-text-2 {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 5px;
}
.cid-vg5q8p3lva .pt-0 {
  padding-top: 0 !important;
}
.cid-vg5q8p3lva .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vg5q8p3lva .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vg5q8p3lva .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vg5q8p3lva .modal-open {
  overflow: hidden;
}
.cid-vg5q8p3lva .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vg5q8p3lva .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vg5q8p3lva .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vg5q8p3lva .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-vg5q8p3lva .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vg5q8p3lva .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vg5q8p3lva .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vg5q8p3lva .modal-content {
  background: #000000;
  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-vg5q8p3lva .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vg5q8p3lva .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vg5q8p3lva .modal-backdrop.fade {
  opacity: 0;
}
.cid-vg5q8p3lva .modal-backdrop.show {
  opacity: .5;
}
.cid-vg5q8p3lva .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-vg5q8p3lva .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vg5q8p3lva .modal-header {
    padding: 1rem;
  }
}
.cid-vg5q8p3lva .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vg5q8p3lva .modal-header .close svg {
  fill: #ffffff;
}
.cid-vg5q8p3lva .modal-header .close:hover {
  opacity: 1;
}
.cid-vg5q8p3lva .modal-header .close:focus {
  outline: none;
}
.cid-vg5q8p3lva .modal-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4px;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-vg5q8p3lva .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vg5q8p3lva .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vg5q8p3lva .modal-body {
    padding: 1rem;
  }
}
.cid-vg5q8p3lva .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-vg5q8p3lva .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vg5q8p3lva .modal-footer {
    padding: 1rem;
  }
}
.cid-vg5q8p3lva .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vg5q8p3lva .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vg5q8p3lva .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vg5q8p3lva .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vg5q8p3lva .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vg5q8p3lva .modal-lg,
  .cid-vg5q8p3lva .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vg5q8p3lva .modal-xl {
    max-width: 1140px;
  }
}
.cid-vg5q8p3lva .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vg5q8p3lva .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-vg5q8p3lva .form-group {
  margin-bottom: 1rem;
}
.cid-vg5q8p3lva .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vg5q8p3lva .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vg5q8p3lva .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-vg5q8p3lva .mbr-section-btn {
  margin: 0;
}
.cid-vg5q8p3lva .mbr-section-btn .btn {
  margin: 0;
}
.cid-vg5q8p3lva .btn {
  font-size: 22px !important;
  padding: 10px 15px 10px 15px;
}
.cid-vg5q8p3lva P {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 3px;
}
.cid-vg5q8p3lva hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 2px;
}
.cid-vhd8sq6f28.popup-builder {
  background-color: #ffffff;
}
.cid-vhd8sq6f28.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vhd8sq6f28.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vhd8sq6f28 .modal-content,
.cid-vhd8sq6f28 .modal-dialog {
  height: auto;
}
.cid-vhd8sq6f28 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vhd8sq6f28 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vhd8sq6f28 .form-wrapper .mbr-form .form-group,
  .cid-vhd8sq6f28 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vhd8sq6f28 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vhd8sq6f28 .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-vhd8sq6f28 .mbr-text {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vhd8sq6f28 .mbr-text-2 {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vhd8sq6f28 .pt-0 {
  padding-top: 0 !important;
}
.cid-vhd8sq6f28 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vhd8sq6f28 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vhd8sq6f28 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vhd8sq6f28 .modal-open {
  overflow: hidden;
}
.cid-vhd8sq6f28 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vhd8sq6f28 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vhd8sq6f28 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vhd8sq6f28 .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-vhd8sq6f28 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vhd8sq6f28 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vhd8sq6f28 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vhd8sq6f28 .modal-content {
  background: #000000;
  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-vhd8sq6f28 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vhd8sq6f28 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vhd8sq6f28 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vhd8sq6f28 .modal-backdrop.show {
  opacity: .5;
}
.cid-vhd8sq6f28 .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-vhd8sq6f28 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhd8sq6f28 .modal-header {
    padding: 1rem;
  }
}
.cid-vhd8sq6f28 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vhd8sq6f28 .modal-header .close svg {
  fill: #ffffff;
}
.cid-vhd8sq6f28 .modal-header .close:hover {
  opacity: 1;
}
.cid-vhd8sq6f28 .modal-header .close:focus {
  outline: none;
}
.cid-vhd8sq6f28 .modal-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4px;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-vhd8sq6f28 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vhd8sq6f28 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhd8sq6f28 .modal-body {
    padding: 1rem;
  }
}
.cid-vhd8sq6f28 .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-vhd8sq6f28 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhd8sq6f28 .modal-footer {
    padding: 1rem;
  }
}
.cid-vhd8sq6f28 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vhd8sq6f28 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vhd8sq6f28 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vhd8sq6f28 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vhd8sq6f28 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vhd8sq6f28 .modal-lg,
  .cid-vhd8sq6f28 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vhd8sq6f28 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vhd8sq6f28 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vhd8sq6f28 .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-vhd8sq6f28 .form-group {
  margin-bottom: 1rem;
}
.cid-vhd8sq6f28 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vhd8sq6f28 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vhd8sq6f28 .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-vhd8sq6f28 .mbr-section-btn {
  margin: 0;
}
.cid-vhd8sq6f28 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vhd8sq6f28 .btn {
  font-size: 22px !important;
  padding: 10px 15px 10px 15px;
}
.cid-vhdbfRnpUk.popup-builder {
  background-color: #ffffff;
}
.cid-vhdbfRnpUk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vhdbfRnpUk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vhdbfRnpUk .modal-content,
.cid-vhdbfRnpUk .modal-dialog {
  height: auto;
}
.cid-vhdbfRnpUk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vhdbfRnpUk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vhdbfRnpUk .form-wrapper .mbr-form .form-group,
  .cid-vhdbfRnpUk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vhdbfRnpUk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vhdbfRnpUk .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-vhdbfRnpUk .mbr-text {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vhdbfRnpUk .mbr-text-2 {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vhdbfRnpUk .pt-0 {
  padding-top: 0 !important;
}
.cid-vhdbfRnpUk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vhdbfRnpUk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vhdbfRnpUk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vhdbfRnpUk .modal-open {
  overflow: hidden;
}
.cid-vhdbfRnpUk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vhdbfRnpUk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vhdbfRnpUk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vhdbfRnpUk .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-vhdbfRnpUk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vhdbfRnpUk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vhdbfRnpUk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vhdbfRnpUk .modal-content {
  background: #000000;
  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-vhdbfRnpUk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vhdbfRnpUk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vhdbfRnpUk .modal-backdrop.fade {
  opacity: 0;
}
.cid-vhdbfRnpUk .modal-backdrop.show {
  opacity: .5;
}
.cid-vhdbfRnpUk .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-vhdbfRnpUk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhdbfRnpUk .modal-header {
    padding: 1rem;
  }
}
.cid-vhdbfRnpUk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vhdbfRnpUk .modal-header .close svg {
  fill: #ffffff;
}
.cid-vhdbfRnpUk .modal-header .close:hover {
  opacity: 1;
}
.cid-vhdbfRnpUk .modal-header .close:focus {
  outline: none;
}
.cid-vhdbfRnpUk .modal-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4px;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-vhdbfRnpUk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vhdbfRnpUk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhdbfRnpUk .modal-body {
    padding: 1rem;
  }
}
.cid-vhdbfRnpUk .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-vhdbfRnpUk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhdbfRnpUk .modal-footer {
    padding: 1rem;
  }
}
.cid-vhdbfRnpUk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vhdbfRnpUk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vhdbfRnpUk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vhdbfRnpUk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vhdbfRnpUk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vhdbfRnpUk .modal-lg,
  .cid-vhdbfRnpUk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vhdbfRnpUk .modal-xl {
    max-width: 1140px;
  }
}
.cid-vhdbfRnpUk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vhdbfRnpUk .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-vhdbfRnpUk .form-group {
  margin-bottom: 1rem;
}
.cid-vhdbfRnpUk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vhdbfRnpUk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vhdbfRnpUk .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-vhdbfRnpUk .mbr-section-btn {
  margin: 0;
}
.cid-vhdbfRnpUk .mbr-section-btn .btn {
  margin: 0;
}
.cid-vhdbfRnpUk .btn {
  font-size: 22px !important;
  padding: 10px 15px 10px 15px;
}
.cid-vhdlYIZiKf.popup-builder {
  background-color: #ffffff;
}
.cid-vhdlYIZiKf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vhdlYIZiKf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vhdlYIZiKf .modal-content,
.cid-vhdlYIZiKf .modal-dialog {
  height: auto;
}
.cid-vhdlYIZiKf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vhdlYIZiKf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vhdlYIZiKf .form-wrapper .mbr-form .form-group,
  .cid-vhdlYIZiKf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vhdlYIZiKf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vhdlYIZiKf .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-vhdlYIZiKf .mbr-text {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vhdlYIZiKf .mbr-text-2 {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vhdlYIZiKf .pt-0 {
  padding-top: 0 !important;
}
.cid-vhdlYIZiKf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vhdlYIZiKf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vhdlYIZiKf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vhdlYIZiKf .modal-open {
  overflow: hidden;
}
.cid-vhdlYIZiKf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vhdlYIZiKf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vhdlYIZiKf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vhdlYIZiKf .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-vhdlYIZiKf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vhdlYIZiKf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vhdlYIZiKf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vhdlYIZiKf .modal-content {
  background: #000000;
  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-vhdlYIZiKf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vhdlYIZiKf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vhdlYIZiKf .modal-backdrop.fade {
  opacity: 0;
}
.cid-vhdlYIZiKf .modal-backdrop.show {
  opacity: .5;
}
.cid-vhdlYIZiKf .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-vhdlYIZiKf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhdlYIZiKf .modal-header {
    padding: 1rem;
  }
}
.cid-vhdlYIZiKf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vhdlYIZiKf .modal-header .close svg {
  fill: #ffffff;
}
.cid-vhdlYIZiKf .modal-header .close:hover {
  opacity: 1;
}
.cid-vhdlYIZiKf .modal-header .close:focus {
  outline: none;
}
.cid-vhdlYIZiKf .modal-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4px;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-vhdlYIZiKf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vhdlYIZiKf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhdlYIZiKf .modal-body {
    padding: 1rem;
  }
}
.cid-vhdlYIZiKf .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-vhdlYIZiKf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhdlYIZiKf .modal-footer {
    padding: 1rem;
  }
}
.cid-vhdlYIZiKf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vhdlYIZiKf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vhdlYIZiKf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vhdlYIZiKf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vhdlYIZiKf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vhdlYIZiKf .modal-lg,
  .cid-vhdlYIZiKf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vhdlYIZiKf .modal-xl {
    max-width: 1140px;
  }
}
.cid-vhdlYIZiKf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vhdlYIZiKf .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-vhdlYIZiKf .form-group {
  margin-bottom: 1rem;
}
.cid-vhdlYIZiKf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vhdlYIZiKf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vhdlYIZiKf .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-vhdlYIZiKf .mbr-section-btn {
  margin: 0;
}
.cid-vhdlYIZiKf .mbr-section-btn .btn {
  margin: 0;
}
.cid-vhdlYIZiKf .btn {
  font-size: 22px !important;
  padding: 10px 15px 10px 15px;
}
.cid-vhifdgFqoj.popup-builder {
  background-color: #ffffff;
}
.cid-vhifdgFqoj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vhifdgFqoj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vhifdgFqoj .modal-content,
.cid-vhifdgFqoj .modal-dialog {
  height: auto;
}
.cid-vhifdgFqoj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vhifdgFqoj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vhifdgFqoj .form-wrapper .mbr-form .form-group,
  .cid-vhifdgFqoj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vhifdgFqoj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vhifdgFqoj .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-vhifdgFqoj .mbr-text {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vhifdgFqoj .mbr-text-2 {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vhifdgFqoj .pt-0 {
  padding-top: 0 !important;
}
.cid-vhifdgFqoj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vhifdgFqoj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vhifdgFqoj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vhifdgFqoj .modal-open {
  overflow: hidden;
}
.cid-vhifdgFqoj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vhifdgFqoj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vhifdgFqoj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vhifdgFqoj .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-vhifdgFqoj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vhifdgFqoj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vhifdgFqoj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vhifdgFqoj .modal-content {
  background: #000000;
  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-vhifdgFqoj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vhifdgFqoj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vhifdgFqoj .modal-backdrop.fade {
  opacity: 0;
}
.cid-vhifdgFqoj .modal-backdrop.show {
  opacity: .5;
}
.cid-vhifdgFqoj .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-vhifdgFqoj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhifdgFqoj .modal-header {
    padding: 1rem;
  }
}
.cid-vhifdgFqoj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vhifdgFqoj .modal-header .close svg {
  fill: #ffffff;
}
.cid-vhifdgFqoj .modal-header .close:hover {
  opacity: 1;
}
.cid-vhifdgFqoj .modal-header .close:focus {
  outline: none;
}
.cid-vhifdgFqoj .modal-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4px;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-vhifdgFqoj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vhifdgFqoj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhifdgFqoj .modal-body {
    padding: 1rem;
  }
}
.cid-vhifdgFqoj .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-vhifdgFqoj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhifdgFqoj .modal-footer {
    padding: 1rem;
  }
}
.cid-vhifdgFqoj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vhifdgFqoj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vhifdgFqoj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vhifdgFqoj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vhifdgFqoj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vhifdgFqoj .modal-lg,
  .cid-vhifdgFqoj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vhifdgFqoj .modal-xl {
    max-width: 1140px;
  }
}
.cid-vhifdgFqoj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vhifdgFqoj .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-vhifdgFqoj .form-group {
  margin-bottom: 1rem;
}
.cid-vhifdgFqoj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vhifdgFqoj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vhifdgFqoj .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-vhifdgFqoj .mbr-section-btn {
  margin: 0;
}
.cid-vhifdgFqoj .mbr-section-btn .btn {
  margin: 0;
}
.cid-vhifdgFqoj .btn {
  font-size: 22px !important;
  padding: 10px 15px 10px 15px;
}
.cid-vhifeAdbk3.popup-builder {
  background-color: #ffffff;
}
.cid-vhifeAdbk3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vhifeAdbk3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vhifeAdbk3 .modal-content,
.cid-vhifeAdbk3 .modal-dialog {
  height: auto;
}
.cid-vhifeAdbk3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vhifeAdbk3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vhifeAdbk3 .form-wrapper .mbr-form .form-group,
  .cid-vhifeAdbk3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vhifeAdbk3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vhifeAdbk3 .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-vhifeAdbk3 .mbr-text {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vhifeAdbk3 .mbr-text-2 {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4px;
}
.cid-vhifeAdbk3 .pt-0 {
  padding-top: 0 !important;
}
.cid-vhifeAdbk3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vhifeAdbk3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vhifeAdbk3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vhifeAdbk3 .modal-open {
  overflow: hidden;
}
.cid-vhifeAdbk3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vhifeAdbk3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vhifeAdbk3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vhifeAdbk3 .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-vhifeAdbk3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vhifeAdbk3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vhifeAdbk3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vhifeAdbk3 .modal-content {
  background: #000000;
  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-vhifeAdbk3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vhifeAdbk3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vhifeAdbk3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vhifeAdbk3 .modal-backdrop.show {
  opacity: .5;
}
.cid-vhifeAdbk3 .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-vhifeAdbk3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhifeAdbk3 .modal-header {
    padding: 1rem;
  }
}
.cid-vhifeAdbk3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vhifeAdbk3 .modal-header .close svg {
  fill: #ffffff;
}
.cid-vhifeAdbk3 .modal-header .close:hover {
  opacity: 1;
}
.cid-vhifeAdbk3 .modal-header .close:focus {
  outline: none;
}
.cid-vhifeAdbk3 .modal-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4px;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-vhifeAdbk3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vhifeAdbk3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhifeAdbk3 .modal-body {
    padding: 1rem;
  }
}
.cid-vhifeAdbk3 .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-vhifeAdbk3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhifeAdbk3 .modal-footer {
    padding: 1rem;
  }
}
.cid-vhifeAdbk3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vhifeAdbk3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vhifeAdbk3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vhifeAdbk3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vhifeAdbk3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vhifeAdbk3 .modal-lg,
  .cid-vhifeAdbk3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vhifeAdbk3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vhifeAdbk3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vhifeAdbk3 .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-vhifeAdbk3 .form-group {
  margin-bottom: 1rem;
}
.cid-vhifeAdbk3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vhifeAdbk3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vhifeAdbk3 .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-vhifeAdbk3 .mbr-section-btn {
  margin: 0;
}
.cid-vhifeAdbk3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vhifeAdbk3 .btn {
  font-size: 22px !important;
  padding: 10px 15px 10px 15px;
}
.cid-vfOihnsSdt.popup-builder {
  background-color: #ffffff;
}
.cid-vfOihnsSdt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vfOihnsSdt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vfOihnsSdt .modal-content,
.cid-vfOihnsSdt .modal-dialog {
  height: auto;
}
.cid-vfOihnsSdt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vfOihnsSdt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vfOihnsSdt .form-wrapper .mbr-form .form-group,
  .cid-vfOihnsSdt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vfOihnsSdt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vfOihnsSdt .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-vfOihnsSdt .mbr-text {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2px;
}
.cid-vfOihnsSdt .pt-0 {
  padding-top: 0 !important;
}
.cid-vfOihnsSdt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vfOihnsSdt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vfOihnsSdt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vfOihnsSdt .modal-open {
  overflow: hidden;
}
.cid-vfOihnsSdt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vfOihnsSdt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vfOihnsSdt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vfOihnsSdt .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-vfOihnsSdt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vfOihnsSdt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vfOihnsSdt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vfOihnsSdt .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-vfOihnsSdt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vfOihnsSdt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vfOihnsSdt .modal-backdrop.fade {
  opacity: 0;
}
.cid-vfOihnsSdt .modal-backdrop.show {
  opacity: .5;
}
.cid-vfOihnsSdt .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-vfOihnsSdt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vfOihnsSdt .modal-header {
    padding: 1rem;
  }
}
.cid-vfOihnsSdt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vfOihnsSdt .modal-header .close svg {
  fill: #353535;
}
.cid-vfOihnsSdt .modal-header .close:hover {
  opacity: 1;
}
.cid-vfOihnsSdt .modal-header .close:focus {
  outline: none;
}
.cid-vfOihnsSdt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vfOihnsSdt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vfOihnsSdt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfOihnsSdt .modal-body {
    padding: 1rem;
  }
}
.cid-vfOihnsSdt .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-vfOihnsSdt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfOihnsSdt .modal-footer {
    padding: 1rem;
  }
}
.cid-vfOihnsSdt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vfOihnsSdt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vfOihnsSdt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vfOihnsSdt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vfOihnsSdt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vfOihnsSdt .modal-lg,
  .cid-vfOihnsSdt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vfOihnsSdt .modal-xl {
    max-width: 1140px;
  }
}
.cid-vfOihnsSdt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vfOihnsSdt .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-vfOihnsSdt .form-group {
  margin-bottom: 1rem;
}
.cid-vfOihnsSdt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vfOihnsSdt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vfOihnsSdt .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-vfOihnsSdt .mbr-section-btn {
  margin: 0;
}
.cid-vfOihnsSdt .mbr-section-btn .btn {
  margin: 0;
}
.cid-vfOihnsSdt .form-control-label {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
}
.cid-vfOihnsSdt LABEL {
  text-align: center;
}
.cid-vfMcChtQxX.popup-builder {
  background-color: #ffffff;
}
.cid-vfMcChtQxX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vfMcChtQxX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vfMcChtQxX .modal-content,
.cid-vfMcChtQxX .modal-dialog {
  height: auto;
}
.cid-vfMcChtQxX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vfMcChtQxX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vfMcChtQxX .form-wrapper .mbr-form .form-group,
  .cid-vfMcChtQxX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vfMcChtQxX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vfMcChtQxX .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-vfMcChtQxX .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-vfMcChtQxX .pt-0 {
  padding-top: 0 !important;
}
.cid-vfMcChtQxX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vfMcChtQxX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vfMcChtQxX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vfMcChtQxX .modal-open {
  overflow: hidden;
}
.cid-vfMcChtQxX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vfMcChtQxX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vfMcChtQxX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vfMcChtQxX .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-vfMcChtQxX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vfMcChtQxX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vfMcChtQxX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vfMcChtQxX .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-vfMcChtQxX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vfMcChtQxX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vfMcChtQxX .modal-backdrop.fade {
  opacity: 0;
}
.cid-vfMcChtQxX .modal-backdrop.show {
  opacity: .5;
}
.cid-vfMcChtQxX .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-vfMcChtQxX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vfMcChtQxX .modal-header {
    padding: 1rem;
  }
}
.cid-vfMcChtQxX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vfMcChtQxX .modal-header .close svg {
  fill: #353535;
}
.cid-vfMcChtQxX .modal-header .close:hover {
  opacity: 1;
}
.cid-vfMcChtQxX .modal-header .close:focus {
  outline: none;
}
.cid-vfMcChtQxX .modal-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-vfMcChtQxX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vfMcChtQxX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfMcChtQxX .modal-body {
    padding: 1rem;
  }
}
.cid-vfMcChtQxX .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-vfMcChtQxX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfMcChtQxX .modal-footer {
    padding: 1rem;
  }
}
.cid-vfMcChtQxX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vfMcChtQxX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vfMcChtQxX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vfMcChtQxX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vfMcChtQxX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vfMcChtQxX .modal-lg,
  .cid-vfMcChtQxX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vfMcChtQxX .modal-xl {
    max-width: 1140px;
  }
}
.cid-vfMcChtQxX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vfMcChtQxX .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-vfMcChtQxX .form-group {
  margin-bottom: 1rem;
}
.cid-vfMcChtQxX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vfMcChtQxX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vfMcChtQxX .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-vfMcChtQxX .mbr-section-btn {
  margin: 0;
}
.cid-vfMcChtQxX .mbr-section-btn .btn {
  margin: 0;
}
.cid-vfMcChtQxX .btn {
  font-size: 22px !important;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 2px;
}
.cid-vfMcChtQxX a {
  text-shadow: 0px 1px #000000;
}
.cid-vfOilIKYXR.popup-builder {
  background-color: #ffffff;
}
.cid-vfOilIKYXR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vfOilIKYXR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vfOilIKYXR .modal-content,
.cid-vfOilIKYXR .modal-dialog {
  height: auto;
}
.cid-vfOilIKYXR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vfOilIKYXR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vfOilIKYXR .form-wrapper .mbr-form .form-group,
  .cid-vfOilIKYXR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vfOilIKYXR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vfOilIKYXR .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-vfOilIKYXR .mbr-text {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2px;
}
.cid-vfOilIKYXR .mbr-text-2 {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
}
.cid-vfOilIKYXR .pt-0 {
  padding-top: 0 !important;
}
.cid-vfOilIKYXR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vfOilIKYXR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vfOilIKYXR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vfOilIKYXR .modal-open {
  overflow: hidden;
}
.cid-vfOilIKYXR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vfOilIKYXR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vfOilIKYXR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vfOilIKYXR .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-vfOilIKYXR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vfOilIKYXR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vfOilIKYXR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vfOilIKYXR .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-vfOilIKYXR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vfOilIKYXR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vfOilIKYXR .modal-backdrop.fade {
  opacity: 0;
}
.cid-vfOilIKYXR .modal-backdrop.show {
  opacity: .5;
}
.cid-vfOilIKYXR .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-vfOilIKYXR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vfOilIKYXR .modal-header {
    padding: 1rem;
  }
}
.cid-vfOilIKYXR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vfOilIKYXR .modal-header .close svg {
  fill: #353535;
}
.cid-vfOilIKYXR .modal-header .close:hover {
  opacity: 1;
}
.cid-vfOilIKYXR .modal-header .close:focus {
  outline: none;
}
.cid-vfOilIKYXR .modal-title {
  line-height: 1.0;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vfOilIKYXR .modal-title-2 {
  line-height: 1.6;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vfOilIKYXR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vfOilIKYXR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfOilIKYXR .modal-body {
    padding: 1rem;
  }
}
.cid-vfOilIKYXR .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-vfOilIKYXR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfOilIKYXR .modal-footer {
    padding: 1rem;
  }
}
.cid-vfOilIKYXR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vfOilIKYXR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vfOilIKYXR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vfOilIKYXR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vfOilIKYXR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vfOilIKYXR .modal-lg,
  .cid-vfOilIKYXR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vfOilIKYXR .modal-xl {
    max-width: 1140px;
  }
}
.cid-vfOilIKYXR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vfOilIKYXR .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-vfOilIKYXR .form-group {
  margin-bottom: 1rem;
}
.cid-vfOilIKYXR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vfOilIKYXR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vfOilIKYXR .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-vfOilIKYXR .mbr-section-btn {
  margin: 0;
}
.cid-vfOilIKYXR .mbr-section-btn .btn {
  margin: 0;
}
.cid-vfOilIKYXR a {
  text-shadow: 1px 1px 0px #000000;
}
.cid-vgth0VVJzY.popup-builder {
  background-color: #ffffff;
}
.cid-vgth0VVJzY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vgth0VVJzY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vgth0VVJzY .modal-content,
.cid-vgth0VVJzY .modal-dialog {
  height: auto;
}
.cid-vgth0VVJzY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vgth0VVJzY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vgth0VVJzY .form-wrapper .mbr-form .form-group,
  .cid-vgth0VVJzY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vgth0VVJzY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vgth0VVJzY .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-vgth0VVJzY .mbr-text {
  text-align: left;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 400;
}
.cid-vgth0VVJzY .pt-0 {
  padding-top: 0 !important;
}
.cid-vgth0VVJzY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vgth0VVJzY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vgth0VVJzY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vgth0VVJzY .modal-open {
  overflow: hidden;
}
.cid-vgth0VVJzY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vgth0VVJzY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vgth0VVJzY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vgth0VVJzY .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-vgth0VVJzY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vgth0VVJzY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vgth0VVJzY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vgth0VVJzY .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-vgth0VVJzY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vgth0VVJzY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vgth0VVJzY .modal-backdrop.fade {
  opacity: 0;
}
.cid-vgth0VVJzY .modal-backdrop.show {
  opacity: .5;
}
.cid-vgth0VVJzY .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-vgth0VVJzY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vgth0VVJzY .modal-header {
    padding: 1rem;
  }
}
.cid-vgth0VVJzY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vgth0VVJzY .modal-header .close svg {
  fill: #353535;
}
.cid-vgth0VVJzY .modal-header .close:hover {
  opacity: 1;
}
.cid-vgth0VVJzY .modal-header .close:focus {
  outline: none;
}
.cid-vgth0VVJzY .modal-title {
  line-height: 1.4;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vgth0VVJzY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vgth0VVJzY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgth0VVJzY .modal-body {
    padding: 1rem;
  }
}
.cid-vgth0VVJzY .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-vgth0VVJzY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgth0VVJzY .modal-footer {
    padding: 1rem;
  }
}
.cid-vgth0VVJzY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vgth0VVJzY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vgth0VVJzY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vgth0VVJzY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vgth0VVJzY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vgth0VVJzY .modal-lg,
  .cid-vgth0VVJzY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vgth0VVJzY .modal-xl {
    max-width: 1140px;
  }
}
.cid-vgth0VVJzY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vgth0VVJzY .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-vgth0VVJzY .form-group {
  margin-bottom: 1rem;
}
.cid-vgth0VVJzY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vgth0VVJzY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vgth0VVJzY .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-vgth0VVJzY .mbr-section-btn {
  margin: 0;
}
.cid-vgth0VVJzY .mbr-section-btn .btn {
  margin: 0;
}
.cid-vgth3239px.popup-builder {
  background-color: #ffffff;
}
.cid-vgth3239px.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vgth3239px.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vgth3239px .modal-content,
.cid-vgth3239px .modal-dialog {
  height: auto;
}
.cid-vgth3239px .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vgth3239px .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vgth3239px .form-wrapper .mbr-form .form-group,
  .cid-vgth3239px .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vgth3239px .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vgth3239px .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-vgth3239px .mbr-text {
  font-size: 20px;
  text-align: left;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2px;
}
.cid-vgth3239px .mbr-text-2 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2px;
}
.cid-vgth3239px .pt-0 {
  padding-top: 0 !important;
}
.cid-vgth3239px .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vgth3239px .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vgth3239px .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vgth3239px .modal-open {
  overflow: hidden;
}
.cid-vgth3239px .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vgth3239px .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vgth3239px .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vgth3239px .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-vgth3239px .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vgth3239px .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vgth3239px .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vgth3239px .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-vgth3239px .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vgth3239px .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vgth3239px .modal-backdrop.fade {
  opacity: 0;
}
.cid-vgth3239px .modal-backdrop.show {
  opacity: .5;
}
.cid-vgth3239px .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-vgth3239px .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vgth3239px .modal-header {
    padding: 1rem;
  }
}
.cid-vgth3239px .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vgth3239px .modal-header .close svg {
  fill: #353535;
}
.cid-vgth3239px .modal-header .close:hover {
  opacity: 1;
}
.cid-vgth3239px .modal-header .close:focus {
  outline: none;
}
.cid-vgth3239px .modal-title {
  line-height: 1.5;
  letter-spacing: 2px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vgth3239px .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vgth3239px .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgth3239px .modal-body {
    padding: 1rem;
  }
}
.cid-vgth3239px .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-vgth3239px .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgth3239px .modal-footer {
    padding: 1rem;
  }
}
.cid-vgth3239px .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vgth3239px .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vgth3239px .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vgth3239px .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vgth3239px .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vgth3239px .modal-lg,
  .cid-vgth3239px .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vgth3239px .modal-xl {
    max-width: 1140px;
  }
}
.cid-vgth3239px .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vgth3239px .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-vgth3239px .form-group {
  margin-bottom: 1rem;
}
.cid-vgth3239px .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vgth3239px .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vgth3239px .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-vgth3239px .mbr-section-btn {
  margin: 0;
}
.cid-vgth3239px .mbr-section-btn .btn {
  margin: 0;
}
.cid-vgth3239px a {
  text-shadow: 1px 1px 0px #000000;
}
.cid-vgth3239px a:hover {
  text-decoration: underline;
}
.cid-vhHkGgfDqo.popup-builder {
  background-color: #ffffff;
}
.cid-vhHkGgfDqo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vhHkGgfDqo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vhHkGgfDqo .modal-content,
.cid-vhHkGgfDqo .modal-dialog {
  height: auto;
}
.cid-vhHkGgfDqo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vhHkGgfDqo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vhHkGgfDqo .form-wrapper .mbr-form .form-group,
  .cid-vhHkGgfDqo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vhHkGgfDqo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vhHkGgfDqo .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-vhHkGgfDqo .mbr-text {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2px;
}
.cid-vhHkGgfDqo .pt-0 {
  padding-top: 0 !important;
}
.cid-vhHkGgfDqo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vhHkGgfDqo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vhHkGgfDqo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vhHkGgfDqo .modal-open {
  overflow: hidden;
}
.cid-vhHkGgfDqo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vhHkGgfDqo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vhHkGgfDqo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vhHkGgfDqo .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-vhHkGgfDqo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vhHkGgfDqo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vhHkGgfDqo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vhHkGgfDqo .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-vhHkGgfDqo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vhHkGgfDqo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vhHkGgfDqo .modal-backdrop.fade {
  opacity: 0;
}
.cid-vhHkGgfDqo .modal-backdrop.show {
  opacity: .5;
}
.cid-vhHkGgfDqo .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-vhHkGgfDqo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhHkGgfDqo .modal-header {
    padding: 1rem;
  }
}
.cid-vhHkGgfDqo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vhHkGgfDqo .modal-header .close svg {
  fill: #353535;
}
.cid-vhHkGgfDqo .modal-header .close:hover {
  opacity: 1;
}
.cid-vhHkGgfDqo .modal-header .close:focus {
  outline: none;
}
.cid-vhHkGgfDqo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vhHkGgfDqo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vhHkGgfDqo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhHkGgfDqo .modal-body {
    padding: 1rem;
  }
}
.cid-vhHkGgfDqo .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-vhHkGgfDqo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhHkGgfDqo .modal-footer {
    padding: 1rem;
  }
}
.cid-vhHkGgfDqo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vhHkGgfDqo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vhHkGgfDqo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vhHkGgfDqo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vhHkGgfDqo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vhHkGgfDqo .modal-lg,
  .cid-vhHkGgfDqo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vhHkGgfDqo .modal-xl {
    max-width: 1140px;
  }
}
.cid-vhHkGgfDqo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vhHkGgfDqo .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-vhHkGgfDqo .form-group {
  margin-bottom: 1rem;
}
.cid-vhHkGgfDqo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vhHkGgfDqo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vhHkGgfDqo .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-vhHkGgfDqo .mbr-section-btn {
  margin: 0;
}
.cid-vhHkGgfDqo .mbr-section-btn .btn {
  margin: 0;
}
.cid-vgz1YE5ssM.popup-builder {
  background-color: #ffffff;
}
.cid-vgz1YE5ssM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vgz1YE5ssM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vgz1YE5ssM .modal-content,
.cid-vgz1YE5ssM .modal-dialog {
  height: auto;
}
.cid-vgz1YE5ssM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vgz1YE5ssM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vgz1YE5ssM .form-wrapper .mbr-form .form-group,
  .cid-vgz1YE5ssM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vgz1YE5ssM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vgz1YE5ssM .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-vgz1YE5ssM .mbr-text {
  text-align: left;
  color: #000000;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 2px;
  font-size: 22px;
}
.cid-vgz1YE5ssM .pt-0 {
  padding-top: 0 !important;
}
.cid-vgz1YE5ssM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vgz1YE5ssM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vgz1YE5ssM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vgz1YE5ssM .modal-open {
  overflow: hidden;
}
.cid-vgz1YE5ssM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vgz1YE5ssM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vgz1YE5ssM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vgz1YE5ssM .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-vgz1YE5ssM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vgz1YE5ssM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vgz1YE5ssM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vgz1YE5ssM .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-vgz1YE5ssM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vgz1YE5ssM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vgz1YE5ssM .modal-backdrop.fade {
  opacity: 0;
}
.cid-vgz1YE5ssM .modal-backdrop.show {
  opacity: .5;
}
.cid-vgz1YE5ssM .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-vgz1YE5ssM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vgz1YE5ssM .modal-header {
    padding: 1rem;
  }
}
.cid-vgz1YE5ssM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vgz1YE5ssM .modal-header .close svg {
  fill: #353535;
}
.cid-vgz1YE5ssM .modal-header .close:hover {
  opacity: 1;
}
.cid-vgz1YE5ssM .modal-header .close:focus {
  outline: none;
}
.cid-vgz1YE5ssM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vgz1YE5ssM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vgz1YE5ssM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgz1YE5ssM .modal-body {
    padding: 1rem;
  }
}
.cid-vgz1YE5ssM .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-vgz1YE5ssM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgz1YE5ssM .modal-footer {
    padding: 1rem;
  }
}
.cid-vgz1YE5ssM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vgz1YE5ssM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vgz1YE5ssM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vgz1YE5ssM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vgz1YE5ssM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vgz1YE5ssM .modal-lg,
  .cid-vgz1YE5ssM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vgz1YE5ssM .modal-xl {
    max-width: 1140px;
  }
}
.cid-vgz1YE5ssM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vgz1YE5ssM .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-vgz1YE5ssM .form-group {
  margin-bottom: 1rem;
}
.cid-vgz1YE5ssM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vgz1YE5ssM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vgz1YE5ssM .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-vgz1YE5ssM .mbr-section-btn {
  margin: 0;
}
.cid-vgz1YE5ssM .mbr-section-btn .btn {
  margin: 0;
}
.cid-vjyU4emqyn.popup-builder {
  background-color: #ffffff;
}
.cid-vjyU4emqyn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vjyU4emqyn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vjyU4emqyn .modal-content,
.cid-vjyU4emqyn .modal-dialog {
  height: auto;
}
.cid-vjyU4emqyn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjyU4emqyn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vjyU4emqyn .form-wrapper .mbr-form .form-group,
  .cid-vjyU4emqyn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vjyU4emqyn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vjyU4emqyn .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-vjyU4emqyn .mbr-text {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2px;
}
.cid-vjyU4emqyn .mbr-text-2 {
  text-align: center;
}
.cid-vjyU4emqyn .pt-0 {
  padding-top: 0 !important;
}
.cid-vjyU4emqyn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vjyU4emqyn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vjyU4emqyn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vjyU4emqyn .modal-open {
  overflow: hidden;
}
.cid-vjyU4emqyn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vjyU4emqyn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vjyU4emqyn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vjyU4emqyn .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-vjyU4emqyn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vjyU4emqyn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vjyU4emqyn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vjyU4emqyn .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-vjyU4emqyn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vjyU4emqyn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vjyU4emqyn .modal-backdrop.fade {
  opacity: 0;
}
.cid-vjyU4emqyn .modal-backdrop.show {
  opacity: .5;
}
.cid-vjyU4emqyn .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-vjyU4emqyn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vjyU4emqyn .modal-header {
    padding: 1rem;
  }
}
.cid-vjyU4emqyn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vjyU4emqyn .modal-header .close svg {
  fill: #353535;
}
.cid-vjyU4emqyn .modal-header .close:hover {
  opacity: 1;
}
.cid-vjyU4emqyn .modal-header .close:focus {
  outline: none;
}
.cid-vjyU4emqyn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vjyU4emqyn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vjyU4emqyn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjyU4emqyn .modal-body {
    padding: 1rem;
  }
}
.cid-vjyU4emqyn .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-vjyU4emqyn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjyU4emqyn .modal-footer {
    padding: 1rem;
  }
}
.cid-vjyU4emqyn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vjyU4emqyn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vjyU4emqyn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vjyU4emqyn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vjyU4emqyn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vjyU4emqyn .modal-lg,
  .cid-vjyU4emqyn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vjyU4emqyn .modal-xl {
    max-width: 1140px;
  }
}
.cid-vjyU4emqyn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vjyU4emqyn .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-vjyU4emqyn .form-group {
  margin-bottom: 1rem;
}
.cid-vjyU4emqyn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vjyU4emqyn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vjyU4emqyn .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-vjyU4emqyn .mbr-section-btn {
  margin: 0;
}
.cid-vjyU4emqyn .mbr-section-btn .btn {
  margin: 0;
}
.cid-vjyU4emqyn a {
  text-shadow: 0px 0px 0px #000000;
}
.cid-v88TV1RkL9 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-v88TV1RkL9 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-v88TV1RkL9 a {
  font-style: normal;
}
.cid-v88TV1RkL9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v88TV1RkL9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v88TV1RkL9 .nav-item:focus,
.cid-v88TV1RkL9 .nav-link:focus {
  outline: none;
}
.cid-v88TV1RkL9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v88TV1RkL9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v88TV1RkL9 .menu-logo {
  margin-right: auto;
}
.cid-v88TV1RkL9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v88TV1RkL9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v88TV1RkL9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v88TV1RkL9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v88TV1RkL9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v88TV1RkL9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v88TV1RkL9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v88TV1RkL9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v88TV1RkL9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v88TV1RkL9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v88TV1RkL9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v88TV1RkL9 .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v88TV1RkL9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v88TV1RkL9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v88TV1RkL9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v88TV1RkL9 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-v88TV1RkL9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v88TV1RkL9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v88TV1RkL9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v88TV1RkL9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v88TV1RkL9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v88TV1RkL9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v88TV1RkL9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v88TV1RkL9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v88TV1RkL9 button.navbar-toggler:focus {
  outline: none;
}
.cid-v88TV1RkL9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v88TV1RkL9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v88TV1RkL9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v88TV1RkL9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v88TV1RkL9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v88TV1RkL9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v88TV1RkL9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v88TV1RkL9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v88TV1RkL9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v88TV1RkL9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v88TV1RkL9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-v88TV1RkL9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v88TV1RkL9 .collapsed .navbar-collapse.collapsing,
.cid-v88TV1RkL9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v88TV1RkL9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v88TV1RkL9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v88TV1RkL9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v88TV1RkL9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v88TV1RkL9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v88TV1RkL9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v88TV1RkL9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v88TV1RkL9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v88TV1RkL9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v88TV1RkL9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-v88TV1RkL9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-v88TV1RkL9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-v88TV1RkL9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v88TV1RkL9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v88TV1RkL9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v88TV1RkL9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v88TV1RkL9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v88TV1RkL9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-v88TV1RkL9 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v88TV1RkL9 img {
    height: 3.8rem !important;
  }
  .cid-v88TV1RkL9 .btn {
    display: -webkit-flex;
  }
  .cid-v88TV1RkL9 button.navbar-toggler {
    display: block;
  }
  .cid-v88TV1RkL9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v88TV1RkL9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v88TV1RkL9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v88TV1RkL9 .navbar-collapse.collapsing,
  .cid-v88TV1RkL9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-v88TV1RkL9 .navbar-collapse.collapsing .navbar-nav,
  .cid-v88TV1RkL9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v88TV1RkL9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v88TV1RkL9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v88TV1RkL9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v88TV1RkL9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v88TV1RkL9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-v88TV1RkL9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v88TV1RkL9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v88TV1RkL9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v88TV1RkL9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v88TV1RkL9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v88TV1RkL9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v88TV1RkL9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v88TV1RkL9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v88TV1RkL9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v88TV1RkL9 .nav-link:hover,
.cid-v88TV1RkL9 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v88TV1RkL9 .nav-link {
  letter-spacing: 2px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 300;
}
.cid-v88TV1RkL9 .navbar-caption {
  letter-spacing: 2px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 300;
}
.cid-sQRcIX0bEx {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sQRcIX0bEx .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQRcIX0bEx .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQRcIX0bEx .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQRcIX0bEx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQRcIX0bEx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sQRcIX0bEx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sQRcIX0bEx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sQRcIX0bEx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sQRcIX0bEx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sQRcIX0bEx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sQRcIX0bEx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQRcIX0bEx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQRcIX0bEx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sQRcIX0bEx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sQRcIX0bEx .foot-menu-item {
  text-shadow: 2px 2px #000000;
}
.cid-sQRcIX0bEx h1 {
  text-shadow: 2px 2px #000000;
}
.cid-sQRcIX0bEx h2 {
  text-shadow: 2px 2px #000000;
}
.cid-sQRcIX0bEx p {
  text-shadow: 2px 2px #000000;
}
.cid-sQRcIX0bEx h4 {
  text-shadow: 2px 2px #000000;
}
.cid-vhzTHbQBvp {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vhzTHbQBvp .line {
  background-color: #232323;
  color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vhzTHbQBvp .section-text {
  padding: 2rem 0;
}
.cid-vhzTHbQBvp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-vhzTHbQBvp .inner-container {
    width: 100% !important;
  }
}
.cid-vhzTHbQBvp a:hover {
  text-decoration: underline;
}
.cid-vhzUhrMKMO.popup-builder {
  background-color: #ffffff;
}
.cid-vhzUhrMKMO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vhzUhrMKMO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vhzUhrMKMO .modal-content,
.cid-vhzUhrMKMO .modal-dialog {
  height: auto;
}
.cid-vhzUhrMKMO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vhzUhrMKMO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vhzUhrMKMO .form-wrapper .mbr-form .form-group,
  .cid-vhzUhrMKMO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vhzUhrMKMO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vhzUhrMKMO .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-vhzUhrMKMO .mbr-text {
  text-align: left;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 400;
}
.cid-vhzUhrMKMO .pt-0 {
  padding-top: 0 !important;
}
.cid-vhzUhrMKMO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vhzUhrMKMO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vhzUhrMKMO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vhzUhrMKMO .modal-open {
  overflow: hidden;
}
.cid-vhzUhrMKMO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vhzUhrMKMO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vhzUhrMKMO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vhzUhrMKMO .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-vhzUhrMKMO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vhzUhrMKMO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vhzUhrMKMO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vhzUhrMKMO .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-vhzUhrMKMO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vhzUhrMKMO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vhzUhrMKMO .modal-backdrop.fade {
  opacity: 0;
}
.cid-vhzUhrMKMO .modal-backdrop.show {
  opacity: .5;
}
.cid-vhzUhrMKMO .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-vhzUhrMKMO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhzUhrMKMO .modal-header {
    padding: 1rem;
  }
}
.cid-vhzUhrMKMO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vhzUhrMKMO .modal-header .close svg {
  fill: #353535;
}
.cid-vhzUhrMKMO .modal-header .close:hover {
  opacity: 1;
}
.cid-vhzUhrMKMO .modal-header .close:focus {
  outline: none;
}
.cid-vhzUhrMKMO .modal-title {
  line-height: 1.4;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vhzUhrMKMO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vhzUhrMKMO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhzUhrMKMO .modal-body {
    padding: 1rem;
  }
}
.cid-vhzUhrMKMO .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-vhzUhrMKMO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhzUhrMKMO .modal-footer {
    padding: 1rem;
  }
}
.cid-vhzUhrMKMO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vhzUhrMKMO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vhzUhrMKMO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vhzUhrMKMO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vhzUhrMKMO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vhzUhrMKMO .modal-lg,
  .cid-vhzUhrMKMO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vhzUhrMKMO .modal-xl {
    max-width: 1140px;
  }
}
.cid-vhzUhrMKMO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vhzUhrMKMO .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-vhzUhrMKMO .form-group {
  margin-bottom: 1rem;
}
.cid-vhzUhrMKMO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vhzUhrMKMO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vhzUhrMKMO .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-vhzUhrMKMO .mbr-section-btn {
  margin: 0;
}
.cid-vhzUhrMKMO .mbr-section-btn .btn {
  margin: 0;
}
