body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 5.37rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.592rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.296rem;
    font-size: calc( 2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #11233e !important;
}
.bg-success {
  background-color: #b9d047 !important;
}
.bg-info {
  background-color: #11233e !important;
}
.bg-warning {
  background-color: #b9d047 !important;
}
.bg-danger {
  background-color: #53a399 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #11233e !important;
  border-color: #11233e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #53a399 !important;
  border-color: #53a399 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #11233e !important;
  border-color: #11233e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #b9d047 !important;
  border-color: #b9d047 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b9d047 !important;
  border-color: #b9d047 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #53a399 !important;
  border-color: #53a399 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #11233e;
  color: #11233e !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #11233e;
  border-color: #11233e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #11233e !important;
  border-color: #11233e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #53a399;
  color: #53a399 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #53a399;
  border-color: #53a399;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #11233e;
  color: #11233e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #11233e;
  border-color: #11233e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #11233e !important;
  border-color: #11233e !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #b9d047;
  color: #b9d047 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #b9d047;
  border-color: #b9d047;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b9d047 !important;
  border-color: #b9d047 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #b9d047;
  color: #b9d047 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b9d047;
  border-color: #b9d047;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b9d047 !important;
  border-color: #b9d047 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #53a399;
  color: #53a399 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #53a399;
  border-color: #53a399;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #53a399 !important;
  border-color: #53a399 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #11233e !important;
}
.text-secondary {
  color: #53a399 !important;
}
.text-success {
  color: #b9d047 !important;
}
.text-info {
  color: #11233e !important;
}
.text-warning {
  color: #b9d047 !important;
}
.text-danger {
  color: #53a399 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #11233e;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #11233e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b9d047 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b9d047 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b9d047 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b9d047 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #53a399 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #11233e;
}
.alert-warning {
  background-color: #b9d047;
}
.alert-danger {
  background-color: #53a399;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #11233e;
  border-color: #11233e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #618fd4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f7fae9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #618fd4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7fae9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a5d1cb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #11233e;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #11233e;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #01a790;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #11233e;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #11233e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #11233e;
  border-bottom-color: #11233e;
}
.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: #11233e !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: #53a399 !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(185, 208, 71, 0.5), rgba(185, 208, 71, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(17, 35, 62, 0.5), rgba(17, 35, 62, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-sbsOEB71aW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sbsOEB71aW .nav-item:focus,
.cid-sbsOEB71aW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sbsOEB71aW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sbsOEB71aW .nav-item {
    position: relative;
  }
  .cid-sbsOEB71aW .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sbsOEB71aW .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sbsOEB71aW .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sbsOEB71aW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sbsOEB71aW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sbsOEB71aW .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: space-between !important;
  -webkit-flex-direction: inherit!important;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sbsOEB71aW .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sbsOEB71aW .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sbsOEB71aW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sbsOEB71aW .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sbsOEB71aW .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sbsOEB71aW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sbsOEB71aW .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sbsOEB71aW .navbar.collapsed .navbar-collapse.show,
.cid-sbsOEB71aW .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sbsOEB71aW .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sbsOEB71aW .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sbsOEB71aW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sbsOEB71aW .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sbsOEB71aW .navbar.collapsed .right-menu,
.cid-sbsOEB71aW .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sbsOEB71aW .navbar .navbar-collapse.show,
  .cid-sbsOEB71aW .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sbsOEB71aW .navbar .navbar-collapse.show .brand-container,
  .cid-sbsOEB71aW .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sbsOEB71aW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sbsOEB71aW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sbsOEB71aW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sbsOEB71aW .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sbsOEB71aW .navbar .right-menu,
  .cid-sbsOEB71aW .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sbsOEB71aW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sbsOEB71aW .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sbsOEB71aW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sbsOEB71aW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sbsOEB71aW .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sbsOEB71aW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sbsOEB71aW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sbsOEB71aW .dropdown-item.active,
