body {
  font-family: Jost;
}
.display-1 {
  font-family: 'DM Serif Display', serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'DM Serif Display', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ccac58 !important;
}
.bg-success {
  background-color: #0d2950 !important;
}
.bg-info {
  background-color: #0b203d !important;
}
.bg-warning {
  background-color: #ccac58 !important;
}
.bg-danger {
  background-color: #e8dbb8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ccac58 !important;
  border-color: #ccac58 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d7f30 !important;
  border-color: #9d7f30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d7f30 !important;
  border-color: #9d7f30 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #860000 !important;
  border-color: #860000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2f0000 !important;
  border-color: #2f0000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2f0000 !important;
  border-color: #2f0000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0b203d !important;
  border-color: #0b203d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0d2950 !important;
  border-color: #0d2950 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #010305 !important;
  border-color: #010305 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #010305 !important;
  border-color: #010305 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ccac58 !important;
  border-color: #ccac58 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d7f30 !important;
  border-color: #9d7f30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d7f30 !important;
  border-color: #9d7f30 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e8dbb8 !important;
  border-color: #e8dbb8 !important;
  color: #7a6327 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d3ba77 !important;
  border-color: #d3ba77 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a6327 !important;
  background-color: #d3ba77 !important;
  border-color: #d3ba77 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ccac58;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9d7f30 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ccac58 !important;
  border-color: #ccac58 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #860000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2f0000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #860000 !important;
  border-color: #860000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0b203d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0b203d !important;
  border-color: #0b203d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0d2950;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #010305 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0d2950 !important;
  border-color: #0d2950 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ccac58;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d7f30 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ccac58 !important;
  border-color: #ccac58 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e8dbb8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d3ba77 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a6327 !important;
  background-color: #e8dbb8 !important;
  border-color: #e8dbb8 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ccac58 !important;
}
.text-secondary {
  color: #860000 !important;
}
.text-success {
  color: #0d2950 !important;
}
.text-info {
  color: #0b203d !important;
}
.text-warning {
  color: #ccac58 !important;
}
.text-danger {
  color: #e8dbb8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #92762c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #200000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #92762c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cfb46b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ccac58;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0b203d;
}
.alert-warning {
  background-color: #ccac58;
}
.alert-danger {
  background-color: #e8dbb8;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ccac58;
  border-color: #ccac58;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ccac58;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcfaf4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5e96e5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #4e8bdf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fcfaf4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ccac58 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ccac58;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ccac58;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ccac58;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ccac58;
  border-bottom-color: #ccac58;
}
.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: #000000 !important;
  background-color: #ccac58 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #860000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ccac58' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.fale-assessor {
  margin-top: 15px;
  padding: 3px;
  color: #ffffff;
  Font-size: 90%;
  background-color: #25d366;
  margin-right: -4px;
}
.cid-ullnenJxCb .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ullnenJxCb .nav-item {
  list-style: none;
}
.cid-ullnenJxCb .nav-item:focus,
.cid-ullnenJxCb .nav-link:focus {
  outline: none;
}
.cid-ullnenJxCb .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ullnenJxCb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ullnenJxCb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ullnenJxCb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ullnenJxCb .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-ullnenJxCb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ullnenJxCb .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #f2ede4;
}
.cid-ullnenJxCb .navbar.opened {
  transition: all 0.3s;
  background: #f2ede4 !important;
}
.cid-ullnenJxCb .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ullnenJxCb .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
  display: none !important;
}
.cid-ullnenJxCb .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ullnenJxCb .navbar .navbar-collapse.show,
.cid-ullnenJxCb .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-ullnenJxCb .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ullnenJxCb .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ullnenJxCb .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ullnenJxCb .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3rem);
}
.cid-ullnenJxCb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ullnenJxCb .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ullnenJxCb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ullnenJxCb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ullnenJxCb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ullnenJxCb .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ullnenJxCb .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ullnenJxCb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ullnenJxCb .navbar.navbar-short {
  background: #f2ede4 !important;
  min-height: 60px;
}
.cid-ullnenJxCb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ullnenJxCb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ullnenJxCb .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ullnenJxCb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ullnenJxCb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ullnenJxCb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ullnenJxCb .dropdown-item.active,
.cid-ullnenJxCb .dropdown-item:active {
  background-color: transparent;
}
.cid-ullnenJxCb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ullnenJxCb .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ullnenJxCb .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ullnenJxCb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ullnenJxCb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2ede4;
}
.cid-ullnenJxCb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ullnenJxCb .socicon {
  transition: color 0.3s;
}
.cid-ullnenJxCb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ullnenJxCb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ullnenJxCb .navbar-buttons {
  text-align: inherit;
}
.cid-ullnenJxCb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ullnenJxCb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ullnenJxCb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ullnenJxCb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ullnenJxCb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ullnenJxCb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ullnenJxCb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ullnenJxCb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ullnenJxCb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ullnenJxCb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ullnenJxCb .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ullnenJxCb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ullnenJxCb .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ullnenJxCb .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ullnenJxCb .nav-link:hover,
.cid-ullnenJxCb .dropdown-item:hover,
.cid-ullnenJxCb .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ullnenJxCb .navbar {
    height: 77px;
  }
  .cid-ullnenJxCb .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ullnenJxCb .navbar-collapse .img-column {
    display: none;
  }
  .cid-ullnenJxCb .icons-menu,
  .cid-ullnenJxCb .navbar-buttons,
  .cid-ullnenJxCb .contact-block,
  .cid-ullnenJxCb .text-column {
    text-align: center !important;
  }
}
.cid-ullnenJxCb h6.mbr-fonts-style {
  padding: 0;
}
.cid-ullnenJxCb .collapsing {
  transition: 0s;
}
.cid-ullnenJxCb .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ullnenJxCb .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ullnenJxCb .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ullnenJxCb .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ullnenJxCb .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ullnenJxCb .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ullnenJxCb .contact-block {
    margin-left: 20px;
  }
  .cid-ullnenJxCb .contact-block ul li {
    text-align: left;
  }
  .cid-ullnenJxCb ul.col {
    padding: 0;
  }
  .cid-ullnenJxCb .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ullnenJxCb .icons-menu,
