.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 4.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((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: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #005e96 !important;
}
.bg-success {
  background-color: #ff1616 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #005e96 !important;
  border-color: #005e96 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #007ec9 !important;
  border-color: #007ec9 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #007ec9 !important;
  border-color: #007ec9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffbd25 !important;
  border-color: #ffbd25 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffcc58 !important;
  border-color: #ffcc58 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffcc58 !important;
  border-color: #ffcc58 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff1616 !important;
  border-color: #ff1616 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff4949 !important;
  border-color: #ff4949 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff4949 !important;
  border-color: #ff4949 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #005e96;
  color: #005e96;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00283f !important;
  background-color: transparent !important;
  border-color: #00283f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #005e96 !important;
  border-color: #005e96 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffbd25;
  color: #ffbd25;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cd8f00 !important;
  background-color: transparent !important;
  border-color: #cd8f00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbd25 !important;
  border-color: #ffbd25 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff1616;
  color: #ff1616;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #be0000 !important;
  background-color: transparent !important;
  border-color: #be0000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff1616 !important;
  border-color: #ff1616 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #005e96 !important;
}
.text-secondary {
  color: #ffbd25 !important;
}
.text-success {
  color: #ff1616 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001e30 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #be8400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #af0000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #005e96;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #005e96;
  border-color: #005e96;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #005e96;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #17a8ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffe2e2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #005e96 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #005e96;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #005e96;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #005e96;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #005e96;
  border-bottom-color: #005e96;
}
.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: #005e96 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffbd25 !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='%23005e96' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uHqHbromMV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sem-nome-1920-x-1080-px.png-1920x1080.png");
}
.cid-uHqHbromMV .mbr-section-title,
.cid-uHqHbromMV .mbr-section-subtitle {
  color: #000000;
}
.cid-uHqHbromMV .mbr-section-text {
  color: #232323;
}
.cid-uHqHbromMV .mbr-text,
.cid-uHqHbromMV .typed-text,
.cid-uHqHbromMV .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uHqHbromMV .btn {
  margin-left: 4px !important;
}
.cid-uHqHbromMV .animated-element {
  color: #980704;
}
.cid-uHqHbromMV .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #980704;
}
.cid-uHqHbromMV .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uHqHbromMV .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHqHbromMV .typed-text,
  .cid-uHqHbromMV .mbr-section-subtitle,
  .cid-uHqHbromMV .mbr-section-text,
  .cid-uHqHbromMV .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uHqHbromMV .mbr-section-subtitle,
