.btn {
  border-width: 2px;
}
.btn {
  border-radius: 50px;
}
.btn {
  font-weight: 600;
}
body {
  font-family: 'Red Hat Display', sans-serif;
}
.display-1 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 2.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.825rem 3.75rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #5ec049 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4c4c4c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #3e5a72 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #3e5a72 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #3e5a72 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #527490 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #527490 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #527490 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #f7b560 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #f7b560 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #f7b560 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #313242 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #313242 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #313242 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #5ec049 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #5ec049 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #5ec049 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-black,
.btn-black:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4c4c4c;
  color: #4c4c4c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #212121 !important;
  background-color: transparent !important;
  border-color: #212121 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4c4c4c !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3e5a72;
  color: #3e5a72;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #1f2e3a !important;
  background-color: transparent !important;
  border-color: #1f2e3a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #3e5a72 !important;
  background-color: #3e5a72 !important;
  border-color: #3e5a72 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #527490;
  color: #527490;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #334759 !important;
  background-color: transparent !important;
  border-color: #334759 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #527490 !important;
  background-color: #527490 !important;
  border-color: #527490 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f7b560;
  color: #f7b560;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #f38f0d !important;
  background-color: transparent !important;
  border-color: #f38f0d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #f7b560 !important;
  background-color: #f7b560 !important;
  border-color: #f7b560 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #313242;
  color: #313242;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #0c0c10 !important;
  background-color: transparent !important;
  border-color: #0c0c10 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #313242 !important;
  background-color: #313242 !important;
  border-color: #313242 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #5ec049;
  color: #5ec049;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #3d842e !important;
  background-color: transparent !important;
  border-color: #3d842e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #5ec049 !important;
  background-color: #5ec049 !important;
  border-color: #5ec049 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #232323 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4c4c4c !important;
}
.text-secondary {
  color: #3e5a72 !important;
}
.text-success {
  color: #f7b560 !important;
}
.text-info {
  color: #527490 !important;
}
.text-warning {
  color: #313242 !important;
}
.text-danger {
  color: #5ec049 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #191919 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #fef9f2 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2d404f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #060607 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #38792a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #4c4c4c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #527490;
}
.alert-warning {
  background-color: #313242;
}
.alert-danger {
  background-color: #5ec049;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4c4c4c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9bb3c6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a0a1b8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b2e1a8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4c4c4c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4c4c4c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4c4c4c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4c4c4c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.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: #4c4c4c !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: #3e5a72 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%234c4c4c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.2s;
  font-weight: 500;
  box-shadow: none !important;
}
.btn {
  margin: 0;
  font-weight: 500;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.text-secondary:hover {
  color: #dedede !important;
}
/*.btn-secondary:hover {
    color: #dedede !important;
}*/
.container {
  max-width: 1300px;
}
a.btn-primary:hover {
  color: #a0a5a5 !important;
}
.link {
  font-weight: 500;
}
.nav-item {
  transition-duration: .3s !important;
}
.nav-item:hover {
  transition-duration: .3s !important;
}
.navbar-toggler {
  border: transparent !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
body {
  line-height: 1.44em;
}
.mbr-section-title {
  letter-spacing: -1px;
  line-height: 1.07em;
  font-weight: 700;
}
.title {
  font-weight: 700;
}
.subtitle {
  font-weight: 500;
}
.mbr-section-subtitle {
  font-weight: 500;
}
.btn .mbr-iconfont {
  padding-right: 6px;
}
.cid-sHAkNheXKn {
  background-image: url("../../../assets/images/background-coloresb-1500x583.png");
}
@media (min-width: 992px) {
  .cid-sHAkNheXKn .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sHAkNheXKn .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sHAkNheXKn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sHAkNheXKn {
    margin-bottom: 2rem;
  }
}
.cid-sHAkNheXKn .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-sHAkNheXKn .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sHAkNheXKn .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sHAkNheXKn .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sHAkNheXKn .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sHAkNheXKn .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sHAkNheXKn .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-sHAkNheXKn .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-sHAkNheXKn .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-sHAkNheXKn .mbr-section-button {
  margin-top: 25px;
}
.cid-sHAkNheXKn .desc1,
.cid-sHAkNheXKn .mbr-section-btn {
  text-align: left;
}
.cid-tLDP9XFBcf {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3-1500x583.png");
}
.cid-tLDP9XFBcf h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-tLDP9XFBcf .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
  text-align: left;
}
.cid-tLDP9XFBcf .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-tLDP9XFBcf .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-tLDP9XFBcf .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tLDP9XFBcf .panel-group {
  width: 100%;
}
.cid-tLDP9XFBcf .card {
  border-bottom: 1px solid #527490;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tLDP9XFBcf .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tLDP9XFBcf .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tLDP9XFBcf .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tLDP9XFBcf .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tLDP9XFBcf .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-tLDP9XFBcf .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tLDP9XFBcf .card .panel-body {
  background: #527490;
}
.cid-tLDP9XFBcf .sign {
  color: #000000;
}
.cid-tLDP9XFBcf .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tLDP9XFBcf .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tLDP9XFBcf .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tkcLTHvKT4.popup-builder {
  background-color: #ffffff;
}
.cid-tkcLTHvKT4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkcLTHvKT4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkcLTHvKT4 .modal-content,
.cid-tkcLTHvKT4 .modal-dialog {
  height: auto;
}
.cid-tkcLTHvKT4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkcLTHvKT4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkcLTHvKT4 .form-wrapper .mbr-form .form-group,
  .cid-tkcLTHvKT4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkcLTHvKT4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkcLTHvKT4 .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-tkcLTHvKT4 .mbr-text {
  text-align: left;
}
.cid-tkcLTHvKT4 .pt-0 {
  padding-top: 0 !important;
}
.cid-tkcLTHvKT4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkcLTHvKT4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkcLTHvKT4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkcLTHvKT4 .modal-open {
  overflow: hidden;
}
.cid-tkcLTHvKT4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkcLTHvKT4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkcLTHvKT4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkcLTHvKT4 .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-tkcLTHvKT4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkcLTHvKT4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkcLTHvKT4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkcLTHvKT4 .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-tkcLTHvKT4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkcLTHvKT4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkcLTHvKT4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkcLTHvKT4 .modal-backdrop.show {
  opacity: .5;
}
.cid-tkcLTHvKT4 .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-tkcLTHvKT4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTHvKT4 .modal-header {
    padding: 1rem;
  }
}
.cid-tkcLTHvKT4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkcLTHvKT4 .modal-header .close svg {
  fill: #313242;
}
.cid-tkcLTHvKT4 .modal-header .close:hover {
  opacity: 1;
}
.cid-tkcLTHvKT4 .modal-header .close:focus {
  outline: none;
}
.cid-tkcLTHvKT4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkcLTHvKT4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkcLTHvKT4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTHvKT4 .modal-body {
    padding: 1rem;
  }
}
.cid-tkcLTHvKT4 .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-tkcLTHvKT4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTHvKT4 .modal-footer {
    padding: 1rem;
  }
}
.cid-tkcLTHvKT4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkcLTHvKT4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkcLTHvKT4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkcLTHvKT4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkcLTHvKT4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkcLTHvKT4 .modal-lg,
  .cid-tkcLTHvKT4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkcLTHvKT4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkcLTHvKT4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkcLTHvKT4 .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-tkcLTHvKT4 .form-group {
  margin-bottom: 1rem;
}
.cid-tkcLTHvKT4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkcLTHvKT4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkcLTHvKT4 .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-tkcLTHvKT4 .mbr-section-btn {
  margin: 0;
}
.cid-tkcLTHvKT4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tkcLTHVk2H.popup-builder {
  background-color: #ffffff;
}
.cid-tkcLTHVk2H.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkcLTHVk2H.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkcLTHVk2H .modal-content,
.cid-tkcLTHVk2H .modal-dialog {
  height: auto;
}
.cid-tkcLTHVk2H .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkcLTHVk2H .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkcLTHVk2H .form-wrapper .mbr-form .form-group,
  .cid-tkcLTHVk2H .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkcLTHVk2H .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkcLTHVk2H .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-tkcLTHVk2H .mbr-text {
  text-align: left;
}
.cid-tkcLTHVk2H .pt-0 {
  padding-top: 0 !important;
}
.cid-tkcLTHVk2H .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkcLTHVk2H .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkcLTHVk2H .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkcLTHVk2H .modal-open {
  overflow: hidden;
}
.cid-tkcLTHVk2H .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkcLTHVk2H .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkcLTHVk2H .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkcLTHVk2H .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-tkcLTHVk2H .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkcLTHVk2H .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkcLTHVk2H .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkcLTHVk2H .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-tkcLTHVk2H .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkcLTHVk2H .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkcLTHVk2H .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkcLTHVk2H .modal-backdrop.show {
  opacity: .5;
}
.cid-tkcLTHVk2H .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-tkcLTHVk2H .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTHVk2H .modal-header {
    padding: 1rem;
  }
}
.cid-tkcLTHVk2H .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkcLTHVk2H .modal-header .close svg {
  fill: #353535;
}
.cid-tkcLTHVk2H .modal-header .close:hover {
  opacity: 1;
}
.cid-tkcLTHVk2H .modal-header .close:focus {
  outline: none;
}
.cid-tkcLTHVk2H .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkcLTHVk2H .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkcLTHVk2H .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTHVk2H .modal-body {
    padding: 1rem;
  }
}
.cid-tkcLTHVk2H .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-tkcLTHVk2H .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTHVk2H .modal-footer {
    padding: 1rem;
  }
}
.cid-tkcLTHVk2H .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkcLTHVk2H .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkcLTHVk2H .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkcLTHVk2H .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkcLTHVk2H .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkcLTHVk2H .modal-lg,
  .cid-tkcLTHVk2H .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkcLTHVk2H .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkcLTHVk2H .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkcLTHVk2H .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-tkcLTHVk2H .form-group {
  margin-bottom: 1rem;
}
.cid-tkcLTHVk2H .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkcLTHVk2H .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkcLTHVk2H .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-tkcLTHVk2H .mbr-section-btn {
  margin: 0;
}
.cid-tkcLTHVk2H .mbr-section-btn .btn {
  margin: 0;
}
.cid-tkcLTIpp34.popup-builder {
  background-color: #ffffff;
}
.cid-tkcLTIpp34.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkcLTIpp34.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkcLTIpp34 .modal-content,
.cid-tkcLTIpp34 .modal-dialog {
  height: auto;
}
.cid-tkcLTIpp34 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkcLTIpp34 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkcLTIpp34 .form-wrapper .mbr-form .form-group,
  .cid-tkcLTIpp34 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkcLTIpp34 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkcLTIpp34 .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-tkcLTIpp34 .mbr-text {
  text-align: left;
}
.cid-tkcLTIpp34 .pt-0 {
  padding-top: 0 !important;
}
.cid-tkcLTIpp34 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkcLTIpp34 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkcLTIpp34 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkcLTIpp34 .modal-open {
  overflow: hidden;
}
.cid-tkcLTIpp34 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkcLTIpp34 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkcLTIpp34 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkcLTIpp34 .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-tkcLTIpp34 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkcLTIpp34 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkcLTIpp34 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkcLTIpp34 .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-tkcLTIpp34 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkcLTIpp34 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkcLTIpp34 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkcLTIpp34 .modal-backdrop.show {
  opacity: .5;
}
.cid-tkcLTIpp34 .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-tkcLTIpp34 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTIpp34 .modal-header {
    padding: 1rem;
  }
}
.cid-tkcLTIpp34 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkcLTIpp34 .modal-header .close svg {
  fill: #353535;
}
.cid-tkcLTIpp34 .modal-header .close:hover {
  opacity: 1;
}
.cid-tkcLTIpp34 .modal-header .close:focus {
  outline: none;
}
.cid-tkcLTIpp34 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkcLTIpp34 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkcLTIpp34 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTIpp34 .modal-body {
    padding: 1rem;
  }
}
.cid-tkcLTIpp34 .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-tkcLTIpp34 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTIpp34 .modal-footer {
    padding: 1rem;
  }
}
.cid-tkcLTIpp34 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkcLTIpp34 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkcLTIpp34 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkcLTIpp34 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkcLTIpp34 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkcLTIpp34 .modal-lg,
  .cid-tkcLTIpp34 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkcLTIpp34 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkcLTIpp34 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkcLTIpp34 .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-tkcLTIpp34 .form-group {
  margin-bottom: 1rem;
}
.cid-tkcLTIpp34 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkcLTIpp34 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkcLTIpp34 .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-tkcLTIpp34 .mbr-section-btn {
  margin: 0;
}
.cid-tkcLTIpp34 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tkcLTIU1gP.popup-builder {
  background-color: #ffffff;
}
.cid-tkcLTIU1gP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkcLTIU1gP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkcLTIU1gP .modal-content,
.cid-tkcLTIU1gP .modal-dialog {
  height: auto;
}
.cid-tkcLTIU1gP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkcLTIU1gP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkcLTIU1gP .form-wrapper .mbr-form .form-group,
  .cid-tkcLTIU1gP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkcLTIU1gP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkcLTIU1gP .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-tkcLTIU1gP .mbr-text {
  text-align: left;
}
.cid-tkcLTIU1gP .pt-0 {
  padding-top: 0 !important;
}
.cid-tkcLTIU1gP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkcLTIU1gP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkcLTIU1gP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkcLTIU1gP .modal-open {
  overflow: hidden;
}
.cid-tkcLTIU1gP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkcLTIU1gP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkcLTIU1gP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkcLTIU1gP .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-tkcLTIU1gP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkcLTIU1gP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkcLTIU1gP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkcLTIU1gP .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-tkcLTIU1gP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkcLTIU1gP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkcLTIU1gP .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkcLTIU1gP .modal-backdrop.show {
  opacity: .5;
}
.cid-tkcLTIU1gP .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-tkcLTIU1gP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTIU1gP .modal-header {
    padding: 1rem;
  }
}
.cid-tkcLTIU1gP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkcLTIU1gP .modal-header .close svg {
  fill: #353535;
}
.cid-tkcLTIU1gP .modal-header .close:hover {
  opacity: 1;
}
.cid-tkcLTIU1gP .modal-header .close:focus {
  outline: none;
}
.cid-tkcLTIU1gP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkcLTIU1gP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkcLTIU1gP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTIU1gP .modal-body {
    padding: 1rem;
  }
}
.cid-tkcLTIU1gP .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-tkcLTIU1gP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTIU1gP .modal-footer {
    padding: 1rem;
  }
}
.cid-tkcLTIU1gP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkcLTIU1gP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkcLTIU1gP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkcLTIU1gP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkcLTIU1gP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkcLTIU1gP .modal-lg,
  .cid-tkcLTIU1gP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkcLTIU1gP .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkcLTIU1gP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkcLTIU1gP .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-tkcLTIU1gP .form-group {
  margin-bottom: 1rem;
}
.cid-tkcLTIU1gP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkcLTIU1gP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkcLTIU1gP .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-tkcLTIU1gP .mbr-section-btn {
  margin: 0;
}
.cid-tkcLTIU1gP .mbr-section-btn .btn {
  margin: 0;
}
.cid-tkcLTJnsdi.popup-builder {
  background-color: #ffffff;
}
.cid-tkcLTJnsdi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkcLTJnsdi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkcLTJnsdi .modal-content,
.cid-tkcLTJnsdi .modal-dialog {
  height: auto;
}
.cid-tkcLTJnsdi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkcLTJnsdi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkcLTJnsdi .form-wrapper .mbr-form .form-group,
  .cid-tkcLTJnsdi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkcLTJnsdi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkcLTJnsdi .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-tkcLTJnsdi .mbr-text {
  text-align: left;
}
.cid-tkcLTJnsdi .pt-0 {
  padding-top: 0 !important;
}
.cid-tkcLTJnsdi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkcLTJnsdi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkcLTJnsdi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkcLTJnsdi .modal-open {
  overflow: hidden;
}
.cid-tkcLTJnsdi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkcLTJnsdi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkcLTJnsdi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkcLTJnsdi .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-tkcLTJnsdi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkcLTJnsdi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkcLTJnsdi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkcLTJnsdi .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-tkcLTJnsdi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkcLTJnsdi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkcLTJnsdi .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkcLTJnsdi .modal-backdrop.show {
  opacity: .5;
}
.cid-tkcLTJnsdi .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-tkcLTJnsdi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTJnsdi .modal-header {
    padding: 1rem;
  }
}
.cid-tkcLTJnsdi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkcLTJnsdi .modal-header .close svg {
  fill: #353535;
}
.cid-tkcLTJnsdi .modal-header .close:hover {
  opacity: 1;
}
.cid-tkcLTJnsdi .modal-header .close:focus {
  outline: none;
}
.cid-tkcLTJnsdi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkcLTJnsdi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkcLTJnsdi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTJnsdi .modal-body {
    padding: 1rem;
  }
}
.cid-tkcLTJnsdi .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-tkcLTJnsdi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTJnsdi .modal-footer {
    padding: 1rem;
  }
}
.cid-tkcLTJnsdi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkcLTJnsdi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkcLTJnsdi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkcLTJnsdi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkcLTJnsdi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkcLTJnsdi .modal-lg,
  .cid-tkcLTJnsdi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkcLTJnsdi .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkcLTJnsdi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkcLTJnsdi .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-tkcLTJnsdi .form-group {
  margin-bottom: 1rem;
}
.cid-tkcLTJnsdi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkcLTJnsdi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkcLTJnsdi .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-tkcLTJnsdi .mbr-section-btn {
  margin: 0;
}
.cid-tkcLTJnsdi .mbr-section-btn .btn {
  margin: 0;
}
.cid-tkcLTJUuxO.popup-builder {
  background-color: #ffffff;
}
.cid-tkcLTJUuxO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkcLTJUuxO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkcLTJUuxO .modal-content,
.cid-tkcLTJUuxO .modal-dialog {
  height: auto;
}
.cid-tkcLTJUuxO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkcLTJUuxO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkcLTJUuxO .form-wrapper .mbr-form .form-group,
  .cid-tkcLTJUuxO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkcLTJUuxO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkcLTJUuxO .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-tkcLTJUuxO .mbr-text {
  text-align: left;
}
.cid-tkcLTJUuxO .pt-0 {
  padding-top: 0 !important;
}
.cid-tkcLTJUuxO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkcLTJUuxO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkcLTJUuxO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkcLTJUuxO .modal-open {
  overflow: hidden;
}
.cid-tkcLTJUuxO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkcLTJUuxO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkcLTJUuxO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkcLTJUuxO .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-tkcLTJUuxO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkcLTJUuxO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkcLTJUuxO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkcLTJUuxO .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-tkcLTJUuxO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkcLTJUuxO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkcLTJUuxO .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkcLTJUuxO .modal-backdrop.show {
  opacity: .5;
}
.cid-tkcLTJUuxO .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-tkcLTJUuxO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTJUuxO .modal-header {
    padding: 1rem;
  }
}
.cid-tkcLTJUuxO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkcLTJUuxO .modal-header .close svg {
  fill: #353535;
}
.cid-tkcLTJUuxO .modal-header .close:hover {
  opacity: 1;
}
.cid-tkcLTJUuxO .modal-header .close:focus {
  outline: none;
}
.cid-tkcLTJUuxO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkcLTJUuxO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkcLTJUuxO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTJUuxO .modal-body {
    padding: 1rem;
  }
}
.cid-tkcLTJUuxO .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-tkcLTJUuxO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTJUuxO .modal-footer {
    padding: 1rem;
  }
}
.cid-tkcLTJUuxO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkcLTJUuxO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkcLTJUuxO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkcLTJUuxO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkcLTJUuxO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkcLTJUuxO .modal-lg,
  .cid-tkcLTJUuxO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkcLTJUuxO .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkcLTJUuxO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkcLTJUuxO .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-tkcLTJUuxO .form-group {
  margin-bottom: 1rem;
}
.cid-tkcLTJUuxO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkcLTJUuxO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkcLTJUuxO .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-tkcLTJUuxO .mbr-section-btn {
  margin: 0;
}
.cid-tkcLTJUuxO .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLDPhEddIw.popup-builder {
  background-color: #ffffff;
}
.cid-tLDPhEddIw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tLDPhEddIw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tLDPhEddIw .modal-content,
.cid-tLDPhEddIw .modal-dialog {
  height: auto;
}
.cid-tLDPhEddIw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tLDPhEddIw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tLDPhEddIw .form-wrapper .mbr-form .form-group,
  .cid-tLDPhEddIw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tLDPhEddIw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tLDPhEddIw .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-tLDPhEddIw .mbr-text {
  text-align: left;
}
.cid-tLDPhEddIw .pt-0 {
  padding-top: 0 !important;
}
.cid-tLDPhEddIw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tLDPhEddIw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tLDPhEddIw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tLDPhEddIw .modal-open {
  overflow: hidden;
}
.cid-tLDPhEddIw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tLDPhEddIw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tLDPhEddIw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tLDPhEddIw .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-tLDPhEddIw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tLDPhEddIw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tLDPhEddIw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tLDPhEddIw .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-tLDPhEddIw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tLDPhEddIw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tLDPhEddIw .modal-backdrop.fade {
  opacity: 0;
}
.cid-tLDPhEddIw .modal-backdrop.show {
  opacity: .5;
}
.cid-tLDPhEddIw .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-tLDPhEddIw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDPhEddIw .modal-header {
    padding: 1rem;
  }
}
.cid-tLDPhEddIw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tLDPhEddIw .modal-header .close svg {
  fill: #353535;
}
.cid-tLDPhEddIw .modal-header .close:hover {
  opacity: 1;
}
.cid-tLDPhEddIw .modal-header .close:focus {
  outline: none;
}
.cid-tLDPhEddIw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tLDPhEddIw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tLDPhEddIw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDPhEddIw .modal-body {
    padding: 1rem;
  }
}
.cid-tLDPhEddIw .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-tLDPhEddIw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDPhEddIw .modal-footer {
    padding: 1rem;
  }
}
.cid-tLDPhEddIw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tLDPhEddIw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tLDPhEddIw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tLDPhEddIw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tLDPhEddIw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tLDPhEddIw .modal-lg,
  .cid-tLDPhEddIw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tLDPhEddIw .modal-xl {
    max-width: 1140px;
  }
}
.cid-tLDPhEddIw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tLDPhEddIw .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-tLDPhEddIw .form-group {
  margin-bottom: 1rem;
}
.cid-tLDPhEddIw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tLDPhEddIw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tLDPhEddIw .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-tLDPhEddIw .mbr-section-btn {
  margin: 0;
}
.cid-tLDPhEddIw .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLDPkIE1wB.popup-builder {
  background-color: #ffffff;
}
.cid-tLDPkIE1wB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tLDPkIE1wB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tLDPkIE1wB .modal-content,
.cid-tLDPkIE1wB .modal-dialog {
  height: auto;
}
.cid-tLDPkIE1wB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tLDPkIE1wB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tLDPkIE1wB .form-wrapper .mbr-form .form-group,
  .cid-tLDPkIE1wB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tLDPkIE1wB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tLDPkIE1wB .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-tLDPkIE1wB .mbr-text {
  text-align: center;
}
.cid-tLDPkIE1wB .pt-0 {
  padding-top: 0 !important;
}
.cid-tLDPkIE1wB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tLDPkIE1wB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tLDPkIE1wB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tLDPkIE1wB .modal-open {
  overflow: hidden;
}
.cid-tLDPkIE1wB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tLDPkIE1wB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tLDPkIE1wB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tLDPkIE1wB .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-tLDPkIE1wB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tLDPkIE1wB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tLDPkIE1wB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tLDPkIE1wB .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-tLDPkIE1wB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tLDPkIE1wB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tLDPkIE1wB .modal-backdrop.fade {
  opacity: 0;
}
.cid-tLDPkIE1wB .modal-backdrop.show {
  opacity: .5;
}
.cid-tLDPkIE1wB .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-tLDPkIE1wB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDPkIE1wB .modal-header {
    padding: 1rem;
  }
}
.cid-tLDPkIE1wB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tLDPkIE1wB .modal-header .close svg {
  fill: #353535;
}
.cid-tLDPkIE1wB .modal-header .close:hover {
  opacity: 1;
}
.cid-tLDPkIE1wB .modal-header .close:focus {
  outline: none;
}
.cid-tLDPkIE1wB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tLDPkIE1wB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tLDPkIE1wB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDPkIE1wB .modal-body {
    padding: 1rem;
  }
}
.cid-tLDPkIE1wB .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-tLDPkIE1wB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDPkIE1wB .modal-footer {
    padding: 1rem;
  }
}
.cid-tLDPkIE1wB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tLDPkIE1wB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tLDPkIE1wB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tLDPkIE1wB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tLDPkIE1wB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tLDPkIE1wB .modal-lg,
  .cid-tLDPkIE1wB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tLDPkIE1wB .modal-xl {
    max-width: 1140px;
  }
}
.cid-tLDPkIE1wB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tLDPkIE1wB .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-tLDPkIE1wB .form-group {
  margin-bottom: 1rem;
}
.cid-tLDPkIE1wB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tLDPkIE1wB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tLDPkIE1wB .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-tLDPkIE1wB .mbr-section-btn {
  margin: 0;
}
.cid-tLDPkIE1wB .mbr-section-btn .btn {
  margin: 0;
}