.cid-sbsOEB71aW .dropdown-item:active {
  background-color: transparent;
}
.cid-sbsOEB71aW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sbsOEB71aW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sbsOEB71aW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sbsOEB71aW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sbsOEB71aW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sbsOEB71aW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sbsOEB71aW ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sbsOEB71aW ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sbsOEB71aW .navbar-buttons {
  margin-left: auto;
}
.cid-sbsOEB71aW button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00143f;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbsOEB71aW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbsOEB71aW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sbsOEB71aW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sbsOEB71aW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbsOEB71aW .navbar-dropdown {
  z-index: 1030;
  position: fixed;
}
.cid-sbsOEB71aW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbsOEB71aW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sbsOEB71aW .right-menu,
.cid-sbsOEB71aW .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sbsOEB71aW .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sbsOEB71aW .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sbsOEB71aW .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sbsOEB71aW .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-sbsOEB71aW .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sbsOEB71aW .card-wrapper {
  z-index: 3;
}
.cid-sbsOEB71aW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sbsOEB71aW .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sbsOEB71aW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 700px) {
  .cid-sbsOEB71aW .navbar-toggler {
    align-self: flex-end !important;
    margin-right: 1rem!important;
  }
  .cid-sbsOEB71aW .fechadinho {
    display: none;
  }
  .cid-sbsOEB71aW .mbr-overlay {
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 700px) {
  .cid-sbsOEB71aW .imgfora {
    display: none;
  }
}
.cid-sbsOEB71aW .imgfora {
  max-width: 50vw;
}
.cid-sbyeGzS6j6 {
  background-image: url("../../../assets/images/dsc00497-2000x1500.jpg");
}
.cid-sbyeGzS6j6 .mbr-text,
.cid-sbyeGzS6j6 .typed-text,
.cid-sbyeGzS6j6 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sbyeGzS6j6 .btn {
  margin-left: 4px !important;
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.cid-sbyeGzS6j6 .animated-element {
  color: #01a790;
}
.cid-sbyeGzS6j6 .mbr-section-subtitle span {
  background-color: #00143f;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-sbyeGzS6j6 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #01a790;
}
@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-sbyeGzS6j6 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sbyeGzS6j6 .mbr-section-subtitles {
  text-align: center;
  color: #00143f;
}
.cid-sbyeGzS6j6 .mbr-section-title {
  text-align: left;
}
.cid-sbyeGzS6j6 .mbr-section-text,
.cid-sbyeGzS6j6 .mbr-section-btn {
  text-align: center;
  color: #00143f;
}
.cid-sbyeGzS6j6 .center {
  text-align: center;
}
.cid-sbyeGzS6j6 .display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 5.37rem;
  text-align: center;
}
.cid-sbyeGzS6j6 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sbyeGzS6j6 .svg-1 path {
  fill: #fff;
}
@media (max-width: 600px) {
  .cid-sbyeGzS6j6 .display-1 {
    font-size: 2rem;
  }
}
.cid-rHBaXeKpGa {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rHBaXeKpGa {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-rHBaXeKpGa img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-rHBaXeKpGa .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-rHBaXeKpGa .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHBaXeKpGa .mbr-section-btn {
    text-align: center;
  }
  .cid-rHBaXeKpGa .mbr-section-title {
    text-align: center;
  }
  .cid-rHBaXeKpGa .mbr-section-subtitle {
    text-align: center;
  }
  .cid-rHBaXeKpGa .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rHBaXeKpGa .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-rHBaXeKpGa .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rHBaXeKpGa .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-rHBaXeKpGa .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-rHBaXeKpGa img {
    width: 100%;
  }
  .cid-rHBaXeKpGa .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-rHBaXeKpGa .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-rHBaXeKpGa .container-fluid {
  max-width: 1200px;
}
.cid-rHBaXeKpGa .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-rHBaXeKpGa .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-rHBaXeKpGa .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #b9d047;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-rHBaXeKpGa .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-rHBaXeKpGa .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #b9d047;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-rHBaXeKpGa .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-rHBaXeKpGa .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHBaXeKpGa .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-rHBaXeKpGa .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rHBaXeKpGa .mbr-section-title {
  color: #00143f;
}
.cid-rHBaXeKpGa .mbr-section-subtitle {
  color: #00143f;
}
.cid-rHBaXeKpGa .mbr-text,
.cid-rHBaXeKpGa .mbr-section-btn {
  text-align: justify;
}
.cid-rHBaXeKpGa .line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(1, 167, 144, 0.5), rgba(1, 167, 144, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-rHdTXcRzxn {
  background-color: #ffffff;
}
.cid-rHdTXcRzxn .text-top {
  color: #767676;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cid-rHdTXcRzxn .card {
  margin-bottom: 1rem;
}
.cid-rHdTXcRzxn .row {
  justify-content: center;
}
.cid-rHdTXcRzxn .card-title {
  color: #12265a;
  transition: 0.5s;
  text-align: center;
}
.cid-rHdTXcRzxn .card-title:hover {
  color: #b9d047;
}
.cid-rHdTXcRzxn img {
  width: 80px;
}
.cid-rHdTXcRzxn .item-image {
  margin-right: 1rem;
}
.cid-rHdTXcRzxn .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rHdTXcRzxn {
    padding-top: 30px;
    padding-bottom: 3px;
  }
  .cid-rHdTXcRzxn .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHdTXcRzxn .container {
    padding: 0rem;
  }
  .cid-rHdTXcRzxn .col-12 {
    padding: 0;
  }
  .cid-rHdTXcRzxn .mbr-section-title {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cid-rHdTXcRzxn .card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cid-rHdTXcRzxn .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-rHdTXcRzxn {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-rHdTXcRzxn .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-rHdTXcRzxn .mbr-section-title {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cid-rHdTXcRzxn .card {
    display: flex;
  }
}
.cid-rHdTXcRzxn .container {
  margin-bottom: 1.5rem;
}
.cid-rHdTXcRzxn .mbr-text,
.cid-rHdTXcRzxn .mbr-section-btn {
  text-align: center;
}
.cid-rHdTXcRzxn .h3 {
  text-align: center;
}
.cid-rGu4IJ222A {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rGu4IJ222A h3 {
  text-align: center;
}
.cid-rGu4IJ222A .mbr-section-subtitle {
  font-weight: 300;
}
.cid-rGu4IJ222A .card {
  word-wrap: break-word;
}
.cid-rGu4IJ222A .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rGu4IJ222A .count1 {
  color: #fff;
  font-weight: 900;
}
.cid-rGu4IJ222A .mbr-content-title {
  color: #fff;
}
.cid-rGu4IJ222A .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-rGu4IJ222A .svg-1 path {
  fill: #ffffff;
}
.cid-rGu4IJ222A .svg-2 {
  position: absolute;
  top: 0;
}
.cid-rGu4IJ222A .svg-2 path {
  fill: #ffffff;
}
.cid-rGu4IJ222A .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rGu4IJ222A {
    padding-top: 20px;
    padding-bottom: 16px;
  }
}
@media (min-width: 767px) {
  .cid-rGu4IJ222A {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}
.cid-rGu4IJ222A H3 {
  color: #ffffff;
}
.cid-rGsvMlqqzL {
  background-color: #ffffff;
}
.cid-rGsvMlqqzL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rGsvMlqqzL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rGsvMlqqzL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rGsvMlqqzL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rGsvMlqqzL .row > .row {
  display: block;
}
.cid-rGsvMlqqzL .mbr-gallery-item {
  width: 100%;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #01a790;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rGsvMlqqzL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rGsvMlqqzL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #01a790 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-rGsvMlqqzL .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-rGsvMlqqzL {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .cid-rGsvMlqqzL .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-rGsvMlqqzL {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.cid-sbynWnKhz1 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #00143f;
}
.cid-sbynWnKhz1 .mbr-section-subtitle {
  font-weight: 400;
}
.cid-sbynWnKhz1 .mbr-section-title {
  padding-bottom: 2rem;
}
.cid-sbynWnKhz1 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbynWnKhz1 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-sbynWnKhz1 .mbr-figure {
    margin-bottom: 3rem;
  }
}
.cid-sbynWnKhz1 .form-control {
  width: 100%;
}
@media (max-width: 350px) {
  .cid-sbynWnKhz1 .input-group-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sbynWnKhz1 .form-control {
    margin-bottom: 10px;
  }
  .cid-sbynWnKhz1 .form-group {
    max-width: 300px;
  }
  .cid-sbynWnKhz1 .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
}
.cid-sbynWnKhz1 .form-group,
.cid-sbynWnKhz1 .input-group-btn {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cid-sbynWnKhz1 .mbr-form > * {
    margin: 0 0rem;
    align-items: stretch;
  }
  .cid-sbynWnKhz1 .col + .input-group-btn .btn,
  .cid-sbynWnKhz1 .col-auto + .input-group-btn .btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 100%;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-sbynWnKhz1 .dragArea > *:nth-last-child(2).col,
  .cid-sbynWnKhz1 .dragArea > *:nth-last-child(2).col-auto,
  .cid-sbynWnKhz1 .col + .input-group-btn,
  .cid-sbynWnKhz1 .col-auto + .input-group-btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .cid-sbynWnKhz1 .dragArea > *:nth-last-child(2).col input,
  .cid-sbynWnKhz1 .dragArea > *:nth-last-child(2).col-auto input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.cid-sbynWnKhz1 .mbr-section-subtitle,
.cid-sbynWnKhz1 .mbr-section-btn {
  color: #efefef;
  text-align: justify;
}
.cid-sbynWnKhz1 .btn {
  margin-left: 4px !important;
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
  text-align: center;
}
.cid-rHBb7VkcXz {
  background-color: #ffffff;
}
.cid-rHBb7VkcXz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-rHBb7VkcXz img {
  width: 90%;
  border-radius: 8px;
}
.cid-rHBb7VkcXz .btn {
  border-radius: 30px;
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-rHBb7VkcXz textarea {
  min-height: 130px;
}
.cid-rHBb7VkcXz H5 {
  color: #12265a ;
}
@media (max-width: 992px) {
  .cid-rHBb7VkcXz img {
    width: 100%;
  }
  .cid-rHBb7VkcXz .map-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-rHBb7VkcXz .google-map {
  height: 95%;
  position: relative;
}
.cid-rHBb7VkcXz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rHBb7VkcXz .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rHBb7VkcXz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rHBb7VkcXz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-rHBb7VkcXz .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-rHBb7VkcXz .container-fluid {
  max-width: 1200px;
}
.cid-rHBb7VkcXz svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-rHBb7VkcXz .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-rHBb7VkcXz .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHBb7VkcXz rect {
  position: absolute;
  width: 95%;
}
@media (max-width: 767px) {
  .cid-rHBb7VkcXz {
    padding-top: 40px;
    padding-bottom: 16px;
  }
  .cid-rHBb7VkcXz .title {
    text-align: left;
  }
  .cid-rHBb7VkcXz .dragArea {
    padding-left: 0rem;
  }
  .cid-rHBb7VkcXz .mbr-section-title {
    text-align: left;
  }
}
@media (min-width: 767px) {
  .cid-rHBb7VkcXz {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .cid-rHBb7VkcXz .container-fluid {
    padding: 0 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-rHBb7VkcXz .dragArea {
    padding-left: 2rem;
  }
}
.cid-rHBb7VkcXz .mbr-section-title span {
  display: inline-block;
}
.cid-rHBb7VkcXz .mbr-text {
  margin-top: 0.5rem;
}
.cid-rHBb7VkcXz .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-rHBb7VkcXz .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rHBb7VkcXz .mbr-section-btn {
  margin-left: 5px;
}
.cid-rHBb7VkcXz iframe {
  border-radius: 30px;
}
.cid-rHBb7VkcXz LABEL {
  text-align: right;
}
.cid-rGsvPeepxn {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rGsvPeepxn .mbr-iconfont-social {
  font-size: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-rGsvPeepxn .mbr-iconfont-social:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-rGsvPeepxn .mbr-iconfont-social:hover:before {
  transition: all .3s;
  border-color: transparent;
}
.cid-rGsvPeepxn .social-list {
  display: flex;
  justify-content: center;
}
.cid-rGsvPeepxn .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-rGsvPeepxn .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-rGsvPeepxn .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-rGsvPeepxn .socicon:hover {
  transform: translate(0, -10px);
}
.cid-rGsvPeepxn .fa {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-rGsvPeepxn .socion1 {
  background: #53a399;
}
.cid-rGsvPeepxn .socion2 {
  background-color: #53a399;
}
.cid-rGsvPeepxn .socion3 {
  background-color: #53a399;
}
.cid-rGsvPeepxn .mbr-iconfont {
  color: #fff;
}
.cid-rGsvPFnWfW {
  background-color: #223668;
}
.cid-rGsvPFnWfW svg {
  position: absolute;
  top: 0;
}
.cid-rGsvPFnWfW .svg-1 {
  fill: #ffffff;
}
.cid-rGsvPFnWfW .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rGsvPFnWfW {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-rGsvPFnWfW {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-rGsvPFnWfW .mbr-text {
  color: #b1bee0;
}
.cid-rGsvPFnWfW a {
  text-decoration: underline;
}
.cid-rGsvPFnWfW a,
.cid-rGsvPFnWfW a:hover {
  font-weight: 400 !important;
}
.cid-sbsOEB71aW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sbsOEB71aW .nav-item:focus,
.cid-sbsOEB71aW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sbsOEB71aW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sbsOEB71aW .nav-item {
    position: relative;
  }
  .cid-sbsOEB71aW .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sbsOEB71aW .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sbsOEB71aW .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sbsOEB71aW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sbsOEB71aW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sbsOEB71aW .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: space-between !important;
  -webkit-flex-direction: inherit!important;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sbsOEB71aW .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sbsOEB71aW .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sbsOEB71aW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sbsOEB71aW .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sbsOEB71aW .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sbsOEB71aW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sbsOEB71aW .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sbsOEB71aW .navbar.collapsed .navbar-collapse.show,
.cid-sbsOEB71aW .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sbsOEB71aW .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sbsOEB71aW .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sbsOEB71aW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sbsOEB71aW .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sbsOEB71aW .navbar.collapsed .right-menu,
.cid-sbsOEB71aW .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sbsOEB71aW .navbar .navbar-collapse.show,
  .cid-sbsOEB71aW .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sbsOEB71aW .navbar .navbar-collapse.show .brand-container,
  .cid-sbsOEB71aW .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sbsOEB71aW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sbsOEB71aW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sbsOEB71aW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sbsOEB71aW .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sbsOEB71aW .navbar .right-menu,
  .cid-sbsOEB71aW .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sbsOEB71aW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sbsOEB71aW .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sbsOEB71aW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sbsOEB71aW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sbsOEB71aW .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sbsOEB71aW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sbsOEB71aW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sbsOEB71aW .dropdown-item.active,
.cid-sbsOEB71aW .dropdown-item:active {
  background-color: transparent;
}
.cid-sbsOEB71aW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sbsOEB71aW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sbsOEB71aW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sbsOEB71aW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sbsOEB71aW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sbsOEB71aW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sbsOEB71aW ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sbsOEB71aW ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sbsOEB71aW .navbar-buttons {
  margin-left: auto;
}
.cid-sbsOEB71aW button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00143f;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbsOEB71aW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbsOEB71aW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sbsOEB71aW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sbsOEB71aW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbsOEB71aW .navbar-dropdown {
  z-index: 1030;
  position: fixed;
}
.cid-sbsOEB71aW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbsOEB71aW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sbsOEB71aW .right-menu,
.cid-sbsOEB71aW .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sbsOEB71aW .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sbsOEB71aW .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sbsOEB71aW .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sbsOEB71aW .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-sbsOEB71aW .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sbsOEB71aW .card-wrapper {
  z-index: 3;
}
.cid-sbsOEB71aW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sbsOEB71aW .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sbsOEB71aW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 700px) {
  .cid-sbsOEB71aW .navbar-toggler {
    align-self: flex-end !important;
    margin-right: 1rem!important;
  }
  .cid-sbsOEB71aW .fechadinho {
    display: none;
  }
  .cid-sbsOEB71aW .mbr-overlay {
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 700px) {
  .cid-sbsOEB71aW .imgfora {
    display: none;
  }
}
.cid-sbsOEB71aW .imgfora {
  max-width: 50vw;
}
.cid-sbEVituOgj {
  padding-top: 45px;
  padding-bottom: 135px;
  background-color: #00143f;
}
@media (max-width: 767px) {
  .cid-sbEVituOgj {
    padding-top: 15px;
    padding-bottom: 45px;
  }
}
.cid-sbEVituOgj .nav-link {
  font-weight: 900;
}
.cid-sbEVituOgj .nav-item:not(:first-child)::before {
  background: #53a399;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-sbEVituOgj .navbar-nav {
  display: block;
}
.cid-sbEVituOgj .navbar-nav li {
  display: inline-block;
}
.cid-sbEVituOgj li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-sbEV4Do1Nt {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #00143f;
}
.cid-sbEV4Do1Nt .mbr-section-subtitle {
  font-weight: 400;
}
.cid-sbEV4Do1Nt .mbr-section-title {
  padding-bottom: 2rem;
  text-align: center;
}
.cid-sbEV4Do1Nt .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbEV4Do1Nt .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-sbEV4Do1Nt .mbr-form {
    margin-bottom: 3rem;
  }
}
.cid-sbEV4Do1Nt .form-control {
  width: 100%;
}
@media (max-width: 350px) {
  .cid-sbEV4Do1Nt .input-group-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sbEV4Do1Nt .form-control {
    margin-bottom: 10px;
  }
  .cid-sbEV4Do1Nt .form-group {
    max-width: 300px;
  }
  .cid-sbEV4Do1Nt .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
}
.cid-sbEV4Do1Nt .form-group,
.cid-sbEV4Do1Nt .input-group-btn {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cid-sbEV4Do1Nt .mbr-form > * {
    margin: 0 0rem;
    align-items: stretch;
  }
  .cid-sbEV4Do1Nt .col + .input-group-btn .btn,
  .cid-sbEV4Do1Nt .col-auto + .input-group-btn .btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 100%;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-sbEV4Do1Nt .dragArea > *:nth-last-child(2).col,
  .cid-sbEV4Do1Nt .dragArea > *:nth-last-child(2).col-auto,
  .cid-sbEV4Do1Nt .col + .input-group-btn,
  .cid-sbEV4Do1Nt .col-auto + .input-group-btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .cid-sbEV4Do1Nt .dragArea > *:nth-last-child(2).col input,
  .cid-sbEV4Do1Nt .dragArea > *:nth-last-child(2).col-auto input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.cid-sbEV4Do1Nt .mbr-section-subtitle,
.cid-sbEV4Do1Nt .mbr-section-btn {
  color: #efefef;
  text-align: justify;
}
.cid-sbEV4Do1Nt .btn {
  margin-left: 4px !important;
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
  text-align: center;
}
.cid-sbFht45Ryi {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-sbFht45Ryi .container-fluid {
  padding: 0 3rem;
}
.cid-sbFht45Ryi .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #efefef;
  border-radius: 0%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-sbFht45Ryi .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #01a790;
}
.cid-sbFht45Ryi .table-wrap:hover .table-pricing,
.cid-sbFht45Ryi .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-sbFht45Ryi .table-wrap:hover .table-heading,
.cid-sbFht45Ryi .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-sbFht45Ryi .section-heading {
  margin-bottom: 2rem;
}
.cid-sbFht45Ryi .table-heading {
  margin-bottom: 2em;
}
.cid-sbFht45Ryi .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-sbFht45Ryi .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #11233e, #53a399);
  display: inline-block;
}
.cid-sbFht45Ryi ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-sbFht45Ryi ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-sbFht45Ryi ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-sbFht45Ryi hr {
  display: none;
  background: #efefef;
}
.cid-sbFht45Ryi hr {
  display: block;
}
.cid-sbFht45Ryi .table-heading,
.cid-sbFht45Ryi .table-pricing,
.cid-sbFht45Ryi .table-icon {
  color: #00143f;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-sbFht45Ryi .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-sbFht45Ryi .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sbFht45Ryi .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-sbFht45Ryi .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-sbFht45Ryi .container-fluid {
    padding: 0 0rem;
  }
}
.cid-sbFht45Ryi .table-pricing,
.cid-sbFht45Ryi .table-icon {
  text-align: center;
}
.cid-sbFht45Ryi .mbr-section-subtitle,
.cid-sbFht45Ryi .mbr-section-btn DIV {
  text-align: center;
}
.cid-sbsOEB71aW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sbsOEB71aW .nav-item:focus,
.cid-sbsOEB71aW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sbsOEB71aW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sbsOEB71aW .nav-item {
    position: relative;
  }
  .cid-sbsOEB71aW .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sbsOEB71aW .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sbsOEB71aW .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sbsOEB71aW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sbsOEB71aW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sbsOEB71aW .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: space-between !important;
  -webkit-flex-direction: inherit!important;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sbsOEB71aW .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sbsOEB71aW .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sbsOEB71aW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sbsOEB71aW .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sbsOEB71aW .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sbsOEB71aW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sbsOEB71aW .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sbsOEB71aW .navbar.collapsed .navbar-collapse.show,
.cid-sbsOEB71aW .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sbsOEB71aW .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sbsOEB71aW .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sbsOEB71aW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sbsOEB71aW .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sbsOEB71aW .navbar.collapsed .right-menu,
.cid-sbsOEB71aW .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sbsOEB71aW .navbar .navbar-collapse.show,
  .cid-sbsOEB71aW .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sbsOEB71aW .navbar .navbar-collapse.show .brand-container,
  .cid-sbsOEB71aW .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sbsOEB71aW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sbsOEB71aW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sbsOEB71aW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sbsOEB71aW .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sbsOEB71aW .navbar .right-menu,
  .cid-sbsOEB71aW .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sbsOEB71aW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sbsOEB71aW .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sbsOEB71aW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sbsOEB71aW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sbsOEB71aW .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sbsOEB71aW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sbsOEB71aW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sbsOEB71aW .dropdown-item.active,
.cid-sbsOEB71aW .dropdown-item:active {
  background-color: transparent;
}
.cid-sbsOEB71aW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sbsOEB71aW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sbsOEB71aW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sbsOEB71aW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sbsOEB71aW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sbsOEB71aW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sbsOEB71aW ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sbsOEB71aW ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sbsOEB71aW .navbar-buttons {
  margin-left: auto;
}
.cid-sbsOEB71aW button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00143f;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbsOEB71aW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbsOEB71aW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sbsOEB71aW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sbsOEB71aW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbsOEB71aW .navbar-dropdown {
  z-index: 1030;
  position: fixed;
}
.cid-sbsOEB71aW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbsOEB71aW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sbsOEB71aW .right-menu,
.cid-sbsOEB71aW .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sbsOEB71aW .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sbsOEB71aW .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sbsOEB71aW .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sbsOEB71aW .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-sbsOEB71aW .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sbsOEB71aW .card-wrapper {
  z-index: 3;
}
.cid-sbsOEB71aW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sbsOEB71aW .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sbsOEB71aW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 700px) {
  .cid-sbsOEB71aW .navbar-toggler {
    align-self: flex-end !important;
    margin-right: 1rem!important;
  }
  .cid-sbsOEB71aW .fechadinho {
    display: none;
  }
  .cid-sbsOEB71aW .mbr-overlay {
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 700px) {
  .cid-sbsOEB71aW .imgfora {
    display: none;
  }
}
.cid-sbsOEB71aW .imgfora {
  max-width: 50vw;
}
.cid-sbW3wBgEQx {
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #01a790;
}
.cid-sbW3wBgEQx .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-sbW3wBgEQx .mbr-section-title {
  letter-spacing: .1em;
  color: #ffffff;
}
.cid-sbW3wBgEQx .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-sbW3wBgEQx .mbr-media {
  height: 70px;
}
.cid-sbW3wBgEQx .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-sbW3wBgEQx .mbr-media span:hover {
  opacity: 0.7;
}
.cid-sbW3wBgEQx .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sbW3wBgEQx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sbW3wBgEQx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sbW3wBgEQx .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sbW3wBgEQx a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sbW3wBgEQx a.close:hover {
  color: #ffffff;
}
.cid-sbW3wBgEQx .mbr-text,
.cid-sbW3wBgEQx .mbr-section-btn {
  color: #efefef;
}
.cid-scXfo8IveS {
  background-color: #01a790;
  padding-top: 90px;
  padding-bottom: 0px;
}
.cid-scXfo8IveS .mbr-text,
.cid-scXfo8IveS .typed-text,
.cid-scXfo8IveS .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-scXfo8IveS .btn {
  margin-left: 4px !important;
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.cid-scXfo8IveS .animated-element {
  color: #ffffff;
}
.cid-scXfo8IveS .mbr-section-subtitle span {
  background-color: #00143f;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-scXfo8IveS .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
@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-scXfo8IveS .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-scXfo8IveS .mbr-section-subtitles {
  text-align: center;
  color: #00143f;
}
.cid-scXfo8IveS .mbr-section-title {
  text-align: left;
}
.cid-scXfo8IveS .mbr-section-text,
.cid-scXfo8IveS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-scXfo8IveS .center {
  text-align: center;
}
.cid-scXfo8IveS .display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 5.37rem;
  text-align: center;
}
.cid-scXfo8IveS .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-scXfo8IveS .svg-1 path {
  fill: #fff;
}
@media (max-width: 600px) {
  .cid-scXfo8IveS .display-1 {
    font-size: 2rem;
  }
  .cid-scXfo8IveS .dibpmob {
    display: none!important;
  }
}
.cid-scXfo8IveS .nav-tabs .nav-item.open .nav-link:focus,
.cid-scXfo8IveS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-scXfo8IveS .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-scXfo8IveS .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-scXfo8IveS .nav-link {
  padding: .4rem 0.8rem;
}
.cid-scXfo8IveS .nav-tabs .nav-link {
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
}
.cid-scXfo8IveS .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-scXfo8IveS .nav-tabs .nav-link.active {
  font-weight: 500;
  font-style: normal;
}
.cid-scXfo8IveS P {
  color: #ffffff;
  text-align: justify;
}
@media (max-width: 576px) {
  .cid-scXfo8IveS .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-scXfo8IveS .mbr-text,
  .cid-scXfo8IveS .nav-link {
    text-align: center;
  }
}
.cid-scXfo8IveS .image-block {
  max-width: 1200px;
  width: 100%;
}
@media (min-width: 601px) {
  .cid-scXfo8IveS .dibpdesk {
    display: none!important;
  }
}
.cid-sbyNNcoCjo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sbyNNcoCjo .mbr-text {
  color: #767676;
}
.cid-sbyNNcoCjo h4 {
  text-align: center;
}
.cid-sbyNNcoCjo p {
  text-align: center;
}
.cid-sbyNNcoCjo .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbyNNcoCjo .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sbyNNcoCjo .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sbyNNcoCjo .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sbyNNcoCjo .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #01a790, #01a790);
  border-radius: 50%;
}
.cid-sbyNNcoCjo .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sbyNNcoCjo .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #11233e, #53a399);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sbyNNcoCjo .mbr-section-title,
  .cid-sbyNNcoCjo .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sbEO2pKYCZ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sbEO2pKYCZ {
    padding-top: 0px;
    padding-bottom: 25px;
  }
}
.cid-sbEO2pKYCZ .nav-link {
  font-weight: 900;
}
.cid-sbEO2pKYCZ .nav-item:not(:first-child)::before {
  background: #53a399;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-sbEO2pKYCZ .navbar-nav {
  display: block;
}
.cid-sbEO2pKYCZ .navbar-nav li {
  display: inline-block;
}
.cid-sbEO2pKYCZ li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-sbELzSyJUT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbELzSyJUT .card-icon {
  font-size: 72px;
  color: #00143f;
  transition: color 0.3s;
}
.cid-sbELzSyJUT .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sbELzSyJUT .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sbELzSyJUT .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #b3d236;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sbELzSyJUT .card {
  padding: 0!important;
}
.cid-sbELzSyJUT .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sbELzSyJUT .card-wrapper:hover {
  background: #00143f;
}
.cid-sbELzSyJUT .card-wrapper:hover .card-icon {
  color: #01a790;
}
.cid-sbELzSyJUT .card-wrapper:hover .line {
  background: #01a790;
}
.cid-sbELzSyJUT .card1 {
  background: #01a790;
}
.cid-sbELzSyJUT .card2 {
  background: #01b199;
}
.cid-sbELzSyJUT .card3 {
  background: #01bba1;
}
.cid-sbELzSyJUT .card4 {
  background: #01c5aa;
}
.cid-sbELzSyJUT .card5 {
  background: #01d0b3;
}
.cid-sbELzSyJUT .card6 {
  background: #01dabc;
}
.cid-sbELzSyJUT .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-sbELzSyJUT .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sbELzSyJUT .card-title,
.cid-sbELzSyJUT .card-ico,
.cid-sbELzSyJUT .line-wrap {
  text-align: center;
}
.cid-sbELXHO60l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbELXHO60l .card-icon {
  font-size: 72px;
  color: #00143f;
  transition: color 0.3s;
}
.cid-sbELXHO60l .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sbELXHO60l .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sbELXHO60l .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #b3d236;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sbELXHO60l .card {
  padding: 0!important;
}
.cid-sbELXHO60l .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sbELXHO60l .card-wrapper:hover {
  background: #00143f;
}
.cid-sbELXHO60l .card-wrapper:hover .card-icon {
  color: #01a790;
}
.cid-sbELXHO60l .card-wrapper:hover .line {
  background: #01a790;
}
.cid-sbELXHO60l .card1 {
  background: #01a790;
}
.cid-sbELXHO60l .card2 {
  background: #01b199;
}
.cid-sbELXHO60l .card3 {
  background: #01bba1;
}
.cid-sbELXHO60l .card4 {
  background: #01c5aa;
}
.cid-sbELXHO60l .card5 {
  background: #01d0b3;
}
.cid-sbELXHO60l .card6 {
  background: #01dabc;
}
.cid-sbELXHO60l .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-sbELXHO60l .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sbELXHO60l .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sbELXHO60l .card-title,
.cid-sbELXHO60l .card-ico,
.cid-sbELXHO60l .line-wrap {
  text-align: center;
}
.cid-sbyHWcjn2W {
  padding-top: 180px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/original-plano-original-folder-02-aprovsss-2000x1414.png");
}
.cid-sbyHWcjn2W .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #efefef);
}
.cid-sbyHWcjn2W h2,
.cid-sbyHWcjn2W h3,
.cid-sbyHWcjn2W h4,
.cid-sbyHWcjn2W p {
  color: #ffffff;
}
.cid-sbyHWcjn2W .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sbyHWcjn2W .text-block {
  border-bottom: 1px solid #767676;
}
.cid-sbyHWcjn2W .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbyHWcjn2W .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sbyHWcjn2W .form-control:focus,
.cid-sbyHWcjn2W .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sbyHWcjn2W .form-group {
  margin-bottom: 1rem;
}
.cid-sbyHWcjn2W input::-webkit-input-placeholder,
.cid-sbyHWcjn2W textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sbyHWcjn2W input:-moz-placeholder,
.cid-sbyHWcjn2W textarea:-moz-placeholder {
  color: #656565;
}
.cid-sbyHWcjn2W .jq-selectbox li,
.cid-sbyHWcjn2W .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sbyHWcjn2W .jq-selectbox li:hover,
.cid-sbyHWcjn2W .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sbyHWcjn2W .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sbyHWcjn2W .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sbyHWcjn2W .mbr-text {
  color: #767676;
}
.cid-sbyHWcjn2W a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sbyHWcjn2W .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sbyHWcjn2W .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sbyHWcjn2W textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-sbyHWcjn2W h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sbyHWcjn2W .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sbyHWcjn2W .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sbyHWcjn2W .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sbyHWcjn2W H3 {
  color: #00143f;
}
.cid-sbyHWcjn2W H2 {
  color: #00143f;
  text-align: center;
}
.cid-sbyHWcjn2W H4 {
  color: #00143f;
  text-align: center;
}
.cid-sbEQ8RYRYJ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #00143f;
}
.cid-sbEQ8RYRYJ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sbEQ8RYRYJ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sbEQ8RYRYJ .card-img span {
  font-size: 100px;
}
.cid-sbEQ8RYRYJ .mbr-text,
.cid-sbEQ8RYRYJ .mbr-section-btn {
  color: #efefef;
}
.cid-sbFm7zNQuB {
  overflow-x: hidden !important;
}
.cid-sbFm7zNQuB .mbr-section-title {
  color: #00143f;
}
.cid-sbFm7zNQuB .mbr-section-title span {
  color: #11233e;
}
.cid-sbFm7zNQuB .mbr-text {
  color: #00143f;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sbFm7zNQuB .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/whatsapp-image-2020-08-01-at-17.40.07-1-1280x853.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sbFm7zNQuB .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sbFm7zNQuB .mbr-overlay {
  z-index: 1;
}
.cid-sbFm7zNQuB .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sbsOEB71aW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sbsOEB71aW .nav-item:focus,
.cid-sbsOEB71aW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sbsOEB71aW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sbsOEB71aW .nav-item {
    position: relative;
  }
  .cid-sbsOEB71aW .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sbsOEB71aW .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sbsOEB71aW .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sbsOEB71aW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sbsOEB71aW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sbsOEB71aW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sbsOEB71aW .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: space-between !important;
  -webkit-flex-direction: inherit!important;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sbsOEB71aW .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sbsOEB71aW .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sbsOEB71aW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sbsOEB71aW .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sbsOEB71aW .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sbsOEB71aW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sbsOEB71aW .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sbsOEB71aW .navbar.collapsed .navbar-collapse.show,
.cid-sbsOEB71aW .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sbsOEB71aW .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sbsOEB71aW .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sbsOEB71aW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sbsOEB71aW .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sbsOEB71aW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sbsOEB71aW .navbar.collapsed .right-menu,
.cid-sbsOEB71aW .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sbsOEB71aW .navbar .navbar-collapse.show,
  .cid-sbsOEB71aW .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sbsOEB71aW .navbar .navbar-collapse.show .brand-container,
  .cid-sbsOEB71aW .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sbsOEB71aW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sbsOEB71aW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sbsOEB71aW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sbsOEB71aW .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sbsOEB71aW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sbsOEB71aW .navbar .right-menu,
  .cid-sbsOEB71aW .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sbsOEB71aW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sbsOEB71aW .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sbsOEB71aW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sbsOEB71aW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sbsOEB71aW .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sbsOEB71aW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sbsOEB71aW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sbsOEB71aW .dropdown-item.active,
.cid-sbsOEB71aW .dropdown-item:active {
  background-color: transparent;
}
.cid-sbsOEB71aW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sbsOEB71aW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sbsOEB71aW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sbsOEB71aW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sbsOEB71aW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sbsOEB71aW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sbsOEB71aW ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sbsOEB71aW ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sbsOEB71aW .navbar-buttons {
  margin-left: auto;
}
.cid-sbsOEB71aW button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00143f;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbsOEB71aW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbsOEB71aW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbsOEB71aW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sbsOEB71aW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sbsOEB71aW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbsOEB71aW .navbar-dropdown {
  z-index: 1030;
  position: fixed;
}
.cid-sbsOEB71aW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbsOEB71aW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sbsOEB71aW .right-menu,
.cid-sbsOEB71aW .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sbsOEB71aW .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sbsOEB71aW .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sbsOEB71aW .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sbsOEB71aW .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-sbsOEB71aW .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sbsOEB71aW .card-wrapper {
  z-index: 3;
}
.cid-sbsOEB71aW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sbsOEB71aW .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sbsOEB71aW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 700px) {
  .cid-sbsOEB71aW .navbar-toggler {
    align-self: flex-end !important;
    margin-right: 1rem!important;
  }
  .cid-sbsOEB71aW .fechadinho {
    display: none;
  }
  .cid-sbsOEB71aW .mbr-overlay {
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 700px) {
  .cid-sbsOEB71aW .imgfora {
    display: none;
  }
}
.cid-sbsOEB71aW .imgfora {
  max-width: 50vw;
}
.cid-sjnXeZywAX {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #01a790;
}
.cid-sjnXeZywAX .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-sjnXeZywAX .mbr-section-title {
  letter-spacing: .1em;
  color: #ffffff;
}
.cid-sjnXeZywAX .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-sjnXeZywAX .mbr-media {
  height: 70px;
}
.cid-sjnXeZywAX .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-sjnXeZywAX .mbr-media span:hover {
  opacity: 0.7;
}
.cid-sjnXeZywAX .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sjnXeZywAX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sjnXeZywAX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sjnXeZywAX .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sjnXeZywAX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sjnXeZywAX a.close:hover {
  color: #ffffff;
}
.cid-sjnXeZywAX .mbr-text,
.cid-sjnXeZywAX .mbr-section-btn {
  color: #efefef;
}
.cid-sjodZNUatG {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sjodZNUatG {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
.cid-sjodZNUatG .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sjodZNUatG .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sjodZNUatG .imageContainer img {
  width: 100%;
  border-radius: 30px;
}
.cid-sjodZNUatG .blue-block {
  background-color: #53a399;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(20%, 20%);
}
@media (min-width: 992px) {
  .cid-sjodZNUatG .blue-block {
    right: auto;
    left: 0;
    transform: translate(-20%, 20%);
  }
}
.cid-sjodZNUatG .wrapper {
  color: #ffffff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-sjodZNUatG .blue-title {
  margin: 0;
  line-height: 1.6;
}
.cid-sjodZNUatG .text-blue {
  margin: 0;
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-sjodZNUatG .right-wrapper {
    padding-left: 3rem;
  }
}
.cid-sjodZNUatG .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sjodZNUatG .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sjodZNUatG .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sjodZNUatG .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.cid-sjodZNUatG .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sjodZNUatG .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 991px) {
  .cid-sjodZNUatG .imageContainer img {
    margin-bottom: 2rem;
  }
  .cid-sjodZNUatG .right-wrapper {
    padding-left: 1rem;
  }
  .cid-sjodZNUatG .blue-block {
    transform: translate(0);
  }
}
@media (max-width: 767px) {
  .cid-sjodZNUatG .container-fluid {
    padding: 0 1rem;
  }
  .cid-sjodZNUatG .blue-block {
    width: 100%;
    position: static;
    transform: translate(0);
    text-align: justify;
  }
}
.cid-sjodZNUatG .planinho {
  padding: 0.5rem;
  max-width: 150px;
}
.cid-sjodZNUatG .mbr-text,
.cid-sjodZNUatG .mbr-section-btn {
  text-align: justify;
}
@media (max-width: 600px) {
  .cid-sjodZNUatG .blue-block {
    display: none;
  }
}
.cid-sjodpMhW4I {
  padding-top: 45px;
  background-color: #ffffff;
}
.cid-sjodpMhW4I .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sjodpMhW4I .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sjodpMhW4I .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sjodpMhW4I .card-title,
.cid-sjodpMhW4I .card-img {
  color: #00143f;
}
.cid-sjnYU1cm8b {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sjnYU1cm8b img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sjnYU1cm8b .row {
  justify-content: center;
}
.cid-sjnYU1cm8b .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sjnYU1cm8b .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sjnYU1cm8b .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sjnYU1cm8b .date {
  margin: 0;
  color: #cccccc;
}
.cid-sjnYU1cm8b .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sjnYU1cm8b .icon-box {
    flex-direction: column;
  }
  .cid-sjnYU1cm8b .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sjnYU1cm8b img {
    margin-bottom: 2rem;
  }
}
.cid-sjnYU1cm8b H3 {
  text-align: center;
  color: #00143f;
}
.cid-sjo0j94zZT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sjo0j94zZT img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sjo0j94zZT .row {
  justify-content: center;
}
.cid-sjo0j94zZT .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sjo0j94zZT .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sjo0j94zZT .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sjo0j94zZT .date {
  margin: 0;
  color: #cccccc;
}
.cid-sjo0j94zZT .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sjo0j94zZT .icon-box {
    flex-direction: column;
  }
  .cid-sjo0j94zZT .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sjo0j94zZT img {
    margin-bottom: 2rem;
  }
}
.cid-sjo0j94zZT H3 {
  text-align: center;
  color: #00143f;
}
.cid-sjodAoiNsy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjodAoiNsy .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sjodAoiNsy .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sjodAoiNsy .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sjodAoiNsy .card-title,
.cid-sjodAoiNsy .card-img {
  color: #00143f;
}
.cid-sjnY3yLhfX {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sjnY3yLhfX {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
.cid-sjnY3yLhfX .mbr-text {
  margin-top: 2rem;
  color: #70747f;
  text-align: justify;
}
.cid-sjnY3yLhfX .container-fluid {
  max-width: 1200px;
}
.cid-sjnY3yLhfX .row > div,
.cid-sjnY3yLhfX .mbr-section-title {
  color: #073b4c;
}
.cid-sjnY3yLhfX .row > div,
.cid-sjnY3yLhfX .mbr-section-subtitle {
  color: #b3d236;
}
.cid-sjnYzshVAE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sjnYzshVAE .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sjnYzshVAE .title {
  margin-bottom: 4.5rem;
}
.cid-sjnYzshVAE .mbr-section-subtitle {
  color: #767676;
  margin-top: 2rem;
  text-align: justify;
}
.cid-sjnYzshVAE .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-sjnYzshVAE .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-sjnYzshVAE .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-sjnYzshVAE .card:hover .card-title {
  color: #b9d047;
}
.cid-sjnYzshVAE .card img {
  width: 80px;
}
.cid-sjnYzshVAE .card-title {
  color: #12265a;
  transition: 0.5s;
  min-width: 135px;
}
.cid-sjnYzshVAE .circle-img {
  width: 80%;
  border: 2px dashed #b9d047;
  border-radius: 50%;
}
.cid-sjnYzshVAE .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-sjnYzshVAE .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-sjnYzshVAE .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-sjnYzshVAE .card-left {
    margin-right: -3rem;
  }
  .cid-sjnYzshVAE .card-right {
    margin-left: -3rem;
  }
}
.cid-sjnYzshVAE .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-sjnYzshVAE {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-sjnYzshVAE .container-fluid {
    padding: 0 1rem;
  }
  .cid-sjnYzshVAE .wrapper-row {
    flex-direction: column;
  }
  .cid-sjnYzshVAE .card-box1 {
    order: 2;
  }
  .cid-sjnYzshVAE .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-sjnYzshVAE .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-sjnYzshVAE .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 600px) {
  .cid-sjnYzshVAE .column-1 {
    width: 33%;
  }
  .cid-sjnYzshVAE .imageContainer {
    width: 33%;
  }
  .cid-sjnYzshVAE .column-2 {
    width: 33%;
  }
}
.cid-sjo9XU2tVK {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sjo9XU2tVK {
    padding-top: 25px;
    padding-bottom: 0px;
  }
}
.cid-sjo9rp67hv {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sjo9rp67hv .mbr-section-subtitle {
  color: #70747f ;
}
.cid-sjo9rp67hv .mbr-text {
  color: #70747f;
}
.cid-sjo9rp67hv .nav {
  border: 2px dashed #01a790;
  border-radius: 30px;
}
.cid-sjo9rp67hv .nav-tabs {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-sjo9rp67hv .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sjo9rp67hv .card-img img {
  border-radius: 30px;
  width: 100%;
}
.cid-sjo9rp67hv .tab-content {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 3.5rem;
}
.cid-sjo9rp67hv .nav-tabs .nav-link {
  display: block;
  color: #11233e;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 900;
  margin: 0px;
  border-radius: 30px !important;
  transition: all .3s;
  border: none;
  text-align: center;
}
.cid-sjo9rp67hv .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #b9d047;
}
.cid-sjo9rp67hv .nav-tabs .nav-link.active {
  color: #ffffff;
  background: #01a790;
}
.cid-sjo9rp67hv .title-content {
  color: #12265a;
}
.cid-sjo9rp67hv .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-sjo9rp67hv .wrapper {
  margin-bottom: 1.5rem;
  display: none!important;
}
.cid-sjo9rp67hv .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-sjo9rp67hv .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .cid-sjo9rp67hv .left-column {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sjo9rp67hv .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sjo9rp67hv .card-img {
    margin-top: .5rem;
  }
  .cid-sjo9rp67hv .card-img2 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-sjo9rp67hv {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .cid-sjo9rp67hv .nav-tabs {
    width: 100%;
  }
  .cid-sjo9rp67hv .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-sjo9rp67hv .wrapper-tab {
    padding: 0rem;
  }
  .cid-sjo9rp67hv .right-column {
    margin-top: 1rem;
  }
  .cid-sjo9rp67hv .tab-content {
    padding: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-sjo9rp67hv .nav-tabs .nav-item {
    display: flex;
  }
  .cid-sjo9rp67hv .nav-tabs {
    width: auto;
    padding: 1rem;
  }
  .cid-sjo9rp67hv .nav-tabs .nav-link.active {
    padding: 0.5rem;
  }
}
.cid-sjouD2QQIs.popup-builder {
  background-color: #ffffff;
}
.cid-sjouD2QQIs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sjouD2QQIs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sjouD2QQIs .modal-content,
.cid-sjouD2QQIs .modal-dialog {
  height: auto;
}
.cid-sjouD2QQIs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sjouD2QQIs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sjouD2QQIs .form-wrapper .mbr-form .form-group,
  .cid-sjouD2QQIs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sjouD2QQIs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sjouD2QQIs .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-sjouD2QQIs .mbr-text {
  text-align: justify;
}
.cid-sjouD2QQIs .pt-0 {
  padding-top: 0 !important;
}
.cid-sjouD2QQIs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sjouD2QQIs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sjouD2QQIs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sjouD2QQIs .modal-open {
  overflow: hidden;
}
.cid-sjouD2QQIs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sjouD2QQIs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sjouD2QQIs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sjouD2QQIs .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-sjouD2QQIs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sjouD2QQIs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sjouD2QQIs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sjouD2QQIs .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-sjouD2QQIs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sjouD2QQIs .modal-backdrop.fade {
  opacity: 0;
}
.cid-sjouD2QQIs .modal-backdrop.show {
  opacity: .5;
}
.cid-sjouD2QQIs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sjouD2QQIs .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sjouD2QQIs .modal-header .close:hover {
  opacity: 1;
}
.cid-sjouD2QQIs .modal-header .close:focus {
  outline: none;
}
.cid-sjouD2QQIs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00143f;
}
.cid-sjouD2QQIs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sjouD2QQIs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sjouD2QQIs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sjouD2QQIs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sjouD2QQIs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sjouD2QQIs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sjouD2QQIs .modal-sm {
    max-width: 300px;
  }
  .cid-sjouD2QQIs .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sjouD2QQIs .modal-lg,
  .cid-sjouD2QQIs .modal-xl {
    max-width: 800px;
  }
  .cid-sjouD2QQIs .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sjouD2QQIs .modal-xl {
    max-width: 1140px;
  }
  .cid-sjouD2QQIs .container {
    max-width: 1140px;
  }
}
.cid-sjouD2QQIs .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sjouD2QQIs .container {
    max-width: 720px;
  }
}
.cid-sjouD2QQIs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sjouD2QQIs .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-sjouD2QQIs .form-group {
  margin-bottom: 1rem;
}
.cid-sjouD2QQIs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sjouD2QQIs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sjouD2QQIs .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-sjovlop0fK.popup-builder {
  background-color: #ffffff;
}
.cid-sjovlop0fK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sjovlop0fK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sjovlop0fK .modal-content,
.cid-sjovlop0fK .modal-dialog {
  height: auto;
}
.cid-sjovlop0fK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sjovlop0fK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sjovlop0fK .form-wrapper .mbr-form .form-group,
  .cid-sjovlop0fK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sjovlop0fK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sjovlop0fK .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-sjovlop0fK .mbr-text {
  text-align: justify;
}
.cid-sjovlop0fK .pt-0 {
  padding-top: 0 !important;
}
.cid-sjovlop0fK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sjovlop0fK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sjovlop0fK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sjovlop0fK .modal-open {
  overflow: hidden;
}
.cid-sjovlop0fK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sjovlop0fK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sjovlop0fK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sjovlop0fK .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-sjovlop0fK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sjovlop0fK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sjovlop0fK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sjovlop0fK .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-sjovlop0fK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sjovlop0fK .modal-backdrop.fade {
  opacity: 0;
}
.cid-sjovlop0fK .modal-backdrop.show {
  opacity: .5;
}
.cid-sjovlop0fK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sjovlop0fK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sjovlop0fK .modal-header .close:hover {
  opacity: 1;
}
.cid-sjovlop0fK .modal-header .close:focus {
  outline: none;
}
.cid-sjovlop0fK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00143f;
}
.cid-sjovlop0fK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sjovlop0fK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sjovlop0fK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sjovlop0fK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sjovlop0fK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sjovlop0fK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sjovlop0fK .modal-sm {
    max-width: 300px;
  }
  .cid-sjovlop0fK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sjovlop0fK .modal-lg,
  .cid-sjovlop0fK .modal-xl {
    max-width: 800px;
  }
  .cid-sjovlop0fK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sjovlop0fK .modal-xl {
    max-width: 1140px;
  }
  .cid-sjovlop0fK .container {
    max-width: 1140px;
  }
}
.cid-sjovlop0fK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sjovlop0fK .container {
    max-width: 720px;
  }
}
.cid-sjovlop0fK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sjovlop0fK .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-sjovlop0fK .form-group {
  margin-bottom: 1rem;
}
.cid-sjovlop0fK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sjovlop0fK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sjovlop0fK .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-sjovz0sSa0.popup-builder {
  background-color: #ffffff;
}
.cid-sjovz0sSa0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sjovz0sSa0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sjovz0sSa0 .modal-content,
.cid-sjovz0sSa0 .modal-dialog {
  height: auto;
}
.cid-sjovz0sSa0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sjovz0sSa0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sjovz0sSa0 .form-wrapper .mbr-form .form-group,
  .cid-sjovz0sSa0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sjovz0sSa0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sjovz0sSa0 .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-sjovz0sSa0 .mbr-text {
  text-align: justify;
}
.cid-sjovz0sSa0 .pt-0 {
  padding-top: 0 !important;
}
.cid-sjovz0sSa0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sjovz0sSa0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sjovz0sSa0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sjovz0sSa0 .modal-open {
  overflow: hidden;
}
.cid-sjovz0sSa0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sjovz0sSa0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sjovz0sSa0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sjovz0sSa0 .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-sjovz0sSa0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sjovz0sSa0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sjovz0sSa0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sjovz0sSa0 .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-sjovz0sSa0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sjovz0sSa0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sjovz0sSa0 .modal-backdrop.show {
  opacity: .5;
}
.cid-sjovz0sSa0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sjovz0sSa0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sjovz0sSa0 .modal-header .close:hover {
  opacity: 1;
}
.cid-sjovz0sSa0 .modal-header .close:focus {
  outline: none;
}
.cid-sjovz0sSa0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00143f;
}
.cid-sjovz0sSa0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sjovz0sSa0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sjovz0sSa0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sjovz0sSa0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sjovz0sSa0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sjovz0sSa0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sjovz0sSa0 .modal-sm {
    max-width: 300px;
  }
  .cid-sjovz0sSa0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sjovz0sSa0 .modal-lg,
  .cid-sjovz0sSa0 .modal-xl {
    max-width: 800px;
  }
  .cid-sjovz0sSa0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sjovz0sSa0 .modal-xl {
    max-width: 1140px;
  }
  .cid-sjovz0sSa0 .container {
    max-width: 1140px;
  }
}
.cid-sjovz0sSa0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sjovz0sSa0 .container {
    max-width: 720px;
  }
}
.cid-sjovz0sSa0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sjovz0sSa0 .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-sjovz0sSa0 .form-group {
  margin-bottom: 1rem;
}
.cid-sjovz0sSa0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sjovz0sSa0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sjovz0sSa0 .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-sjovH87pMK.popup-builder {
  background-color: #ffffff;
}
.cid-sjovH87pMK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sjovH87pMK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sjovH87pMK .modal-content,
.cid-sjovH87pMK .modal-dialog {
  height: auto;
}
.cid-sjovH87pMK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sjovH87pMK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sjovH87pMK .form-wrapper .mbr-form .form-group,
  .cid-sjovH87pMK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sjovH87pMK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sjovH87pMK .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-sjovH87pMK .mbr-text {
  text-align: justify;
}
.cid-sjovH87pMK .pt-0 {
  padding-top: 0 !important;
}
.cid-sjovH87pMK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sjovH87pMK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sjovH87pMK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sjovH87pMK .modal-open {
  overflow: hidden;
}
.cid-sjovH87pMK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sjovH87pMK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sjovH87pMK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sjovH87pMK .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-sjovH87pMK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sjovH87pMK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sjovH87pMK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sjovH87pMK .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-sjovH87pMK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sjovH87pMK .modal-backdrop.fade {
  opacity: 0;
}
.cid-sjovH87pMK .modal-backdrop.show {
  opacity: .5;
}
.cid-sjovH87pMK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sjovH87pMK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sjovH87pMK .modal-header .close:hover {
  opacity: 1;
}
.cid-sjovH87pMK .modal-header .close:focus {
  outline: none;
}
.cid-sjovH87pMK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00143f;
}
.cid-sjovH87pMK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sjovH87pMK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sjovH87pMK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sjovH87pMK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sjovH87pMK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sjovH87pMK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sjovH87pMK .modal-sm {
    max-width: 300px;
  }
  .cid-sjovH87pMK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sjovH87pMK .modal-lg,
  .cid-sjovH87pMK .modal-xl {
    max-width: 800px;
  }
  .cid-sjovH87pMK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sjovH87pMK .modal-xl {
    max-width: 1140px;
  }
  .cid-sjovH87pMK .container {
    max-width: 1140px;
  }
}
.cid-sjovH87pMK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sjovH87pMK .container {
    max-width: 720px;
  }
}
.cid-sjovH87pMK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sjovH87pMK .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-sjovH87pMK .form-group {
  margin-bottom: 1rem;
}
.cid-sjovH87pMK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sjovH87pMK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sjovH87pMK .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-sjovOsDX9I.popup-builder {
  background-color: #ffffff;
}
.cid-sjovOsDX9I.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sjovOsDX9I.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sjovOsDX9I .modal-content,
.cid-sjovOsDX9I .modal-dialog {
  height: auto;
}
.cid-sjovOsDX9I .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sjovOsDX9I .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sjovOsDX9I .form-wrapper .mbr-form .form-group,
  .cid-sjovOsDX9I .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sjovOsDX9I .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sjovOsDX9I .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-sjovOsDX9I .mbr-text {
  text-align: justify;
}
.cid-sjovOsDX9I .pt-0 {
  padding-top: 0 !important;
}
.cid-sjovOsDX9I .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sjovOsDX9I .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sjovOsDX9I .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sjovOsDX9I .modal-open {
  overflow: hidden;
}
.cid-sjovOsDX9I .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sjovOsDX9I .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sjovOsDX9I .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sjovOsDX9I .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-sjovOsDX9I .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sjovOsDX9I .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sjovOsDX9I .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sjovOsDX9I .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-sjovOsDX9I .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sjovOsDX9I .modal-backdrop.fade {
  opacity: 0;
}
.cid-sjovOsDX9I .modal-backdrop.show {
  opacity: .5;
}
.cid-sjovOsDX9I .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sjovOsDX9I .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sjovOsDX9I .modal-header .close:hover {
  opacity: 1;
}
.cid-sjovOsDX9I .modal-header .close:focus {
  outline: none;
}
.cid-sjovOsDX9I .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00143f;
}
.cid-sjovOsDX9I .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sjovOsDX9I .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sjovOsDX9I .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sjovOsDX9I .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sjovOsDX9I .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sjovOsDX9I .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sjovOsDX9I .modal-sm {
    max-width: 300px;
  }
  .cid-sjovOsDX9I .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sjovOsDX9I .modal-lg,
  .cid-sjovOsDX9I .modal-xl {
    max-width: 800px;
  }
  .cid-sjovOsDX9I .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sjovOsDX9I .modal-xl {
    max-width: 1140px;
  }
  .cid-sjovOsDX9I .container {
    max-width: 1140px;
  }
}
.cid-sjovOsDX9I .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sjovOsDX9I .container {
    max-width: 720px;
  }
}
.cid-sjovOsDX9I .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sjovOsDX9I .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-sjovOsDX9I .form-group {
  margin-bottom: 1rem;
}
.cid-sjovOsDX9I .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sjovOsDX9I .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sjovOsDX9I .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-rGsvPFnWfW {
  background-color: #223668;
}
.cid-rGsvPFnWfW svg {
  position: absolute;
  top: 0;
}
.cid-rGsvPFnWfW .svg-1 {
  fill: #ffffff;
}
.cid-rGsvPFnWfW .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rGsvPFnWfW {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-rGsvPFnWfW {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-rGsvPFnWfW .mbr-text {
  color: #b1bee0;
}
.cid-rGsvPFnWfW a {
  text-decoration: underline;
}
.cid-rGsvPFnWfW a,
.cid-rGsvPFnWfW a:hover {
  font-weight: 400 !important;
}