.cid-uHqHbromMV .typed-text {
  color: #ffffff;
}
.cid-uHqHbromMV .mbr-section-text,
.cid-uHqHbromMV .mbr-section-btn {
  color: #ffffff;
}
.cid-uHqJ8KPDoe {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uHqJ8KPDoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHqJ8KPDoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHqJ8KPDoe .mbr-section-title {
  color: #005e96;
}
.cid-uHqJ8KPDoe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHqIxBfGfW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uHqIxBfGfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHqIxBfGfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHqIxBfGfW .content-text {
  max-width: 800px;
}
.cid-uHqIxBfGfW .mbr-description {
  text-align: center;
}
.cid-uIuxDvU0n2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-uIuxDvU0n2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuxDvU0n2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uIuxDvU0n2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIuxDvU0n2 .row {
  flex-direction: row-reverse;
}
.cid-uIuxDvU0n2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIuxDvU0n2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIuxDvU0n2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIuxDvU0n2 .mbr-section-title {
  color: #005e96;
}
.cid-uIuxDvU0n2 .mbr-text,
.cid-uIuxDvU0n2 .mbr-section-btn {
  color: #000000;
}
.cid-uHqIPyUZIJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uHqIPyUZIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHqIPyUZIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHqIPyUZIJ .mbr-section-title {
  color: #0c2c68;
}
.cid-uHqIPyUZIJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHZu7MjInD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/design-sem-nome-2.png-1920x1080.png");
}
.cid-uHZu7MjInD .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uHZu7MjInD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZu7MjInD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZu7MjInD .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uHZu7MjInD .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHZu7MjInD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uHZu7MjInD .card-title,
.cid-uHZu7MjInD .iconfont-wrapper {
  color: #ff1616;
  text-align: center;
}
.cid-uHZu7MjInD .content-head {
  max-width: 800px;
}
.cid-uHZu7MjInD .mbr-section-title {
  color: #ffffff;
}
.cid-uHZu7MjInD .mbr-section-subtitle {
  color: #000000;
}
.cid-uHZu7MjInD .card-text {
  color: #000000;
}
.cid-uHZu7MjInD .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHZu7MjInD .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uInRi4YFlW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uInRi4YFlW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uInRi4YFlW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uInRi4YFlW .row {
  flex-direction: row-reverse;
}
.cid-uInRi4YFlW .mbr-description {
  text-align: left;
}
.cid-uInRi4YFlW .item-wrapper {
  background: #fcb300;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uInRi4YFlW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uInRi4YFlW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uInRi4YFlW .card-title,
.cid-uInRi4YFlW .iconfont-wrapper {
  color: #000000;
}
.cid-uInRi4YFlW .card-text {
  color: #000000;
}
.cid-uInRi4YFlW .mbr-section-title {
  color: #005e96;
  text-align: center;
}
.cid-uInRi4YFlW .mbr-number {
  color: #ffffff;
}
.cid-uInRi4YFlW .mbr-text,
.cid-uInRi4YFlW .mbr-section-btn {
  text-align: center;
}
.cid-uInRi4YFlW .card-text,
.cid-uInRi4YFlW .item .mbr-section-btn {
  text-align: left;
  color: #005e96;
}
.cid-uInRi4YFlW .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uInRi4YFlW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHZyNsmnRC {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/design-sem-nome-3.png-1920x1080.png");
}
.cid-uHZyNsmnRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZyNsmnRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHZyNsmnRC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHZyNsmnRC .row {
  flex-direction: row-reverse;
}
.cid-uHZyNsmnRC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHZyNsmnRC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHZyNsmnRC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHZyNsmnRC .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uHZyNsmnRC .mbr-text,
.cid-uHZyNsmnRC .mbr-section-btn {
  color: #ffffff;
}
.cid-uHqRKCe6OL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHqRKCe6OL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHqRKCe6OL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHqRKCe6OL .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHqRKCe6OL .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHqRKCe6OL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHqRKCe6OL .container {
    padding: 0 20px;
  }
}
.cid-uHqRKCe6OL .row {
  justify-content: center;
}
.cid-uHqRKCe6OL .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uHqRKCe6OL .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHqRKCe6OL .video-block {
    margin-bottom: 30px;
  }
}
.cid-uHqRKCe6OL .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHqRKCe6OL .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uHqRKCe6OL .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uHqRKCe6OL .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHqRKCe6OL .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uHqRKCe6OL .mbr-section-title {
  color: #005e96;
  text-align: center;
}
.cid-uHZwloZXjt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHZwloZXjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZwloZXjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZwloZXjt .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHZwloZXjt .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHZwloZXjt .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHZwloZXjt .container {
    padding: 0 20px;
  }
}
.cid-uHZwloZXjt .row {
  justify-content: center;
}
.cid-uHZwloZXjt .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uHZwloZXjt .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHZwloZXjt .video-block {
    margin-bottom: 30px;
  }
}
.cid-uHZwloZXjt .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHZwloZXjt .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uHZwloZXjt .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uHZwloZXjt .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHZwloZXjt .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uHZwloZXjt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHZwASI81o {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHZwASI81o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZwASI81o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZwASI81o .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHZwASI81o .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHZwASI81o .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHZwASI81o .container {
    padding: 0 20px;
  }
}
.cid-uHZwASI81o .row {
  justify-content: center;
}
.cid-uHZwASI81o .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uHZwASI81o .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHZwASI81o .video-block {
    margin-bottom: 30px;
  }
}
.cid-uHZwASI81o .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHZwASI81o .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uHZwASI81o .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uHZwASI81o .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHZwASI81o .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uHZwASI81o .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHZys6c7ht {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHZys6c7ht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZys6c7ht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZys6c7ht .mbr-section-title {
  color: #0c2c68;
}
.cid-uHZys6c7ht .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKBO57Ji5K {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #005e96;
}
.cid-uKBO57Ji5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBO57Ji5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBO57Ji5K .mbr-section-title {
  color: #ffffff;
}
.cid-uKBO57Ji5K .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKBO4BbfA9 {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #005e96;
}
.cid-uKBO4BbfA9 .carousel-item {
  padding: 0 10%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uKBO4BbfA9 .carousel-item.active,
.cid-uKBO4BbfA9 .carousel-item-next,
.cid-uKBO4BbfA9 .carousel-item-prev {
  display: flex;
}
.cid-uKBO4BbfA9 .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-uKBO4BbfA9 .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-uKBO4BbfA9 .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-uKBO4BbfA9 .carousel-controls a span {
  color: #ff1616 !important;
  font-size: 30px !important;
}
.cid-uKBO4BbfA9 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uKBO4BbfA9 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uKBO4BbfA9 .carousel-controls .carousel-control-next,
.cid-uKBO4BbfA9 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uKBO4BbfA9 .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-uKBO4BbfA9 .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-uKBO4BbfA9 .author-box {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uKBO4BbfA9 .face {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-uKBO4BbfA9 .author {
  margin: auto 0;
}
.cid-uKBO4BbfA9 .mbr-text {
  margin-bottom: 34px !important;
}
.cid-uKBO4BbfA9 h3,
.cid-uKBO4BbfA9 h4 {
  margin: 0;
  padding: 0;
}
.cid-uKBO4BbfA9 .mbr-bottom {
  color: #767676;
}
.cid-uKBO4BbfA9 .box {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px!important;
}
@media (max-width: 992px) {
  .cid-uKBO4BbfA9 .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-uKBO4BbfA9 .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-uKBO4BbfA9 .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-uKBO4BbfA9 .carousel-indicators {
    bottom: -75px;
  }
}
.cid-uKBO4BbfA9 .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-uKBO4BbfA9 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-uKBO4BbfA9 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ffbd25;
  stroke: none;
  overflow: visible;
}
.cid-uKBO4BbfA9 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ffbd25;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-uKBO4BbfA9 .carousel-indicators li.active {
  background: #ffbd25;
}
.cid-uKBO4BbfA9 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-uKBO4BbfA9 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uKBO4BbfA9 .mbr-text,
.cid-uKBO4BbfA9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uKBO4BbfA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBO4BbfA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBO4BbfA9 H3 {
  color: #ffbd25;
}
.cid-uHZx4xYwvJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/design-sem-nome-2.png-1920x1080.png");
}
.cid-uHZx4xYwvJ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uHZx4xYwvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZx4xYwvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZx4xYwvJ .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uHZx4xYwvJ .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHZx4xYwvJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uHZx4xYwvJ .card-title,
.cid-uHZx4xYwvJ .iconfont-wrapper {
  color: #005e96;
}
.cid-uHZx4xYwvJ .content-head {
  max-width: 800px;
}
.cid-uHZx4xYwvJ .mbr-section-title {
  color: #ffffff;
}
.cid-uHZx4xYwvJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uHZx4xYwvJ .card-text {
  color: #000000;
}
.cid-uHZx4xYwvJ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHZx4xYwvJ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uHqJD1q1qX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fcb300;
}
.cid-uHqJD1q1qX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHqJD1q1qX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHqJD1q1qX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHqJD1q1qX .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uHqJD1q1qX .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uHqJD1q1qX .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ff1616;
  margin-left: 1rem;
}
.cid-uHqJD1q1qX .card-header {
  border: none;
}
.cid-uHqJD1q1qX .panel-group {
  border: none;
}
.cid-uHqJD1q1qX .panel-body,
.cid-uHqJD1q1qX .card-header {
  padding: 1rem 0;
}
.cid-uHqJD1q1qX .panel-title-edit {
  color: #0c2c68;
  text-align: center;
}
.cid-uHqJD1q1qX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uHqJD1q1qX H3 {
  color: #ffffff;
}
.cid-uHqJZsR4vd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcb300;
}
.cid-uHqJZsR4vd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHqJZsR4vd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHqJZsR4vd .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHqJZsR4vd .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uHqJZsR4vd .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uHqJZsR4vd .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ff1616;
  margin-left: 1rem;
}
.cid-uHqJZsR4vd .card-header {
  border: none;
}
.cid-uHqJZsR4vd .panel-group {
  border: none;
}
.cid-uHqJZsR4vd .panel-body,
.cid-uHqJZsR4vd .card-header {
  padding: 1rem 0;
}
.cid-uHqJZsR4vd .panel-title-edit {
  color: #003268;
  text-align: center;
}
.cid-uHqJZsR4vd .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uHqJZsR4vd H3 {
  color: #003268;
}
.cid-uHqKus15KL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fcb300;
}
.cid-uHqKus15KL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHqKus15KL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHqKus15KL .mbr-section-title {
  color: #0c2c68;
}
.cid-uHqKus15KL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJwDcBuc06 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJwDcBuc06 img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-uJwDcBuc06 .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-uJwDcBuc06 .card-phone:hover {
  color: #005e96;
}
.cid-uJwDcBuc06 .mbr-text,
.cid-uJwDcBuc06 .mbr-section-btn {
  color: #000000;
}
.cid-uJwDcBuc06 .card-title,
.cid-uJwDcBuc06 .card-box {
  color: #005e96;
}
@media (max-width: 992px) {
  .cid-uJwDcBuc06 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uJwDcBuc06 .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uJwDcBuc06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJwDcBuc06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLKM7lm7x {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJLKM7lm7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLKM7lm7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLKM7lm7x .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJLKM7lm7x .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJLKM7lm7x .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJLKM7lm7x .container {
    padding: 0 20px;
  }
}
.cid-uJLKM7lm7x .row {
  justify-content: center;
}
.cid-uJLKM7lm7x .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJLKM7lm7x .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uJLKM7lm7x .video-block {
    margin-bottom: 30px;
  }
}
.cid-uJLKM7lm7x .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJLKM7lm7x .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uJLKM7lm7x .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uJLKM7lm7x .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJLKM7lm7x .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uJLKM7lm7x .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJLNLnJiL3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJLNLnJiL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLNLnJiL3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLNLnJiL3 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJLNLnJiL3 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJLNLnJiL3 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJLNLnJiL3 .container {
    padding: 0 20px;
  }
}
.cid-uJLNLnJiL3 .row {
  justify-content: center;
}
.cid-uJLNLnJiL3 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJLNLnJiL3 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uJLNLnJiL3 .video-block {
    margin-bottom: 30px;
  }
}
.cid-uJLNLnJiL3 .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJLNLnJiL3 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uJLNLnJiL3 .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uJLNLnJiL3 .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJLNLnJiL3 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uJLNLnJiL3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQBkAZ97hH.popup-builder {
  background-color: #ffffff;
}
.cid-uQBkAZ97hH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQBkAZ97hH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQBkAZ97hH .modal-content,
.cid-uQBkAZ97hH .modal-dialog {
  height: auto;
}
.cid-uQBkAZ97hH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQBkAZ97hH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQBkAZ97hH .form-wrapper .mbr-form .form-group,
  .cid-uQBkAZ97hH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQBkAZ97hH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQBkAZ97hH .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-uQBkAZ97hH .mbr-text {
  text-align: center;
}
.cid-uQBkAZ97hH .pt-0 {
  padding-top: 0 !important;
}
.cid-uQBkAZ97hH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQBkAZ97hH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQBkAZ97hH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQBkAZ97hH .modal-open {
  overflow: hidden;
}
.cid-uQBkAZ97hH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQBkAZ97hH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQBkAZ97hH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQBkAZ97hH .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-uQBkAZ97hH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQBkAZ97hH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQBkAZ97hH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQBkAZ97hH .modal-content {
  background: #ffbd25;
  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-uQBkAZ97hH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQBkAZ97hH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQBkAZ97hH .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQBkAZ97hH .modal-backdrop.show {
  opacity: .5;
}
.cid-uQBkAZ97hH .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-uQBkAZ97hH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQBkAZ97hH .modal-header {
    padding: 1rem;
  }
}
.cid-uQBkAZ97hH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQBkAZ97hH .modal-header .close svg {
  fill: #353535;
}
.cid-uQBkAZ97hH .modal-header .close:hover {
  opacity: 1;
}
.cid-uQBkAZ97hH .modal-header .close:focus {
  outline: none;
}
.cid-uQBkAZ97hH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQBkAZ97hH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQBkAZ97hH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQBkAZ97hH .modal-body {
    padding: 1rem;
  }
}
.cid-uQBkAZ97hH .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-uQBkAZ97hH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQBkAZ97hH .modal-footer {
    padding: 1rem;
  }
}
.cid-uQBkAZ97hH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQBkAZ97hH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQBkAZ97hH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQBkAZ97hH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQBkAZ97hH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQBkAZ97hH .modal-lg,
  .cid-uQBkAZ97hH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQBkAZ97hH .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQBkAZ97hH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQBkAZ97hH .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-uQBkAZ97hH .form-group {
  margin-bottom: 1rem;
}
.cid-uQBkAZ97hH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQBkAZ97hH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQBkAZ97hH .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-uQBkAZ97hH .mbr-section-btn {
  margin: 0;
}
.cid-uQBkAZ97hH .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHqOSetKJW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005e96;
  overflow: hidden;
}
.cid-uKgNDqfnOf {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #005e96;
}
.cid-uKgNDqfnOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKgNDqfnOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKgNDqfnOf .mbr-section-title {
  color: #ffffff;
}
.cid-uKgNDqfnOf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKgNDyGHl0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uKgNDyGHl0 img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-uKgNDyGHl0 .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-uKgNDyGHl0 .card-phone:hover {
  color: #005e96;
}
.cid-uKgNDyGHl0 .mbr-text,
.cid-uKgNDyGHl0 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uKgNDyGHl0 .card-title,
.cid-uKgNDyGHl0 .card-box {
  color: #005e96;
}
@media (max-width: 992px) {
  .cid-uKgNDyGHl0 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uKgNDyGHl0 .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uKgNDyGHl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKgNDyGHl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKgPWmr3eN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKgPWmr3eN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKgPWmr3eN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKgPWmr3eN .mbr-section-title {
  color: #0c2c68;
}
.cid-uKgPWmr3eN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKgNDADV65 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005e96;
  overflow: hidden;
}
.cid-uKgNDBfexf.popup-builder {
  background-color: #ffffff;
}
.cid-uKgNDBfexf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKgNDBfexf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKgNDBfexf .modal-content,
.cid-uKgNDBfexf .modal-dialog {
  height: auto;
}
.cid-uKgNDBfexf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKgNDBfexf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKgNDBfexf .form-wrapper .mbr-form .form-group,
  .cid-uKgNDBfexf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKgNDBfexf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKgNDBfexf .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-uKgNDBfexf .mbr-text {
  text-align: center;
  color: #005e96;
}
.cid-uKgNDBfexf .pt-0 {
  padding-top: 0 !important;
}
.cid-uKgNDBfexf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKgNDBfexf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKgNDBfexf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKgNDBfexf .modal-open {
  overflow: hidden;
}
.cid-uKgNDBfexf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKgNDBfexf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKgNDBfexf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKgNDBfexf .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-uKgNDBfexf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKgNDBfexf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKgNDBfexf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKgNDBfexf .modal-content {
  background: #ffbd25;
  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-uKgNDBfexf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKgNDBfexf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKgNDBfexf .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKgNDBfexf .modal-backdrop.show {
  opacity: .5;
}
.cid-uKgNDBfexf .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-uKgNDBfexf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKgNDBfexf .modal-header {
    padding: 1rem;
  }
}
.cid-uKgNDBfexf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKgNDBfexf .modal-header .close svg {
  fill: #353535;
}
.cid-uKgNDBfexf .modal-header .close:hover {
  opacity: 1;
}
.cid-uKgNDBfexf .modal-header .close:focus {
  outline: none;
}
.cid-uKgNDBfexf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #005e96;
}
.cid-uKgNDBfexf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKgNDBfexf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKgNDBfexf .modal-body {
    padding: 1rem;
  }
}
.cid-uKgNDBfexf .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-uKgNDBfexf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKgNDBfexf .modal-footer {
    padding: 1rem;
  }
}
.cid-uKgNDBfexf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKgNDBfexf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKgNDBfexf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKgNDBfexf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKgNDBfexf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKgNDBfexf .modal-lg,
  .cid-uKgNDBfexf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKgNDBfexf .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKgNDBfexf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKgNDBfexf .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-uKgNDBfexf .form-group {
  margin-bottom: 1rem;
}
.cid-uKgNDBfexf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKgNDBfexf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKgNDBfexf .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-uKgNDBfexf .mbr-section-btn {
  margin: 0;
}
.cid-uKgNDBfexf .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQAzxiBctC.popup-builder {
  background-color: #ffffff;
}
.cid-uQAzxiBctC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQAzxiBctC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQAzxiBctC .modal-content,
.cid-uQAzxiBctC .modal-dialog {
  height: auto;
}
.cid-uQAzxiBctC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQAzxiBctC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQAzxiBctC .form-wrapper .mbr-form .form-group,
  .cid-uQAzxiBctC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQAzxiBctC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQAzxiBctC .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-uQAzxiBctC .mbr-text {
  text-align: center;
}
.cid-uQAzxiBctC .pt-0 {
  padding-top: 0 !important;
}
.cid-uQAzxiBctC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQAzxiBctC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQAzxiBctC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQAzxiBctC .modal-open {
  overflow: hidden;
}
.cid-uQAzxiBctC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQAzxiBctC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQAzxiBctC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQAzxiBctC .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-uQAzxiBctC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQAzxiBctC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQAzxiBctC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQAzxiBctC .modal-content {
  background: #ffbd25;
  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-uQAzxiBctC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQAzxiBctC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQAzxiBctC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQAzxiBctC .modal-backdrop.show {
  opacity: .5;
}
.cid-uQAzxiBctC .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-uQAzxiBctC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQAzxiBctC .modal-header {
    padding: 1rem;
  }
}
.cid-uQAzxiBctC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQAzxiBctC .modal-header .close svg {
  fill: #353535;
}
.cid-uQAzxiBctC .modal-header .close:hover {
  opacity: 1;
}
.cid-uQAzxiBctC .modal-header .close:focus {
  outline: none;
}
.cid-uQAzxiBctC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQAzxiBctC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQAzxiBctC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQAzxiBctC .modal-body {
    padding: 1rem;
  }
}
.cid-uQAzxiBctC .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-uQAzxiBctC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQAzxiBctC .modal-footer {
    padding: 1rem;
  }
}
.cid-uQAzxiBctC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQAzxiBctC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQAzxiBctC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQAzxiBctC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQAzxiBctC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQAzxiBctC .modal-lg,
  .cid-uQAzxiBctC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQAzxiBctC .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQAzxiBctC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQAzxiBctC .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-uQAzxiBctC .form-group {
  margin-bottom: 1rem;
}
.cid-uQAzxiBctC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQAzxiBctC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQAzxiBctC .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-uQAzxiBctC .mbr-section-btn {
  margin: 0;
}
.cid-uQAzxiBctC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQB3Ts35L5.popup-builder {
  background-color: #ffffff;
}
.cid-uQB3Ts35L5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQB3Ts35L5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQB3Ts35L5 .modal-content,
.cid-uQB3Ts35L5 .modal-dialog {
  height: auto;
}
.cid-uQB3Ts35L5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQB3Ts35L5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQB3Ts35L5 .form-wrapper .mbr-form .form-group,
  .cid-uQB3Ts35L5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQB3Ts35L5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQB3Ts35L5 .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-uQB3Ts35L5 .mbr-text {
  text-align: center;
}
.cid-uQB3Ts35L5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uQB3Ts35L5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQB3Ts35L5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQB3Ts35L5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQB3Ts35L5 .modal-open {
  overflow: hidden;
}
.cid-uQB3Ts35L5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQB3Ts35L5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQB3Ts35L5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQB3Ts35L5 .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-uQB3Ts35L5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQB3Ts35L5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQB3Ts35L5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQB3Ts35L5 .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-uQB3Ts35L5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQB3Ts35L5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQB3Ts35L5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQB3Ts35L5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uQB3Ts35L5 .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-uQB3Ts35L5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQB3Ts35L5 .modal-header {
    padding: 1rem;
  }
}
.cid-uQB3Ts35L5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQB3Ts35L5 .modal-header .close svg {
  fill: #353535;
}
.cid-uQB3Ts35L5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uQB3Ts35L5 .modal-header .close:focus {
  outline: none;
}
.cid-uQB3Ts35L5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQB3Ts35L5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQB3Ts35L5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQB3Ts35L5 .modal-body {
    padding: 1rem;
  }
}
.cid-uQB3Ts35L5 .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-uQB3Ts35L5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQB3Ts35L5 .modal-footer {
    padding: 1rem;
  }
}
.cid-uQB3Ts35L5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQB3Ts35L5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQB3Ts35L5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQB3Ts35L5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQB3Ts35L5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQB3Ts35L5 .modal-lg,
  .cid-uQB3Ts35L5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQB3Ts35L5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQB3Ts35L5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQB3Ts35L5 .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-uQB3Ts35L5 .form-group {
  margin-bottom: 1rem;
}
.cid-uQB3Ts35L5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQB3Ts35L5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQB3Ts35L5 .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-uQB3Ts35L5 .mbr-section-btn {
  margin: 0;
}
.cid-uQB3Ts35L5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQB8GZ5JAG .modal-content {
  background-color: #fcb300;
  border-radius: 10px;
  border: none;
}
.cid-uQB8GZ5JAG .modal-header {
  border-bottom: none;
}
.cid-uQB8GZ5JAG .close {
  color: #0c2c68 !important;
  opacity: 1 !important;
  font-size: 2rem;
  text-shadow: none;
}
.cid-uQB8GZ5JAG .custom-form-header {
  text-align: center;
  margin-bottom: 1rem;
  color: #0c2c68;
}
.cid-uQB8GZ5JAG .fr-flag {
  width: 60px;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.cid-uQB8GZ5JAG .custom-form-header h4 {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 0;
}
.cid-uQB8GZ5JAG .custom-form-header p {
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
.cid-uQB8GZ5JAG .custom-hr {
  margin: 1.5rem 0;
  border-color: rgba(12, 44, 104, 0.2);
}
.cid-uQB8GZ5JAG .custom-form-group {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uQB8GZ5JAG .btn-wrapper {
  text-align: center;
}
.cid-uQB8GZ5JAG .custom-form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #0c2c68;
}
.cid-uQB8GZ5JAG .custom-form-control,
.cid-uQB8GZ5JAG .custom-form-select {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.cid-uQB8GZ5JAG .btn-custom-submit {
  font-weight: 600;
  color: #fff;
  background-color: #0c2c68;
  border: 1px solid #0c2c68;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  width: 100%;
  max-width: 250px;
  border-radius: 0.3rem;
}
.cid-uQB8GZ5JAG .custom-alert {
  display: none;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}
.cid-uQB8GZ5JAG .custom-alert-success {
  color: #155724;
  background-color: #d4edda;
}
.cid-uQB8GZ5JAG .custom-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
}
.cid-uQBb1ATAL7.popup-builder {
  background-color: #ffffff;
}
.cid-uQBb1ATAL7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQBb1ATAL7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQBb1ATAL7 .modal-content,
.cid-uQBb1ATAL7 .modal-dialog {
  height: auto;
}
.cid-uQBb1ATAL7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQBb1ATAL7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQBb1ATAL7 .form-wrapper .mbr-form .form-group,
  .cid-uQBb1ATAL7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQBb1ATAL7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQBb1ATAL7 .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-uQBb1ATAL7 .mbr-text {
  text-align: center;
}
.cid-uQBb1ATAL7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uQBb1ATAL7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQBb1ATAL7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQBb1ATAL7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQBb1ATAL7 .modal-open {
  overflow: hidden;
}
.cid-uQBb1ATAL7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQBb1ATAL7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQBb1ATAL7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQBb1ATAL7 .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-uQBb1ATAL7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQBb1ATAL7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQBb1ATAL7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQBb1ATAL7 .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-uQBb1ATAL7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQBb1ATAL7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQBb1ATAL7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQBb1ATAL7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uQBb1ATAL7 .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-uQBb1ATAL7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQBb1ATAL7 .modal-header {
    padding: 1rem;
  }
}
.cid-uQBb1ATAL7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQBb1ATAL7 .modal-header .close svg {
  fill: #353535;
}
.cid-uQBb1ATAL7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uQBb1ATAL7 .modal-header .close:focus {
  outline: none;
}
.cid-uQBb1ATAL7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQBb1ATAL7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQBb1ATAL7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQBb1ATAL7 .modal-body {
    padding: 1rem;
  }
}
.cid-uQBb1ATAL7 .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-uQBb1ATAL7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQBb1ATAL7 .modal-footer {
    padding: 1rem;
  }
}
.cid-uQBb1ATAL7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQBb1ATAL7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQBb1ATAL7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQBb1ATAL7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQBb1ATAL7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQBb1ATAL7 .modal-lg,
  .cid-uQBb1ATAL7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQBb1ATAL7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQBb1ATAL7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQBb1ATAL7 .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-uQBb1ATAL7 .form-group {
  margin-bottom: 1rem;
}
.cid-uQBb1ATAL7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQBb1ATAL7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQBb1ATAL7 .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-uQBb1ATAL7 .mbr-section-btn {
  margin: 0;
}
.cid-uQBb1ATAL7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQBl5cS7vV.popup-builder {
  background-color: #ffffff;
}
.cid-uQBl5cS7vV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQBl5cS7vV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQBl5cS7vV .modal-content,
.cid-uQBl5cS7vV .modal-dialog {
  height: auto;
}
.cid-uQBl5cS7vV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQBl5cS7vV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQBl5cS7vV .form-wrapper .mbr-form .form-group,
  .cid-uQBl5cS7vV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQBl5cS7vV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQBl5cS7vV .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-uQBl5cS7vV .mbr-text {
  text-align: center;
}
.cid-uQBl5cS7vV .pt-0 {
  padding-top: 0 !important;
}
.cid-uQBl5cS7vV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQBl5cS7vV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQBl5cS7vV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQBl5cS7vV .modal-open {
  overflow: hidden;
}
.cid-uQBl5cS7vV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQBl5cS7vV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQBl5cS7vV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQBl5cS7vV .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-uQBl5cS7vV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQBl5cS7vV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQBl5cS7vV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQBl5cS7vV .modal-content {
  background: #ffbd25;
  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-uQBl5cS7vV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQBl5cS7vV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQBl5cS7vV .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQBl5cS7vV .modal-backdrop.show {
  opacity: .5;
}
.cid-uQBl5cS7vV .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-uQBl5cS7vV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQBl5cS7vV .modal-header {
    padding: 1rem;
  }
}
.cid-uQBl5cS7vV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQBl5cS7vV .modal-header .close svg {
  fill: #353535;
}
.cid-uQBl5cS7vV .modal-header .close:hover {
  opacity: 1;
}
.cid-uQBl5cS7vV .modal-header .close:focus {
  outline: none;
}
.cid-uQBl5cS7vV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQBl5cS7vV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQBl5cS7vV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQBl5cS7vV .modal-body {
    padding: 1rem;
  }
}
.cid-uQBl5cS7vV .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-uQBl5cS7vV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQBl5cS7vV .modal-footer {
    padding: 1rem;
  }
}
.cid-uQBl5cS7vV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQBl5cS7vV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQBl5cS7vV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQBl5cS7vV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQBl5cS7vV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQBl5cS7vV .modal-lg,
  .cid-uQBl5cS7vV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQBl5cS7vV .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQBl5cS7vV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQBl5cS7vV .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-uQBl5cS7vV .form-group {
  margin-bottom: 1rem;
}
.cid-uQBl5cS7vV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQBl5cS7vV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQBl5cS7vV .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-uQBl5cS7vV .mbr-section-btn {
  margin: 0;
}
.cid-uQBl5cS7vV .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKBEpKO5BL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sem-nome-story.png-1-1080x1920.png");
}
.cid-uKBEpKO5BL .mbr-section-title,
.cid-uKBEpKO5BL .mbr-section-subtitle {
  color: #000000;
}
.cid-uKBEpKO5BL .mbr-section-text {
  color: #232323;
}
.cid-uKBEpKO5BL .mbr-text,
.cid-uKBEpKO5BL .typed-text,
.cid-uKBEpKO5BL .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uKBEpKO5BL .btn {
  margin-left: 4px !important;
}
.cid-uKBEpKO5BL .animated-element {
  color: #980704;
}
.cid-uKBEpKO5BL .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #980704;
}
.cid-uKBEpKO5BL .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uKBEpKO5BL .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKBEpKO5BL .typed-text,
  .cid-uKBEpKO5BL .mbr-section-subtitle,
  .cid-uKBEpKO5BL .mbr-section-text,
  .cid-uKBEpKO5BL .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uKBEpKO5BL .mbr-section-subtitle,
