body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Gloock', serif;
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-2 {
  font-family: 'Gloock', serif;
  font-size: 2.875rem;
  line-height: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Gloock', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.014em;
}
.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: 2.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.275rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #001f3f !important;
}
.bg-info {
  background-color: #001f3f !important;
}
.bg-warning {
  background-color: #79526f !important;
}
.bg-danger {
  background-color: #001f3f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4dfd4 !important;
  border-color: #e4dfd4 !important;
  color: #726447 !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: #c3b79f !important;
  border-color: #c3b79f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #726447 !important;
  background-color: #c3b79f !important;
  border-color: #c3b79f !important;
}
.btn-info,
.btn-info:active {
  background-color: #001f3f !important;
  border-color: #001f3f !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: #001f3f !important;
  border-color: #001f3f !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #79526f !important;
  border-color: #79526f !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: #452f40 !important;
  border-color: #452f40 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #452f40 !important;
  border-color: #452f40 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #001f3f !important;
  border-color: #001f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e4dfd4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c3b79f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #726447 !important;
  background-color: #e4dfd4 !important;
  border-color: #e4dfd4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #001f3f;
}
.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: #001f3f !important;
  border-color: #001f3f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #001f3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !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: #001f3f !important;
  border-color: #001f3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #79526f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #452f40 !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: #79526f !important;
  border-color: #79526f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #001f3f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #001f3f !important;
  border-color: #001f3f !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: #ffffff !important;
}
.text-secondary {
  color: #e4dfd4 !important;
}
.text-success {
  color: #001f3f !important;
}
.text-info {
  color: #001f3f !important;
}
.text-warning {
  color: #79526f !important;
}
.text-danger {
  color: #001f3f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bdb095 !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: #3c2937 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #001f3f;
}
.alert-warning {
  background-color: #79526f;
}
.alert-danger {
  background-color: #001f3f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #2591ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #2591ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b694ae;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #2591ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !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: #e4dfd4 !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='%23ffffff' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 18px 62px;
  border: 1px solid !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 18px 32px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 0 0 0 #001f3f !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border-color: #001f3f !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #e4dfd4 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border-color: #001f3f !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #001f3f !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border-color: #001f3f !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #001f3f !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border-color: #ffffff !important;
  box-shadow: inset 250px 0 0 0 #ffffff !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #79526f !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border-color: #001f3f !important;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #001f3f !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border-color: #001f3f !important;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border-color: #001f3f !important;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border-color: #001f3f !important;
}
.cid-tGGzgCbktB .navbar-dropdown {
  background: rgba(228, 223, 212, 0.6) !important;
  padding: 0;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(228, 223, 212, 0.6) !important;
  background: #e4dfd4;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGGzgCbktB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGGzgCbktB .menu_box .navbar.opened,
  .cid-tGGzgCbktB .menu_box .navbar-collapse {
    background-color: #e4dfd4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGGzgCbktB .navbar-dropdown {
  position: relative !important;
}
.cid-tGGzgCbktB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGGzgCbktB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGGzgCbktB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #001f3f;
  }
  .cid-tGGzgCbktB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGGzgCbktB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGGzgCbktB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-body .mbr-text,
  .cid-tGGzgCbktB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGGzgCbktB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #001f3f;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGGzgCbktB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGGzgCbktB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tGGzgCbktB .lg_brand {
    margin: 0 1rem;
  }
  .cid-tGGzgCbktB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tGGzgCbktB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 0 !important;
  }
}
.cid-tGGzgCbktB .nav-item .nav-link {
  position: relative;
}
.cid-tGGzgCbktB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover,
.cid-tGGzgCbktB .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover::before,
.cid-tGGzgCbktB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tGGzgCbktB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tGGzgCbktB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGGzgCbktB .offcanvas_box {
    display: none;
  }
}
.cid-tGGzgCbktB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGGzgCbktB .container {
  display: flex;
  margin: auto;
}
.cid-tGGzgCbktB .iconfont-wrapper {
  color: #c2b299;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tGGzgCbktB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGGzgCbktB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .navbar-caption {
  color: #ffffff;
}
.cid-tGGzgCbktB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .navbar-nav {
    margin: 0;
  }
}
.cid-tGGzgCbktB .dropdown-menu,
.cid-tGGzgCbktB .navbar.opened {
  background-color: true !important;
}
.cid-tGGzgCbktB .nav-item:focus,
.cid-tGGzgCbktB .nav-link:focus {
  outline: none;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGGzgCbktB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGGzgCbktB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGGzgCbktB .navbar.opened {
  transition: all 0.3s;
}
.cid-tGGzgCbktB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGGzgCbktB .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-tGGzgCbktB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar.collapsed {
  justify-content: center;
}
.cid-tGGzgCbktB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGGzgCbktB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGGzgCbktB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGGzgCbktB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGGzgCbktB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGGzgCbktB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGGzgCbktB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGGzgCbktB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGGzgCbktB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGGzgCbktB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGGzgCbktB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGGzgCbktB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGGzgCbktB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGGzgCbktB .dropdown-item.active,
.cid-tGGzgCbktB .dropdown-item:active {
  background-color: transparent;
}
.cid-tGGzgCbktB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGGzgCbktB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGGzgCbktB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGGzgCbktB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e4dfd4;
  background: #c2b299;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #001f3f;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGGzgCbktB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGGzgCbktB .navbar {
    height: 70px;
  }
  .cid-tGGzgCbktB .navbar.opened {
    height: auto;
  }
  .cid-tGGzgCbktB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGzgCbktB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGGzgCbktB .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tGGzgCbktB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGGzgCbktB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGGzgCbktB .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tGGzgCbktB .text_widget {
  margin-bottom: 32px;
}
.cid-tGGzgCbktB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .text_widget a:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-section-subtitle,
.cid-tGGzgCbktB .text_widget,
.cid-tGGzgCbktB .mbr-section-btn {
  text-align: center;
}
.cid-tGGzgCbktB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-usBHzmhQJ8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-usBHzmhQJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usBHzmhQJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usBHzmhQJ8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-usBHzmhQJ8 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-usBHzmhQJ8 .container {
    padding: 0 30px;
  }
}
.cid-usBHzmhQJ8 .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-usBHzmhQJ8 .content-wrapper {
    padding: 80px 0;
  }
}
.cid-usBHzmhQJ8 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-usBHzmhQJ8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-usBHzmhQJ8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-usBHzmhQJ8 .mbr-section-title {
  color: #ffffff;
}
.cid-usBHzmhQJ8 .mbr-text,
.cid-usBHzmhQJ8 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usBHzmhQJ8 .mbr-section-title,
.cid-usBHzmhQJ8 .mbr-section-btn {
  text-align: center;
}
.cid-tGGzm1MCYQ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #001f3f;
}
.cid-tGGzm1MCYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGzm1MCYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGzm1MCYQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .container {
    padding: 0 20px;
  }
}
.cid-tGGzm1MCYQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tGGzm1MCYQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tGGzm1MCYQ .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tGGzm1MCYQ .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-tGGzm1MCYQ .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .image-wrapper img {
    height: 300px;
  }
}
.cid-tGGzm1MCYQ .mbr-section-title {
  color: #c2b299;
}
.cid-tGGzm1MCYQ .mbr-text {
  color: #e4dfd4;
}
.cid-tGGzm1MCYQ .mbr-section-title,
.cid-tGGzm1MCYQ .mbr-section-btn {
  color: #ffffff;
}
.cid-tGGzne3zDB {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #001f3f;
}
.cid-tGGzne3zDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGzne3zDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGzne3zDB .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGzne3zDB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGzne3zDB .container {
    padding: 0 20px;
  }
}
.cid-tGGzne3zDB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tGGzne3zDB .mbr-section-btn {
  margin-bottom: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tGGzne3zDB .mbr-section-btn {
    display: none;
  }
}
.cid-tGGzne3zDB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-tGGzne3zDB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-tGGzne3zDB .embla__slide .card-wrap {
  padding: 0 45px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tGGzne3zDB .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-tGGzne3zDB .embla__slide .card-wrap a {
  display: block;
}
.cid-tGGzne3zDB .embla__slide .card-wrap a .item-wrapper .image-wrap {
  margin-bottom: 24px;
}
.cid-tGGzne3zDB .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tGGzne3zDB .embla__slide .card-wrap a .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-tGGzne3zDB .embla__slide .card-wrap a .content-wrap .card-title {
  margin-bottom: 24px;
}
.cid-tGGzne3zDB .embla__slide .card-wrap a .content-wrap .card-date {
  margin-bottom: 0;
}
.cid-tGGzne3zDB .embla__button--next,
.cid-tGGzne3zDB .embla__button--prev {
  display: flex;
}
.cid-tGGzne3zDB .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGGzne3zDB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tGGzne3zDB .embla__button:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.cid-tGGzne3zDB .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-tGGzne3zDB .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-tGGzne3zDB .embla {
  position: relative;
  width: 100%;
}
.cid-tGGzne3zDB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tGGzne3zDB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tGGzne3zDB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tGGzne3zDB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tGGzne3zDB .mbr-section-title {
  color: #ffffff;
}
.cid-tGGzne3zDB .card-title {
  color: #ededed;
}
.cid-tGGzne3zDB .card-date {
  color: #e4dfd4;
}
.cid-uFbWGsZQg0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1281.webp");
}
.cid-uFbWGsZQg0 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uFbWGsZQg0 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uFbWGsZQg0 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uFbWGsZQg0 .item-img:hover img {
  transform: scale(1.15);
}
.cid-uFbWGsZQg0 .item-img:hover:before {
  opacity: 0.5;
}
.cid-uFbWGsZQg0 h5 {
  margin-bottom: 1rem;
}
.cid-uFbWGsZQg0 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uFbWGsZQg0 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uFbWGsZQg0 img,
.cid-uFbWGsZQg0 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uFbWGsZQg0 .item:focus,
.cid-uFbWGsZQg0 span:focus {
  outline: none;
}
.cid-uFbWGsZQg0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFbWGsZQg0 .item {
    margin-bottom: 1rem;
  }
}
.cid-uFbWGsZQg0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uFbWGsZQg0 .item {
  padding: 0;
  margin: 0;
}
.cid-uFbWGsZQg0 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFbWGsZQg0 .mbr-section-title {
  color: #4e423d;
}
.cid-uFbWGsZQg0 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uFbWGsZQg0 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uFbWGsZQg0 .mbr-text,
.cid-uFbWGsZQg0 .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFbWGsZQg0 .content-head {
  max-width: 800px;
}
.cid-uFbS1hVby9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFbS1hVby9 img {
  width: 180px;
  margin: auto;
}
.cid-uFbS1hVby9 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uFbS1hVby9 .card:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-uFbS1hVby9 .card {
    max-width: 20%;
  }
}
.cid-uFbS1hVby9 .mbr-section-title {
  color: #003366;
}
.cid-uFbT9HwvEH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFbT9HwvEH img {
  width: 180px;
  margin: auto;
}
.cid-uFbT9HwvEH .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uFbT9HwvEH .card:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-uFbT9HwvEH .card {
    max-width: 20%;
  }
}
.cid-uFbT9HwvEH .mbr-section-title {
  color: #003366;
}
.cid-uDjmXhA3PE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uDjmXhA3PE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDjmXhA3PE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDjmXhA3PE .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjmXhA3PE .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDjmXhA3PE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDjmXhA3PE .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjmXhA3PE .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff0000;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #001f3f;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #001f3f;
}
.cid-uDjmXhA3PE .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjmXhA3PE .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjmXhA3PE .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap:hover,
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap:focus {
  color: #ff0000;
}
.cid-uDjmXhA3PE .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDjmXhA3PE .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uDjmXhA3PE .mbr-section-title {
  color: #ffffff;
}
.cid-uDjmXhA3PE .mbr-text {
  color: #ffffff;
}
.cid-uDjmXhA3PE .mbr-desc {
  color: #000000;
}
.cid-uDjmXhA3PE .list {
  color: #ffffff;
}
.cid-uDjmXhA3PE .mbr-section-title,
.cid-uDjmXhA3PE .mbr-section-btn,
.cid-uDjmXhA3PE .social-wrap {
  color: #000000;
}
.cid-uDjmXhA3PE .list,
.cid-uDjmXhA3PE .item-wrap {
  color: #000000;
}
.cid-uELHwNlPfp P {
  color: #1281fc;
}
.cid-uELHwNlPfp DIV {
  color: #ffffff;
}
.cid-uELHwNlPfp H10 {
  color: #034e75;
}
.cid-uELHwNlPfp .hidden {
  display: none;
}
.cid-uELHwNlPfp .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 11px;
}
.cid-uELHwNlPfp .icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 11px;
}
.cid-uELHwNlPfp .icon-bar a:hover {
  background-color: #000000;
}
.cid-uELHwNlPfp .flag {
  background: transparent;
}
.cid-uELHwNlPfp .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uELHwNlPfp .nav-right {
  float: left !important;
  position: relative;
}
.cid-uELHwNlPfp #google_translate_element {
  display: none;
}
.cid-uELHwNlPfp .goog-te-banner {
  display: none;
}
.cid-uELHwNlPfp .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-uELHwNlPfp .goog-te-spinner-pos {
  display: none !important;
}
.cid-uELHwNlPfp body {
  top: 0px !important;
}
.cid-uELHwNlPfp body body {
  top: 0 !important;
}
.cid-uELHwNlPfp body .goog-te-banner-frame {
  display: none !important;
}
.cid-uELHwNlPfp .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-uELHwNlPfp .goog-tooltip {
  display: none !important;
}
.cid-uELHwNlPfp .goog-tooltip:hover {
  display: none !important;
}
.cid-uELHwNlPfp .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-uELHwNlPfp #goog-gt-tt,
.cid-uELHwNlPfp .goog-te-balloon-frame {
  display: none !important;
}
.cid-uELHwNlPfp #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-uELHwNlPfp .goog-logo-link {
  display: none !important;
}
.cid-uELHwNlPfp .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-uELHwNlPfp div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uELHwNlPfp div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-tGGzgCbktB .navbar-dropdown {
  background: rgba(228, 223, 212, 0.6) !important;
  padding: 0;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(228, 223, 212, 0.6) !important;
  background: #e4dfd4;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGGzgCbktB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGGzgCbktB .menu_box .navbar.opened,
  .cid-tGGzgCbktB .menu_box .navbar-collapse {
    background-color: #e4dfd4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGGzgCbktB .navbar-dropdown {
  position: relative !important;
}
.cid-tGGzgCbktB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGGzgCbktB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGGzgCbktB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #001f3f;
  }
  .cid-tGGzgCbktB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGGzgCbktB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGGzgCbktB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-body .mbr-text,
  .cid-tGGzgCbktB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGGzgCbktB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #001f3f;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGGzgCbktB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGGzgCbktB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tGGzgCbktB .lg_brand {
    margin: 0 1rem;
  }
  .cid-tGGzgCbktB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tGGzgCbktB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 0 !important;
  }
}
.cid-tGGzgCbktB .nav-item .nav-link {
  position: relative;
}
.cid-tGGzgCbktB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover,
.cid-tGGzgCbktB .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover::before,
.cid-tGGzgCbktB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tGGzgCbktB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tGGzgCbktB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGGzgCbktB .offcanvas_box {
    display: none;
  }
}
.cid-tGGzgCbktB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGGzgCbktB .container {
  display: flex;
  margin: auto;
}
.cid-tGGzgCbktB .iconfont-wrapper {
  color: #c2b299;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tGGzgCbktB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGGzgCbktB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .navbar-caption {
  color: #ffffff;
}
.cid-tGGzgCbktB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .navbar-nav {
    margin: 0;
  }
}
.cid-tGGzgCbktB .dropdown-menu,
.cid-tGGzgCbktB .navbar.opened {
  background-color: true !important;
}
.cid-tGGzgCbktB .nav-item:focus,
.cid-tGGzgCbktB .nav-link:focus {
  outline: none;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGGzgCbktB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGGzgCbktB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGGzgCbktB .navbar.opened {
  transition: all 0.3s;
}
.cid-tGGzgCbktB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGGzgCbktB .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-tGGzgCbktB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar.collapsed {
  justify-content: center;
}
.cid-tGGzgCbktB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGGzgCbktB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGGzgCbktB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGGzgCbktB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGGzgCbktB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGGzgCbktB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGGzgCbktB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGGzgCbktB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGGzgCbktB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGGzgCbktB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGGzgCbktB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGGzgCbktB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGGzgCbktB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGGzgCbktB .dropdown-item.active,
.cid-tGGzgCbktB .dropdown-item:active {
  background-color: transparent;
}
.cid-tGGzgCbktB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGGzgCbktB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGGzgCbktB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGGzgCbktB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e4dfd4;
  background: #c2b299;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #001f3f;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGGzgCbktB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGGzgCbktB .navbar {
    height: 70px;
  }
  .cid-tGGzgCbktB .navbar.opened {
    height: auto;
  }
  .cid-tGGzgCbktB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGzgCbktB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGGzgCbktB .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tGGzgCbktB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGGzgCbktB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGGzgCbktB .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tGGzgCbktB .text_widget {
  margin-bottom: 32px;
}
.cid-tGGzgCbktB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .text_widget a:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-section-subtitle,
.cid-tGGzgCbktB .text_widget,
.cid-tGGzgCbktB .mbr-section-btn {
  text-align: center;
}
.cid-tGGzgCbktB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-usBHmZssoi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/captura-de-ecra-2024-10-29-as-15.25.44-1398x532.png");
}
.cid-usBHmZssoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-usBHmZssoi .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-usBHmZssoi .container {
    padding: 0 30px;
  }
}
.cid-usBHmZssoi .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-usBHmZssoi .content-wrapper {
    padding: 80px 0;
  }
}
.cid-usBHmZssoi .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-usBHmZssoi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-usBHmZssoi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-usBHmZssoi .mbr-section-title {
  color: #ffffff;
}
.cid-usBHmZssoi .mbr-text,
.cid-usBHmZssoi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usBHmZssoi .mbr-section-title,
.cid-usBHmZssoi .mbr-section-btn {
  text-align: center;
}
.cid-usBzynHcvp {
  background-color: #001f3f;
}
.cid-usBzynHcvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-usBzynHcvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usBzynHcvp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-usBzynHcvp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usBzynHcvp .container {
    padding: 0 20px;
  }
}
.cid-usBzynHcvp .row {
  justify-content: center;
}
.cid-usBzynHcvp .title-wrapper {
  margin-bottom: 50px;
}
.cid-usBzynHcvp .title-wrapper .mbr-date {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-usBzynHcvp .title-wrapper .mbr-date {
    margin-bottom: 24px;
  }
}
.cid-usBzynHcvp .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-usBzynHcvp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usBzynHcvp .item .item-wrapper {
  background-color: #fafafa;
  display: flex;
  padding: 24px 50px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-usBzynHcvp .item .item-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-usBzynHcvp .item .item-wrapper .item-img {
  width: 330px;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-usBzynHcvp .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-usBzynHcvp .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usBzynHcvp .item .item-wrapper .item-img img {
    width: 200px;
    height: 180px;
    margin: 0 auto;
  }
}
.cid-usBzynHcvp .item .item-wrapper .item-content {
  width: 60%;
}
.cid-usBzynHcvp .item .item-wrapper .item-content .title-wrap {
  margin-bottom: 16px;
}
.cid-usBzynHcvp .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-usBzynHcvp .item .item-wrapper .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-usBzynHcvp .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cid-usBzynHcvp .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price-desc {
  margin-bottom: 10px;
}
.cid-usBzynHcvp .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 10px;
}
.cid-usBzynHcvp .mbr-date {
  color: #1b1b1b;
  text-align: center;
}
.cid-usBzynHcvp .mbr-section-title {
  color: #1b1b1b;
  text-align: center;
}
.cid-usBzynHcvp .mbr-text {
  color: #1b1b1b;
  text-align: center;
}
.cid-usBzynHcvp .item-title {
  color: #001f3f;
}
.cid-usBzynHcvp .mbr-desc {
  color: #001f3f;
}
.cid-usBzynHcvp .mbr-price-desc {
  color: #1b1b1b;
}
.cid-usBzynHcvp .mbr-price {
  color: #001f3f;
}
.cid-uDjmXhA3PE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uDjmXhA3PE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDjmXhA3PE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDjmXhA3PE .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjmXhA3PE .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDjmXhA3PE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDjmXhA3PE .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjmXhA3PE .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff0000;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #001f3f;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #001f3f;
}
.cid-uDjmXhA3PE .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjmXhA3PE .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjmXhA3PE .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap:hover,
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap:focus {
  color: #ff0000;
}
.cid-uDjmXhA3PE .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDjmXhA3PE .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uDjmXhA3PE .mbr-section-title {
  color: #ffffff;
}
.cid-uDjmXhA3PE .mbr-text {
  color: #ffffff;
}
.cid-uDjmXhA3PE .mbr-desc {
  color: #000000;
}
.cid-uDjmXhA3PE .list {
  color: #ffffff;
}
.cid-uDjmXhA3PE .mbr-section-title,
.cid-uDjmXhA3PE .mbr-section-btn,
.cid-uDjmXhA3PE .social-wrap {
  color: #000000;
}
.cid-uDjmXhA3PE .list,
.cid-uDjmXhA3PE .item-wrap {
  color: #000000;
}
.cid-tGGzgCbktB .navbar-dropdown {
  background: rgba(228, 223, 212, 0.6) !important;
  padding: 0;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(228, 223, 212, 0.6) !important;
  background: #e4dfd4;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGGzgCbktB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGGzgCbktB .menu_box .navbar.opened,
  .cid-tGGzgCbktB .menu_box .navbar-collapse {
    background-color: #e4dfd4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGGzgCbktB .navbar-dropdown {
  position: relative !important;
}
.cid-tGGzgCbktB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGGzgCbktB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGGzgCbktB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #001f3f;
  }
  .cid-tGGzgCbktB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGGzgCbktB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGGzgCbktB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-body .mbr-text,
  .cid-tGGzgCbktB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGGzgCbktB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #001f3f;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGGzgCbktB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGGzgCbktB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tGGzgCbktB .lg_brand {
    margin: 0 1rem;
  }
  .cid-tGGzgCbktB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tGGzgCbktB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 0 !important;
  }
}
.cid-tGGzgCbktB .nav-item .nav-link {
  position: relative;
}
.cid-tGGzgCbktB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover,
.cid-tGGzgCbktB .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover::before,
.cid-tGGzgCbktB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tGGzgCbktB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tGGzgCbktB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGGzgCbktB .offcanvas_box {
    display: none;
  }
}
.cid-tGGzgCbktB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGGzgCbktB .container {
  display: flex;
  margin: auto;
}
.cid-tGGzgCbktB .iconfont-wrapper {
  color: #c2b299;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tGGzgCbktB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGGzgCbktB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .navbar-caption {
  color: #ffffff;
}
.cid-tGGzgCbktB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .navbar-nav {
    margin: 0;
  }
}
.cid-tGGzgCbktB .dropdown-menu,
.cid-tGGzgCbktB .navbar.opened {
  background-color: true !important;
}
.cid-tGGzgCbktB .nav-item:focus,
.cid-tGGzgCbktB .nav-link:focus {
  outline: none;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGGzgCbktB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGGzgCbktB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGGzgCbktB .navbar.opened {
  transition: all 0.3s;
}
.cid-tGGzgCbktB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGGzgCbktB .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-tGGzgCbktB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar.collapsed {
  justify-content: center;
}
.cid-tGGzgCbktB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGGzgCbktB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGGzgCbktB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGGzgCbktB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGGzgCbktB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGGzgCbktB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGGzgCbktB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGGzgCbktB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGGzgCbktB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGGzgCbktB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGGzgCbktB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGGzgCbktB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGGzgCbktB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGGzgCbktB .dropdown-item.active,
.cid-tGGzgCbktB .dropdown-item:active {
  background-color: transparent;
}
.cid-tGGzgCbktB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGGzgCbktB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGGzgCbktB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGGzgCbktB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e4dfd4;
  background: #c2b299;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #001f3f;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGGzgCbktB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGGzgCbktB .navbar {
    height: 70px;
  }
  .cid-tGGzgCbktB .navbar.opened {
    height: auto;
  }
  .cid-tGGzgCbktB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGzgCbktB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGGzgCbktB .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tGGzgCbktB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGGzgCbktB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGGzgCbktB .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tGGzgCbktB .text_widget {
  margin-bottom: 32px;
}
.cid-tGGzgCbktB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .text_widget a:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-section-subtitle,
.cid-tGGzgCbktB .text_widget,
.cid-tGGzgCbktB .mbr-section-btn {
  text-align: center;
}
.cid-tGGzgCbktB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-usBHfvLaSq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/captura-de-ecra-2024-10-29-as-15.25.44-1398x532.png");
}
.cid-usBHfvLaSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-usBHfvLaSq .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-usBHfvLaSq .container {
    padding: 0 30px;
  }
}
.cid-usBHfvLaSq .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-usBHfvLaSq .content-wrapper {
    padding: 80px 0;
  }
}
.cid-usBHfvLaSq .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-usBHfvLaSq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-usBHfvLaSq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-usBHfvLaSq .mbr-section-title {
  color: #ffffff;
}
.cid-usBHfvLaSq .mbr-text,
.cid-usBHfvLaSq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usBHfvLaSq .mbr-section-title,
.cid-usBHfvLaSq .mbr-section-btn {
  text-align: center;
}
.cid-urWweQLGSq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #001f3f;
}
.cid-urWweQLGSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-urWweQLGSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urWweQLGSq .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urWweQLGSq .google-map {
    margin-bottom: 48px;
  }
}
.cid-urWweQLGSq .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-urWweQLGSq .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-urWweQLGSq .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-urWweQLGSq .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-urWweQLGSq .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-urWweQLGSq .list-wrapper .list .item-wrap:hover,
.cid-urWweQLGSq .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-urWweQLGSq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-urWweQLGSq .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-urWweQLGSq .social-wrapper {
    text-align: left;
  }
}
.cid-urWweQLGSq .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urWweQLGSq .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-urWweQLGSq .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-urWweQLGSq .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #001f3f;
  color: #ffffff;
}
.cid-urWweQLGSq .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-urWweQLGSq .list {
  color: #9aa0a6;
}
.cid-urX6lMkuf3 {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #001f3f;
}
.cid-urX6lMkuf3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-urX6lMkuf3 textarea {
  min-height: 150px;
}
.cid-urX6lMkuf3 input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-urX6lMkuf3 textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-urX6lMkuf3 .form-control,
.cid-urX6lMkuf3 .field-input {
  padding: 1rem 0rem;
  background-color: #ffffff;
  border: none !important;
  border-bottom: 2px solid #001f3f !important;
  border-color: #001f3f !important;
  color: #001f3f !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-urX6lMkuf3 .form-control input::-webkit-input-placeholder,
.cid-urX6lMkuf3 .field-input input::-webkit-input-placeholder,
.cid-urX6lMkuf3 .form-control textarea::-webkit-input-placeholder,
.cid-urX6lMkuf3 .field-input textarea::-webkit-input-placeholder {
  color: #001f3f !important;
}
.cid-urX6lMkuf3 .form-control input:-moz-placeholder,
.cid-urX6lMkuf3 .field-input input:-moz-placeholder,
.cid-urX6lMkuf3 .form-control textarea:-moz-placeholder,
.cid-urX6lMkuf3 .field-input textarea:-moz-placeholder {
  color: #001f3f !important;
}
.cid-urX6lMkuf3 .jq-number__spin:hover,
.cid-urX6lMkuf3 .jq-number__spin:focus {
  background-color: #001f3f;
  border-color: #001f3f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-urX6lMkuf3 .jq-number__spin {
  background-color: #ffffff;
  border-color: #001f3f !important;
  color: #001f3f;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-urX6lMkuf3 .jq-selectbox li,
.cid-urX6lMkuf3 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-urX6lMkuf3 .jq-selectbox li:hover,
.cid-urX6lMkuf3 .jq-selectbox li.selected {
  background-color: #001f3f;
  color: #ffffff;
}
.cid-urX6lMkuf3 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-urX6lMkuf3 .jq-number__spin.minus:hover:after,
.cid-urX6lMkuf3 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-urX6lMkuf3 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-urX6lMkuf3 .jq-number__spin.minus:after,
.cid-urX6lMkuf3 .jq-number__spin.plus:after {
  border-top-color: #001f3f;
  border-bottom-color: #001f3f;
}
@media (max-width: 992px) {
  .cid-urX6lMkuf3 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-urX6lMkuf3 .social-list {
    margin-bottom: 3rem;
  }
  .cid-urX6lMkuf3 .email-input {
    margin-top: 2rem;
  }
}
.cid-urX6lMkuf3 .mbr-section-subtitle {
  color: #001f3f;
  margin-bottom: 2.4rem;
}
.cid-urX6lMkuf3 .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-urX6lMkuf3 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-urX6lMkuf3 .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #001f3f;
  transition: all 0.3s;
}
.cid-urX6lMkuf3 .mbr-iconfont-social:hover {
  color: #001f3f;
}
.cid-urX6lMkuf3 .social-list {
  display: flex;
}
.cid-urX6lMkuf3 .social-list a {
  transition: 0.3s;
}
.cid-urX6lMkuf3 .social-list a:hover {
  transform: translateY(-8px);
}
.cid-urX6lMkuf3 .row {
  align-items: center;
}
.cid-urX6lMkuf3 .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-urX6lMkuf3 .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-urX6lMkuf3 .form-btn {
  margin-top: 2.5rem;
}
.cid-urX6lMkuf3 input::-webkit-input-placeholder,
.cid-urX6lMkuf3 textarea::-webkit-input-placeholder {
  color: #001f3f !important;
}
.cid-urX6lMkuf3 input:-moz-placeholder,
.cid-urX6lMkuf3 textarea:-moz-placeholder {
  color: #001f3f !important;
}
@media (min-width: 992px) {
  .cid-urX6lMkuf3 .media-content {
    padding-right: 3rem;
  }
  .cid-urX6lMkuf3 .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-urX6lMkuf3 .row {
    padding: 0 1rem;
  }
}
.cid-urX6lMkuf3 .btn:hover {
  background-color: #001f3f !important;
  border-color: #001f3f !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-urX6lMkuf3 .form-btn {
    width: 100%;
  }
  .cid-urX6lMkuf3 .btn {
    width: 100%;
  }
}
.cid-uDjmXhA3PE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uDjmXhA3PE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDjmXhA3PE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDjmXhA3PE .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjmXhA3PE .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDjmXhA3PE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDjmXhA3PE .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjmXhA3PE .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff0000;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #001f3f;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #001f3f;
}
.cid-uDjmXhA3PE .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjmXhA3PE .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjmXhA3PE .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap:hover,
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap:focus {
  color: #ff0000;
}
.cid-uDjmXhA3PE .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDjmXhA3PE .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uDjmXhA3PE .mbr-section-title {
  color: #ffffff;
}
.cid-uDjmXhA3PE .mbr-text {
  color: #ffffff;
}
.cid-uDjmXhA3PE .mbr-desc {
  color: #000000;
}
.cid-uDjmXhA3PE .list {
  color: #ffffff;
}
.cid-uDjmXhA3PE .mbr-section-title,
.cid-uDjmXhA3PE .mbr-section-btn,
.cid-uDjmXhA3PE .social-wrap {
  color: #000000;
}
.cid-uDjmXhA3PE .list,
.cid-uDjmXhA3PE .item-wrap {
  color: #000000;
}
.cid-tGGzgCbktB .navbar-dropdown {
  background: rgba(228, 223, 212, 0.6) !important;
  padding: 0;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(228, 223, 212, 0.6) !important;
  background: #e4dfd4;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGGzgCbktB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGGzgCbktB .menu_box .navbar.opened,
  .cid-tGGzgCbktB .menu_box .navbar-collapse {
    background-color: #e4dfd4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGGzgCbktB .navbar-dropdown {
  position: relative !important;
}
.cid-tGGzgCbktB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGGzgCbktB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGGzgCbktB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #001f3f;
  }
  .cid-tGGzgCbktB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGGzgCbktB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGGzgCbktB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-body .mbr-text,
  .cid-tGGzgCbktB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGGzgCbktB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #001f3f;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGGzgCbktB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGGzgCbktB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tGGzgCbktB .lg_brand {
    margin: 0 1rem;
  }
  .cid-tGGzgCbktB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tGGzgCbktB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 0 !important;
  }
}
.cid-tGGzgCbktB .nav-item .nav-link {
  position: relative;
}
.cid-tGGzgCbktB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover,
.cid-tGGzgCbktB .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover::before,
.cid-tGGzgCbktB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tGGzgCbktB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tGGzgCbktB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGGzgCbktB .offcanvas_box {
    display: none;
  }
}
.cid-tGGzgCbktB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGGzgCbktB .container {
  display: flex;
  margin: auto;
}
.cid-tGGzgCbktB .iconfont-wrapper {
  color: #c2b299;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tGGzgCbktB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGGzgCbktB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .navbar-caption {
  color: #ffffff;
}
.cid-tGGzgCbktB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .navbar-nav {
    margin: 0;
  }
}
.cid-tGGzgCbktB .dropdown-menu,
.cid-tGGzgCbktB .navbar.opened {
  background-color: true !important;
}
.cid-tGGzgCbktB .nav-item:focus,
.cid-tGGzgCbktB .nav-link:focus {
  outline: none;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGGzgCbktB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGGzgCbktB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGGzgCbktB .navbar.opened {
  transition: all 0.3s;
}
.cid-tGGzgCbktB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGGzgCbktB .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-tGGzgCbktB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar.collapsed {
  justify-content: center;
}
.cid-tGGzgCbktB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGGzgCbktB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGGzgCbktB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGGzgCbktB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGGzgCbktB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGGzgCbktB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGGzgCbktB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGGzgCbktB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGGzgCbktB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGGzgCbktB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGGzgCbktB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGGzgCbktB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGGzgCbktB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGGzgCbktB .dropdown-item.active,
.cid-tGGzgCbktB .dropdown-item:active {
  background-color: transparent;
}
.cid-tGGzgCbktB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGGzgCbktB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGGzgCbktB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGGzgCbktB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e4dfd4;
  background: #c2b299;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #001f3f;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGGzgCbktB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGGzgCbktB .navbar {
    height: 70px;
  }
  .cid-tGGzgCbktB .navbar.opened {
    height: auto;
  }
  .cid-tGGzgCbktB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGzgCbktB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGGzgCbktB .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tGGzgCbktB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGGzgCbktB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGGzgCbktB .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tGGzgCbktB .text_widget {
  margin-bottom: 32px;
}
.cid-tGGzgCbktB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .text_widget a:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-section-subtitle,
.cid-tGGzgCbktB .text_widget,
.cid-tGGzgCbktB .mbr-section-btn {
  text-align: center;
}
.cid-tGGzgCbktB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urX3nBuBep {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/captura-de-ecra-2024-10-29-as-15.25.44-1398x532.png");
}
.cid-urX3nBuBep .mbr-fallback-image.disabled {
  display: none;
}
.cid-urX3nBuBep .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-urX3nBuBep .container {
    padding: 0 30px;
  }
}
.cid-urX3nBuBep .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-urX3nBuBep .content-wrapper {
    padding: 80px 0;
  }
}
.cid-urX3nBuBep .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-urX3nBuBep .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-urX3nBuBep .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-urX3nBuBep .mbr-section-title {
  color: #ffffff;
}
.cid-urX3nBuBep .mbr-text,
.cid-urX3nBuBep .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-urX3nBuBep .mbr-section-title,
.cid-urX3nBuBep .mbr-section-btn {
  text-align: center;
}
.cid-urX3TUrLdM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001f3f;
}
.cid-urX3TUrLdM .mbr-fallback-image.disabled {
  display: none;
}
.cid-urX3TUrLdM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-urX3TUrLdM .container {
    padding: 0 16px;
  }
}
.cid-urX3TUrLdM .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-urX3TUrLdM .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-urX3TUrLdM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urX3TUrLdM .mbr-section-title {
  color: #f1634f;
}
.cid-urX3TUrLdM .mbr-text {
  color: #000000;
}
.cid-urX3TUrLdM .mbr-text,
.cid-urX3TUrLdM .icon-wrapper {
  color: #ffffff;
}
.cid-uDjmXhA3PE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uDjmXhA3PE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDjmXhA3PE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDjmXhA3PE .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjmXhA3PE .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDjmXhA3PE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDjmXhA3PE .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjmXhA3PE .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff0000;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #001f3f;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #001f3f;
}
.cid-uDjmXhA3PE .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjmXhA3PE .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjmXhA3PE .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap:hover,
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap:focus {
  color: #ff0000;
}
.cid-uDjmXhA3PE .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDjmXhA3PE .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uDjmXhA3PE .mbr-section-title {
  color: #ffffff;
}
.cid-uDjmXhA3PE .mbr-text {
  color: #ffffff;
}
.cid-uDjmXhA3PE .mbr-desc {
  color: #000000;
}
.cid-uDjmXhA3PE .list {
  color: #ffffff;
}
.cid-uDjmXhA3PE .mbr-section-title,
.cid-uDjmXhA3PE .mbr-section-btn,
.cid-uDjmXhA3PE .social-wrap {
  color: #000000;
}
.cid-uDjmXhA3PE .list,
.cid-uDjmXhA3PE .item-wrap {
  color: #000000;
}
.cid-tGGzgCbktB .navbar-dropdown {
  background: rgba(228, 223, 212, 0.6) !important;
  padding: 0;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(228, 223, 212, 0.6) !important;
  background: #e4dfd4;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGGzgCbktB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGGzgCbktB .menu_box .navbar.opened,
  .cid-tGGzgCbktB .menu_box .navbar-collapse {
    background-color: #e4dfd4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGGzgCbktB .navbar-dropdown {
  position: relative !important;
}
.cid-tGGzgCbktB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGGzgCbktB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGGzgCbktB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #001f3f;
  }
  .cid-tGGzgCbktB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGGzgCbktB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGGzgCbktB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-body .mbr-text,
  .cid-tGGzgCbktB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGGzgCbktB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #001f3f;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGGzgCbktB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGGzgCbktB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tGGzgCbktB .lg_brand {
    margin: 0 1rem;
  }
  .cid-tGGzgCbktB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tGGzgCbktB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 0 !important;
  }
}
.cid-tGGzgCbktB .nav-item .nav-link {
  position: relative;
}
.cid-tGGzgCbktB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover,
.cid-tGGzgCbktB .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover::before,
.cid-tGGzgCbktB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tGGzgCbktB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tGGzgCbktB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGGzgCbktB .offcanvas_box {
    display: none;
  }
}
.cid-tGGzgCbktB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGGzgCbktB .container {
  display: flex;
  margin: auto;
}
.cid-tGGzgCbktB .iconfont-wrapper {
  color: #c2b299;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tGGzgCbktB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGGzgCbktB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .navbar-caption {
  color: #ffffff;
}
.cid-tGGzgCbktB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .navbar-nav {
    margin: 0;
  }
}
.cid-tGGzgCbktB .dropdown-menu,
.cid-tGGzgCbktB .navbar.opened {
  background-color: true !important;
}
.cid-tGGzgCbktB .nav-item:focus,
.cid-tGGzgCbktB .nav-link:focus {
  outline: none;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGGzgCbktB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGGzgCbktB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGGzgCbktB .navbar.opened {
  transition: all 0.3s;
}
.cid-tGGzgCbktB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGGzgCbktB .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-tGGzgCbktB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar.collapsed {
  justify-content: center;
}
.cid-tGGzgCbktB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGGzgCbktB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGGzgCbktB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGGzgCbktB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGGzgCbktB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGGzgCbktB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGGzgCbktB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGGzgCbktB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGGzgCbktB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGGzgCbktB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGGzgCbktB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGGzgCbktB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGGzgCbktB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGGzgCbktB .dropdown-item.active,
.cid-tGGzgCbktB .dropdown-item:active {
  background-color: transparent;
}
.cid-tGGzgCbktB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGGzgCbktB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGGzgCbktB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGGzgCbktB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e4dfd4;
  background: #c2b299;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #001f3f;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGGzgCbktB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGGzgCbktB .navbar {
    height: 70px;
  }
  .cid-tGGzgCbktB .navbar.opened {
    height: auto;
  }
  .cid-tGGzgCbktB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGzgCbktB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGGzgCbktB .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tGGzgCbktB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGGzgCbktB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGGzgCbktB .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tGGzgCbktB .text_widget {
  margin-bottom: 32px;
}
.cid-tGGzgCbktB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .text_widget a:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-section-subtitle,
.cid-tGGzgCbktB .text_widget,
.cid-tGGzgCbktB .mbr-section-btn {
  text-align: center;
}
.cid-tGGzgCbktB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urX4UhF0Ym {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/captura-de-ecra-2024-10-29-as-15.25.44-1398x532.png");
}
.cid-urX4UhF0Ym .mbr-fallback-image.disabled {
  display: none;
}
.cid-urX4UhF0Ym .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-urX4UhF0Ym .container {
    padding: 0 30px;
  }
}
.cid-urX4UhF0Ym .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-urX4UhF0Ym .content-wrapper {
    padding: 80px 0;
  }
}
.cid-urX4UhF0Ym .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-urX4UhF0Ym .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-urX4UhF0Ym .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-urX4UhF0Ym .mbr-section-title {
  color: #ffffff;
}
.cid-urX4UhF0Ym .mbr-text,
.cid-urX4UhF0Ym .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-urX4UhF0Ym .mbr-section-title,
.cid-urX4UhF0Ym .mbr-section-btn {
  text-align: center;
}
.cid-urX55SDJtX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001f3f;
}
.cid-urX55SDJtX .mbr-fallback-image.disabled {
  display: none;
}
.cid-urX55SDJtX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-urX55SDJtX .container {
    padding: 0 16px;
  }
}
.cid-urX55SDJtX .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-urX55SDJtX .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-urX55SDJtX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urX55SDJtX .mbr-section-title {
  color: #f1634f;
}
.cid-urX55SDJtX .mbr-text {
  color: #000000;
}
.cid-urX55SDJtX .mbr-text,
.cid-urX55SDJtX .icon-wrapper {
  color: #ffffff;
}
.cid-uDjmXhA3PE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uDjmXhA3PE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDjmXhA3PE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDjmXhA3PE .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjmXhA3PE .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDjmXhA3PE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDjmXhA3PE .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjmXhA3PE .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff0000;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #001f3f;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDjmXhA3PE .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #001f3f;
}
.cid-uDjmXhA3PE .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjmXhA3PE .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjmXhA3PE .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap:hover,
.cid-uDjmXhA3PE .list-wrapper .list .item-wrap:focus {
  color: #ff0000;
}
.cid-uDjmXhA3PE .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDjmXhA3PE .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDjmXhA3PE .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uDjmXhA3PE .mbr-section-title {
  color: #ffffff;
}
.cid-uDjmXhA3PE .mbr-text {
  color: #ffffff;
}
.cid-uDjmXhA3PE .mbr-desc {
  color: #000000;
}
.cid-uDjmXhA3PE .list {
  color: #ffffff;
}
.cid-uDjmXhA3PE .mbr-section-title,
.cid-uDjmXhA3PE .mbr-section-btn,
.cid-uDjmXhA3PE .social-wrap {
  color: #000000;
}
.cid-uDjmXhA3PE .list,
.cid-uDjmXhA3PE .item-wrap {
  color: #000000;
}
.cid-uFbEsyIDvk .navbar-dropdown {
  background: rgba(228, 223, 212, 0.6) !important;
  padding: 0;
}
.cid-uFbEsyIDvk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(228, 223, 212, 0.6) !important;
  background: #e4dfd4;
}
.cid-uFbEsyIDvk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFbEsyIDvk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFbEsyIDvk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFbEsyIDvk .menu_box .navbar.opened,
  .cid-uFbEsyIDvk .menu_box .navbar-collapse {
    background-color: #e4dfd4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFbEsyIDvk .navbar-dropdown {
  position: relative !important;
}
.cid-uFbEsyIDvk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uFbEsyIDvk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFbEsyIDvk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFbEsyIDvk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFbEsyIDvk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFbEsyIDvk .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #001f3f;
  }
  .cid-uFbEsyIDvk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFbEsyIDvk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFbEsyIDvk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFbEsyIDvk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFbEsyIDvk .offcanvas-body .mbr-text,
  .cid-uFbEsyIDvk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFbEsyIDvk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFbEsyIDvk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFbEsyIDvk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #001f3f;
  }
  .cid-uFbEsyIDvk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFbEsyIDvk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFbEsyIDvk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFbEsyIDvk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFbEsyIDvk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFbEsyIDvk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFbEsyIDvk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFbEsyIDvk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFbEsyIDvk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFbEsyIDvk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFbEsyIDvk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uFbEsyIDvk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFbEsyIDvk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFbEsyIDvk .nav-item {
    margin: 0 !important;
  }
}
.cid-uFbEsyIDvk .nav-item .nav-link {
  position: relative;
}
.cid-uFbEsyIDvk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uFbEsyIDvk .nav-item .nav-link:hover,
.cid-uFbEsyIDvk .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uFbEsyIDvk .nav-item .nav-link:hover::before,
.cid-uFbEsyIDvk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFbEsyIDvk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFbEsyIDvk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFbEsyIDvk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFbEsyIDvk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFbEsyIDvk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFbEsyIDvk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFbEsyIDvk .offcanvas_box {
    display: none;
  }
}
.cid-uFbEsyIDvk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFbEsyIDvk .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFbEsyIDvk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFbEsyIDvk .container {
  display: flex;
  margin: auto;
}
.cid-uFbEsyIDvk .iconfont-wrapper {
  color: #c2b299;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFbEsyIDvk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFbEsyIDvk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFbEsyIDvk .navbar-caption {
  color: #ffffff;
}
.cid-uFbEsyIDvk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFbEsyIDvk .navbar-nav {
    margin: 0;
  }
}
.cid-uFbEsyIDvk .dropdown-menu,
.cid-uFbEsyIDvk .navbar.opened {
  background-color: true !important;
}
.cid-uFbEsyIDvk .nav-item:focus,
.cid-uFbEsyIDvk .nav-link:focus {
  outline: none;
}
.cid-uFbEsyIDvk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFbEsyIDvk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFbEsyIDvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFbEsyIDvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFbEsyIDvk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFbEsyIDvk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFbEsyIDvk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFbEsyIDvk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFbEsyIDvk .navbar.opened {
  transition: all 0.3s;
}
.cid-uFbEsyIDvk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFbEsyIDvk .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uFbEsyIDvk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uFbEsyIDvk .navbar.collapsed {
  justify-content: center;
}
.cid-uFbEsyIDvk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFbEsyIDvk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFbEsyIDvk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFbEsyIDvk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFbEsyIDvk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFbEsyIDvk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFbEsyIDvk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFbEsyIDvk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFbEsyIDvk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFbEsyIDvk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFbEsyIDvk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFbEsyIDvk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFbEsyIDvk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFbEsyIDvk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFbEsyIDvk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFbEsyIDvk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFbEsyIDvk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFbEsyIDvk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFbEsyIDvk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFbEsyIDvk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFbEsyIDvk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFbEsyIDvk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFbEsyIDvk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFbEsyIDvk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFbEsyIDvk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFbEsyIDvk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFbEsyIDvk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFbEsyIDvk .dropdown-item.active,
.cid-uFbEsyIDvk .dropdown-item:active {
  background-color: transparent;
}
.cid-uFbEsyIDvk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFbEsyIDvk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFbEsyIDvk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFbEsyIDvk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFbEsyIDvk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFbEsyIDvk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFbEsyIDvk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e4dfd4;
  background: #c2b299;
}
.cid-uFbEsyIDvk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #001f3f;
}
.cid-uFbEsyIDvk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFbEsyIDvk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFbEsyIDvk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFbEsyIDvk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFbEsyIDvk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFbEsyIDvk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFbEsyIDvk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFbEsyIDvk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFbEsyIDvk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFbEsyIDvk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFbEsyIDvk .navbar {
    height: 70px;
  }
  .cid-uFbEsyIDvk .navbar.opened {
    height: auto;
  }
  .cid-uFbEsyIDvk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFbEsyIDvk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFbEsyIDvk .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uFbEsyIDvk .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uFbEsyIDvk .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uFbEsyIDvk .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uFbEsyIDvk .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFbEsyIDvk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFbEsyIDvk .text_widget {
  margin-bottom: 32px;
}
.cid-uFbEsyIDvk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFbEsyIDvk .text_widget a:hover {
  opacity: .5;
}
.cid-uFbEsyIDvk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFbEsyIDvk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFbEsyIDvk .mbr-section-subtitle,
.cid-uFbEsyIDvk .text_widget,
.cid-uFbEsyIDvk .mbr-section-btn {
  text-align: center;
}
.cid-uFbEsyIDvk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFbEszotyf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/captura-de-ecra-2024-10-29-as-15.25.44-1398x532.png");
}
.cid-uFbEszotyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFbEszotyf .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-uFbEszotyf .container {
    padding: 0 30px;
  }
}
.cid-uFbEszotyf .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uFbEszotyf .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uFbEszotyf .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uFbEszotyf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFbEszotyf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFbEszotyf .mbr-section-title {
  color: #ffffff;
}
.cid-uFbEszotyf .mbr-text,
.cid-uFbEszotyf .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFbEszotyf .mbr-section-title,
.cid-uFbEszotyf .mbr-section-btn {
  text-align: center;
}
.cid-uFbEFq7dK3 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-uFbEFq7dK3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uFbEFq7dK3 .form-border {
  border: 2px solid #e5f1f2;
  border-radius: 3rem;
  padding: 8rem 10rem;
  backdrop-filter: blur(10px);
}
@media (max-width: 992px) {
  .cid-uFbEFq7dK3 .form-border {
    padding: 4rem 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFbEFq7dK3 .form-border {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFbEFq7dK3 .container {
    padding: 0 1.5rem;
  }
}
.cid-uFbEFq7dK3 .mbr-section-title {
  transform: translateY(45%);
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uFbEFq7dK3 .mbr-section-title {
    transform: translateY(0);
  }
}
.cid-uFbEFq7dK3 .col-auto {
  margin-right: 0;
  margin-left: auto;
}
.cid-uFbEFq7dK3 textarea {
  min-height: 200px;
}
.cid-uFbEFq7dK3 .form-control,
.cid-uFbEFq7dK3 .field-input {
  padding: 1rem;
  background-color: #e4dfd4;
  border-color: #c3b5e0 !important;
  color: #150d1d;
  transition: 0.4s;
  border-radius: 1rem;
  box-shadow: none;
  outline: none;
}
.cid-uFbEFq7dK3 .form-control::-webkit-input-placeholder,
.cid-uFbEFq7dK3 .field-input::-webkit-input-placeholder,
.cid-uFbEFq7dK3 .form-control::-webkit-input-placeholder,
.cid-uFbEFq7dK3 .field-input::-webkit-input-placeholder {
  color: #150d1d;
}
.cid-uFbEFq7dK3 .form-control:-moz-placeholder,
.cid-uFbEFq7dK3 .field-input:-moz-placeholder,
.cid-uFbEFq7dK3 .form-control:-moz-placeholder,
.cid-uFbEFq7dK3 .field-input:-moz-placeholder {
  color: #150d1d;
}
.cid-uFbEFq7dK3 .form-control:hover,
.cid-uFbEFq7dK3 .field-input:hover,
.cid-uFbEFq7dK3 .form-control:focus,
.cid-uFbEFq7dK3 .field-input:focus {
  background-color: #fff0b0;
  border-color: #c3b5e0 !important;
  color: #150d1d;
  box-shadow: none;
  outline: none;
}
.cid-uFbEFq7dK3 .form-control:hover::-webkit-input-placeholder,
.cid-uFbEFq7dK3 .field-input:hover::-webkit-input-placeholder,
.cid-uFbEFq7dK3 .form-control:focus::-webkit-input-placeholder,
.cid-uFbEFq7dK3 .field-input:focus::-webkit-input-placeholder,
.cid-uFbEFq7dK3 .form-control:hover::-webkit-input-placeholder,
.cid-uFbEFq7dK3 .field-input:hover::-webkit-input-placeholder,
.cid-uFbEFq7dK3 .form-control:focus::-webkit-input-placeholder,
.cid-uFbEFq7dK3 .field-input:focus::-webkit-input-placeholder {
  color: #150d1d;
}
.cid-uFbEFq7dK3 .form-control:hover:-moz-placeholder,
.cid-uFbEFq7dK3 .field-input:hover:-moz-placeholder,
.cid-uFbEFq7dK3 .form-control:focus:-moz-placeholder,
.cid-uFbEFq7dK3 .field-input:focus:-moz-placeholder,
.cid-uFbEFq7dK3 .form-control:hover:-moz-placeholder,
.cid-uFbEFq7dK3 .field-input:hover:-moz-placeholder,
.cid-uFbEFq7dK3 .form-control:focus:-moz-placeholder,
.cid-uFbEFq7dK3 .field-input:focus:-moz-placeholder {
  color: #150d1d;
}
.cid-uFbEFq7dK3 .jq-number__spin:hover,
.cid-uFbEFq7dK3 .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #c3b5e0 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uFbEFq7dK3 .jq-number__spin {
  background-color: #e4dfd4;
  border-color: #c3b5e0;
  color: #150d1d;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFbEFq7dK3 .jq-selectbox li,
.cid-uFbEFq7dK3 .jq-selectbox li {
  background-color: #e4dfd4;
  color: #000000;
}
.cid-uFbEFq7dK3 .jq-selectbox li:hover,
.cid-uFbEFq7dK3 .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-uFbEFq7dK3 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFbEFq7dK3 .jq-number__spin.minus:hover:after,
.cid-uFbEFq7dK3 .jq-number__spin.plus:hover:after {
  border-top-color: #e4dfd4;
  border-bottom-color: #e4dfd4;
}
.cid-uFbEFq7dK3 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFbEFq7dK3 .jq-number__spin.minus:after,
.cid-uFbEFq7dK3 .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-uFbEFq7dK3 .btn {
  padding: 1rem 3rem;
}
.cid-uFbEFq7dK3 input::-webkit-clear-button {
  display: none;
}
.cid-uFbEFq7dK3 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFbEFq7dK3 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFbEFq7dK3 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFbEFq7dK3 H2 {
  color: #000000;
  text-align: center;
}
.cid-uFbEFq7dK3 LABEL {
  color: #000000;
}
.cid-uFbEFq7dK3 H6 {
  text-align: center;
}
.cid-uFbEsAKPUW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uFbEsAKPUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFbEsAKPUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFbEsAKPUW .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFbEsAKPUW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFbEsAKPUW .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFbEsAKPUW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uFbEsAKPUW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFbEsAKPUW .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFbEsAKPUW .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFbEsAKPUW .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uFbEsAKPUW .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFbEsAKPUW .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uFbEsAKPUW .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFbEsAKPUW .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff0000;
}
.cid-uFbEsAKPUW .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #001f3f;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uFbEsAKPUW .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #001f3f;
}
.cid-uFbEsAKPUW .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFbEsAKPUW .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFbEsAKPUW .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uFbEsAKPUW .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFbEsAKPUW .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFbEsAKPUW .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uFbEsAKPUW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFbEsAKPUW .list-wrapper .list .item-wrap:hover,
.cid-uFbEsAKPUW .list-wrapper .list .item-wrap:focus {
  color: #ff0000;
}
.cid-uFbEsAKPUW .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uFbEsAKPUW .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uFbEsAKPUW .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uFbEsAKPUW .mbr-section-title {
  color: #ffffff;
}
.cid-uFbEsAKPUW .mbr-text {
  color: #ffffff;
}
.cid-uFbEsAKPUW .mbr-desc {
  color: #000000;
}
.cid-uFbEsAKPUW .list {
  color: #ffffff;
}
.cid-uFbEsAKPUW .mbr-section-title,
.cid-uFbEsAKPUW .mbr-section-btn,
.cid-uFbEsAKPUW .social-wrap {
  color: #000000;
}
.cid-uFbEsAKPUW .list,
.cid-uFbEsAKPUW .item-wrap {
  color: #000000;
}
