.btn {
  border-width: 0;
}
body {
  font-family: 'Roboto', sans-serif;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.25rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff5753 !important;
}
.bg-success {
  background-color: #826a73 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #eac069 !important;
}
.bg-danger {
  background-color: #a57a21 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff5753 !important;
  border-color: #ff5753 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #fb0600 !important;
  border-color: #fb0600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fb0600 !important;
  border-color: #fb0600 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #595959 !important;
  border-color: #595959 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2e2e2e !important;
  border-color: #2e2e2e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2e2e2e !important;
  border-color: #2e2e2e !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #826a73 !important;
  border-color: #826a73 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #524349 !important;
  border-color: #524349 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #524349 !important;
  border-color: #524349 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #eac069 !important;
  border-color: #eac069 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #dd9f1f !important;
  border-color: #dd9f1f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #dd9f1f !important;
  border-color: #dd9f1f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a57a21 !important;
  border-color: #a57a21 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #5d4513 !important;
  border-color: #5d4513 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5d4513 !important;
  border-color: #5d4513 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff5753;
  color: #ff5753;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fb0600 !important;
  background-color: transparent!important;
  border-color: #fb0600 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5753 !important;
  border-color: #ff5753 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #595959;
  color: #595959;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2e2e2e !important;
  background-color: transparent!important;
  border-color: #2e2e2e !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #595959 !important;
  border-color: #595959 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #826a73;
  color: #826a73;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #524349 !important;
  background-color: transparent!important;
  border-color: #524349 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #826a73 !important;
  border-color: #826a73 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #eac069;
  color: #eac069;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #dd9f1f !important;
  background-color: transparent!important;
  border-color: #dd9f1f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #eac069 !important;
  border-color: #eac069 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a57a21;
  color: #a57a21;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5d4513 !important;
  background-color: transparent!important;
  border-color: #5d4513 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a57a21 !important;
  border-color: #a57a21 !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,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !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,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff5753 !important;
}
.text-secondary {
  color: #595959 !important;
}
.text-success {
  color: #826a73 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #eac069 !important;
}
.text-danger {
  color: #a57a21 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ec0500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #262626 !important;
}
a.text-secondary:hover::after,
a.text-secondary:focus::after,
a.text-secondary.active::after {
  background-color: #595959;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4a3c41 !important;
}
a.text-success:hover::after,
a.text-success:focus::after,
a.text-success.active::after {
  background-color: #826a73;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-info:hover::after,
a.text-info:focus::after,
a.text-info.active::after {
  background-color: #ffffff;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d0961d !important;
}
a.text-warning:hover::after,
a.text-warning:focus::after,
a.text-warning.active::after {
  background-color: #eac069;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #503b10 !important;
}
a.text-danger:hover::after,
a.text-danger:focus::after,
a.text-danger.active::after {
  background-color: #a57a21;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-white:hover::after,
a.text-white:focus::after,
a.text-white.active::after {
  background-color: #fafafar;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a.text-black:hover::after,
a.text-black:focus::after,
a.text-black.active::after {
  background-color: #23232;
}
.nav-tabs .nav-link.active {
  color: #ff5753;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #eac069;
}
.alert-danger {
  background-color: #a57a21;
}
.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: #ff5753;
  border-color: #ff5753;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff5753;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bdaeb4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e0b865;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #ff5753 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff5753;
}
/* 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: #ff5753;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff5753;
}
.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: #ff5753;
  border-bottom-color: #ff5753;
}
.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: #ff5753 !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: #595959 !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='%23ff5753' %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.6s;
}
.cid-t9psryWxs6 {
  background-image: url("../../../assets/images/ai-speaks-1920-1080-1920x1080.jpg");
}
.cid-t9psryWxs6 .wrapper {
  height: 550px;
}
.cid-t9pA0rdzRv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dbffd1;
}
.cid-t9pA0rdzRv .row {
  flex-direction: row-reverse;
}
.cid-t9pA0rdzRv .row {
  align-items: center;
}
.cid-t9pA0rdzRv .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1346.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cid-t9pA0rdzRv .img-item {
    padding: 0;
  }
}
.cid-t9pA0rdzRv .img-item img {
  height: auto;
  width: 250px;
}
@media (max-width: 767px) {
  .cid-t9pA0rdzRv .text-col {
    margin-top: 45px;
    order: 5;
  }
}
@media (min-width: 992px) {
  .cid-t9pA0rdzRv .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t9pA0rdzRv .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-t9pA0rdzRv .text-wrapper {
    padding: 0 100px 0 75px;
    padding: 0 75px 0 100px;
  }
}
.cid-t9pA0rdzRv .icon-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .cid-t9pA0rdzRv .icon-wrap {
    justify-content: center;
  }
}
.cid-t9pA0rdzRv .icon-box {
  background: #eac069;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t9pA0rdzRv .icon-box .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-t9pA0rdzRv .mbr-section-title {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t9pA0rdzRv .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t9pA0rdzRv .mbr-text {
  color: #555555;
  letter-spacing: inherit;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-t9pA0rdzRv .mbr-text {
    text-align: center !important;
  }
}
.cid-t9pA0rdzRv .btn-container {
  width: 100%;
}
.cid-t9pA0rdzRv .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-t9pA0rdzRv .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t9pA0rdzRv .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t9pA0rdzRv .name-text {
  color: #595959;
}
.cid-t9pA0rdzRv .mbr-section-title,
.cid-t9pA0rdzRv .mbr-section-btn {
  color: #595959;
}
.cid-t9psvjeiTf {
  text-align: center;
  overflow: hidden;
}
.cid-t9psvjeiTf .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-uN3MCI7oCg {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #dbffd1;
}
.cid-uN3MCI7oCg .twitter-wrapper,
.cid-uN3MCI7oCg iframe {
  min-height: 1000px;
  max-height: 1000px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Crect width='25' height='25' fill='%23000000'/%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.cid-uN3MCI7oCg a.twitter-timeline {
  display: none;
}
.cid-uN3MzRmnd2 {
  text-align: center;
  overflow: hidden;
}
.cid-uN3MzRmnd2 .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-u5oGf3zfYg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dbffd1;
}
.cid-u5oGf3zfYg .twitter-wrapper,
.cid-u5oGf3zfYg iframe {
  min-height: 600px;
  max-height: 600px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-u5oGf3zfYg a.twitter-timeline {
  display: none;
}
.cid-t9psX43utR {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #dbffd1;
}
.cid-t9psX43utR .row {
  flex-direction: row-reverse;
}
.cid-t9psX43utR img {
  display: inline;
}
.cid-t9psX43utR .si {
  width: 100%;
}
.cid-t9psX43utR .si img {
  width: auto;
}
.cid-t9psX43utR .text {
  color: #ffffff;
}
.cid-t9psX43utR .text,
.cid-t9psX43utR .si {
  color: #826a73;
  text-align: center;
}
.cid-t9psX43utR .copyright {
  color: #232323;
}
.cid-t9psX43utR .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #826a73;
}
@media (max-width: 991px) {
  .cid-t9psX43utR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t9psX43utR .list {
    margin-bottom: 0rem;
  }
}
.cid-t9psX43utR .list li {
  margin-bottom: .5rem;
}
.cid-t9psX43utR .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-t9psX43utR .logo {
    margin-top: 2rem;
  }
}
.cid-ubT12L0uEv.popup-builder {
  background-color: #ffffff;
}
.cid-ubT12L0uEv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ubT12L0uEv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ubT12L0uEv .modal-content,
.cid-ubT12L0uEv .modal-dialog {
  height: auto;
}
.cid-ubT12L0uEv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ubT12L0uEv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ubT12L0uEv .form-wrapper .mbr-form .form-group,
  .cid-ubT12L0uEv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ubT12L0uEv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ubT12L0uEv .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-ubT12L0uEv .mbr-text {
  text-align: center;
  color: #c79b40;
}
.cid-ubT12L0uEv .pt-0 {
  padding-top: 0 !important;
}
.cid-ubT12L0uEv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ubT12L0uEv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ubT12L0uEv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ubT12L0uEv .modal-open {
  overflow: hidden;
}
.cid-ubT12L0uEv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ubT12L0uEv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ubT12L0uEv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ubT12L0uEv .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-ubT12L0uEv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ubT12L0uEv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ubT12L0uEv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ubT12L0uEv .modal-content {
  background: #4a5249;
  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-ubT12L0uEv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ubT12L0uEv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ubT12L0uEv .modal-backdrop.fade {
  opacity: 0;
}
.cid-ubT12L0uEv .modal-backdrop.show {
  opacity: .5;
}
.cid-ubT12L0uEv .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-ubT12L0uEv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubT12L0uEv .modal-header {
    padding: 1rem;
  }
}
.cid-ubT12L0uEv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ubT12L0uEv .modal-header .close svg {
  fill: #bbbbbb;
}
.cid-ubT12L0uEv .modal-header .close:hover {
  opacity: 1;
}
.cid-ubT12L0uEv .modal-header .close:focus {
  outline: none;
}
.cid-ubT12L0uEv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #a57a21;
}
.cid-ubT12L0uEv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ubT12L0uEv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubT12L0uEv .modal-body {
    padding: 1rem;
  }
}
.cid-ubT12L0uEv .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-ubT12L0uEv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubT12L0uEv .modal-footer {
    padding: 1rem;
  }
}
.cid-ubT12L0uEv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ubT12L0uEv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ubT12L0uEv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ubT12L0uEv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ubT12L0uEv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ubT12L0uEv .modal-lg,
  .cid-ubT12L0uEv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ubT12L0uEv .modal-xl {
    max-width: 1140px;
  }
}
.cid-ubT12L0uEv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ubT12L0uEv .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-ubT12L0uEv .form-group {
  margin-bottom: 1rem;
}
.cid-ubT12L0uEv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ubT12L0uEv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ubT12L0uEv .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-ubT12L0uEv .mbr-section-btn {
  margin: 0;
}
.cid-ubT12L0uEv .mbr-section-btn .btn {
  margin: 0;
}
.cid-uNlaE85Nx0 {
  background-image: url("../../../assets/images/ai-speaks-1920-1080-1920x1080.jpg");
}
.cid-uNlaE85Nx0 .wrapper {
  height: 550px;
}
.cid-uNlaE8CKx6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dbffd1;
}
.cid-uNlaE8CKx6 .row {
  flex-direction: row-reverse;
}
.cid-uNlaE8CKx6 .row {
  align-items: center;
}
.cid-uNlaE8CKx6 .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1346.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cid-uNlaE8CKx6 .img-item {
    padding: 0;
  }
}
.cid-uNlaE8CKx6 .img-item img {
  height: auto;
  width: 250px;
}
@media (max-width: 767px) {
  .cid-uNlaE8CKx6 .text-col {
    margin-top: 45px;
    order: 5;
  }
}
@media (min-width: 992px) {
  .cid-uNlaE8CKx6 .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uNlaE8CKx6 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-uNlaE8CKx6 .text-wrapper {
    padding: 0 100px 0 75px;
    padding: 0 75px 0 100px;
  }
}
.cid-uNlaE8CKx6 .icon-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uNlaE8CKx6 .icon-wrap {
    justify-content: center;
  }
}
.cid-uNlaE8CKx6 .icon-box {
  background: #eac069;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNlaE8CKx6 .icon-box .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uNlaE8CKx6 .mbr-section-title {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uNlaE8CKx6 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uNlaE8CKx6 .mbr-text {
  color: #555555;
  letter-spacing: inherit;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uNlaE8CKx6 .mbr-text {
    text-align: center !important;
  }
}
.cid-uNlaE8CKx6 .btn-container {
  width: 100%;
}
.cid-uNlaE8CKx6 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uNlaE8CKx6 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uNlaE8CKx6 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uNlaE8CKx6 .name-text {
  color: #595959;
}
.cid-uNlaE8CKx6 .mbr-section-title,
.cid-uNlaE8CKx6 .mbr-section-btn {
  color: #595959;
}
.cid-uNlaE9F3Ki {
  text-align: center;
  overflow: hidden;
}
.cid-uNlaE9F3Ki .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-uNlaEa3bL5 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #dbffd1;
}
.cid-uNlaEa3bL5 .twitter-wrapper,
.cid-uNlaEa3bL5 iframe {
  min-height: 1000px;
  max-height: 1000px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Crect width='25' height='25' fill='%23000000'/%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.cid-uNlaEa3bL5 a.twitter-timeline {
  display: none;
}
.cid-uNlaEayWyp {
  text-align: center;
  overflow: hidden;
}
.cid-uNlaEayWyp .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-uNlaEaZgv8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dbffd1;
}
.cid-uNlaEaZgv8 .twitter-wrapper,
.cid-uNlaEaZgv8 iframe {
  min-height: 600px;
  max-height: 600px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-uNlaEaZgv8 a.twitter-timeline {
  display: none;
}
.cid-uNlaEbrBml {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #dbffd1;
}
.cid-uNlaEbrBml .row {
  flex-direction: row-reverse;
}
.cid-uNlaEbrBml img {
  display: inline;
}
.cid-uNlaEbrBml .si {
  width: 100%;
}
.cid-uNlaEbrBml .si img {
  width: auto;
}
.cid-uNlaEbrBml .text {
  color: #ffffff;
}
.cid-uNlaEbrBml .text,
.cid-uNlaEbrBml .si {
  color: #826a73;
  text-align: center;
}
.cid-uNlaEbrBml .copyright {
  color: #232323;
}
.cid-uNlaEbrBml .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #826a73;
}
@media (max-width: 991px) {
  .cid-uNlaEbrBml .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNlaEbrBml .list {
    margin-bottom: 0rem;
  }
}
.cid-uNlaEbrBml .list li {
  margin-bottom: .5rem;
}
.cid-uNlaEbrBml .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uNlaEbrBml .logo {
    margin-top: 2rem;
  }
}
.cid-uNlaEch04O.popup-builder {
  background-color: #ffffff;
}
.cid-uNlaEch04O.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uNlaEch04O.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uNlaEch04O .modal-content,
.cid-uNlaEch04O .modal-dialog {
  height: auto;
}
.cid-uNlaEch04O .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uNlaEch04O .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uNlaEch04O .form-wrapper .mbr-form .form-group,
  .cid-uNlaEch04O .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uNlaEch04O .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uNlaEch04O .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-uNlaEch04O .mbr-text {
  text-align: center;
  color: #c79b40;
}
.cid-uNlaEch04O .pt-0 {
  padding-top: 0 !important;
}
.cid-uNlaEch04O .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uNlaEch04O .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uNlaEch04O .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uNlaEch04O .modal-open {
  overflow: hidden;
}
.cid-uNlaEch04O .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uNlaEch04O .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uNlaEch04O .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uNlaEch04O .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-uNlaEch04O .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uNlaEch04O .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uNlaEch04O .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uNlaEch04O .modal-content {
  background: #4a5249;
  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-uNlaEch04O .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uNlaEch04O .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uNlaEch04O .modal-backdrop.fade {
  opacity: 0;
}
.cid-uNlaEch04O .modal-backdrop.show {
  opacity: .5;
}
.cid-uNlaEch04O .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-uNlaEch04O .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uNlaEch04O .modal-header {
    padding: 1rem;
  }
}
.cid-uNlaEch04O .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uNlaEch04O .modal-header .close svg {
  fill: #bbbbbb;
}
.cid-uNlaEch04O .modal-header .close:hover {
  opacity: 1;
}
.cid-uNlaEch04O .modal-header .close:focus {
  outline: none;
}
.cid-uNlaEch04O .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #a57a21;
}
.cid-uNlaEch04O .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uNlaEch04O .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNlaEch04O .modal-body {
    padding: 1rem;
  }
}
.cid-uNlaEch04O .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-uNlaEch04O .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNlaEch04O .modal-footer {
    padding: 1rem;
  }
}
.cid-uNlaEch04O .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uNlaEch04O .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uNlaEch04O .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uNlaEch04O .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uNlaEch04O .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uNlaEch04O .modal-lg,
  .cid-uNlaEch04O .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uNlaEch04O .modal-xl {
    max-width: 1140px;
  }
}
.cid-uNlaEch04O .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uNlaEch04O .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-uNlaEch04O .form-group {
  margin-bottom: 1rem;
}
.cid-uNlaEch04O .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uNlaEch04O .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uNlaEch04O .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-uNlaEch04O .mbr-section-btn {
  margin: 0;
}
.cid-uNlaEch04O .mbr-section-btn .btn {
  margin: 0;
}