.cid-uKBEpKO5BL .typed-text {
  color: #ffffff;
}
.cid-uKBEpKO5BL .mbr-section-text,
.cid-uKBEpKO5BL .mbr-section-btn {
  color: #ffffff;
}
.cid-uKBEpLoDCj {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uKBEpLoDCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpLoDCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBEpLoDCj .mbr-section-title {
  color: #005e96;
}
.cid-uKBEpLoDCj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKBEpLQWpY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKBEpLQWpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpLQWpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBEpLQWpY .content-text {
  max-width: 800px;
}
.cid-uKBEpLQWpY .mbr-description {
  text-align: center;
}
.cid-uKBEpMkTnr {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-uKBEpMkTnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpMkTnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKBEpMkTnr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKBEpMkTnr .row {
  flex-direction: row-reverse;
}
.cid-uKBEpMkTnr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKBEpMkTnr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKBEpMkTnr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKBEpMkTnr .mbr-section-title {
  color: #005e96;
}
.cid-uKBEpMkTnr .mbr-text,
.cid-uKBEpMkTnr .mbr-section-btn {
  color: #000000;
}
.cid-uKBEpMOcfG {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uKBEpMOcfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpMOcfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBEpMOcfG .mbr-section-title {
  color: #0c2c68;
}
.cid-uKBEpMOcfG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKBEpNgZP4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/design-sem-nome-2.png-1920x1080.png");
}
.cid-uKBEpNgZP4 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uKBEpNgZP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpNgZP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBEpNgZP4 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uKBEpNgZP4 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKBEpNgZP4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKBEpNgZP4 .card-title,
.cid-uKBEpNgZP4 .iconfont-wrapper {
  color: #ff1616;
  text-align: center;
}
.cid-uKBEpNgZP4 .content-head {
  max-width: 800px;
}
.cid-uKBEpNgZP4 .mbr-section-title {
  color: #ffffff;
}
.cid-uKBEpNgZP4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uKBEpNgZP4 .card-text {
  color: #000000;
}
.cid-uKBEpNgZP4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKBEpNgZP4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uKBEpO1hPA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKBEpO1hPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpO1hPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBEpO1hPA .row {
  flex-direction: row-reverse;
}
.cid-uKBEpO1hPA .mbr-description {
  text-align: left;
}
.cid-uKBEpO1hPA .item-wrapper {
  background: #fcb300;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKBEpO1hPA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKBEpO1hPA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uKBEpO1hPA .card-title,
.cid-uKBEpO1hPA .iconfont-wrapper {
  color: #000000;
}
.cid-uKBEpO1hPA .card-text {
  color: #000000;
}
.cid-uKBEpO1hPA .mbr-section-title {
  color: #005e96;
  text-align: center;
}
.cid-uKBEpO1hPA .mbr-number {
  color: #ffffff;
}
.cid-uKBEpO1hPA .mbr-text,
.cid-uKBEpO1hPA .mbr-section-btn {
  text-align: center;
}
.cid-uKBEpO1hPA .card-text,
.cid-uKBEpO1hPA .item .mbr-section-btn {
  text-align: left;
  color: #005e96;
}
.cid-uKBEpO1hPA .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKBEpO1hPA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKBEpOLqsd {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/design-sem-nome-3.png-1920x1080.png");
}
.cid-uKBEpOLqsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpOLqsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKBEpOLqsd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKBEpOLqsd .row {
  flex-direction: row-reverse;
}
.cid-uKBEpOLqsd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKBEpOLqsd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKBEpOLqsd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKBEpOLqsd .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uKBEpOLqsd .mbr-text,
.cid-uKBEpOLqsd .mbr-section-btn {
  color: #ffffff;
}
.cid-uKBEpPv3ZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKBEpPv3ZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpPv3ZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBEpPv3ZN .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKBEpPv3ZN .container-fluid {
    padding: 0 20px;
  }
}
.cid-uKBEpPv3ZN .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKBEpPv3ZN .container {
    padding: 0 20px;
  }
}
.cid-uKBEpPv3ZN .row {
  justify-content: center;
}
.cid-uKBEpPv3ZN .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uKBEpPv3ZN .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uKBEpPv3ZN .video-block {
    margin-bottom: 30px;
  }
}
.cid-uKBEpPv3ZN .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKBEpPv3ZN .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uKBEpPv3ZN .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uKBEpPv3ZN .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKBEpPv3ZN .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uKBEpPv3ZN .mbr-section-title {
  color: #005e96;
  text-align: center;
}
.cid-uKBEpQ2fb0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKBEpQ2fb0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpQ2fb0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBEpQ2fb0 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKBEpQ2fb0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uKBEpQ2fb0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKBEpQ2fb0 .container {
    padding: 0 20px;
  }
}
.cid-uKBEpQ2fb0 .row {
  justify-content: center;
}
.cid-uKBEpQ2fb0 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uKBEpQ2fb0 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uKBEpQ2fb0 .video-block {
    margin-bottom: 30px;
  }
}
.cid-uKBEpQ2fb0 .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKBEpQ2fb0 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uKBEpQ2fb0 .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uKBEpQ2fb0 .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKBEpQ2fb0 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uKBEpQ2fb0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKBEpQAK3P {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKBEpQAK3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpQAK3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBEpQAK3P .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKBEpQAK3P .container-fluid {
    padding: 0 20px;
  }
}
.cid-uKBEpQAK3P .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKBEpQAK3P .container {
    padding: 0 20px;
  }
}
.cid-uKBEpQAK3P .row {
  justify-content: center;
}
.cid-uKBEpQAK3P .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uKBEpQAK3P .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uKBEpQAK3P .video-block {
    margin-bottom: 30px;
  }
}
.cid-uKBEpQAK3P .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKBEpQAK3P .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uKBEpQAK3P .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uKBEpQAK3P .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKBEpQAK3P .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uKBEpQAK3P .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKBEpR601R {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKBEpR601R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpR601R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBEpR601R .mbr-section-title {
  color: #0c2c68;
}
.cid-uKBEpR601R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKBNgPGpEy {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #005e96;
}
.cid-uKBNgPGpEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBNgPGpEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBNgPGpEy .mbr-section-title {
  color: #ffffff;
}
.cid-uKBNgPGpEy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKBLMOKQ82 {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #005e96;
}
.cid-uKBLMOKQ82 .carousel-item {
  padding: 0 10%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uKBLMOKQ82 .carousel-item.active,
.cid-uKBLMOKQ82 .carousel-item-next,
.cid-uKBLMOKQ82 .carousel-item-prev {
  display: flex;
}
.cid-uKBLMOKQ82 .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-uKBLMOKQ82 .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-uKBLMOKQ82 .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-uKBLMOKQ82 .carousel-controls a span {
  color: #ff1616 !important;
  font-size: 30px !important;
}
.cid-uKBLMOKQ82 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uKBLMOKQ82 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uKBLMOKQ82 .carousel-controls .carousel-control-next,
.cid-uKBLMOKQ82 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uKBLMOKQ82 .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-uKBLMOKQ82 .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-uKBLMOKQ82 .author-box {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uKBLMOKQ82 .face {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-uKBLMOKQ82 .author {
  margin: auto 0;
}
.cid-uKBLMOKQ82 .mbr-text {
  margin-bottom: 34px !important;
}
.cid-uKBLMOKQ82 h3,
.cid-uKBLMOKQ82 h4 {
  margin: 0;
  padding: 0;
}
.cid-uKBLMOKQ82 .mbr-bottom {
  color: #767676;
}
.cid-uKBLMOKQ82 .box {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px!important;
}
@media (max-width: 992px) {
  .cid-uKBLMOKQ82 .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-uKBLMOKQ82 .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-uKBLMOKQ82 .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-uKBLMOKQ82 .carousel-indicators {
    bottom: -75px;
  }
}
.cid-uKBLMOKQ82 .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-uKBLMOKQ82 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-uKBLMOKQ82 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ffbd25;
  stroke: none;
  overflow: visible;
}
.cid-uKBLMOKQ82 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ffbd25;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-uKBLMOKQ82 .carousel-indicators li.active {
  background: #ffbd25;
}
.cid-uKBLMOKQ82 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-uKBLMOKQ82 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uKBLMOKQ82 .mbr-text,
.cid-uKBLMOKQ82 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uKBLMOKQ82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBLMOKQ82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBLMOKQ82 H3 {
  color: #ffbd25;
}
.cid-uKBEpSkc5P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/design-sem-nome-2.png-1920x1080.png");
}
.cid-uKBEpSkc5P .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uKBEpSkc5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpSkc5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBEpSkc5P .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uKBEpSkc5P .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKBEpSkc5P .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKBEpSkc5P .card-title,
.cid-uKBEpSkc5P .iconfont-wrapper {
  color: #005e96;
}
.cid-uKBEpSkc5P .content-head {
  max-width: 800px;
}
.cid-uKBEpSkc5P .mbr-section-title {
  color: #ffffff;
}
.cid-uKBEpSkc5P .mbr-section-subtitle {
  color: #000000;
}
.cid-uKBEpSkc5P .card-text {
  color: #000000;
}
.cid-uKBEpSkc5P .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKBEpSkc5P .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uKBEpSYk1F {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fcb300;
}
.cid-uKBEpSYk1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpSYk1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBEpSYk1F .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKBEpSYk1F .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uKBEpSYk1F .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uKBEpSYk1F .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ff1616;
  margin-left: 1rem;
}
.cid-uKBEpSYk1F .card-header {
  border: none;
}
.cid-uKBEpSYk1F .panel-group {
  border: none;
}
.cid-uKBEpSYk1F .panel-body,
.cid-uKBEpSYk1F .card-header {
  padding: 1rem 0;
}
.cid-uKBEpSYk1F .panel-title-edit {
  color: #003268;
  text-align: center;
}
.cid-uKBEpSYk1F .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uKBEpSYk1F H3 {
  color: #ffffff;
}
.cid-uKBEpTG9xc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcb300;
}
.cid-uKBEpTG9xc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpTG9xc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBEpTG9xc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKBEpTG9xc .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uKBEpTG9xc .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uKBEpTG9xc .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ff1616;
  margin-left: 1rem;
}
.cid-uKBEpTG9xc .card-header {
  border: none;
}
.cid-uKBEpTG9xc .panel-group {
  border: none;
}
.cid-uKBEpTG9xc .panel-body,
.cid-uKBEpTG9xc .card-header {
  padding: 1rem 0;
}
.cid-uKBEpTG9xc .panel-title-edit {
  color: #003268;
  text-align: center;
}
.cid-uKBEpTG9xc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uKBEpTG9xc H3 {
  color: #003268;
}
.cid-uKBEpUrfNe {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fcb300;
}
.cid-uKBEpUrfNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpUrfNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBEpUrfNe .mbr-section-title {
  color: #0c2c68;
}
.cid-uKBEpUrfNe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKBEpV7iys {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uKBEpV7iys img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-uKBEpV7iys .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-uKBEpV7iys .card-phone:hover {
  color: #005e96;
}
.cid-uKBEpV7iys .mbr-text,
.cid-uKBEpV7iys .mbr-section-btn {
  color: #000000;
}
.cid-uKBEpV7iys .card-title,
.cid-uKBEpV7iys .card-box {
  color: #005e96;
}
@media (max-width: 992px) {
  .cid-uKBEpV7iys .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uKBEpV7iys .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uKBEpV7iys .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpV7iys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBEpVMsRt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKBEpVMsRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpVMsRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBEpVMsRt .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKBEpVMsRt .container-fluid {
    padding: 0 20px;
  }
}
.cid-uKBEpVMsRt .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKBEpVMsRt .container {
    padding: 0 20px;
  }
}
.cid-uKBEpVMsRt .row {
  justify-content: center;
}
.cid-uKBEpVMsRt .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uKBEpVMsRt .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uKBEpVMsRt .video-block {
    margin-bottom: 30px;
  }
}
.cid-uKBEpVMsRt .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKBEpVMsRt .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uKBEpVMsRt .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uKBEpVMsRt .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKBEpVMsRt .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uKBEpVMsRt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKBEpWrrbh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKBEpWrrbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEpWrrbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBEpWrrbh .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKBEpWrrbh .container-fluid {
    padding: 0 20px;
  }
}
.cid-uKBEpWrrbh .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKBEpWrrbh .container {
    padding: 0 20px;
  }
}
.cid-uKBEpWrrbh .row {
  justify-content: center;
}
.cid-uKBEpWrrbh .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uKBEpWrrbh .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uKBEpWrrbh .video-block {
    margin-bottom: 30px;
  }
}
.cid-uKBEpWrrbh .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKBEpWrrbh .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uKBEpWrrbh .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uKBEpWrrbh .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKBEpWrrbh .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uKBEpWrrbh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKBEpX95Cv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005e96;
  overflow: hidden;
}
.cid-uQB8GZdyMg .modal-content {
  background-color: #fcb300;
  border-radius: 10px;
  border: none;
}
.cid-uQB8GZdyMg .modal-header {
  border-bottom: none;
}
.cid-uQB8GZdyMg .close {
  color: #0c2c68 !important;
  opacity: 1 !important;
  font-size: 2rem;
  text-shadow: none;
}
.cid-uQB8GZdyMg .custom-form-header {
  text-align: center;
  margin-bottom: 1rem;
  color: #0c2c68;
}
.cid-uQB8GZdyMg .fr-flag {
  width: 60px;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.cid-uQB8GZdyMg .custom-form-header h4 {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 0;
}
.cid-uQB8GZdyMg .custom-form-header p {
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
.cid-uQB8GZdyMg .custom-hr {
  margin: 1.5rem 0;
  border-color: rgba(12, 44, 104, 0.2);
}
.cid-uQB8GZdyMg .custom-form-group {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uQB8GZdyMg .btn-wrapper {
  text-align: center;
}
.cid-uQB8GZdyMg .custom-form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #0c2c68;
}
.cid-uQB8GZdyMg .custom-form-control,
.cid-uQB8GZdyMg .custom-form-select {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.cid-uQB8GZdyMg .btn-custom-submit {
  font-weight: 600;
  color: #fff;
  background-color: #0c2c68;
  border: 1px solid #0c2c68;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  width: 100%;
  max-width: 250px;
  border-radius: 0.3rem;
}
.cid-uQB8GZdyMg .custom-alert {
  display: none;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}
.cid-uQB8GZdyMg .custom-alert-success {
  color: #155724;
  background-color: #d4edda;
}
.cid-uQB8GZdyMg .custom-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
}
.cid-uQBl5cTVHZ.popup-builder {
  background-color: #ffffff;
}
.cid-uQBl5cTVHZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQBl5cTVHZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQBl5cTVHZ .modal-content,
.cid-uQBl5cTVHZ .modal-dialog {
  height: auto;
}
.cid-uQBl5cTVHZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQBl5cTVHZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQBl5cTVHZ .form-wrapper .mbr-form .form-group,
  .cid-uQBl5cTVHZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQBl5cTVHZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQBl5cTVHZ .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-uQBl5cTVHZ .mbr-text {
  text-align: center;
}
.cid-uQBl5cTVHZ .pt-0 {
  padding-top: 0 !important;
}
.cid-uQBl5cTVHZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQBl5cTVHZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQBl5cTVHZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQBl5cTVHZ .modal-open {
  overflow: hidden;
}
.cid-uQBl5cTVHZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQBl5cTVHZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQBl5cTVHZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQBl5cTVHZ .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-uQBl5cTVHZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQBl5cTVHZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQBl5cTVHZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQBl5cTVHZ .modal-content {
  background: #ffbd25;
  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-uQBl5cTVHZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQBl5cTVHZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQBl5cTVHZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQBl5cTVHZ .modal-backdrop.show {
  opacity: .5;
}
.cid-uQBl5cTVHZ .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-uQBl5cTVHZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQBl5cTVHZ .modal-header {
    padding: 1rem;
  }
}
.cid-uQBl5cTVHZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQBl5cTVHZ .modal-header .close svg {
  fill: #353535;
}
.cid-uQBl5cTVHZ .modal-header .close:hover {
  opacity: 1;
}
.cid-uQBl5cTVHZ .modal-header .close:focus {
  outline: none;
}
.cid-uQBl5cTVHZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQBl5cTVHZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQBl5cTVHZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQBl5cTVHZ .modal-body {
    padding: 1rem;
  }
}
.cid-uQBl5cTVHZ .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-uQBl5cTVHZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQBl5cTVHZ .modal-footer {
    padding: 1rem;
  }
}
.cid-uQBl5cTVHZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQBl5cTVHZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQBl5cTVHZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQBl5cTVHZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQBl5cTVHZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQBl5cTVHZ .modal-lg,
  .cid-uQBl5cTVHZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQBl5cTVHZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQBl5cTVHZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQBl5cTVHZ .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-uQBl5cTVHZ .form-group {
  margin-bottom: 1rem;
}
.cid-uQBl5cTVHZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQBl5cTVHZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQBl5cTVHZ .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-uQBl5cTVHZ .mbr-section-btn {
  margin: 0;
}
.cid-uQBl5cTVHZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQFcBNlfrP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sem-nome-story.png-1-1080x1920.png");
}
.cid-uQFcBNlfrP .mbr-section-title,
.cid-uQFcBNlfrP .mbr-section-subtitle {
  color: #000000;
}
.cid-uQFcBNlfrP .mbr-section-text {
  color: #232323;
}
.cid-uQFcBNlfrP .mbr-text,
.cid-uQFcBNlfrP .typed-text,
.cid-uQFcBNlfrP .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uQFcBNlfrP .btn {
  margin-left: 4px !important;
}
.cid-uQFcBNlfrP .animated-element {
  color: #980704;
}
.cid-uQFcBNlfrP .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #980704;
}
.cid-uQFcBNlfrP .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uQFcBNlfrP .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQFcBNlfrP .typed-text,
  .cid-uQFcBNlfrP .mbr-section-subtitle,
  .cid-uQFcBNlfrP .mbr-section-text,
  .cid-uQFcBNlfrP .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uQFcBNlfrP .mbr-section-subtitle,