.cid-ullnenJxCb .navbar-buttons,
.cid-ullnenJxCb .contact-block,
.cid-ullnenJxCb .text-column {
  color: #000000;
}
.cid-ullnenJxCb .icons-menu a span {
  color: #000000;
}
.cid-ullnenJxCb H6 {
  color: #232323;
  text-align: left;
}
.cid-upoGkSz8xn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/slid-eb2-3-2000x955.webp");
}
.cid-upoGkSz8xn .mbr-fallback-image.disabled {
  display: none;
}
.cid-upoGkSz8xn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upoGkSz8xn .espaco-top {
  Height: 350px;
}
@media (max-width: 797px) {
  .cid-upoGkSz8xn .espaco-top {
    Height: 100px;
  }
}
.cid-upoGkSz8xn .mbr-section-title {
  color: #ffffff;
}
.cid-upoGkSz8xn .sombra {
  text-shadow: 2px 2px 5px #000;
}
.cid-ulg1ceWcZf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0d2950;
}
.cid-ulg1ceWcZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulg1ceWcZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulg1ceWcZf .card-wrapper {
  width: 100%;
}
.cid-ulg1ceWcZf .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ulg1ceWcZf .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ulg1ceWcZf .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ulg1ceWcZf .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ulg1ceWcZf .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ulg1ceWcZf .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ulg1ceWcZf .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ulg1ceWcZf .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ulg1ceWcZf .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ulg1ceWcZf .card-title {
    text-align: center !important;
  }
}
.cid-ulg1ceWcZf .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ulg1ceWcZf .card-text {
    text-align: center !important;
  }
}
.cid-upoTVb4059 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-upoTVb4059 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upoTVb4059 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upoTVb4059 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-upoTVb4059 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-upoTVb4059 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-upoTVb4059 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-upoTVb4059 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-upoTVb4059 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-upoTVb4059 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-upoTVb4059 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-upoTVb4059 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-upoTVb4059 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-upoTVb4059 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-upoTVb4059 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-upoTVb4059 .mbr-section-title {
  color: #404349;
}
.cid-upoTVb4059 .mbr-text {
  color: #404349;
}
.cid-upoTVb4059 .mbr-desc {
  color: #b19a7c;
}
.cid-ulgcHyFGDB {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f2ede4;
}
.cid-ulgcHyFGDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulgcHyFGDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-ulgcHyFGDB .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-ulgcHyFGDB P {
  max-width: 100%;
}
.cid-ulgcHyFGDB .mbr-section-btn,
.cid-ulgcHyFGDB .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ulgcHyFGDB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulgcHyFGDB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ulgcHyFGDB .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ulgcHyFGDB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ulgcHyFGDB .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-ulgcHyFGDB .mbr-text,
.cid-ulgcHyFGDB .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-ulgcHyFGDB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upph1emtE1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bandeiras-fudindo-preta2-2000x666.webp");
}
.cid-upph1emtE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upph1emtE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upph1emtE1 .content-wrapper {
  justify-content: center;
}
.cid-upph1emtE1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upph1emtE1 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-upph1emtE1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-upph1emtE1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upph1emtE1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upph1emtE1 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-upph1emtE1 .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-upph1emtE1 .mbr-section-btn {
  margin-top: 20px;
}
.cid-upph1emtE1 .video-wrapper {
  transition: all 0.3s ease-in-out;
}
.cid-upph1emtE1 .video-wrapper:hover,
.cid-upph1emtE1 .video-wrapper:focus {
  background-color: #078efb;
}
.cid-upph1emtE1 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-upph1emtE1 .box .mbr-media {
    height: 350px;
  }
}
.cid-upph1emtE1 .box .mbr-media:hover img,
.cid-upph1emtE1 .box .mbr-media:focus img {
  border: 2px solid #078efb;
}
.cid-upph1emtE1 .box .mbr-media:hover .icon-wrapper,
.cid-upph1emtE1 .box .mbr-media:focus .icon-wrapper {
  height: 85px;
  width: 85px;
}
.cid-upph1emtE1 .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-upph1emtE1 .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-upph1emtE1 .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-upph1emtE1 .box .mbr-media .mbr-iconfont {
  font-size: 21px;
  color: #252525;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-upph1emtE1 .mbr-media {
  position: relative;
}
.cid-upph1emtE1 .mbr-media img {
  object-fit: cover;
}
.cid-upph1emtE1 a:hover {
  background-image: none !important;
}
.cid-upph1emtE1 .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upph1emtE1 .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-upph1emtE1 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-upph1emtE1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-upph1emtE1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-upph1emtE1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-upph1emtE1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upph1emtE1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upph1emtE1 .mbr-section-title {
  color: #ffffff;
}
.cid-upph1emtE1 .mbr-text,
.cid-upph1emtE1 .text-wrapper {
  color: #fafafa;
  text-align: center;
}
.cid-upph1emtE1 .mbr-desc,
.cid-upph1emtE1 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-upph1emtE1 .mbr-section-title,
.cid-upph1emtE1 .mbr-section-btn {
  text-align: center;
  color: #ceb77a;
}
.cid-upp4e2737O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d2950;
}
.cid-upp4e2737O .mbr-fallback-image.disabled {
  display: none;
}
.cid-upp4e2737O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-upp4e2737O .container {
    max-width: 1400px;
  }
}
.cid-upp4e2737O .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ceb77a;
  margin-bottom: 2rem;
}
.cid-upp4e2737O .row {
  justify-content: center;
}
.cid-upp4e2737O .mbr-section-title {
  color: #ceb77a;
}
.cid-upp4e2737O .mbr-section-subtitle {
  color: #fafafa;
}
.cid-upp4e2737O .card-text {
  color: #ffffff;
}
.cid-upp4e2737O .card-title,
.cid-upp4e2737O .iconfont-wrapper {
  color: #f2ede4;
}
.cid-ulgvIOta7I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #860000;
}
.cid-ulgvIOta7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulgvIOta7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulgvIOta7I .text-container {
  background-color: #e8dbb8;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-ulgvIOta7I .text-container {
    margin: 0 5%;
  }
}
.cid-ulgvIOta7I .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-ulgvIOta7I .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-ulgvIOta7I .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-ulgvIOta7I .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-ulgvIOta7I .mbr-text {
  color: #e8e8e8;
}
.cid-ulgvIOta7I .mbr-desc,
.cid-ulgvIOta7I .mbr-iconfont {
  color: #e8e8e8;
}
.cid-ulgvIOta7I .mbr-text,
.cid-ulgvIOta7I .text-container {
  text-align: center;
  color: #0d2950;
}
.cid-ulgie1wLgg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeiras-fudindo-preta-upscayl-2x-remacri-2000x666.webp");
}
.cid-ulgie1wLgg .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-ulgie1wLgg .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-ulgie1wLgg .card .square_fill {
  background-color: #ccac58;
  transform: translate(-2.5rem, 0rem);
}
.cid-ulgie1wLgg .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-ulgie1wLgg .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-ulgie1wLgg .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-ulgie1wLgg .square_animation .square_null {
  z-index: 1;
  border: 1px solid #ccac58;
}
.cid-ulgie1wLgg .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-ulgie1wLgg .main_title {
  margin-bottom: 2.5rem;
}
.cid-ulgie1wLgg .card_subtitle {
  margin-bottom: .75rem;
}
.cid-ulgie1wLgg .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-ulgie1wLgg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ulgie1wLgg .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-ulgie1wLgg .row {
    flex-direction: column-reverse;
  }
  .cid-ulgie1wLgg .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-ulgie1wLgg .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-ulgie1wLgg .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-ulgie1wLgg .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-ulgie1wLgg .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-ulgie1wLgg .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-ulgie1wLgg .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-ulgie1wLgg .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-ulgie1wLgg .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-ulgie1wLgg .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-ulgie1wLgg .card-wrapper {
    padding-top: 1rem;
  }
  .cid-ulgie1wLgg .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-ulgie1wLgg .card:hover .square_fill {
    transform: none;
  }
  .cid-ulgie1wLgg .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-ulgie1wLgg .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-ulgie1wLgg .square_animation {
    margin-bottom: 2rem;
  }
  .cid-ulgie1wLgg .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-ulgie1wLgg .card-title {
  color: #ceb77a;
}
.cid-ulgie1wLgg .mbr-text,
.cid-ulgie1wLgg .linkBtn {
  color: #ffffff;
}
.cid-ulqRKa8sWf.popup-builder {
  background-color: #ffffff;
}
.cid-ulqRKa8sWf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulqRKa8sWf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulqRKa8sWf .modal-content,
.cid-ulqRKa8sWf .modal-dialog {
  height: auto;
}
.cid-ulqRKa8sWf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulqRKa8sWf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulqRKa8sWf .form-wrapper .mbr-form .form-group,
  .cid-ulqRKa8sWf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulqRKa8sWf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulqRKa8sWf .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-ulqRKa8sWf .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ulqRKa8sWf .pt-0 {
  padding-top: 0 !important;
}
.cid-ulqRKa8sWf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulqRKa8sWf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulqRKa8sWf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulqRKa8sWf .modal-open {
  overflow: hidden;
}
.cid-ulqRKa8sWf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulqRKa8sWf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulqRKa8sWf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulqRKa8sWf .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-ulqRKa8sWf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulqRKa8sWf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulqRKa8sWf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulqRKa8sWf .modal-content {
  background: #0d2950;
  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-ulqRKa8sWf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulqRKa8sWf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulqRKa8sWf .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulqRKa8sWf .modal-backdrop.show {
  opacity: .5;
}
.cid-ulqRKa8sWf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ulqRKa8sWf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulqRKa8sWf .modal-header {
    padding: 1rem;
  }
}
.cid-ulqRKa8sWf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulqRKa8sWf .modal-header .close svg {
  fill: #353535;
}
.cid-ulqRKa8sWf .modal-header .close:hover {
  opacity: 1;
}
.cid-ulqRKa8sWf .modal-header .close:focus {
  outline: none;
}
.cid-ulqRKa8sWf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ceb77a;
}
.cid-ulqRKa8sWf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulqRKa8sWf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulqRKa8sWf .modal-body {
    padding: 1rem;
  }
}
.cid-ulqRKa8sWf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ulqRKa8sWf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulqRKa8sWf .modal-footer {
    padding: 1rem;
  }
}
.cid-ulqRKa8sWf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulqRKa8sWf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulqRKa8sWf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulqRKa8sWf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulqRKa8sWf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulqRKa8sWf .modal-lg,
  .cid-ulqRKa8sWf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulqRKa8sWf .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulqRKa8sWf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulqRKa8sWf .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-ulqRKa8sWf .form-group {
  margin-bottom: 1rem;
}
.cid-ulqRKa8sWf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulqRKa8sWf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulqRKa8sWf .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-ulqRKa8sWf .mbr-section-btn {
  margin: 0;
}
.cid-ulqRKa8sWf .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulgwwbFiaH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #860000;
}
.cid-ulgwwbFiaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulgwwbFiaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulgwwbFiaH .text-container {
  background-color: #e8dbb8;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-ulgwwbFiaH .text-container {
    margin: 0 5%;
  }
}
.cid-ulgwwbFiaH .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-ulgwwbFiaH .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-ulgwwbFiaH .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-ulgwwbFiaH .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-ulgwwbFiaH .mbr-text {
  color: #e8e8e8;
}
.cid-ulgwwbFiaH .mbr-desc,
.cid-ulgwwbFiaH .mbr-iconfont {
  color: #e8e8e8;
}
.cid-ulgwwbFiaH .mbr-text,
.cid-ulgwwbFiaH .text-container {
  text-align: center;
  color: #0d2950;
}
.cid-ulgo0r18ye {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-ulgo0r18ye .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulgo0r18ye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ulgo0r18ye .container {
    padding: 0 30px;
  }
}
.cid-ulgo0r18ye .card {
  justify-content: center;
}
.cid-ulgo0r18ye .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ulgo0r18ye .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ulgo0r18ye .content-wrapper {
    padding: 0;
  }
}
.cid-ulgo0r18ye .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ulgo0r18ye .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-ulgo0r18ye .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-ulgo0r18ye .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-ulgo0r18ye .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ulgo0r18ye .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ulgo0r18ye .mbr-desc {
  color: #254b45;
}
.cid-ulgo0r18ye .mbr-section-title {
  color: #254b45;
}
.cid-ulgo0r18ye .mbr-text {
  color: #254b45;
}
.cid-ulgo0r18ye .mbr-section-title,
.cid-ulgo0r18ye .mbr-section-btn {
  color: #0b203d;
}
.cid-ulglih2toZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e8dbb8;
}
.cid-ulglih2toZ .card-wrapper {
  background: none;
  display: block;
  margin: 25px 0;
}
.cid-ulglih2toZ .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-ulglih2toZ .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #0d2950;
  margin-right: 15px;
  height: 100%;
  margin-bottom: 8px;
  text-align: center;
}
.cid-ulglih2toZ .row {
  align-items: center;
}
.cid-ulglih2toZ .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-ulglih2toZ .col {
  padding: 0;
}
.cid-ulglih2toZ .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-ulglih2toZ .card-title,
.cid-ulglih2toZ .iconfont-wrapper {
  color: #0c5b47;
}
.cid-ulglih2toZ a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-ulglih2toZ .card-title,
.cid-ulglih2toZ .lin {
  color: #0d2950;
  text-align: center;
}
.cid-ulglih2toZ .card-title {
  font-size: 25px;
  margin-bottom: 8px;
}
.cid-ulgAlK0L1j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #860000;
}
.cid-ulgAlK0L1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulgAlK0L1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulgAlK0L1j .text-container {
  background-color: #e8dbb8;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-ulgAlK0L1j .text-container {
    margin: 0 5%;
  }
}
.cid-ulgAlK0L1j .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-ulgAlK0L1j .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-ulgAlK0L1j .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-ulgAlK0L1j .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-ulgAlK0L1j .mbr-text {
  color: #e8e8e8;
}
.cid-ulgAlK0L1j .mbr-desc,
.cid-ulgAlK0L1j .mbr-iconfont {
  color: #e8e8e8;
}
.cid-ulgAlK0L1j .mbr-text,
.cid-ulgAlK0L1j .text-container {
  text-align: center;
  color: #0d2950;
}
.cid-ulg1exnxqv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0d2950;
}
.cid-ulg1exnxqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulg1exnxqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulg1exnxqv .card-wrapper {
  width: 100%;
}
.cid-ulg1exnxqv .card-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-ulg1exnxqv .image-wrapper {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-ulg1exnxqv .image-wrapper {
    margin-top: 24px;
  }
}
.cid-ulg1exnxqv .image-wrapper img {
  max-width: 80px;
}
.cid-ulg1exnxqv .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ulg1exnxqv .card-text {
  color: #fafafa;
  margin-bottom: 0;
  margin-top: 24px;
  text-align: center;
}