.cid-uQFcBNlfrP .typed-text {
  color: #ffffff;
}
.cid-uQFcBNlfrP .mbr-section-text,
.cid-uQFcBNlfrP .mbr-section-btn {
  color: #ffffff;
}
.cid-uQFbUzDOl6 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uQFbUzDOl6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUzDOl6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUzDOl6 .mbr-section-title {
  color: #005e96;
}
.cid-uQFbUzDOl6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQFbUB18kR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uQFbUB18kR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUB18kR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUB18kR .content-text {
  max-width: 800px;
}
.cid-uQFbUB18kR .mbr-description {
  text-align: center;
}
.cid-uQFbUCrkkC {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-uQFbUCrkkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUCrkkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQFbUCrkkC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQFbUCrkkC .row {
  flex-direction: row-reverse;
}
.cid-uQFbUCrkkC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQFbUCrkkC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQFbUCrkkC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQFbUCrkkC .mbr-section-title {
  color: #005e96;
}
.cid-uQFbUCrkkC .mbr-text,
.cid-uQFbUCrkkC .mbr-section-btn {
  color: #000000;
}
.cid-uQFbUDPkHy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uQFbUDPkHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUDPkHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUDPkHy .mbr-section-title {
  color: #0c2c68;
}
.cid-uQFbUDPkHy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQFbUEPukR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/design-sem-nome-2.png-1920x1080.png");
}
.cid-uQFbUEPukR .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uQFbUEPukR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUEPukR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUEPukR .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uQFbUEPukR .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQFbUEPukR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uQFbUEPukR .card-title,
.cid-uQFbUEPukR .iconfont-wrapper {
  color: #ff1616;
  text-align: center;
}
.cid-uQFbUEPukR .content-head {
  max-width: 800px;
}
.cid-uQFbUEPukR .mbr-section-title {
  color: #ffffff;
}
.cid-uQFbUEPukR .mbr-section-subtitle {
  color: #000000;
}
.cid-uQFbUEPukR .card-text {
  color: #000000;
}
.cid-uQFbUEPukR .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQFbUEPukR .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uQFbUGKbVt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQFbUGKbVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUGKbVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUGKbVt .row {
  flex-direction: row-reverse;
}
.cid-uQFbUGKbVt .mbr-description {
  text-align: left;
}
.cid-uQFbUGKbVt .item-wrapper {
  background: #fcb300;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uQFbUGKbVt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQFbUGKbVt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uQFbUGKbVt .card-title,
.cid-uQFbUGKbVt .iconfont-wrapper {
  color: #000000;
}
.cid-uQFbUGKbVt .card-text {
  color: #000000;
}
.cid-uQFbUGKbVt .mbr-section-title {
  color: #005e96;
  text-align: center;
}
.cid-uQFbUGKbVt .mbr-number {
  color: #ffffff;
}
.cid-uQFbUGKbVt .mbr-text,
.cid-uQFbUGKbVt .mbr-section-btn {
  text-align: center;
}
.cid-uQFbUGKbVt .card-text,
.cid-uQFbUGKbVt .item .mbr-section-btn {
  text-align: left;
  color: #005e96;
}
.cid-uQFbUGKbVt .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQFbUGKbVt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQFbUI5vCY {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/design-sem-nome-3.png-1920x1080.png");
}
.cid-uQFbUI5vCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUI5vCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQFbUI5vCY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQFbUI5vCY .row {
  flex-direction: row-reverse;
}
.cid-uQFbUI5vCY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQFbUI5vCY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQFbUI5vCY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQFbUI5vCY .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uQFbUI5vCY .mbr-text,
.cid-uQFbUI5vCY .mbr-section-btn {
  color: #ffffff;
}
.cid-uQFbUJg1fm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQFbUJg1fm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUJg1fm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUJg1fm .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uQFbUJg1fm .container-fluid {
    padding: 0 20px;
  }
}
.cid-uQFbUJg1fm .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQFbUJg1fm .container {
    padding: 0 20px;
  }
}
.cid-uQFbUJg1fm .row {
  justify-content: center;
}
.cid-uQFbUJg1fm .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uQFbUJg1fm .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQFbUJg1fm .video-block {
    margin-bottom: 30px;
  }
}
.cid-uQFbUJg1fm .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbUJg1fm .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uQFbUJg1fm .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uQFbUJg1fm .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbUJg1fm .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uQFbUJg1fm .mbr-section-title {
  color: #005e96;
  text-align: center;
}
.cid-uQFbUKCpyX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQFbUKCpyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUKCpyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUKCpyX .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uQFbUKCpyX .container-fluid {
    padding: 0 20px;
  }
}
.cid-uQFbUKCpyX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQFbUKCpyX .container {
    padding: 0 20px;
  }
}
.cid-uQFbUKCpyX .row {
  justify-content: center;
}
.cid-uQFbUKCpyX .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uQFbUKCpyX .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQFbUKCpyX .video-block {
    margin-bottom: 30px;
  }
}
.cid-uQFbUKCpyX .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbUKCpyX .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uQFbUKCpyX .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uQFbUKCpyX .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbUKCpyX .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uQFbUKCpyX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQFbULOyqR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQFbULOyqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbULOyqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbULOyqR .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uQFbULOyqR .container-fluid {
    padding: 0 20px;
  }
}
.cid-uQFbULOyqR .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQFbULOyqR .container {
    padding: 0 20px;
  }
}
.cid-uQFbULOyqR .row {
  justify-content: center;
}
.cid-uQFbULOyqR .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uQFbULOyqR .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQFbULOyqR .video-block {
    margin-bottom: 30px;
  }
}
.cid-uQFbULOyqR .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbULOyqR .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uQFbULOyqR .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uQFbULOyqR .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbULOyqR .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uQFbULOyqR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQFbUMRfGM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQFbUMRfGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUMRfGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUMRfGM .mbr-section-title {
  color: #0c2c68;
}
.cid-uQFbUMRfGM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQFbUO1P94 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #005e96;
}
.cid-uQFbUO1P94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUO1P94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUO1P94 .mbr-section-title {
  color: #ffffff;
}
.cid-uQFbUO1P94 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQFbUPlQGj {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #005e96;
}
.cid-uQFbUPlQGj .carousel-item {
  padding: 0 10%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQFbUPlQGj .carousel-item.active,
.cid-uQFbUPlQGj .carousel-item-next,
.cid-uQFbUPlQGj .carousel-item-prev {
  display: flex;
}
.cid-uQFbUPlQGj .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-uQFbUPlQGj .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-uQFbUPlQGj .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-uQFbUPlQGj .carousel-controls a span {
  color: #ff1616 !important;
  font-size: 30px !important;
}
.cid-uQFbUPlQGj .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uQFbUPlQGj .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uQFbUPlQGj .carousel-controls .carousel-control-next,
.cid-uQFbUPlQGj .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uQFbUPlQGj .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-uQFbUPlQGj .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-uQFbUPlQGj .author-box {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uQFbUPlQGj .face {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-uQFbUPlQGj .author {
  margin: auto 0;
}
.cid-uQFbUPlQGj .mbr-text {
  margin-bottom: 34px !important;
}
.cid-uQFbUPlQGj h3,
.cid-uQFbUPlQGj h4 {
  margin: 0;
  padding: 0;
}
.cid-uQFbUPlQGj .mbr-bottom {
  color: #767676;
}
.cid-uQFbUPlQGj .box {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px!important;
}
@media (max-width: 992px) {
  .cid-uQFbUPlQGj .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-uQFbUPlQGj .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-uQFbUPlQGj .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-uQFbUPlQGj .carousel-indicators {
    bottom: -75px;
  }
}
.cid-uQFbUPlQGj .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-uQFbUPlQGj .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-uQFbUPlQGj .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ffbd25;
  stroke: none;
  overflow: visible;
}
.cid-uQFbUPlQGj .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ffbd25;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-uQFbUPlQGj .carousel-indicators li.active {
  background: #ffbd25;
}
.cid-uQFbUPlQGj .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-uQFbUPlQGj .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uQFbUPlQGj .mbr-text,
.cid-uQFbUPlQGj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQFbUPlQGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUPlQGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUPlQGj H3 {
  color: #ffbd25;
}
.cid-uQFbURGtF3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/design-sem-nome-2.png-1920x1080.png");
}
.cid-uQFbURGtF3 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uQFbURGtF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbURGtF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbURGtF3 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uQFbURGtF3 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQFbURGtF3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uQFbURGtF3 .card-title,
.cid-uQFbURGtF3 .iconfont-wrapper {
  color: #005e96;
}
.cid-uQFbURGtF3 .content-head {
  max-width: 800px;
}
.cid-uQFbURGtF3 .mbr-section-title {
  color: #ffffff;
}
.cid-uQFbURGtF3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uQFbURGtF3 .card-text {
  color: #000000;
}
.cid-uQFbURGtF3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQFbURGtF3 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uQFbUTaxWQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fcb300;
}
.cid-uQFbUTaxWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUTaxWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUTaxWQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQFbUTaxWQ .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uQFbUTaxWQ .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uQFbUTaxWQ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ff1616;
  margin-left: 1rem;
}
.cid-uQFbUTaxWQ .card-header {
  border: none;
}
.cid-uQFbUTaxWQ .panel-group {
  border: none;
}
.cid-uQFbUTaxWQ .panel-body,
.cid-uQFbUTaxWQ .card-header {
  padding: 1rem 0;
}
.cid-uQFbUTaxWQ .panel-title-edit {
  color: #0c2c68;
  text-align: center;
}
.cid-uQFbUTaxWQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uQFbUTaxWQ H3 {
  color: #ffffff;
}
.cid-uQFbUUNuMs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcb300;
}
.cid-uQFbUUNuMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUUNuMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUUNuMs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQFbUUNuMs .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uQFbUUNuMs .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uQFbUUNuMs .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ff1616;
  margin-left: 1rem;
}
.cid-uQFbUUNuMs .card-header {
  border: none;
}
.cid-uQFbUUNuMs .panel-group {
  border: none;
}
.cid-uQFbUUNuMs .panel-body,
.cid-uQFbUUNuMs .card-header {
  padding: 1rem 0;
}
.cid-uQFbUUNuMs .panel-title-edit {
  color: #003268;
  text-align: center;
}
.cid-uQFbUUNuMs .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uQFbUUNuMs H3 {
  color: #003268;
}
.cid-uQFbUWvDlF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fcb300;
}
.cid-uQFbUWvDlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUWvDlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUWvDlF .mbr-section-title {
  color: #0c2c68;
}
.cid-uQFbUWvDlF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQFbUXWAi2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQFbUXWAi2 img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-uQFbUXWAi2 .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-uQFbUXWAi2 .card-phone:hover {
  color: #005e96;
}
.cid-uQFbUXWAi2 .mbr-text,
.cid-uQFbUXWAi2 .mbr-section-btn {
  color: #000000;
}
.cid-uQFbUXWAi2 .card-title,
.cid-uQFbUXWAi2 .card-box {
  color: #005e96;
}
@media (max-width: 992px) {
  .cid-uQFbUXWAi2 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uQFbUXWAi2 .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uQFbUXWAi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUXWAi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUZj52s {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQFbUZj52s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUZj52s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUZj52s .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uQFbUZj52s .container-fluid {
    padding: 0 20px;
  }
}
.cid-uQFbUZj52s .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQFbUZj52s .container {
    padding: 0 20px;
  }
}
.cid-uQFbUZj52s .row {
  justify-content: center;
}
.cid-uQFbUZj52s .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uQFbUZj52s .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQFbUZj52s .video-block {
    margin-bottom: 30px;
  }
}
.cid-uQFbUZj52s .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbUZj52s .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uQFbUZj52s .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uQFbUZj52s .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbUZj52s .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uQFbUZj52s .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQFbV0ThLf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQFbV0ThLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbV0ThLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbV0ThLf .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uQFbV0ThLf .container-fluid {
    padding: 0 20px;
  }
}
.cid-uQFbV0ThLf .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQFbV0ThLf .container {
    padding: 0 20px;
  }
}
.cid-uQFbV0ThLf .row {
  justify-content: center;
}
.cid-uQFbV0ThLf .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uQFbV0ThLf .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQFbV0ThLf .video-block {
    margin-bottom: 30px;
  }
}
.cid-uQFbV0ThLf .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbV0ThLf .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uQFbV0ThLf .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uQFbV0ThLf .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbV0ThLf .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uQFbV0ThLf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQFbV4aDaH.popup-builder {
  background-color: #ffffff;
}
.cid-uQFbV4aDaH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQFbV4aDaH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQFbV4aDaH .modal-content,
.cid-uQFbV4aDaH .modal-dialog {
  height: auto;
}
.cid-uQFbV4aDaH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQFbV4aDaH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQFbV4aDaH .form-wrapper .mbr-form .form-group,
  .cid-uQFbV4aDaH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQFbV4aDaH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQFbV4aDaH .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-uQFbV4aDaH .mbr-text {
  text-align: center;
}
.cid-uQFbV4aDaH .pt-0 {
  padding-top: 0 !important;
}
.cid-uQFbV4aDaH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQFbV4aDaH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQFbV4aDaH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQFbV4aDaH .modal-open {
  overflow: hidden;
}
.cid-uQFbV4aDaH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQFbV4aDaH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQFbV4aDaH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQFbV4aDaH .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-uQFbV4aDaH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQFbV4aDaH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQFbV4aDaH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQFbV4aDaH .modal-content {
  background: #ffbd25;
  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-uQFbV4aDaH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQFbV4aDaH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQFbV4aDaH .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQFbV4aDaH .modal-backdrop.show {
  opacity: .5;
}
.cid-uQFbV4aDaH .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-uQFbV4aDaH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQFbV4aDaH .modal-header {
    padding: 1rem;
  }
}
.cid-uQFbV4aDaH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQFbV4aDaH .modal-header .close svg {
  fill: #353535;
}
.cid-uQFbV4aDaH .modal-header .close:hover {
  opacity: 1;
}
.cid-uQFbV4aDaH .modal-header .close:focus {
  outline: none;
}
.cid-uQFbV4aDaH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQFbV4aDaH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQFbV4aDaH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQFbV4aDaH .modal-body {
    padding: 1rem;
  }
}
.cid-uQFbV4aDaH .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-uQFbV4aDaH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQFbV4aDaH .modal-footer {
    padding: 1rem;
  }
}
.cid-uQFbV4aDaH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQFbV4aDaH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQFbV4aDaH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQFbV4aDaH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQFbV4aDaH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQFbV4aDaH .modal-lg,
  .cid-uQFbV4aDaH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQFbV4aDaH .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQFbV4aDaH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQFbV4aDaH .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-uQFbV4aDaH .form-group {
  margin-bottom: 1rem;
}
.cid-uQFbV4aDaH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQFbV4aDaH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQFbV4aDaH .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-uQFbV4aDaH .mbr-section-btn {
  margin: 0;
}
.cid-uQFbV4aDaH .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQFbV6xOR4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005e96;
  overflow: hidden;
}
